/dokuwiki/lib/tpl/dokuwiki/css/ |
H A D | _search.less | 2 * This file provides styles for the search results page (?do=search) 3 * and the AJAX search popup. 9 /* search hit in normal text */ 15 /* "nothing found" at search + media */ 20 /* search results page 23 /*____________ advanced search form ____________*/ 24 .dokuwiki .search-results-form fieldset.search-form { 99 [dir=rtl] .search [all...] |
H A D | mobile.less | 229 /* search form */ 230 #dokuwiki__sitetools form.search { 235 [dir=rtl] #dokuwiki__sitetools form.search { 240 #dokuwiki__sitetools form.search input { 243 .dokuwiki form.search div.ajax_qsearch { 263 /* force same height on search input and tools select */ 264 #dokuwiki__sitetools form.search input,
|
H A D | design.less | 103 form.search div.ajax_qsearch li { 126 form.search { 135 form.search { 146 background: transparent url(images/search.png) no-repeat 0 0; 157 [dir=rtl] form.search {
|
/dokuwiki/inc/Ui/ |
H A D | SearchState.php | 34 * Get a search state for the current search limited to a new namespace 36 * @param string $ns the namespace to which to limit the search, falsy to remove the limitation 51 * Get a search state for the current search with new search fragments and optionally phrases 70 * Get a search state for the current search with with adjusted time limitations 87 * Get a search state for the current search wit [all...] |
H A D | Search.php | 10 class Search extends Ui class 20 * Search constructor. 23 * @param array $fullTextResults fulltext search results in the form [pagename => #hits] 41 * display the search result 59 * Get a form which can be used to adjust/refine the search 69 $searchForm = (new Form(['method' => 'get'], true))->addClass('search-results-form'); 70 $searchForm->setHiddenField('do', 'search'); 82 $searchForm->addFieldsetOpen()->addClass('search-form'); 90 return $searchForm->toHTML('Search'); 164 * Check if the query is simple enough to modify the fragment search behavio [all...] |
H A D | Index.php | 57 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/Action/ |
H A D | Search.php | 8 * Class Search 10 * Search for pages and content 14 class Search extends AbstractAction class 27 * 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 did [all...] |
H A D | Sitemap.php | 12 * Generate an XML sitemap for search engines. Do not confuse with Index
|
/dokuwiki/lib/scripts/ |
H A D | editor.js | 136 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 D | index.js | 5 $clicky[0].search.substr(1) + '&call=index',
|
H A D | qsearch.js | 21 * initialize the quick search 37 // attach eventhandler to search field 75 * Read search term from input
|
/dokuwiki/lib/plugins/authad/adLDAP/classes/ |
H A D | adLDAPGroups.php | 315 // Search the directory for the members of a group 363 // Search the directory for the members of a group 499 * @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 parameter 542 all($includeDescription = false, $search = '*', $sorted = true) global() argument 555 allSecurity($includeDescription = false, $search = '*', $sorted = true) global() argument 568 allDistribution($includeDescription = false, $search = '*', $sorted = true) global() argument [all...] |
H A D | adLDAPContacts.php | 112 // Search the directory for their information 252 * @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 D | adLDAPFolders.php | 77 * @param bool $recursive Recursively search sub folders 78 * @param bool $type Specify a type of object to search for 115 // If the folder name is null then we will search the root level of AD
|
/dokuwiki/conf/ |
H A D | interwiki.conf | 36 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/lib/plugins/extension/ |
H A D | cli.php | 40 // search 41 $options->registerCommand('search', 'Search for an extension'); 42 $options->registerOption('max', 'Maximum number of results (default 10)', 'm', 'number', 'search'); 43 $options->registerOption('verbose', 'Show detailed extension information', 'v', false, 'search'); 44 $options->registerArgument('query', 'The keyword(s) to search for', true, 'search'); 91 case 'search': 233 * Search for an extension
|
/dokuwiki/lib/plugins/extension/helper/ |
H A D | gui.php |
|
/dokuwiki/lib/plugins/popularity/ |
H A D | helper.php | 156 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/ |
H A D | fulltext.php | 11 use dokuwiki\Search\Indexer; 23 * 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); 369 _ft_pageLookupTitleCompare($search, $title) global() argument [all...] |
H A D | search.php | 4 * 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...] |
/dokuwiki/lib/plugins/acl/ |
H A D | script.js | 29 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/bin/ |
H A D | indexer.php | 12 * Update the Search Index from command line 70 search($data, $conf['datadir'], 'search_allpages', ['skipacl' => true]);
|
/dokuwiki/inc/Sitemap/ |
H A D | Mapper.php | 17 * 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/vendor/geshi/geshi/src/geshi/ |
H A D | mysql.php | 62 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 D | xojo.php | 252 // 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
|