Searched refs:ignore (Results 276 - 300 of 870) sorted by relevance

<<11121314151617181920>>

/macosx-10.9.5/vim-53/runtime/syntax/
H A Dppwiz.vim17 syn case ignore
H A Dremind.vim19 syn case ignore
H A Dsgmldecl.vim16 syn case ignore
H A Dsgmllnx.vim15 syn case ignore
H A Dspice.vim18 syn case ignore
H A Djproperties.vim55 syn case ignore
79 " ignore continuation lines for the present
92 " properties tend to ignore leading whitespace on all lines of a multi-line
H A Dmsmessages.vim19 syn case ignore
54 syn case ignore
65 syn case ignore
H A Dreadline.vim26 syn case ignore
43 syn case ignore
64 \ completion-ignore-case completion-query-items
/macosx-10.9.5/emacs-92/emacs/lisp/
H A Dformat.el631 ;; If no matching annotation is open, just ignore the close.
835 (defun format-annotate-region (from to translations format-fn ignore)
877 (let* ((ans (format-annotate-location loc (= loc from) ignore translations))
882 ignore (append ignored ignore))
887 ;; any open). Warn user & ignore.
925 (defun format-annotate-location (loc all ignore translations)
960 (if (memq prop ignore)
961 nil ; If it's been ignored before, ignore it now.
965 nil ; no change; ignore
[all...]
H A Dstartup.el99 ;;; This is here, rather than in x-win.el, so that we can ignore these
1278 (define-key map [down-mouse-2] 'ignore)
1279 (define-key map [up-mouse-2] 'ignore)
1407 (define-key map [switch-frame] 'ignore)
1409 (define-key map [mouse-movement] 'ignore)
1410 (define-key map [mode-line t] 'ignore)
1421 (if (eq def 'ignore)
1422 'ignore
H A Dcus-edit.el810 (let* ((completion-ignore-case t)
817 (defun Custom-reset-current (&rest ignore)
832 (defun Custom-reset-saved (&rest ignore)
848 (defun Custom-reset-standard (&rest ignore)
1029 (list (let ((completion-ignore-case t))
1054 (list (let ((completion-ignore-case t))
1515 (defun Custom-buffer-done (&rest ignore)
1636 (lambda (&rest ignore)
1736 (defun custom-browse-visibility-action (widget &rest ignore)
1746 (defun custom-browse-group-tag-action (widget &rest ignore)
[all...]
H A Dbindings.el347 (define-key map [header-line down-mouse-1] 'ignore)
350 (define-key map [header-line down-mouse-3] 'ignore)
620 (global-set-key [iconify-frame] 'ignore-event)
621 (global-set-key [make-frame-visible] 'ignore-event)
912 (define-key global-map [mouse-movement] 'ignore)
1060 (define-key special-event-map [sigusr1] 'ignore)
1061 (define-key special-event-map [sigusr2] 'ignore)
H A Drecentf.el300 "Non-nil if recentf searches and matches should ignore case.")
376 If `recentf-case-fold-search' is non-nil, ignore case when comparing
1040 (defun recentf-cancel-dialog (&rest ignore)
1097 (defun recentf-edit-list-select (widget &rest ignore)
1107 (defun recentf-edit-list-validate (&rest ignore)
1152 (defun recentf-open-files-action (widget &rest ignore)
1176 :match ignore
H A Dtmm.el289 ((eq (cddr elt) 'ignore)
491 (setq km (if (eval enable) km 'ignore)))
520 (setq km (if (eval (get km 'menu-enable)) km 'ignore)))
H A Dwdired.el179 (define-key map "\C-m" 'ignore)
180 (define-key map "\C-j" 'ignore)
181 (define-key map "\C-o" 'ignore)
/macosx-10.9.5/vim-53/runtime/indent/
H A Dmp.vim62 " Like nextnonblank() but ignore comment lines
71 " Like prevnonblank() but ignore comment lines
80 " Like search() but ignore commented areas
/macosx-10.9.5/tcl-102/tcl_ext/incrtcl/iwidgets/generic/
H A Dhierarchy.itk238 ignore -highlightthickness -highlightcolor
239 ignore -insertbackground -insertborderwidth
240 ignore -insertontime -insertofftime -insertwidth
241 ignore -selectborderwidth
242 ignore -borderwidth
277 ignore -tearoff
285 ignore -tearoff
/macosx-10.9.5/bind9-45.100/bind9/lib/export/samples/
H A Dnsprobe.c112 unsigned long ignore; member in struct:lcl_stat
335 stattype = "ignore";
336 increment_entry(&server_stat.ignore);
337 increment_entry(&local_stat.ignore);
395 if (local_stat.ignore > 0) {
397 printf("%s:ignore\n", trans->domain);
398 increment_entry(&domain_stat.ignore);
1181 " ignore: %lu\n"
1190 domain_stat.valid, domain_stat.ignore, domain_stat.nxdomain,
1197 " ignore
[all...]
/macosx-10.9.5/cups-372.4/cups/systemv/
H A Dcupstestppd.c154 int ignore; /* Which errors to ignore */ local
192 ignore = WARN_NONE;
207 ignore = WARN_NONE;
209 ignore |= WARN_FILENAME;
211 ignore |= WARN_FILTERS;
213 ignore |= WARN_PROFILES;
215 ignore = WARN_FILTERS | WARN_PROFILES;
891 else if (!(ignore & WARN_FILENAME))
1181 if (!(warn & WARN_FILTERS) && !(ignore
[all...]
/macosx-10.9.5/bind9-45.100/bind9/bin/named/
H A Dzoneconf.c817 isc_boolean_t warn = ISC_FALSE, ignore = ISC_FALSE; local
1096 } else if (strcasecmp(cfg_obj_asstring(obj), "ignore") == 0) {
1234 } else if (strcasecmp(cfg_obj_asstring(obj), "ignore") == 0) {
1249 } else if (strcasecmp(cfg_obj_asstring(obj), "ignore") == 0) {
1267 ignore = ISC_FALSE;
1269 warn = ignore = ISC_FALSE;
1270 } else if (strcasecmp(cfg_obj_asstring(obj), "ignore") == 0) {
1271 warn = ignore = ISC_TRUE;
1275 dns_zone_setoption(zone, DNS_ZONEOPT_IGNOREMXCNAME, ignore);
1282 ignore
[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/net/
H A Deudc.el523 :notify (lambda (&rest ignore)
528 :notify (lambda (&rest ignore)
1002 :notify (lambda (&rest ignore)
1007 :notify (lambda (&rest ignore)
1012 :notify (lambda (&rest ignore)
/macosx-10.9.5/emacs-92/emacs/lisp/mh-e/
H A Dmh-speed.el140 (declare (ignore args))
179 (declare (ignore args))
202 (speedbar-make-tag-line 'bracket ?+ 'mh-speed-toggle nil " " 'ignore nil
/macosx-10.9.5/emacs-92/emacs/lisp/obsolete/
H A Dfast-lock.el79 ;; - Made `fast-lock-read-cache' ignore cache owner
502 'ignore)
796 (function (lambda (extent ignore)
813 'ignore)
/macosx-10.9.5/ncurses-42/ncurses/ncurses/tinfo/
H A Dread_termcap.c861 bool ignore = FALSE; local
867 ignore = TRUE;
871 if (ignore != TRUE) {
/macosx-10.9.5/ruby-104/ruby/ext/tk/sample/tkextlib/treectrl/
H A Drandom.rb385 ignore = false
388 ignore = true
392 next if ignore

Completed in 373 milliseconds

<<11121314151617181920>>