Home
last modified time | relevance | path

Searched refs:search (Results 501 – 525 of 1061) sorted by relevance

1...<<21222324252627282930>>...43

/plugin/data/_test/
H A Dsyntax_plugin_data_entry.test.php
/plugin/mdpage/vendor/cebe/markdown/tests/markdown-data/
H A Dmd1_markdown_documentation_basics.md219 [2]: http://search.yahoo.com/ "Yahoo Search"
220 [3]: http://search.msn.com/ "MSN Search"
225 title="Google">Google</a> than from <a href="http://search.yahoo.com/"
226 title="Yahoo Search">Yahoo</a> or <a href="http://search.msn.com/"
/plugin/jsonrpc/
H A Djsonrpc.php204 search($data, $conf['datadir'], 'search_allpages', $opts, $dir);
221 search($data, $conf['mediadir'], 'search_media', $options, $dir);
237 public function search($searchString) function in dokuwiki_jsonrpc_server
/plugin/batchedit/
H A Dinterface.php216 $this->printFormEdit('lbl_search', 'search');
403 case 'search':
427 case 'search':
689 $search = array();
693 $search[$i - 1] = '{' . $i . '}';
697 $string = str_replace($search, $replace, $string);
/plugin/dirtylittlehelper/syntax/
H A Dtree.php225 search($data,$conf['datadir'],'search_index',array('ns' => $ns));
/plugin/blog/
H A Dhelper.php55 search($pages, $conf['datadir'], 'search_pagename', array('query' => '.txt'), $dir);
/plugin/tagging/
H A DREADME4 the search.
/plugin/data-au/_test/
H A Dsyntax_plugin_data_entry.test.php7 …function internallink($id, $name = null, $search = null, $returnonly = false, $linktype = 'content… argument
11 'search' => $search,
/plugin/dirtylittlehelper/
H A Dstyle.css263 /* search info wider */
264 .dokuwiki form.search div.ajax_qsearch{
H A Dscript.js669 search: function (term, callback) {
750 search: function (term, callback) {
797 search: function (term, callback) {
/plugin/multiorphan/action/
H A Dmultiorphan.php76 search($pages,$conf['datadir'],'search_universal',array(
88 search($media,$conf['mediadir'],'search_media',array(
/plugin/autlogin/
H A Dadmin.php1140 search($data, $conf['datadir'], 'search_allpages', $opts, $dir);
1141 search($media, $conf['datadir'], 'search_namespaces', $opts, $dir);
1543 search($datas, $conf['datadir'], 'search_allpages', $opts, $dir);
1544 search($media, $conf['datadir'], 'search_namespaces', $opts, $dir);
1663 search($data,$conf['datadir'],'search_index',array('ns' => $folder),$limit);
1665search($media,$conf['mediadir'],'search_index',array('ns' => $folder, 'nofiles' => true),$limit);
/plugin/mikioplugin/syntax/
H A Dcore.php882 * @param $tagName tagName to search for. Name is exclusive
883 * @param $content search within content
885 * @param $hasEndTag tagName search also looks for an end tag
891 $search = '/<(?i:' . $tagName . ')(.*?)>(.*?)<\/(?i:' . $tagName . ')>/s';
894 $search = '/<(?i:' . $tagName . ')(.*?)>/s';
897 if (preg_match_all($search, $content, $match)) {
933 * @param $name The style name to search foe
/plugin/revisionsdue/
H A Dsyntax.php192 search($data,$conf['datadir'],'revision_callback_search_wanted',array('ns' => $ns));
/plugin/tagsections/action/
H A Dajax.php109 search($data,$conf['datadir'],'search_index',array('ns' => $ns_dir));
/plugin/namespacesearch/
H A Dsyntax.php69 search($namespaces,$conf['datadir'],'search_namespaces',null,$dir);
/plugin/jplayer/
H A Dsyntax.php106 search($files, $conf['mediadir'], 'search_media',
/plugin/watchcycle/
H A Dscript.js138 * Add watchcycle_only parameter to search tool links if it is in the search query
141 * might include "unknown" search parameter, e.g. those from plugins like this one, by default. Then this can be
145 const $advancedOptions = jQuery('.search-results-form .advancedOptions');
156 location.search.substr(1)
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Blogger/Resource/
H A DPosts.php187 public function search($blogId, $q, $optParams = []) function in Google\\Service\\Blogger\\Resource\\Posts
/plugin/advanced/admin/
H A Dimport.php201 search($namespaces, $conf['datadir'], 'search_namespaces', $options, '');
/plugin/semantic/
H A Dhelper.php33 'target' => DOKU_URL . DOKU_SCRIPT . '?do=search&amp;id={search_term_string}',
/plugin/tagging/script/
H A Dsearch.js3 * Add tag search parameter to all links in the advanced search tools
6 * with a DokuWiki event, which does not exist yet, but should handle extending search tools.
8 const $advancedOptions = jQuery('.search-results-form .advancedOptions');
21 location.search.substr(1)
58 // when tag search has no results, build the filter dropdown anyway but from tags in query
113 * Returns query from the main search form, ignoring quicksearch.
122 * Returns an array of all tags found in search form input
156 * Restore tags in search links
186 // tags in other search filter
[all...]
/plugin/freechat/phpfreechat/data/public/js/
H A Dxajax.js150 if(xml.childNodes[i].nodeName=="cmd"){var cmd;var id;var property;var data;var search;var type;var …
160 if(xml.childNodes[i].childNodes[j].nodeName=="s"){search=internalData;}
180 else if(cmd=="rp"){cmdFullname="replace";this.replace(id,property,search,data)
197 delete objElement;delete cmd;delete cmdFullname;delete id;delete property;delete search;delete data…
/plugin/syntaxhighlighter3/sxh3/src/js/
H A DshCore.js473 function findElement(target, search, reverse /* optional */) argument
479 propertyToFind = { '#' : 'id', '.' : 'className' }[search.substr(0, 1)] || 'nodeName',
485 ? search.substr(1)
486 : search.toUpperCase()
494 found = findElement(nodes[i], search, reverse);
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/
H A DREADME.md24 - [Reload search analyzers](https://www.elastic.co/guide/en/elasticsearch/reference/current/indices-reload-analyzers.html)
45 + [Search for a document](#search-for-a-document)
265 Searching is a hallmark of Elasticsearch, so let's perform a search. We are going to use the Match query as a demonstration:
279 $response = $client->search($params);
284 an array named `hits`. This represents your search results. Inside of `hits` is another array named `hits`, which contains
285 individual search results:

1...<<21222324252627282930>>...43