Searched refs:matches (Results 201 - 225 of 382) sorted by relevance

1234567891011>>

/macosx-10.10.1/vim-55/runtime/syntax/
H A Dsshdconfig.vim45 " FIXME: this matches quite a few things which are NOT valid IPv6 addresses
H A Dtak.vim71 " Define matches for TAK
H A Dtssgm.vim58 " Define matches for TSS
H A Ddtrace.vim33 " Probe descriptors need explicit matches, so that keywords in probe
51 " Make sure that this matches the empty predicate as well.
/macosx-10.10.1/Security-57031.1.35/Security/include/security_utilities/
H A Dmacho++.h71 bool matches(const Architecture &templ) const;
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_utilities/lib/
H A Dmacho++.h71 bool matches(const Architecture &templ) const;
/macosx-10.10.1/Security-57031.1.35/securityd/src/
H A Ddatabase.cpp247 bool SystemKeychainKey::matches(const DbBlob::Signature &signature) function in class:SystemKeychainKey
H A Ddatabase.h220 bool matches(const DbBlob::Signature &signature);
/macosx-10.10.1/SmartCardServices-55111/src/PCSC/
H A DPCSCDriverBundle.cpp182 uint32_t DriverBundle::matches(const PCSCD::Device &device, std::string &name) const function in class:PCSCD::DriverBundle
184 // Searches for a driver bundle that matches device. If found,
/macosx-10.10.1/emacs-93/emacs/lisp/
H A Dido.el184 ;; matching (unless regexp matching is active) to find possible matches
185 ;; among the available buffer or file names if no matches are found using
194 ;; entering "aa" will match "alpha" and "gamma", while "ea" matches
196 ;; matches "alpha", while "ea" does not match any files.
694 If zero, the switch happens when no matches are found in the current directory.
706 When a (partial) file name matches this regexp, merging is inhibited."
754 "*Specify whether a new buffer is created if no buffer matches substring.
784 7th element is the string displayed when there are no matches, and
890 Otherwise, only the current list of matches is shown."
1007 "Non-nil means we are rotating list of matches
[all...]
H A Dwoman.el144 ;; buffer as the default topic to look up if it matches the name of a
1391 ;; A path that ends with / matches all directories in it,
3440 (let ((matches (car translations))
3443 ;; `matches' must be a string:
3444 (setq matches
3445 (concat (if matches (substring matches 1 -1)) "]"))
3452 (setq matches
3454 (concat a matches)
3455 (concat matches "\\|\\"
[all...]
/macosx-10.10.1/emacs-93/emacs/lisp/language/
H A Dtml-util.el95 "Return a regular expression that matches all keys in hashtable HASHTBL."
H A Dknd-util.el97 "Return a regular expression that matches all keys in hashtable HASHTBL."
107 "Return a regular expression that matches all values in hashtable HASHTBL."
/macosx-10.10.1/ncurses-44/ncurses/progs/
H A Dtic.c434 matches(char **needle, const char *haystack) function
720 if (matches(namelst, qp->tterm.term_names)) {
737 if (matches(namelst, qp->tterm.term_names))
745 if (matches(namelst, qp->tterm.term_names)) {
/macosx-10.10.1/rsync-45/rsync/zlib/
H A Ddeflate.h116 * bytes. With this organization, matches are limited to a distance of
246 uInt matches; /* number of string matches in current block */ member in struct:internal_state
/macosx-10.10.1/sudo-73/src/zlib/
H A Ddeflate.h119 * bytes. With this organization, matches are limited to a distance of
249 uInt matches; /* number of string matches in current block */ member in struct:internal_state
/macosx-10.10.1/xnu-2782.1.97/libkern/zlib/
H A Ddeflate.h143 * bytes. With this organization, matches are limited to a distance of
273 uInt matches; /* number of string matches in current block */ member in struct:internal_state
/macosx-10.10.1/zlib-55/zlib/
H A Ddeflate.h116 * bytes. With this organization, matches are limited to a distance of
246 uInt matches; /* number of string matches in current block */ member in struct:internal_state
/macosx-10.10.1/WebInspectorUI-7600.1.17/UserInterface/Views/
H A DSourceCodeTextEditor.js152 function searchResultCallback(error, matches)
158 if (error || !matches || !matches.length) {
159 // Report zero matches.
167 for (var i = 0; i < matches.length; ++i) {
168 var matchLineNumber = matches[i].lineNumber;
/macosx-10.10.1/emacs-93/emacs/lisp/gnus/
H A Dspam.el331 "Regular expression for positive header spam matches."
336 "Regular expression for positive header ham matches."
341 "Regular expression for positive body spam matches."
346 "Regular expression for positive body ham matches."
1259 ips matches)
1277 (unless matches
1285 matches)))
1290 matches)))))))))
1291 (when matches
/macosx-10.10.1/vim-55/runtime/autoload/
H A Dsyntaxcomplete.vim134 " Return list of matches.
383 " \( - start a group or 2 potential matches
386 " \%$ - matches end of the file or string
/macosx-10.10.1/WebKit-7600.1.25/win/Interfaces/
H A DIWebViewPrivate.idl94 // Support for displaying multiple text matches.
95 HRESULT markAllMatchesForText([in] BSTR search, [in] BOOL caseSensitive, [in] BOOL highlight, [in] UINT limit, [out] UINT* matches);
/macosx-10.10.1/tcl-105/tcl_ext/tclx/tclx/generic/
H A DtclXfilescan.c595 start = regExpInfo.matches[idx+1].start;
596 end = regExpInfo.matches[idx+1].end;
727 * Don't process any more matches for this line.
/macosx-10.10.1/vim-55/runtime/indent/
H A Dperl.vim73 " Assumes that an end-of-heredoc marker matches \I\i* to avoid
/macosx-10.10.1/vim-55/runtime/plugin/
H A Dmatchparen.vim84 " When not in a string or comment ignore matches inside them.

Completed in 343 milliseconds

1234567891011>>