Searched refs:search (Results 101 - 125 of 900) sorted by relevance

1234567891011>>

/macosx-10.9.5/WebCore-7537.78.1/html/
H A DHTMLAnchorElement.idl46 readonly attribute DOMString search;
54 [TreatNullAs=NullString] attribute DOMString search;
H A DHTMLAreaElement.idl40 readonly attribute DOMString search;
/macosx-10.9.5/WebCore-7537.78.1/workers/
H A DWorkerLocation.cpp67 String WorkerLocation::search() const function in class:WebCore::WorkerLocation
H A DWorkerLocation.h57 String search() const;
/macosx-10.9.5/bind9-45.100/bind9/lib/lwres/
H A Dlwconfig.c245 confdata->search[i] = NULL;
272 if (confdata->search[i] != NULL) {
273 CTXFREE(confdata->search[i],
274 strlen(confdata->search[i]) + 1);
275 confdata->search[i] = NULL;
378 if (confdata->search[i] != NULL) {
379 CTXFREE(confdata->search[i],
380 strlen(confdata->search[i])+1);
381 confdata->search[i] = NULL;
412 * Remove any previous search definition
[all...]
/macosx-10.9.5/cups-372.4/cups/cgi-bin/
H A Dhelp-index.c23 * help_compile_search() - Convert a search string into a regular expression.
190 if (!hi->search)
224 * Initialize the search key...
539 const char *section, /* I - Limit search to this section */
540 const char *filename) /* I - Limit search to this file */
542 help_index_t *search; /* Search index */ local
569 * Find the first node to search in...
590 * Allocate a search index...
593 search = calloc(1, sizeof(help_index_t));
594 if (!search)
[all...]
H A Dhelp-index.h59 int search; /* 1 = search index, 0 = normal */ member in struct:help_index_s
H A Dclasses.c314 void *search; /* Search data */ local
353 search = cgiCompileSearch(var);
355 search = NULL;
357 classes = cgiGetIPPObjects(response, search);
360 if (search)
361 cgiFreeSearch(search);
425 cgiCopyTemplateLang("search.tmpl");
/macosx-10.9.5/passwordserver_sasl-170/cyrus_sasl/mac/libdes/src/
H A Dvms.com43 $ If (f$search(OPT_FILE) .eqs. "")
58 $ If (f$search("LIBDES.OLB") .nes. "")
/macosx-10.9.5/python-76.100.1/fix/
H A Ddummy.py29 vers = vpat.search(i)
/macosx-10.9.5/vim-53/runtime/ftplugin/
H A Dpython.vim30 let save = @/ " save last search pattern
37 let @/ = save " restore last search pattern
/macosx-10.9.5/Heimdal-323.92.1/lib/wind/
H A Dgen-errorlist.py90 m = re.search('^ *([0-9A-F]+)-([0-9A-F]+); *(.*) *$', l)
97 m = re.search('^ *([0-9A-F]+); *(.*) *$', l)
/macosx-10.9.5/ICU-511.35/icuSources/test/perf/strsrchperf/
H A Dstrsrchperf.h34 StringSearchPerfFunction(StrSrchFn func, UStringSearch* search, const UChar* source,int32_t sourceLen, const UChar* pattern, int32_t patternLen) { argument
40 srch = search;
/macosx-10.9.5/ruby-104/ruby/lib/rdoc/generator/template/darkfish/js/
H A Dsearch.js18 _this.search(_this.$input[0].value);
31 this.search = function(value, selectFirstMatch) {
/macosx-10.9.5/vim-53/runtime/spell/
H A Dfixdup.vim12 if search('^' . word . '/', 'w') != 0
/macosx-10.9.5/vim-53/src/po/
H A Dcleanup.vim5 " Requires Vim 6.0 or later (because of multi-line search patterns).
/macosx-10.9.5/WebCore-7537.78.1/inspector/front-end/
H A Dinspector.css30 input[type="search"]:focus, input[type="text"]:focus {
198 body.dock-to-bottom #search-toolbar-label {
353 .search-replace {
369 .search-replace:focus {
373 .toolbar-search {
377 .toolbar-search td {
381 .toolbar-search-navigation-controls {
389 .toolbar-search-navigation {
399 .toolbar-search-navigation.enabled {
403 .toolbar-search inpu
[all...]
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/tests/data/
H A Dslapd-acl.conf76 by * search
90 by * search
101 by * search
/macosx-10.9.5/ruby-104/ruby/lib/irb/
H A Dslex.rb52 node = search(token)
58 node = search(token, proc)
62 def search(token) method in class:IRB.SLex
63 @head.search(token.split(//))
104 def search(chrs, opt = nil) method in class:IRB.SLex.Node
108 node.search(chrs, opt)
/macosx-10.9.5/tcl-102/tcl_ext/expect/expect/example/
H A Dvirterm436 proc dosearch {search} {
438 exp_send_error "Searching for '$search'..."
439 if {[string match ?=* "$search"]} {set typ ""} else {set typ "k="}
440 sendcommand "$typ$search\r"
520 Invocation: libsearch [options] search text
527 -H : print terse keyword search help
529 The search will be a keyword search.
564 set search ""
577 default { set search [joi
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/quicktimetcl/quicktimetcl/
H A DMovieCallBack.c76 Tcl_HashSearch search;
178 hashPtr = Tcl_FirstHashEntry( callBackHashTablePtr, &search );
184 hashPtr = Tcl_NextHashEntry( &search );
296 Tcl_HashSearch search;
300 hPtr = Tcl_FirstHashEntry( callBackHashTablePtr, &search );
306 hPtr = Tcl_NextHashEntry( &search );
75 Tcl_HashSearch search; local
293 Tcl_HashSearch search; local
/macosx-10.9.5/vim-53/runtime/syntax/
H A Dreadline.vim86 \ end-of-history reverse-search-history
87 \ forward-search-history
88 \ non-incremental-reverse-search-history
89 \ non-incremental-forward-search-history
90 \ history-search-forward
91 \ history-search-backward
111 \ exchange-point-and-mark character-search
112 \ character-search-backward insert-comment
115 \ vi-complete vi-char-search vi-redo
116 \ vi-search v
[all...]
/macosx-10.9.5/tcl-102/tk/tk/generic/ttk/
H A DttkTheme.c59 Tcl_HashSearch search; local
62 entryPtr = Tcl_FirstHashEntry(&stylePtr->settingsTable, &search);
66 entryPtr = Tcl_NextHashEntry(&search);
70 entryPtr = Tcl_FirstHashEntry(&stylePtr->defaultsTable, &search);
74 entryPtr = Tcl_NextHashEntry(&search);
268 Tcl_HashSearch search; local
285 entryPtr = Tcl_FirstHashEntry(&elementClass->optMapCache, &search);
288 entryPtr = Tcl_NextHashEntry(&search);
342 Tcl_HashSearch search; local
348 entryPtr = Tcl_FirstHashEntry(&themePtr->elementTable, &search);
415 Tcl_HashSearch search; local
1132 Tcl_HashSearch search; local
1152 Tcl_HashSearch search; local
1341 Tcl_HashSearch search; local
[all...]
/macosx-10.9.5/CPANInternal-140/DBIx-Class/lib/DBIx/Class/
H A DResultSet.pm28 my $registered_users_rs = $schema->resultset('User')->search({ registered => 1 });
29 my @cds_in_2005 = $schema->resultset('CD')->search({ year => 2005 })->all();
46 A new ResultSet is returned from calling L</search> on an existing
48 original, plus any new conditions added in the C<search> call.
73 my $cd_rs = $schema->resultset('CD')->search({
87 return $rs->search({
100 The L</where>, L</having> attribute, and any search conditions are
105 search attributes.
113 my $cd_rs = $schema->resultset('CD')->search({
139 See: L</search>,
245 sub search { subroutine
[all...]
/macosx-10.9.5/bind9-45.100/bind9/lib/irs/
H A Dresconf.c82 #define RESCONFMAXSEARCH 8 /*%< max 8 domains in "search" entry */
102 char *search[RESCONFMAXSEARCH]; member in struct:irs_resconf
323 if (conf->search[i] != NULL) {
324 isc_mem_free(conf->mctx, conf->search[i]);
325 conf->search[i] = NULL;
351 * Remove any previous search definitions.
354 if (conf->search[idx] != NULL) {
355 isc_mem_free(conf->mctx, conf->search[idx]);
356 conf->search[idx] = NULL;
370 conf->search[id
[all...]

Completed in 330 milliseconds

1234567891011>>