Home
last modified time | relevance | path

Searched refs:search (Results 1 – 25 of 40) sorted by last modified time

12

/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);
H A Dscript.js29 jQuery.extend(dw_acl.parseatt($clicky.parent().find('a')[0].search),
110 $frm.find('input[name=id]').val(dw_acl.parseatt($link[0].search).id);
112 $frm.find('input[name=ns]').val(dw_acl.parseatt($link[0].search).ns);
/dokuwiki/lib/plugins/extension/
H A Dstyle.less361 #extension__manager form.search {
H A Dcli.php33 // search
34 $options->registerCommand('search', 'Search for an extension');
35 $options->registerOption('max', 'Maximum number of results (default 10)', 'm', 'number', 'search');
36 $options->registerOption('verbose', 'Show detailed extension information', 'v', false, 'search');
37 $options->registerArgument('query', 'The keyword(s) to search for', true, 'search');
82 case 'search':
275 $result = $repository->search($query);
/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 DAjax.php202 search($data, $conf['mediadir'], 'search_index', ['nofiles' => true], $dir);
335 search($data, $conf['datadir'], 'search_index', ['ns' => $ns], $dir);
370 // search page titles with original query as well.
405 search($data, $conf['datadir'], 'search_universal', $opts, $nsd);
/dokuwiki/lib/tpl/dokuwiki/
H A Dstyle.ini68 ; highlighted text (e.g. search snippets)
/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',
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);
/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
/dokuwiki/lib/plugins/revert/lang/en/
H A Dintro.txt3 This page helps you with the automatic reversion of a spam attack. To find a list of spammy pages first enter a search string (eg. a spam URL), then confirm that the found pages are really spam and revert the edits.
/dokuwiki/inc/Action/
H A DSearch.php27 * we only search if a search word was given
58 $search = new \dokuwiki\Ui\Search($this->pageLookupResults, $this->fullTextResults, $this->highlight);
59 $search->show();
64 * run the search
79 * This will only do something if the search didn't originate from the form on the searchpage itself
/dokuwiki/vendor/composer/
H A DClassLoader.php502 $search = $subPath . '\\';
503 if (isset($this->prefixDirsPsr4[$search])) {
505 foreach ($this->prefixDirsPsr4[$search] as $dir) {
/dokuwiki/lib/scripts/jquery/jquery-ui-theme/
H A Dsmoothness.css1197 .ui-icon-search { background-position: -160px -112px; }
/dokuwiki/lib/plugins/extension/helper/
H A Dgui.php18 protected $tabs = ['plugins', 'templates', 'search', 'install'];
97 * Display the search tab
108 'class' => 'search',
114 $form->addButton('submit', $this->getLang('search'))
115 ->attrs(['type' => 'submit', 'title' => $this->getLang('search')]);
123 $result = $repository->search($INPUT->str('q'));
236 if ($tab == 'search') $defaults['q'] = $INPUT->str('q');
H A Drepository.php149 public function search($q)
132 public function search($q) global() function in helper_plugin_extension_repository
/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/bin/
H A Dindexer.php70 search($data, $conf['datadir'], 'search_allpages', ['skipacl' => true]);
/dokuwiki/
H A Dfeed.php
/dokuwiki/inc/lang/en/
H A Dsearchpage.txt3 You can find the results of your search below. @CREATEPAGEINFO@

12