Searched refs:search (Results 76 - 100 of 900) sorted by relevance

1234567891011>>

/macosx-10.9.5/Libc-997.90.3/stdlib/FreeBSD/
H A Dtfind.c4 * Tree search generalized from Knuth (6.2.2) Algorithm T just like
24 #include <search.h>
H A Dinsque.c13 #include <search.h>
H A Dtsearch.c4 * Tree search generalized from Knuth (6.2.2) Algorithm T just like
23 #include <search.h>
26 /* find or insert datum into search tree */
H A Dtwalk.c4 * Tree search generalized from Knuth (6.2.2) Algorithm T just like
23 #include <search.h>
/macosx-10.9.5/WebCore-7537.78.1/html/
H A DInputTypeNames.h47 const AtomicString& search();
/macosx-10.9.5/emacs-92/emacs/lisp/gnus/
H A Dnnlistserv.el44 "What search engine type is being used."
51 (search . nnlistserv-kk-search)
60 (defvoo nnlistserv-search nil
62 nnweb-search)
84 "Perform the search and create a number-to-url alist."
87 (let ((case-fold-search t)
94 (when (funcall (nnweb-definition 'search) page)
99 (while (re-search-forward "^<li> *<a href=\"\\([^\"]+\\)\"><b>\\([^\\>]+\\)</b></a> *<[^>]+><i>\\([^>]+\\)<" nil t)
120 (let ((case-fold-search
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/modules/nns/
H A Dnns.tcl13 package require snit ; # OO support, for streaming search class
42 proc ::nameserv::search {args} {
50 array set a [search-parseargs $args]
56 variable search
57 # This client uses the receiver object as tag for the search
71 set search($receiver) .
91 ## semi-INT: search argument processing.
93 proc ::nameserv::search-parseargs {arguments} {
96 # implementation of the search command.
216 variable search
[all...]
/macosx-10.9.5/libxslt-13/libxslt/win32/
H A Dconfigure.js127 txt += " include: Additional search path for the compiler, particularily\n";
129 txt += " rinclude: Additional search path for the resource compiler\n";
130 txt += " lib: Additional search path for the linker, particularily\n";
148 if (s.search(/^\/ChangeLog\//) != -1) {
169 if (s.search(/^LIBXSLT_MAJOR_VERSION=/) != -1) {
172 } else if(s.search(/^LIBXSLT_MINOR_VERSION=/) != -1) {
175 } else if(s.search(/^LIBXSLT_MICRO_VERSION=/) != -1) {
178 } else if (s.search(/^LIBEXSLT_MAJOR_VERSION=/) != -1) {
181 } else if(s.search(/^LIBEXSLT_MINOR_VERSION=/) != -1) {
184 } else if(s.search(/
[all...]
/macosx-10.9.5/CPANInternal-140/Class-DBI-v3.0.17/lib/Class/DBI/Search/
H A DBasic.pm5 Class::DBI::Search::Basic - Simple Class::DBI search
18 search => "Class::DBI::Search::Basic",
27 search within Class::DBI as well as the search base class. We will
29 class for search plugins.
40 and the arguments passed to the search call by the user.
46 The arguments passed to search may contain an options hash. This will
54 Actually run the search.
/macosx-10.9.5/CPANInternal-140/DBIx-Class/lib/DBIx/Class/CDBICompat/
H A DIterator.pm9 DBIx::Class::CDBICompat::Iterator - Emulates the extra behaviors of the Class::DBI search iterator.
17 Emulates the extra behaviors of the Class::DBI search iterator.
/macosx-10.9.5/Heimdal-323.92.1/lib/wind/
H A Dgen-bidi.py83 m = re.search('^ *([0-9A-F]+)-([0-9A-F]+) *$', l)
90 m = re.search('^ *([0-9A-F]+) *$', l)
/macosx-10.9.5/ICU-511.35/icuSources/samples/strsrch/
H A Dstrsrch.cpp60 UStringSearch * search = 0; variable
227 * Creates a string search
234 search = usearch_openFromCollator(pattern, -1, source, -1, collator, NULL,
240 usearch_setAttribute(search, USEARCH_OVERLAP, USEARCH_ON, &status);
243 usearch_setAttribute(search, USEARCH_CANONICAL_MATCH, USEARCH_ON,
247 fprintf(stderr, "Error setting search attributes\n");
256 int32_t offset = usearch_next(search, &status);
262 usearch_getMatchedLength(search));
263 offset = usearch_next(search, &status);
269 fprintf(stdout, "End of search\
[all...]
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/contrib/ldapc++/examples/
H A DreadSchema.cpp30 LDAPSearchResults* entries = lc->search("",
44 entries = lc->search(schemabase, LDAPConnection::SEARCH_BASE, "(objectClass=*)",
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/tests/data/
H A Dslapd-ldapgluegroups.conf48 by * search
H A Dslapd-ldapgluepeople.conf49 by * search
H A Dslapd-idassert.conf57 by * search
123 by dn.exact="cn=Sandbox,ou=Admin,dc=example,dc=com" search
/macosx-10.9.5/WebCore-7537.78.1/workers/
H A DWorkerLocation.idl42 readonly attribute DOMString search;
/macosx-10.9.5/JavaScriptCore-7537.78.1/tests/mozilla/ecma/String/
H A D15.5.4.7-1.js32 so as to search all of the string.
170 function LastIndexOf( string, search, position ) {
172 search = String( search );
184 result7 = search.length;
197 if ( string.charAt(k+j) != search.charAt(j) ){
/macosx-10.9.5/CPANInternal-140/DBIx-Class/t/
H A D101populate_rs.t27 my $restricted_art_rs = $art_rs->search({rank => 42});
62 my ($undef, $artist1, $artist2, $artist3 ) = $schema->resultset('Artist')->search({
83 my ($cd1, $cd2, $cd3) = $artist1->cds->search(undef, {order_by=>'year ASC'});
100 my ($cd1) = $artist3->cds->search(undef, {order_by=>'year ASC'});
110 my ($cd1) = $undef->cds->search(undef, {order_by=>'year ASC'});
192 my ($cd1, $cd2) = $girl->cds->search({},{order_by=>'year'});
267 my ($cd1, $cd2) = $girl->cds->search({},{order_by=>'year ASC'});
412 my ($undef, $girl, $formerly, $damn, $crap) = $art_rs->search(
449 my ($cd1, $cd2) = $girl->cds->search({},{order_by=>'year ASC'});
478 my ($cdA, $cdB) = $cd_rs->search(
[all...]
/macosx-10.9.5/bind9-45.100/bind9/lib/dns/
H A Drbtdb.c2609 rbtdb_search_t *search = arg; local
2621 if (search->zonecut != NULL)
2626 onode = search->rbtdb->origin_node;
2628 NODE_LOCK(&(search->rbtdb->node_locks[node->locknum].lock),
2643 if (header->serial <= search->serial &&
2662 IS_STUB(search->rbtdb)) {
2680 if (!IS_CACHE(search->rbtdb) && !IS_STUB(search->rbtdb) &&
2687 search->zonecut_sigrdataset = NULL;
2690 search
2820 setup_delegation(rbtdb_search_t *search, dns_dbnode_t **nodep, dns_name_t *foundname, dns_rdataset_t *rdataset, dns_rdataset_t *sigrdataset) argument
2877 valid_glue(rbtdb_search_t *search, dns_name_t *name, rbtdb_rdatatype_t type, dns_rbtnode_t *node) argument
2942 activeempty(rbtdb_search_t *search, dns_rbtnodechain_t *chain, dns_name_t *name) argument
2994 activeemtpynode(rbtdb_search_t *search, dns_name_t *qname, dns_name_t *wname) argument
3109 find_wildcard(rbtdb_search_t *search, dns_rbtnode_t **nodep, dns_name_t *qname) argument
3265 matchparams(rdatasetheader_t *header, rbtdb_search_t *search) argument
3312 previous_closest_nsec(dns_rdatatype_t type, rbtdb_search_t *search, dns_name_t *name, dns_name_t *origin, dns_rbtnode_t **nodep, dns_rbtnodechain_t *nsecchain, isc_boolean_t *firstp) argument
3423 find_closest_nsec(rbtdb_search_t *search, dns_dbnode_t **nodep, dns_name_t *foundname, dns_rdataset_t *rdataset, dns_rdataset_t *sigrdataset, dns_rbt_t *tree, dns_db_secure_t secure) argument
3616 rbtdb_search_t search; local
4140 rbtdb_search_t *search = arg; local
4255 find_deepest_zonecut(rbtdb_search_t *search, dns_rbtnode_t *node, dns_dbnode_t **nodep, dns_name_t *foundname, dns_rdataset_t *rdataset, dns_rdataset_t *sigrdataset) argument
4429 find_coveringnsec(rbtdb_search_t *search, dns_dbnode_t **nodep, isc_stdtime_t now, dns_name_t *foundname, dns_rdataset_t *rdataset, dns_rdataset_t *sigrdataset) argument
4770 rbtdb_search_t search; local
5117 rbtdb_search_t search; local
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/snack/snack/generic/
H A Dg711.c101 search( function
153 seg = search(pcm_val, seg_aend, 8);
250 seg = search(pcm_val, seg_uend, 8);
/macosx-10.9.5/CPANInternal-140/Perl-Ldap/t/
H A D70sortctrl.t7 # base => the base for the search
8 # filter => the filter for the search
12 # returned from the search. This is because this test checks
65 my $mesg = $ldap->search(
87 $mesg = $ldap->search(
/macosx-10.9.5/JavaScriptCore-7537.78.1/tests/mozilla/ecma_3/Exceptions/
H A Dbinding-001.js65 var match = e.toString().search(/ReferenceError/);
H A Dregress-95101.js56 var match = e.toString().search(/ReferenceError/);
/macosx-10.9.5/RubyCocoa-80/RubyCocoa/sample/Spotlight/
H A DSpotlight.rb22 def search method in class:Spotlight

Completed in 286 milliseconds

1234567891011>>