Searched refs:INSERT (Results 1 - 25 of 77) sorted by relevance

1234

/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/servers/slapd/back-sql/rdbms_depend/mssql/
H A Dtestdb_metadata.sql54 'INSERT INTO authors_docs (pers_id,doc_id) VALUES ((SELECT ldap_entries.keyval FROM ldap_entries WHERE upper(?)=upper(ldap_entries.dn)),?)',
111 INSERT INTO example.persons (name) VALUES ('');
122 INSERT INTO example.institutes (name) VALUES ('');
131 INSERT INTO example.documents (title) VALUES ('');
141 INSERT INTO example.phones (pers_id,phone) VALUES (@pers_id,@phone)
173 INSERT INTO example.authors_docs (doc_id,pers_id) VALUES (@keyval,@per_id);
181 INSERT INTO example.authors_docs (pers_id,doc_id) VALUES (@keyval,@doc_id);
/macosx-10.10.1/swig-12/Source/CParse/
H A Dparser.h48 INSERT = 264, enumerator in enum:yytokentype
175 #define INSERT 264 macro
/macosx-10.10.1/cxxfilt-11/cxxfilt/include/
H A Dhashtab.h147 enum insert_option {NO_INSERT, INSERT}; enumerator in enum:insert_option
/macosx-10.10.1/lukemftp-14/tnftp/libedit/
H A Dchared.h128 #define INSERT 0x02 macro
H A Dchared.c283 if (n || el->el_chared.c_vcmd.action != (DELETE|INSERT))
365 if (action & INSERT)
/macosx-10.10.1/tcl-105/tcl84/tcl/tools/
H A Dman2html2.tcl390 set textState INSERT
395 if {$textState == "INSERT"} {
654 DESCRIPTION {set textState INSERT}
655 INTRODUCTION {set textState INSERT}
656 "WIDGET-SPECIFIC OPTIONS" {set textState INSERT}
H A Dman2help2.tcl460 set state(textState) INSERT
466 if {$state(textState) == "INSERT"} {
722 DESCRIPTION {set state(textState) INSERT}
723 INTRODUCTION {set state(textState) INSERT}
724 "WIDGET-SPECIFIC OPTIONS" {set state(textState) INSERT}
/macosx-10.10.1/Heimdal-398.1.2/lib/libedit/src/
H A Dchared.h129 #define INSERT 0x02 macro
H A Dchared.c290 if (n || el->el_chared.c_vcmd.action != (DELETE|INSERT))
373 if (action & INSERT)
H A Dvi.c79 if (c & INSERT)
287 return (cv_action(el, DELETE | INSERT));
/macosx-10.10.1/libedit-40/src/
H A Dchared.h136 #define INSERT 0x02 macro
H A Dchared.c290 if (n || el->el_chared.c_vcmd.action != (DELETE|INSERT))
338 if (action & INSERT)
/macosx-10.10.1/tcl-105/tcl/tcl/tools/
H A Dman2html2.tcl446 set textState INSERT
451 if {$textState eq "INSERT"} {
733 DESCRIPTION {set textState INSERT}
734 INTRODUCTION {set textState INSERT}
735 "WIDGET-SPECIFIC OPTIONS" {set textState INSERT}
H A Dman2help2.tcl479 set state(textState) INSERT
485 if {$state(textState) == "INSERT"} {
769 DESCRIPTION {set state(textState) INSERT}
770 INTRODUCTION {set state(textState) INSERT}
771 "WIDGET-SPECIFIC OPTIONS" {set state(textState) INSERT}
/macosx-10.10.1/cups-408/cups/vcnet/regex/
H A Dregcomp.c59 #define INSERT(op, pos) doinsert(p, (sop)(op), HERE()-(pos)+1, pos) macro
211 INSERT(OCH_, conc); /* offset is wrong */
333 INSERT(OPLUS_, pos);
335 INSERT(OQUEST_, pos);
339 INSERT(OPLUS_, pos);
344 INSERT(OCH_, pos); /* offset slightly wrong */
525 INSERT(OPLUS_, pos);
527 INSERT(OQUEST_, pos);
936 INSERT(OCH_, start); /* offset is wrong... */
949 INSERT(OCH
[all...]
/macosx-10.10.1/llvmCore-3425.0.34/lib/Support/
H A Dregcomp.c132 #define INSERT(op, pos) doinsert(p, (sop)(op), HERE()-(pos)+1, pos) macro
276 INSERT(OCH_, conc); /* offset is wrong */
396 INSERT(OPLUS_, pos);
398 INSERT(OQUEST_, pos);
402 INSERT(OPLUS_, pos);
407 INSERT(OCH_, pos); /* offset slightly wrong */
581 INSERT(OPLUS_, pos);
583 INSERT(OQUEST_, pos);
972 INSERT(OCH_, start); /* offset is wrong... */
985 INSERT(OCH
[all...]
/macosx-10.10.1/vim-55/src/
H A Dgetchar.c1246 if ((!(State & (INSERT + CMDLINE)) || arrow_used)
2006 && (State & (INSERT + CMDLINE)))
2049 && !(p_paste && (State & (INSERT + CMDLINE)))
2203 if (*p_pt != NUL && mp == NULL && (State & (INSERT|NORMAL)))
2221 if (!(State & INSERT))
2555 && (State & INSERT)
2690 if (p_im && (State & INSERT))
2715 if ((State & INSERT) && advance && must_redraw != 0)
2732 if (((State & (NORMAL | INSERT)) || State == LANGMAP)
2736 if (State & INSERT
[all...]
H A Dvim.h676 #define INSERT 0x10 /* Insert mode */ macro
678 INSERT and CMDLINE */
681 #define REPLACE (REPLACE_FLAG + INSERT)
684 # define VREPLACE (REPLACE_FLAG + VREPLACE_FLAG + INSERT)
694 #define SHOWMATCH (0x700 + INSERT) /* show matching paren */
1308 , HLF_CM /* Mode (e.g., "-- INSERT --") */
H A Dnormal.c1262 State = INSERT;
2391 if (State & INSERT)
2482 else if ((State & INSERT) == 0)
2492 if ((State & INSERT) || !mouse_has(MOUSE_NORMAL))
2702 if ((State & (NORMAL | INSERT))
2907 else if ((State & INSERT) && VIsual_active)
2958 if (State & INSERT)
2975 if (State & INSERT)
2987 if (State & INSERT
3023 else if ((mod_mask & MOD_MASK_MULTI_CLICK) && (State & (NORMAL | INSERT))
[all...]
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/servers/slapd/back-sql/rdbms_depend/oracle/
H A Dtestdb_metadata.sql125 INSERT INTO persons (id,name) VALUES (person_ids.nextval,' ');
140 INSERT INTO institutes (id,name) VALUES (institute_ids.nextval,' ');
153 INSERT INTO documents (id,title) VALUES (document_ids.nextval,' ');
167 INSERT INTO phones (id,pers_id,phone) VALUES (phone_ids.nextval,pers_id,phone);
207 INSERT INTO authors_docs (doc_id,pers_id) VALUES (keyval,per_id);
220 INSERT INTO authors_docs (pers_id,doc_id) VALUES (keyval,docid);
/macosx-10.10.1/Security-57031.1.35/Security/include/security_codesigning/
H A Dsyspolicy.sql114 INSERT INTO feature (name, value, remarks)
116 INSERT INTO feature (name, value, remarks)
118 INSERT INTO feature (name, value, remarks)
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_codesigning/lib/
H A Dsyspolicy.sql114 INSERT INTO feature (name, value, remarks)
116 INSERT INTO feature (name, value, remarks)
118 INSERT INTO feature (name, value, remarks)
/macosx-10.10.1/CPANInternal-159.1/Log-Log4perl-1.40/lib/Log/Log4perl/Appender/
H A DDBI.pm381 INSERT INTO logtbl \
427 INSERT INTO logtbl \
506 log statements and writes them all out at once. If your INSERT
559 to truncate long messages before they get to the INSERT statement.
/macosx-10.10.1/ksh-23/ksh/src/cmd/INIT/
H A DTEST.mk33 test : .INSERT .TESTINIT
/macosx-10.10.1/vim-55/runtime/syntax/
H A Dmodsim3.vim41 syn keyword modsim3Builtin INPUT INSERT INTTOSTR ISANCESTOR LOW LOWER MAX MAXOF

Completed in 183 milliseconds

1234