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 130) sorted by relevance

123456

/dokuwiki/lib/tpl/dokuwiki/css/
D_search.less2 * 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-results-form fieldset.search-form .advancedOptions {
126 /*____________ search results ____________*/
131 /* search heading */
[all …]
Dmobile.less229 /* 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,
Ddesign.less103 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/
DSearchState.php34 * 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 with adjusted sort preference
102 * Get a link that represents the current search state
104 * Note that this represents only a simplified version of the search state.
127 $hrefAttributes = ['do' => 'search', 'sf' => '1', 'q' => $newQuery];
DSearch.php10 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 behavior without breaking the …
[all …]
/dokuwiki/inc/Action/
DSearch.php8 * 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->highlig…
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/Remote/Response/
DPageHit.php6 * Represents a page found by a search
13 /** @var string The HTML formatted snippet in which the search term was found (if available) */
16 /** @var string Not available for search results */
19 /** @var string Not available for search results */
/dokuwiki/_test/tests/inc/search/
Dsearch.test.php17 search($data, dirname(__FILE__) . '/data', 'search_allpages', array('depth' => 0), 'ns1');
22search($data, dirname(__FILE__) . '/data', 'search_allpages', array('depth' => 1), 'ns1/ns3');
27 search($data, dirname(__FILE__) . '/data', 'search_allpages', array('depth' => 2), 'ns1');
33 search($data, dirname(__FILE__) . '/data', 'search_index',
54 search($data, dirname(__FILE__) . '/data', 'search_index',
95 search($data, dirname(__FILE__) . '/data', 'search_index',
/dokuwiki/_test/tests/inc/
Dcommon_getGoogleQuery.test.php26 $_SERVER['HTTP_REFERER'] = 'http://search.example.com/search?q=DokuWiki';
33 … $_SERVER['HTTP_REFERER'] = 'https://www.google.com/search?newwindow=1&q=what%27s+my+referer';
/dokuwiki/lib/scripts/
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 +)([*-] )$/);
Dindex.js5 $clicky[0].search.substr(1) + '&call=index',
/dokuwiki/lib/plugins/extension/
DGuiAdmin.php16 case 'search':
122 * Return the HTML for the search tab
135 'action' => $this->tabURL('search'),
136 'class' => 'search',
142 $form->addButton('submit', $this->getLang('search'))
143 ->attrs(['type' => 'submit', 'title' => $this->getLang('search')]);
191 * Execute the given search query and return the results
201 $html .= '<form action="' . $this->tabURL('search') . '" method="post">';
DGui.php7 protected $tabs = ['plugins', 'templates', 'search', 'install'];
57 if ($tab == 'search') $defaults['q'] = $INPUT->str('q');
Dcli.php40 // 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
Dremote.php44 * Search for extensions in the repository
46 * @param string $query The keyword(s) to search for
50 public function search($query, $max = 10) function in remote_plugin_extension
/dokuwiki/lib/plugins/authad/adLDAP/classes/
DadLDAPGroups.php315 // 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, $includeDescriptio… function in adLDAPGroups
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 Search parameters
[all …]
/dokuwiki/conf/
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}&amp;btnI=lucky
/dokuwiki/lib/plugins/popularity/
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/Feed/
DFeedCreator.php43 case 'search':
134 search(
148 * Add the result of a full text search to the feed object
154 if (!actionOK('search')) throw new \RuntimeException('search is disabled');
/dokuwiki/inc/
Dfulltext.php11 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) argument
393 if (Clean::isASCII($search)) {
394 $pos = stripos($title, $search);
[all …]
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') function
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 query
[all …]
/dokuwiki/lib/plugins/acl/
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/_test/tests/Ui/
DSearchTest.php28 'simple single search word',
154 $search = new \dokuwiki\Ui\Search([], [], []);
156 $actualPageName = $search->createPagenameFromQuery($inputParsedQuery);
/dokuwiki/bin/
Dindexer.php12 * Update the Search Index from command line
70 search($data, $conf['datadir'], 'search_allpages', ['skipacl' => true]);
/dokuwiki/inc/Sitemap/
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...

123456