Home
last modified time | relevance | path

Searched refs:search (Results 126 – 150 of 1061) sorted by relevance

12345678910>>...43

/plugin/pureldap/vendor/freedsx/ldap/
H A DREADME.md10 * String Representation of Search Filters ([RFC 4515](https://tools.ietf.org/search/rfc4515))
11 * SASL authentication / integrity layer support for certain mechanisms ([RFC 4513](https://tools.ietf.org/search/rfc4513))
66 # Create a search operation to be used based on the above filter
67 $search = Operations::search($filter, 'cn');
69 # Create a paged search, 100 results at a time
70 $paging = $ldap->paging($search, 100);
111 # Use the read() method of the LDAP client to search for a specific entry.
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/
H A DClient.asciidoc54 * <<Elasticsearch_Clientsearch_search,`search()`>>
108 $params['refresh'] = (enum) If `true` then refresh the affected shards to make this operation visible to search, if `wait_for` then wait for a refresh to make this operation visible to search, if `false` (the default) then do nothing with refreshes. (Options = true,false,wait_for)
189 $params['refresh'] = (enum) If `true` then refresh the affected shards to make this operation visible to search, if `wait_for` then wait for a refresh to make this operation visible to search, if `false` (the default) then do nothing with refreshes. (Options = true,false,wait_for)
212 $params['refresh'] = (enum) If `true` then refresh the affected shards to make this operation visible to search, if `wait_for` then wait for a refresh to make this operation visible to search, if `false` (the default) then do nothing with refreshes. (Options = true,false,wait_for)
231 $params['index'] = (list) A comma-separated list of index names to search; use `_all` or empty string to perform the operation on all indices (Required)
232 $params['type'] = DEPRECATED (list) A comma-separated list of document types to search; leave empty to perform the operation on all types
246 $params['scroll'] = (time) Specify how long a consistent view of the index should be maintained for scrolled search
[all...]
/plugin/linksenhanced/syntax/
H A Dlink.php414 if($search){
416 if(is_array($search)){
417 $search = array_map('rawurlencode',$search);
418 $link['url'] .= 's[]='.join('&amp;s[]=',$search);
420 $link['url'] .= 's='.rawurlencode($search);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DKgsearch.php63 'search' => [
64 'path' => 'v1/entities:search',
H A DMyBusinessBusinessInformation.php243 ],'search' => [
244 'path' => 'v1/chains:search',
266 'search' => [
267 'path' => 'v1/googleLocations:search',
/plugin/cleanoldips/
H A Dcli.php43 search($pagedata, $conf['datadir'], 'search_allpages', $searchOpts);
57 search($mediadata, $conf['mediadir'], 'search_media', $searchOpts);
/plugin/numberof/
H A Dsyntax.php29search($list,$conf['datadir'].$matches[1],array($this,'_search_count'),array('all'=>false),'');
34search($list,$conf['mediadir'].$matches[1],array($this,'_search_count'),array('all'=>true));
/plugin/confmanager/lang/ja/
H A Dinterwiki.txt10 [[google>Wiki]] Google search へのリンク、
14 …a へのリンク、[[Meatball>TourBusStop]] MeatBall wiki InterWiki へのリンク、[[google>Wiki]] Google search へのリンク、
/plugin/revealjs/plugin/notes/
H A Dnotes.js48 …ocation.protocol + '//' + window.location.host + window.location.pathname + window.location.search,
157 if( !/receiver/i.test( window.location.search ) ) {
160 if( window.location.search.match( /(\?|\&)notes/gi ) !== null ) {
/plugin/badbehaviour/bad-behavior/
H A Ddokuwiki.patch9 - // Bypass all checks if http:BL says search engine
16 + // Bypass all checks if http:BL says search engine
/plugin/bpmnioeditor/
H A Dstyle.css726 * search pad
728 .djs-search-container {
753 .djs-search-input input {
765 .djs-search-results {
771 .djs-search-results:hover {
775 .djs-search-result {
783 .djs-search-highlight {
787 .djs-search-result-primary {
796 .djs-search-result:hover {
800 .djs-search-result-selected {
[all …]
/plugin/toctweak/
H A Dhelper.php187 $search = '<div id="dw__toc"';
188 $replace = $search.' class="'.hsc($meta['class']).'"';
189 $html = str_replace($search, $replace, $html);
/plugin/datatables/assets/datatables.net-plugins/features/mark.js/
H A Ddatatables.mark.min.js
/plugin/sphinxsearch-was/
H A DINSTALL12 * http://grimore.org/start?do=search&id=start&q=dokuwiki
34 4. To have your search results up-to-date, setup a cron job to
38 5. You can fine-tune the search behavior by editing the configuration files
55 search is updated on a daily basis. Other candidates include other cron directories
80 the search results.
88 The search will take a significant amount of time and would yield a blank page.
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/Namespaces/
H A DAsyncSearchNamespace.asciidoc34 $params['id'] = (string) The async search ID
47 $params['id'] = (string) The async search ID
49 $params['keep_alive'] = (time) Specify the time interval in which the results (partial or final) for this search will be available
63 $params['id'] = (string) The async search ID
76 $params['index'] = (list) A comma-separated list of index names to search; use `_all` or empty string to perform the operation on all indices
79 $params['keep_alive'] = (time) Update the time interval in which the results (partial or final) for this search will be available (Default = 5d)
H A DGraphNamespace.asciidoc31 $params['index'] = (list) A comma-separated list of index names to search; use `_all` or empty string to perform the operation on all indices (Required)
32 $params['type'] = DEPRECATED (list) A comma-separated list of document types to search; leave empty to perform the operation on all types
/plugin/nodetailsxhtml/
H A Drenderer.php237 * $search,$returnonly & $linktype are not for the renderer but are used
242 function internallink($id, $name = null, $search=null,$returnonly=false,$linktype='content') {
304 //add search string
305 if($search){
307 if(is_array($search)){
308 $search = array_map('rawurlencode',$search);
309 $link['url'] .= 's[]='.join('&amp;s[]=',$search);
311 $link['url'] .= 's='.rawurlencode($search);
283 internallink($id, $name = null, $search = null, $returnonly = false, $linktype = 'content') global() argument
/plugin/bureaucracy-au/script/
H A Duser.js19 search: getterm(request)
69 search: function () {
/plugin/bureaucracyau/script/
H A Duser.js19 search: getterm(request)
69 search: function () {
/plugin/autotooltip/
H A Daction.php47 $search = $args[2] ?: null;
59 array($id, $name, $search, true, $linktype)
/plugin/bureaucracy/script/
H A Duser.js19 search: getterm(request)
69 search: function () {
/plugin/interwikipaste/
H A Dscript.js65 if (path.indexOf('/doku.php') === 0 && url.search.indexOf('?') === 0) {
132 if (pasted.search(/^http[^ ]+$/) === -1) {
163 const eol = textAfter.search(nl);
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Server/RequestHandler/
H A DRequestHandlerInterface.php75 * A search request. This should return an entries collection object.
79 public function search(RequestContext $context, SearchRequest $search): Entries;
78 search(RequestContext $context, SearchRequest $search) global() argument
/plugin/linkback/action/
H A Ddisplay.php263 $search = "</ul>\n</div>";
265 $search = "</ul>\n</li></ul>\n</div>";
267 $new = str_replace($search, $item . $search, $match[0]);
/plugin/pagequery/
H A Dreadme.md9 On the surface it may appear to fill a similar role to the really excellent [[plugin:indexmenu|IndexMenu]], however pagequery's aspirations are not as lofty or elaborate. IndexMenu focuses on displaying namespaces, and the pages within. allowing you to sort the namespaces and files by many options, and actively navigate and manipulate this index. Pagequery's purpose is __displaying lists of pages__: yes, you can sort by namespace if you wish, however the main goal is to search for and list pages in any order, and then neatly display them in groups (A-Z, by year, by month, etc...) and in addition in columns — to make best use of space. If you try both of them you'll quickly see that they //"scratch different itches."//
14 * Or limit your search to a specific namespace
25 Nothing worthwhile is built in isolation: pagequery has been built on the shoulders of giants — i.e. the DokuWiki core functions. Under the skin it makes shamefaced use of the excellent built-in page and full-text [[:search]] functions available in DokuWiki, so there's no new search syntax to learn. However it does bring a little something new to the mix by providing powerful sorting and grouping options.
30 * Listing pages that discuss a particular subject (via full-text search)
60 This would retrieve results from @namespace only (as there is no other search query you would get all the pages), and the list would be sorted by the //first letter// ('sort=a') then alphabetically ('sort=name') within each letter. The //group// option will then cause the list to be grouped by the first letter only (you cannot group by name as each one is unique).
70 The same query, but now searching for pages contenting the word "help" (NOTE: ''fulltext'' means search in the page "content" not just its "name":
74 **Update:** Namespaces are now supported when searching by pagename (pageid) only. Use the same syntax as fulltext [[:search]], i.e. @namespace|^namespace. I haven't provide support for relative namespaces yet. In addition, you can use regular expressions when searching by pagename.

12345678910>>...43