Home
last modified time | relevance | path

Searched +full:search -(+path:inc +path:lang) -(+path:lib +path:plugins +path:lang) -(+path:lib +path:tpl +path:dokuwiki +path:lang) (Results 51 – 75 of 114) sorted by relevance

12345

/dokuwiki/lib/scripts/
H A Dmedia.js58 $link[0].search.substr(1) + '&call=medians',
84 // search form
343 if ($link[0].search) {
344 params += $link[0].search.substr(1);
426 if ($link[0].search) {
427 params += $link[0].search.substr(1);
H A Dbehaviour.js105 * Remove all search highlighting when clicking on a highlighted term
/dokuwiki/vendor/geshi/geshi/src/geshi/
H A Ddcl.php67 'SEARCH', 'SET', 'SET AUDIT', 'SET BOOTBLOCK', 'SET BROADCAST',
96 'F$SEARCH', 'F$SETPRV', 'F$STRING', 'F$TIME', 'F$TRNLNM', 'F$TYPE', 'F$UNIQUE',
H A Dproftpd.php337 1 => 'http://www.google.com/search?hl=en&q={FNAMEL}+site:www.proftpd.org+inurl:docs&btnI=I%27m%20Feeling%20Lucky',
339 3 => 'http://www.google.com/search?hl=en&q={FNAMEL}+site:www.proftpd.org+inurl:docs&btnI=I%27m%20Feeling%20Lucky',
H A Dpostgresql.php94 'SEARCH','SECOND',
145 // text search functions
H A Dbash.php117 'apt-cache search', 'apt-cache show', 'apt-cache showauto',
122 'apt-file search', 'apt-file shot', 'apt-file update',
142 'aptitude search', 'aptitude show', 'aptitude unhold',
363 'yum provides', 'yum remove', 'yum resolvedep', 'yum search',
H A Dezt.php58 'REPORT','RETRIEVE','SEARCH','SELECT','SEQUENCE','SORT','STOP',
H A Duscript.php263 8 => 'http://wiki.beyondunreal.com/wiki?search={FNAME}',
264 9 => 'http://wiki.beyondunreal.com/wiki?search={FNAME}',
H A Djulia.php80 'sprintf', 'utf8', 'char', 'search', 'rsearch',
H A Deiffel.php379 4 => 'http://www.google.com/search?q=site%3Ahttp%3A%2F%2Fdocs.eiffel.com%2Feiffelstudio%2Flibraries+{FNAMEL}&btnI=I%27m+Feeling+Lucky',
H A Dsql.php96 'SAVEPOINT', 'SEARCH', 'SECOND', 'SECTION', 'SELECT', 'SELF', 'SEQUENCE',
H A Dpostscript.php86 'anchorsearch', 'search', 'token',
H A Dyaml.php81 //9 => '/(?<=\n)(\s*)-(?!-)/', // List items: This needs to search within comments 3 and 4, but I don't know how.
/dokuwiki/lib/tpl/dokuwiki/css/
H A D_media_popup.css195 /*____________ media search ____________*/
/dokuwiki/bin/
H A Dwantedpages.php99 * Determine directions of the search loop
/dokuwiki/inc/parser/
H A Dxhtml.php868 * $search,$returnonly & $linktype are not for the renderer but are used
873 * @param string|null $search adds search url param
879 public function internallink($id, $name = null, $search = null, $returnonly = false, $linktype = 'content')
937 //add search string
938 if ($search) {
940 if (is_array($search)) {
941 $search = array_map('rawurlencode', $search);
942 $link['url'] .= 's[]=' . implode('&amp;s[]=', $search);
818 internallink($id, $name = null, $search = null, $returnonly = false, $linktype = 'content') global() argument
[all...]
/dokuwiki/lib/plugins/extension/
H A Dadmin.php170 case 'search':
/dokuwiki/inc/
H A Dload.php33 'search.php',
H A Ddeprecated.php385 * Recursively search for matching subscriptions
570 * @deprecated 2019-12-29 use \dokuwiki\Search\Indexer
572 class Doku_Indexer extends \dokuwiki\Search\Indexer {};
H A Dmedia.php30 * References uses the same visual as search results and share
731 search(
784 'search' => 'media_searchtab'
977 * Prints tab that displays search form
990 echo '<div class="search">' . NL;
1394 * List all files found by the search request
1430 search(
1629 * Print the search field form
1642 // The default HTML search form
1686 search(
[all...]
H A Dhtml.php43 * @param string|array $search search string(s) that shall be highlighted in the target page argument
46 function html_wikilink($id, $name = null, $search = '')
54 return $xhtml_renderer->internallink($id, $name, $search, true, 'navigation');
/dokuwiki/lib/plugins/authad/adLDAP/classes/
H A DadLDAPComputers.php138 //search the directory for their information
/dokuwiki/inc/Remote/
H A DApiCore.php241 * @param string $namespace The namespace to search. Empty string for root namespace
242 * @param int $depth How deep to search. 0 for all subnamespaces
263 // run our search iterator to get the pages
269 search($data, $conf['datadir'], 'search_allpages', $opts, $dir);
312 * Do a fulltext search
314 * This executes a full text search and returns the results. The query uses the standard
315 * DokuWiki search syntax.
320 * @link https://www.dokuwiki.org/search#syntax
321 * @param string $query The search query as supported by the DokuWiki search
365 public function search($query) global() function in dokuwiki\\Remote\\ApiCore
[all...]
/dokuwiki/inc/Form/
H A DForm.php126 * @param int $offset search from this position onward
145 * @param int $offset search from this position onward
/dokuwiki/lib/plugins/extension/helper/
H A Dlist.php206 $url = $this->gui->tabURL('search', ['q' => 'authorid:' . $mailid]);
349 $url = $this->gui->tabURL('search', ['q' => 'tag:' . $tag]);
554 $this->gui->tabURL('search', ['q' => 'ext:' . $link]) . '">' .

12345