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 1 – 25 of 114) sorted by last modified time

12345

/dokuwiki/lib/plugins/acl/
H A Dadmin.php271 * @param string $limit limit the search to this folder
280 search($data, $conf['datadir'], 'search_index', ['ns' => $folder], $limit);
282 search($media, $conf['mediadir'], 'search_index', ['ns' => $folder, 'nofiles' => true], $limit);
/dokuwiki/vendor/geshi/geshi/src/geshi/
H A Dasymptote.php994 'search',
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 Djulia.php80 'sprintf', 'utf8', 'char', 'search', 'rsearch',
H A Dkotlin.php948 3 => 'http://www.google.com/search?hl=en&q=allinurl%3Adocs.oracle.com+javase+docs+api+{FNAMEL}',
H A Dsql.php96 'SAVEPOINT', 'SEARCH', 'SECOND', 'SECTION', 'SELECT', 'SELF', 'SEQUENCE',
H A Dxojo.php252 // search for &h, then any number of letters a-f or numbers 0-9
260 // search for &b, then any number of 0-1 digits
268 // search for &o, then any number of 0-7 digits
H A Dmysql.php62 1 => "/[_%]/", // search wildcards
370 1 => 'color: #008080; font-weight: bold;' // search wildcards
393 1 => 'https://www.oracle.com/search/results?cat=mysql&Ntk=SI-ALL5&Ntt={FNAME}',
394 2 => 'https://www.oracle.com/search/results?cat=mysql&Ntk=SI-ALL5&Ntt={FNAME}',
395 3 => 'https://www.oracle.com/search/results?cat=mysql&Ntk=SI-ALL5&Ntt={FNAME}',
396 4 => 'https://www.oracle.com/search/results?cat=mysql&Ntk=SI-ALL5&Ntt={FNAME}',
397 5 => 'https://www.oracle.com/search/results?cat=mysql&Ntk=SI-ALL5&Ntt={FNAME}',
398 6 => 'https://www.oracle.com/search/results?cat=mysql&Ntk=SI-ALL5&Ntt={FNAME}',
399 7 => 'https://www.oracle.com/search/results?cat=mysql&Ntk=SI-ALL5&Ntt={FNAME}',
400 8 => 'https://www.oracle.com/search/result
[all...]
H A Dnewlisp.php90 'rotate','round','save','search','seed','seek','select','semaphore',
/dokuwiki/lib/plugins/extension/
H A Dstyle.less359 * Search form
361 #extension__manager form.search {
/dokuwiki/lib/plugins/popularity/
H A Dhelper.php156 search($list, $conf['datadir'], [$this, 'searchCountCallback'], ['all' => false], '');
169 search($list, $conf['mediadir'], [$this, 'searchCountCallback'], ['all' => true]);
181 search($list, $conf['cachedir'], [$this, 'searchCountCallback'], ['all' => true]);
191 search($list, $conf['indexdir'], [$this, 'searchCountCallback'], ['all' => true]);
201 search($list, $conf['metadir'], [$this, 'searchCountCallback'], ['all' => true]);
211 search($list, $conf['olddir'], [$this, 'searchCountCallback'], ['all' => true]);
280 * Callback to search and count the content of directories in DokuWiki
287 * @param array $opts option array as given to search()
299 //only search txt files if 'all' option not set
/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('&s[]=', $search);
818 internallink($id, $name = null, $search = null, $returnonly = false, $linktype = 'content') global() argument
[all...]
/dokuwiki/inc/
H A Dsearch.php4 * DokuWiki search functions
20 * @param array &$data The results of the search are stored here
21 * @param string $base Where to start the search
30 function search(&$data, $base, $func, $opts, $dir = '', $lvl = 1, $sort = 'natural')
38 throw new RuntimeException('No valid $base passed to search() - possible misconfiguration or bug');
66 search($data, $base, $func, $opts, $dir, $lvl + 1, $sort);
76 * The following functions are userfunctions to use with the search
87 * array $opts - option array as given to search()
313 //only search txt files
328 * $opts['query'] is the search quer
27 function search(&$data,$base,$func,$opts,$dir='',$lvl=1,$sort='natural'){ global() function
[all...]
H A Dtemplate.php251 if (actionOK('search')) {
253 'rel' => 'search',
301 if (($ACT == 'show' || $ACT == 'search') && $INFO['writable']) {
309 if (actionOK('rss') && $ACT == 'search') {
314 'href' => DOKU_BASE . 'feed.php?mode=search&q=' . $QUERY
724 * Print the search form
746 // don't print the search form if search action has been disabled
747 if (!actionOK('search')) return false;
752 'role' => 'search',
1637 tpl_getMediaFile($search, $abs = false, & $imginfo = null, $fallback = true) global() argument
[all...]
H A Dio.php752 * Search a file for matching lines
758 * @param string $file The file to search
/dokuwiki/lib/exe/
H A Djs.php58 DOKU_INC . 'lib/scripts/search.js',
/dokuwiki/lib/tpl/dokuwiki/
H A Dstyle.ini68 ; highlighted text (e.g. search snippets)
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/
H A DRandom.php180 // (do a search for "ANS X9.31 A.2.4")
/dokuwiki/inc/Parsing/Lexer/
H A DLexer.php47 * Adds a token search pattern for a particular parsing mode.
/dokuwiki/lib/scripts/
H A Deditor.js136 var search = "\n"+this.value.substr(0,selection.start);
137 var linestart = Math.max(search.lastIndexOf("\n"),
138 search.lastIndexOf("\r")); //IE workaround
139 search = search.substr(linestart);
148 var match = search.match(/(\n +([\*-] ?)?)/);
151 var match2 = search.match(/^\n +[\*-]\s*$/);
168 var match = search.match(/(\n +)([*-] ?)$/);
189 var match = search.match(/(\n +)([*-] )$/);
H A Dindex.js5 $clicky[0].search.substr(1) + '&call=index',
/dokuwiki/inc/Search/
H A DIndexer.php3 namespace dokuwiki\Search;
266 * Rename a page in the search index without changing the indexed content. This function doesn't check if the
490 * Split the text into words for fulltext search
601 * The search words must be pre-tokenized, meaning only letters and
608 * @param array $tokens list of words to search for
662 * @param string $value search term to look for, must be a string or array of strings
680 // get all words in order to search the matching ids
754 * Find the index ID of each search term.
814 // handle exact search
825 // handle wildcard search
[all...]
/dokuwiki/inc/Sitemap/
H A DMapper.php17 * A class for building sitemaps and pinging search engines with the sitemap URL.
138 * Pings search engines with the sitemap url. Plugins can add or remove
147 //ping search engines...
/dokuwiki/conf/
H A Dinterwiki.conf36 google https://www.google.com/search?q=
37 google.de https://www.google.de/search?q=
38 go https://www.google.com/search?q={URL}&btnI=lucky
/dokuwiki/inc/Ui/
H A DIndex.php57 search($data, $conf['datadir'], 'search_index', ['ns' => $ns]);
85 // FS#2766, no need for search bots to follow namespace links in the index

12345