Home
last modified time | relevance | path

Searched refs:search (Results 601 – 625 of 1061) sorted by relevance

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

/plugin/dirtylittlehelper/
H A DREADME.md19 …ile I thought that it would be cool not to click on a button to have the search input and the inse…
39 ## main feature - page-search in the editor
/plugin/statistics/
H A Dadmin.php58 'search' => array(
396 $all = $result['search'] + $result['external'] + $result['direct'];
402 $result['search'], (100 * $result['search'] / $all), $result['external'],
516 echo '<a href="' . wl('', array('id' => $v, 'do' => 'search')) . '">Search</a>';
518 echo '<a href="http://www.google.com/search?q=' . rawurlencode($v) . '">';
519 echo '<img src="' . DOKU_BASE . 'lib/plugins/statistics/ico/search/google.png" alt="Google" border="0" />';
522 echo '<a href="http://search.yahoo.com/search?p=' . rawurlencode($v) . '">';
523 echo '<img src="' . DOKU_BASE . 'lib/plugins/statistics/ico/search/yaho
[all...]
/plugin/mikioplugin/
H A Dscript.js21 // using search params
30 // dont seem to be using search params
/plugin/xcom/lang/en/
H A Dhowto.txt52 * dokuwiki.search
54 …he options field: ''(#\.png#)''. **''dokuwiki.search''** takes a query string as described in [[do…
/plugin/supa/
H A Dscript.js154 search: "?ns=" + $("supa__ns").value property in loc
/plugin/randominc/
H A Dsyntax.php60 search($data,$dir,'search_allpages',array('ns' => $ns, 'depth' => $depth));
/plugin/codemirror/dist/modes/
H A Dhtmlmixed.min.js1 …text/plain"],[null,null,"css"]]};function c(a,b,c){var d=a.current(),e=d.search(b);if(e>-1){a.back…
H A Dtiddlywiki.min.js1 …ist:true,newJournal:true,newTiddler:true,permaview:true,saveChanges:true,search:true,slider:true,t… property in AnonymousFunction357443870200.b
/plugin/contactmodern/
H A DREADME.textile3 p. In the search for a contact form for Dokuwiki I only found that of Bob Baddeley (http://bobbadde…
/plugin/geonav/tpl/startermap/
H A Dstyle.ini67 ; highlighted text (e.g. search snippets)
/plugin/minimap/
H A Dsyntax.php352 search($data, $conf['datadir'], 'search_universal', $search_opts, $ns, $lvl = 1, $sort);
/plugin/dokutranslate/
H A Dadmin.php213 search($data,$conf['datadir'],'search_index',array('ns' => $folder),$limit);
/plugin/bookcreator/action/
H A Dhandleselection.php290 * @param string $ns The namespace to search in
297 // Use inc/search.php
307 search($items, $conf['datadir'], 'search_allpages', $opts, $ns);
/plugin/tablelayout/script/
H A Dscript.js110 …iv class="globalSearch"><label><span>' + window.LANG.plugins.tablelayout.search + '</span><input n…
/plugin/ireadit/action/
H A Dmigration.php68 search($data, $conf['datadir'], 'search_allpages', array('skipacl' => true));
/plugin/tag/syntax/
H A Dsearchtags.php3 * Syntax plugin part for displaying a tag search form with results.
11 * Tagsearch syntax, displays a tag search form with results similar to the topic syntax
86 // print the search form
106 // display the actual search results
122 * Return the search form for the namespace and the tag selection
124 * @return string the HTML code of the search form
132 search($namespaces,$conf['datadir'],'search_namespaces', []);
134 // build the list in the form value => label from the namespace search result
241 * Returns the tag search string from the selected tags
242 * @return string|null the tag search o
[all...]
/plugin/combo/
H A Ddeleted.files149 action/search.php
190 syntax/search.php
/plugin/combo/vendor/php-webdriver/webdriver/
H A DREADME.md166 // Find search element by its id, write 'PHP' inside and submit
167 $driver->findElement(WebDriverBy::id('searchInput')) // find search input element
168 ->sendKeys('PHP') // fill the search box
/plugin/mdpage/vendor/cebe/markdown/tests/markdown-data/
H A Dspecs.md660 [2]: http://search.yahoo.com/ "Yahoo Search"
661 [3]: http://search.msn.com/ "MSN Search"
669 [yahoo]: http://search.yahoo.com/ "Yahoo Search"
670 [msn]: http://search.msn.com/ "MSN Search"
676 <a href="http://search.yahoo.com/" title="Yahoo Search">Yahoo</a>
677 or <a href="http://search.msn.com/" title="MSN Search">MSN</a>.</p>
683 than from [Yahoo](http://search.yahoo.com/ "Yahoo Search") or
684 [MSN](http://search.msn.com/ "MSN Search").
/plugin/sphinxsearch-was/
H A DSphinxSearch.php69 public function search($start, $resultsPerPage = 10) function in SphinxSearch
/plugin/issuelinks/services/
H A DJira.service.php269 $endpoint = '/rest/api/2/search?jql=' . $jqlQuery . '&maxResults=50&startAt=' . $startat;
/plugin/sphinxsearch/
H A DSphinxSearch.php70 public function search($start, $resultsPerPage = 10) function in SphinxSearch
/plugin/solr/
H A Dhelper.php323 search($namespaces, $conf['datadir'],'search_namespaces', $opts);
/plugin/filelisting/
H A Dhelper.php178 search($data, $conf['mediadir'], array($this, 'search_media_and_namespaces'),
185 * Add additional info to search() function result item
/plugin/crosspost/
H A Daction.php185 search( $namespaces, $conf['datadir'], 'search_namespaces', array() );

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