Home
last modified time | relevance | path

Searched refs:search (Results 76 – 100 of 1061) sorted by relevance

12345678910>>...43

/plugin/ckgedit/scripts/
H A Dmediamgr.js6 if ((location.search.split("ckg_media=")[1]||"").split("&")[0] == "link") {
16 … } else if ((location.search.split("ckg_media=")[1]||"").split("&")[0] == "img") {
50 if ((location.search.split("ckg_media=")[1]||"").split("&")[0] !== "img") {
/plugin/offline/
H A Drenderer.php252 function internallink($id, $name = NULL, $search=NULL,$returnonly=false) { argument
291 if($search){
293 if(is_array($search)){
294 $search = array_map('rawurlencode',$search);
295 $link['url'] .= 's[]='.join('&s[]=',$search);
297 $link['url'] .= 's='.rawurlencode($search);
/plugin/datatables/assets/datatables.net-plugins/features/searchHighlight/
H A DdataTables.searchHighlight.min.js
/plugin/tagfilter/script/select2/
H A Dselect2.css16 .select2-search,
17 .select2-search input {
174 .select2-drop-auto-width .select2-search {
206 .select2-search {
220 .select2-search input {
244 .select2-drop.select2-drop-above .select2-search input {
248 .select2-search input.select2-active {
480 .select2-container-multi .select2-choices .select2-search-field {
486 .select2-container-multi .select2-choices .select2-search-field input {
500 .select2-container-multi .select2-choices .select2-search
[all...]
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/
H A DLdapClient.php178 $entryObj = $this->search(Operations::read($entry, ...$attributes), ...$controls)->first();
246 * Send a search response and return the entries.
253 public function search(SearchRequest $request, Control ...$controls): Entries
262 * A helper for performing a paging based search.
264 * @param SearchRequest $search argument
268 public function paging(SearchRequest $search, ?int $size = null): Paging
270 return new Paging($this, $search, $size ?? $this->options['page_size']);
274 * A helper for performing a VLV (Virtual List View) based search.
276 * @param SearchRequest $search
281 public function vlv(SearchRequest $search,
249 public function search(SearchRequest $request, Control ...$controls): Entries global() function in FreeDSx\\Ldap\\LdapClient
277 vlv(SearchRequest $search, $sort, int $afterCount) global() argument
[all...]
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Search/
H A DVlv.php29 * Provides a simple wrapper around a VLV (Virtual List View) search operation.
43 protected $search;
82 * @param SearchRequest $search
87 public function __construct(LdapClient $client, SearchRequest $search, $sort, int $after = 100, int $before = 0)
90 $this->search = $search;
281 $message = $this->client->sendAndReceive($this->search, $this->createVlvControl($contextId), $this->sort);
40 protected $search; global() variable in FreeDSx\\Ldap\\Search\\Vlv
84 __construct(LdapClient $client, SearchRequest $search, $sort, int $after = 100, int $before = 0) global() argument
/plugin/metadisplay/
H A Dadmin.php24 private $search = ""; variable in admin_plugin_metadisplay
61 $this->search = $commands['search'];
65 $cmdline .= " -f " . $this->search;
69 $cmdline .= " -s " . $this->search;
178 …p; <input type = "text" size = "20" name = "cmd[search]" value="'.$this->search .'" placeholder = …
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/examples/
H A Dbfcd65ab85d684d36a8550080032958d.asciidoc1 // search/request-body.asciidoc:156
5 $response = $client->search();
H A D0ce3606f1dba490eef83c4317b315b62.asciidoc1 // search/request-body.asciidoc:92
15 $response = $client->search($params);
/plugin/webcomponent/_test/data/pages/
H A Dgroup.txt13 The first group will be at the left and the search form at the right
21 [[dokuwiki:webcomponent:search|Search]]
24 <search>
/plugin/odt/ODT/
H A DODTSpan.php203 $search = &$parsed [$in];
204 if (isset($search ['tag-close']) &&
205 $found ['tag-open'] == $search ['tag-close'] &&
206 $search ['matched'] === false &&
210 $search ['matched'] = true;
/plugin/struct/types/
H A DLookup.php122 $search = new Search();
123 $search->addSchema($schema);
124 $search->addColumn($field);
125 $search->addSort($field);
127 $result = $search->getRows();
128 $pids = $search->getPids();
129 $rids = $search->getRids();
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Server/RequestHandler/
H A DProxyRequestHandler.php94 public function search(RequestContext $context, SearchRequest $search): Entries
96 return $this->ldap()->search($search, ...$context->controls()->toArray());
93 search(RequestContext $context, SearchRequest $search) global() argument
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DWebRisk.php70 'search' => [
71 'path' => 'v1/hashes:search',
232 'search' => [
233 'path' => 'v1/uris:search',
/plugin/struct/syntax/
H A Dvalue.php102 /** @var SearchConfig $search */
103 $search = new SearchConfig($data);
106 $value = new AggregationValue($INFO['id'], $mode, $renderer, $search);
113 $renderer->meta['plugin']['struct']['hasaggregation'] = $search->getCacheFlag();
H A Dcloud.php96 $search = new SearchCloud($data);
97 $cloud = new AggregationCloud($INFO['id'], $mode, $renderer, $search);
103 $renderer->meta['plugin']['struct']['hasaggregation'] = $search->getCacheFlag();
/plugin/datasearchform/
H A DREADME.md4 Adds a special search form to search through the data entries of the data plugin.
/plugin/searchformgoto/
H A Daction.php60 $ACT = 'search';
73 $ACT = 'search';
/plugin/googlesearch/lang/en/
H A Dnoresult.txt1 ====== No search results ======
3 Sorry, but your search did not return any results. Maybe the pages you're looking for
/plugin/autosearch/
H A Daction.php51 if($this->getConf('search'))
52 $e->data = 'search';
/plugin/cleanup/
H A Dhelper.php38 search(
48 search(
58 search(
68 search(
77 search(
/plugin/phpbblinks/
H A Daction.php83 $search = array();
173 $search[] = '/(\s)?'.str_replace('/','\\/',preg_quote($org)).'(\s)?/';
183 $search[] = '/(\s)?'.str_replace('/','\\/',preg_quote($org)).'(\s)?/';
188 ksort($search);
190 $TEXT = preg_replace($search,$replace,$TEXT);
/plugin/pubmed2020/site/
H A Ddescription.txt31 ^[[#search]] |link |Create a link to a search query over PubMed (you can use MeSH terms, wild…
52 ======search======
54 {{pubmed>search:"Empathy"[Mesh] AND "Communication"[Mesh] AND "Aged"[Mesh]}}
55 {{https://github.com/EricMaeker/dokuwiki-plugin-pubmed/raw/dokuwiki-web-site/site/search.png}}
/plugin/elasticsearch/vendor/ruflin/elastica/src/
H A DIndex.php209 * Adds the given document to the search index.
283 * Get the document from search index.
532 $search = new Search($this->getClient(), $builder);
533 $search->addIndex($this);
534 $search->setOptionsAndQuery($options, $query);
536 return $search;
542 public function search($query = '', $options = null, string $method = Request::POST): ResultSet
544 $search = $this->createSearch($query, $options);
546 return $search->search('', nul
477 public function search($query = '', $options = null, string $method = Request::POST): ResultSet global() function in Elastica\\Index
[all...]
/plugin/sphinxsearch/
H A Dplugin.info.txt6 desc Replace the default search with Sphinx Search
7 url http://www.ivinco.com/software/dokuwiki-sphinx-search-plugin/

12345678910>>...43