Home
last modified time | relevance | path

Searched refs:searchtype (Results 1 – 25 of 286) sorted by relevance

12345678910>>...12

/dports/devel/kf5-kio/kio-5.89.0/src/urifilters/ikws/searchproviders/
H A D7digital.desktop76 Query=https://us.7digital.com/Search?search=\\{@}&searchtype=global&submit=Search
77 Query[ar]=https://us.7digital.com/Search?search=\\{@}&searchtype=global&submit=Search
78 Query[ast]=https://us.7digital.com/Search?search=\\{@}&searchtype=global&submit=Search
79 Query[az]=https://us.7digital.com/Search?search=\\{@}&searchtype=global&submit=Search
80 Query[ca]=https://us.7digital.com/Search?search=\\{@}&searchtype=global&submit=Search
82 Query[cs]=https://us.7digital.com/Search?search=\\{@}&searchtype=global&submit=Search
83 Query[da]=https://us.7digital.com/Search?search=\\{@}&searchtype=global&submit=Search
84 Query[de]=https://us.7digital.com/Search?search=\\{@}&searchtype=global&submit=Search
85 Query[el]=https://us.7digital.com/Search?search=\\{@}&searchtype=global&submit=Search
87 Query[es]=https://us.7digital.com/Search?search=\\{@}&searchtype=global&submit=Search
[all …]
/dports/devel/dev86/dev86-0.16.20/bcc/
H A Dtype.c121 for (searchtype = type->prevtype; searchtype != NULL;
122 searchtype = searchtype->sidetype)
124 searchtype->typesize == size)
125 return searchtype;
129 searchtype->alignmask = type->alignmask;
132 searchtype->alignmask = ~(uoffset_T) 0;
139 searchtype->alignmask = alignmask;
142 searchtype->typesize = size;
143 searchtype->nexttype = type;
144 searchtype->sidetype = type->prevtype;
[all …]
/dports/www/yabb/YaBB_2.6.11/cgi-bin/yabb2/Sources/
H A DSearch.pm339 if ( $searchtype eq 'anywords' ) { $searchtype = 2; }
340 elsif ( $searchtype eq 'asphrase' ) { $searchtype = 3; }
341 elsif ( $searchtype eq 'aspartial' ) { $searchtype = 4; }
539 if ( $searchtype == 2 || $searchtype == 4 ) {
547 if ( $searchtype == 2 || $searchtype == 4 ) {
759 if ( $searchtype eq 'anywords' ) { $searchtype = 2; }
760 elsif ( $searchtype eq 'asphrase' ) { $searchtype = 3; }
761 elsif ( $searchtype eq 'aspartial' ) { $searchtype = 4; }
763 $searchtype = 5;
881 elsif ( $searchtype == 2 || $searchtype == 4 ) {
[all …]
H A DSpamCheck.pm32 my ( $spamline, $spamcnt, $searchtype );
41 $searchtype = 'S';
45 $searchtype = 'E';
51 $searchtype = 'S';
56 push @spamlines, [ $spamline, $spamcnt, $searchtype ];
/dports/science/py-PubChemPy/PubChemPy-1.0.4/
H A Dpubchempy.py258 or searchtype == 'xref' \
259 or (searchtype and namespace == 'cid') or domain == 'sources':
279 if (searchtype and searchtype != 'xref') or namespace in ['formula']:
321 results = get_json(identifier, namespace, searchtype=searchtype, **kwargs)
410 … results = get_json(identifier, namespace, 'compound', properties, searchtype=searchtype, **kwargs)
419 results = get_json(identifier, namespace, domain, 'synonyms', searchtype=searchtype, **kwargs)
424 results = get_json(identifier, namespace, domain, 'cids', searchtype=searchtype, **kwargs)
433 def get_sids(identifier, namespace='cid', domain='compound', searchtype=None, **kwargs): argument
434 results = get_json(identifier, namespace, domain, 'sids', searchtype=searchtype, **kwargs)
443 def get_aids(identifier, namespace='cid', domain='compound', searchtype=None, **kwargs): argument
[all …]
/dports/ports-mgmt/py-FreeBSD-ports/FreeBSD-ports-0.0.9/FreeBSD_ports/
H A D__main__.py16 if args.searchtype == 'maintainer':
19 elif args.searchtype == 'port':
21 elif args.searchtype == 'pkg':
23 elif args.searchtype == 'revdeps':
/dports/www/e107/e107/
H A Dsearch.php291 $sel = (isset($this->searchtype[$key]) && $this->searchtype[$key]) ? " checked='checked'" : "";
655 $searchtype = array();
661 $searchtype[$key] = true;
670 $searchtype = $_GET['t'];
685 $searchtype[$key] = true;
710 $searchtype[$key] = true;
721 $searchtype['all'] = true;
725 $searchtype[0] = true;
731 $this->searchtype = $searchtype;
733 return $searchtype;
[all …]
/dports/editors/emacs-devel/emacs-4d1968b/lisp/cedet/semantic/
H A Dsymref.el299 (searchtype :initarg :searchtype
445 (searchtype (oref (oref result created-by) searchtype))
452 hit txt searchtype open-buffers))
473 (defun semantic-symref-hit-to-tag-via-db (hit searchtxt searchtype)
482 (if (not (memq searchtype '(tagname tagregexp tagcompletions)))
488 (cond ((eq searchtype 'tagname)
490 ((eq searchtype 'tagregexp)
492 ((eq searchtype 'tagcompletions)
504 (defun semantic-symref-hit-to-tag-via-buffer (hit searchtxt searchtype &optional open-buffers)
555 (when (re-search-forward (if (memq searchtype '(regexp tagregexp))
[all …]
/dports/editors/emacs/emacs-27.2/lisp/cedet/semantic/
H A Dsymref.el299 (searchtype :initarg :searchtype
445 (searchtype (oref (oref result created-by) searchtype))
452 hit txt searchtype open-buffers))
473 (defun semantic-symref-hit-to-tag-via-db (hit searchtxt searchtype)
482 (if (not (memq searchtype '(tagname tagregexp tagcompletions)))
488 (cond ((eq searchtype 'tagname)
490 ((eq searchtype 'tagregexp)
492 ((eq searchtype 'tagcompletions)
504 (defun semantic-symref-hit-to-tag-via-buffer (hit searchtxt searchtype &optional open-buffers)
554 (when (re-search-forward (if (memq searchtype '(regexp tagregexp))
[all …]
/dports/sysutils/foremost/foremost-1.5.7/
H A Dconfig.c144 s->searchtype = SEARCHTYPE_FORWARD; in extractSearchSpecData()
148 s->searchtype = SEARCHTYPE_REVERSE; in extractSearchSpecData()
152 s->searchtype = SEARCHTYPE_FORWARD_NEXT; in extractSearchSpecData()
158 s->searchtype = SEARCHTYPE_FORWARD; in extractSearchSpecData()
163 s->searchtype = SEARCHTYPE_ASCII; in extractSearchSpecData()
176 init_bm_table(s->header, s->header_bm_table, s->header_len, s->case_sen, s->searchtype); in extractSearchSpecData()
177 init_bm_table(s->footer, s->footer_bm_table, s->footer_len, s->case_sen, s->searchtype); in extractSearchSpecData()
/dports/textproc/py-wordnet/WordNet-2.0/src/wnb/
H A Dstubs.c90 int pos, searchtype, sense; in wn_search() local
98 searchtype = atoi (argv[3]); in wn_search()
100 strcpy (resultbuf, findtheinfo (argv[1], pos, searchtype, sense)); in wn_search()
103 strcat (resultbuf, findtheinfo (morph, pos, searchtype, sense)); in wn_search()
177 int pos, searchtype; in wn_contextualhelp() local
183 searchtype = atoi (argv[2]); in wn_contextualhelp()
184 interp -> result = helptext[pos][searchtype]; in wn_contextualhelp()
/dports/misc/sword/sword-1.8.1/utilities/diatheke/
H A Ddiatheke.cpp84 unsigned char outputformat = FMT_INTERNAL, searchtype = ST_NONE, outputencoding = ENC_UTF8; in main() local
105 searchtype = ST_PHRASE; in main()
108 searchtype = ST_REGEX; in main()
111 searchtype = ST_MULTIWORD; in main()
114 searchtype = ST_CLUCENE; in main()
117 searchtype = ST_ENTRYATTRIB; in main()
120 searchtype = ST_MULTILEMMA; in main()
295 …doquery(maxverses, outputformat, outputencoding, optionfilters, searchtype, range, text, locale, r… in main()
/dports/textproc/wordnet/WordNet-3.0/src/
H A Dstubs.c87 int pos, searchtype, sense; in wn_search() local
94 searchtype = atoi (argv[3]); in wn_search()
96 strcpy (resultbuf, findtheinfo (argv[1], pos, searchtype, sense)); in wn_search()
99 strcat (resultbuf, findtheinfo (morph, pos, searchtype, sense)); in wn_search()
181 int pos, searchtype; in wn_contextualhelp() local
187 Tcl_GetIntFromObj(interp, objv[2], &searchtype) != TCL_OK) in wn_contextualhelp()
190 Tcl_SetResult(interp, (char *)helptext[pos][searchtype], TCL_STATIC); in wn_contextualhelp()
/dports/deskutils/egroupware/egroupware/vendor/egroupware/z-push-dev/src/lib/default/
H A Dsearchprovider.php52 * @param string $searchtype
57 public function SupportsType($searchtype) { argument
58 return ($searchtype == ISearchProvider::SEARCH_GAL);
/dports/www/groupoffice/groupoffice-6.4.231-php-71/modules/z-push/vendor/z-push/lib/default/
H A Dsearchprovider.php52 * @param string $searchtype
57 public function SupportsType($searchtype) { argument
58 return ($searchtype == ISearchProvider::SEARCH_GAL);
/dports/devel/fossology-nomos-standalone/fossology-3.11.0/src/www/ui/
H A Dsearch-helper.php39 function GetResults($Item, $Filename, $Upload, $tag, $Page, $SizeMin, $SizeMax, $searchtype, argument
69 if ($searchtype != "directory") {
202 if ($searchtype == 'containers') {
210 if ($searchtype == 'directory') {
219 if ($searchtype != "directory") {
H A Dsearch.php146 $searchtype = GetParm("searchtype",PARM_STRING);
147 $GETvars .= "&searchtype=" . urlencode($searchtype);
148 if ($searchtype == 'containers') {
150 } else if ($searchtype == 'directory') {
222 $SizeMax, $searchtype, $License, $Copyright, $this->uploadDao,
/dports/misc/sword/sword-1.8.1/utilities/diatheke/soap/
H A Dsapouni.cgi52 … my ($class, $books, $key, $options, $encoding, $markup, $searchtype, $locale, $script, $max) = @_;
86 if ($searchtype ne "") {
87 $query .= " -s \"$searchtype\"";
/dports/science/siconos/siconos-4.4.0/numerics/src/tools/
H A Dline_search.c31 …eric(int n, double theta, double preRHS, search_data* ls_data, unsigned searchtype, sn_ls_fn ls_fn) in line_search_generic() argument
38 ls_data->searchtype = searchtype; in line_search_generic()
39 assert(searchtype != ARCSEARCH || ls_data->set); in line_search_generic()
/dports/deskutils/moregroupware/moregroupware/modules/contact/templates/default/html/
H A Dcontact_comp_details.tpl8 …<a href="index.php?mod=contact&amp;obj=company&amp;view=list&amp;searchtype={$searchtype}&amp;sear…
105 …<a href="index.php?mod=contact&amp;obj=company&amp;view=list&amp;searchtype={$searchtype}&amp;sear…
106searchtype={$searchtype}&amp;searchterm={$searchterm}&amp;npage={$npage}&amp;{$SESSION}'" CLASS="{…
/dports/mail/exim-mysql/exim-4.95/src/lookups/
H A Ddnsdb.c316 int searchtype = type == T_CSA ? T_SRV : /* record type we want */ in dnsdb_find() local
347 if (searchtype == T_ADDRESSES) searchtype = T_AAAA; in dnsdb_find()
348 else if (searchtype == T_AAAA) searchtype = T_A; in dnsdb_find()
349 rc = dns_special_lookup(dnsa, domain, searchtype, CUSS &found); in dnsdb_find()
379 rr = dns_next_rr(dnsa, &dnss, RESET_NEXT)) if (rr->type == searchtype) in dnsdb_find()
544 } while (type == T_ADDRESSES && searchtype != T_A); in dnsdb_find()
/dports/mail/exim-sa-exim/exim-4.95/src/lookups/
H A Ddnsdb.c316 int searchtype = type == T_CSA ? T_SRV : /* record type we want */ in dnsdb_find() local
347 if (searchtype == T_ADDRESSES) searchtype = T_AAAA; in dnsdb_find()
348 else if (searchtype == T_AAAA) searchtype = T_A; in dnsdb_find()
349 rc = dns_special_lookup(dnsa, domain, searchtype, CUSS &found); in dnsdb_find()
379 rr = dns_next_rr(dnsa, &dnss, RESET_NEXT)) if (rr->type == searchtype) in dnsdb_find()
544 } while (type == T_ADDRESSES && searchtype != T_A); in dnsdb_find()
/dports/mail/exim-postgresql/exim-4.95/src/lookups/
H A Ddnsdb.c316 int searchtype = type == T_CSA ? T_SRV : /* record type we want */ in dnsdb_find() local
347 if (searchtype == T_ADDRESSES) searchtype = T_AAAA; in dnsdb_find()
348 else if (searchtype == T_AAAA) searchtype = T_A; in dnsdb_find()
349 rc = dns_special_lookup(dnsa, domain, searchtype, CUSS &found); in dnsdb_find()
379 rr = dns_next_rr(dnsa, &dnss, RESET_NEXT)) if (rr->type == searchtype) in dnsdb_find()
544 } while (type == T_ADDRESSES && searchtype != T_A); in dnsdb_find()
/dports/mail/exim-monitor/exim-4.95/src/lookups/
H A Ddnsdb.c316 int searchtype = type == T_CSA ? T_SRV : /* record type we want */ in dnsdb_find() local
347 if (searchtype == T_ADDRESSES) searchtype = T_AAAA; in dnsdb_find()
348 else if (searchtype == T_AAAA) searchtype = T_A; in dnsdb_find()
349 rc = dns_special_lookup(dnsa, domain, searchtype, CUSS &found); in dnsdb_find()
379 rr = dns_next_rr(dnsa, &dnss, RESET_NEXT)) if (rr->type == searchtype) in dnsdb_find()
544 } while (type == T_ADDRESSES && searchtype != T_A); in dnsdb_find()
/dports/mail/exim/exim-4.95/src/lookups/
H A Ddnsdb.c316 int searchtype = type == T_CSA ? T_SRV : /* record type we want */ in dnsdb_find() local
347 if (searchtype == T_ADDRESSES) searchtype = T_AAAA; in dnsdb_find()
348 else if (searchtype == T_AAAA) searchtype = T_A; in dnsdb_find()
349 rc = dns_special_lookup(dnsa, domain, searchtype, CUSS &found); in dnsdb_find()
379 rr = dns_next_rr(dnsa, &dnss, RESET_NEXT)) if (rr->type == searchtype) in dnsdb_find()
544 } while (type == T_ADDRESSES && searchtype != T_A); in dnsdb_find()

12345678910>>...12