Home
last modified time | relevance | path

Searched full:notexists (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/lyaml/spec/
H A Dext_yaml_emitter_spec.yaml20 {type = "STREAM_START", encoding = "notexists"},
22 to_raise "invalid stream encoding 'notexists'"
86 {type = "MAPPING_START", style = "notexists"},
88 to_raise "invalid mapping style 'notexists'"
131 {type = "SEQUENCE_START", style = "notexists"},
133 to_raise "invalid sequence style 'notexists'"
176 {type = "SCALAR", style = "notexists", value = "foo"},
178 to_raise "invalid scalar style 'notexists'"
/freebsd/contrib/sqlite3/
H A Dsqlite3.c37696 /* 31 */ "NotExists" OpHelp("intkey=r[P3]"), in sqlite3OpcodeName()
99556 ** See also: NotFound, NoConflict, NotExists. SeekGe
99575 ** See also: Found, NotExists, NoConflict, IfNoHope
99629 ** See also: NotFound, Found, NotExists
99755 /* Opcode: NotExists P1 P2 P3 * *