Home
last modified time | relevance | path

Searched refs:search (Results 1 – 25 of 40) sorted by path

12

/dokuwiki/bin/
H A Dindexer.php70 search($data, $conf['datadir'], 'search_allpages', ['skipacl' => true]);
/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/
H A Dfeed.php
/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/inc/
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);
H A Dfulltext.php23 * The fulltext search
247 * The third parameter allows to search in titles as well.
257 * @param bool $in_title search in title?
355 * @param array $results search results in the form pageid => value
384 * from the search index. This function is a wrapper around stripos with
387 * @param string $search searched title
391 function _ft_pageLookupTitleCompare($search, $title)
393 if (Clean::isASCII($search)) {
394 $pos = stripos($title, $search);
398 PhpString::strtolower($search)
369 _ft_pageLookupTitleCompare($search, $title) global() argument
[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');
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 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...]
/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/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/inc/lang/en/
H A Dsearchpage.txt3 You can find the results of your search below. @CREATEPAGEINFO@
/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/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/authad/adLDAP/classes/
H A DadLDAPContacts.php252 * @param string $search The search parameters
256 public function all($includeDescription = false, $search = "*", $sorted = true) { argument
259 // Perform the search and grab all their details
260 $filter = "(&(objectClass=contact)(cn=" . $search . "))";
H A DadLDAPGroups.php499 * @param string $search Search parameters
503 public function search($sAMAaccountType = adLDAP::ADLDAP_SECURITY_GLOBAL_GROUP, $includeDescription = false, $search = "*", $sorted = true) { argument
510 $filter .= '(cn=' . $search . '))';
511 // Perform the search and grab all their details
538 * @param string $search Search parameters
542 public function all($includeDescription = false, $search = "*", $sorted = true){ argument
543 $groupsArray = $this->search(null, $includeDescription, $search, $sorted);
551 * @param string $search Searc
555 allSecurity($includeDescription = false, $search = '*', $sorted = true) global() argument
568 allDistribution($includeDescription = false, $search = '*', $sorted = true) global() argument
[all...]
H A DadLDAPUsers.php548 * @param string $search Search parameter
552 public function all($includeDescription = false, $search = "*", $sorted = true) argument
556 // Perform the search and grab all their details
557 $filter = "(&(objectClass=user)(samaccounttype=" . adLDAP::ADLDAP_NORMAL_ACCOUNT .")(objectCategory=person)(cn=" . $search . "))";
605 * @param string $searchField Field to search search for
606 * @param string $searchFilter Value to search for in the specified field
613 // Perform the search and grab all their details
/dokuwiki/lib/plugins/extension/
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);
H A Dstyle.less361 #extension__manager form.search {
/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/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/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.

12