Searched refs:ignore (Results 501 - 525 of 870) sorted by relevance

<<21222324252627282930>>

/macosx-10.9.5/emacs-92/emacs/lisp/textmodes/
H A Dsgml-mode.el316 '(("![" ("ignore" t) ("include" t))
450 '((completion-ignore-case t)))
668 (let ((completion-ignore-case t)
955 (while (and (ignore-errors (sgml-parse-tag-backward))
1107 ;; This < seems to be just a spurious one, let's ignore it.
1168 (ignore nil)
1173 ;; we'll have to ignore) when skipping over matching open..close pairs.
1185 (setq tag-info (ignore-errors (sgml-parse-tag-backward))))
1204 (if (member-ignore-case (sgml-tag-name tag-info) ignore)
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/tclxml/tclxml/library/
H A Dsgmlparser.tcl1436 ignore {
1663 # Set ignore mode. Still need a stack
1664 set mode ignore
1756 if {![string compare $mode "ignore"]} {
1800 if {![string compare $mode "ignore"]} {
1818 ignore,0,* {
1821 ignore,*,* {
1866 if {![string compare $mode "ignore"]} {
/macosx-10.9.5/vim-53/runtime/syntax/
H A Dcss.vim20 syn case ignore
75 syn case ignore
H A Dforth.vim87 " I use gforth, so I set this to case ignore
88 syn case ignore
H A Dvim.vim61 syn case ignore
200 syn case ignore
313 syn case ignore
328 syn case ignore
346 syn case ignore
398 syn keyword vimSynCase contained ignore match
476 syn case ignore
482 syn case ignore
H A Da65.vim14 syn case ignore
H A Dant.vim18 syn case ignore
/macosx-10.9.5/CPANInternal-140/Test-Simple/lib/Test/Builder/
H A DTester.pm284 Setting this to a true value will cause the test to ignore if the
290 Setting this to a true value will cause the test to ignore if the
/macosx-10.9.5/ICU-511.35/icuSources/test/intltest/
H A Dtsmthred.cpp676 FieldPosition ignore = 0; local
677 fmt->format(myArgs,4,result,ignore,realStatus);
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/libraries/libldap/
H A Dgssapi.c519 const char *ignore = "not_defined_in_RFC4178@please_ignore"; local
526 if (strcmp(givenstr, ignore) == 0) {
/macosx-10.9.5/bash-92/bash-3.2/lib/readline/
H A Dtext.c1127 rl_delete_horizontal_space (count, ignore)
1128 int count, ignore;
/macosx-10.9.5/bind9-45.100/bind9/bin/tests/
H A Dnamed.conf113 check-names response ignore;
278 check-names slave ignore;
/macosx-10.9.5/emacs-92/emacs/lisp/
H A Dcus-start.el127 (function :value ignore))))
163 (read-file-name-completion-ignore-case minibuffer boolean "22.1")
281 (parse-sexp-ignore-comments editing-basics boolean)
H A Dpcomplete.el132 (defcustom pcomplete-file-ignore nil
137 (defcustom pcomplete-dir-ignore nil
142 (defcustom pcomplete-ignore-case (memq system-type '(ms-dos windows-nt cygwin))
143 "*If non-nil, ignore case when doing filename completion."
736 (if (or pcomplete-file-ignore pcomplete-dir-ignore)
744 (and pcomplete-dir-ignore
745 (string-match pcomplete-dir-ignore file))
746 (and pcomplete-file-ignore
747 (string-match pcomplete-file-ignore fil
[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/mh-e/
H A Dmh-thread.el641 (declare (ignore k))
730 (declare (ignore k))
847 (ignore-errors
/macosx-10.9.5/ncurses-42/ncurses/ncurses/base/
H A Dlib_mouse.c208 unsigned long ignore; local
214 DosWrite(sp->_emxmouse_wfd, buf, 6, &ignore);
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-core/Modules/objc/
H A Dparsexml.m952 BOOL ignore = attribute_bool(method, "ignore", NULL, NO);
962 if (ignore) {
1188 BOOL ignore = attribute_bool(cur_node, "ignore", NULL, NO);
1189 if (ignore) {
1361 /* else: ignore */
1784 /* Unknown tag, ignore these to avoid breaking when
/macosx-10.9.5/ruby-104/ruby/win32/
H A Dconfigure.bat176 echo --without-ext="a,b,..." ignore extensions a, b, ...
/macosx-10.9.5/syslog-217.1.4/libsystem_asl.tproj/src/
H A Dasl_legacy1.c486 asl_legacy1_fetch_helper_32(asl_legacy1_t *s, char **p, aslmsg m, const char *key, int ignore, uint32_t ignoreval) argument
497 if ((ignore != 0) && (out == ignoreval)) doit = 0;
723 * else if query never matches, ignore it.
/macosx-10.9.5/tcl-102/tcl84/tcl/unix/
H A DtclUnixFCmd.c1173 TraversalDelete(srcPtr, ignore, statBufPtr, type, errorPtr)
1175 Tcl_DString *ignore; /* Destination pathname (not used). */
/macosx-10.9.5/tcl-102/tcl_ext/incrtcl/iwidgets/generic/
H A Dlabeledframe.itk183 ignore -highlightthickness -highlightcolor
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/modules/ldap/
H A Dldapx.tcl518 # XXX should we ignore case ?
1233 # Fields to ignore when reading change file
1236 option -ignore {}
1722 if {[lsearch [string tolower $options(-ignore)] $key] == -1} then {
/macosx-10.9.5/tcsh-65/tcsh/
H A Dsh.h119 #define IGNORE(a) ignore((intptr_t)a)
120 static inline void ignore(intptr_t a) function
529 #define G_IGNORE 1 /* ignore the rest of the words */
/macosx-10.9.5/vim-53/runtime/indent/
H A Dhtml.vim181 setlocal ic " ignore case
/macosx-10.9.5/vim-53/runtime/plugin/
H A DnetrwPlugin.vim109 " not a directory, ignore it

Completed in 322 milliseconds

<<21222324252627282930>>