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 26 – 50 of 114) sorted by path

12345

/dokuwiki/inc/
H A Dindexer.php4 * Functions to create the fulltext search index
13 use dokuwiki\Search\Indexer;
113 * Adds/updates the search index for the given page
226 * @param array $words list of words to search for
227 * @return array list of pages found, associated with the search terms
H A Dinfoutils.php361 // Check for corrupted search index
380 'The search index is corrupted. It might produce wrong results and most
383 for ways to rebuild the search index.',
387 msg('The search index seems to be working', 1);
390 'The search index is empty. See
392 for help on how to fix the search index. If the default indexer
H A Dio.php752 * Search a file for matching lines
758 * @param string $file The file to search
H A Dload.php33 'search.php',
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/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/exe/
H A Djs.php58 DOKU_INC . 'lib/scripts/search.js',
H A Dopensearch.php34 echo ' <Url type="text/html" template="' . DOKU_URL . DOKU_SCRIPT . '?do=search&amp;id={searchTerms}" />' . NL;
/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 DadLDAPComputers.php138 //search the directory for their information
H A DadLDAPContacts.php112 // 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 DadLDAPFolders.php77 * @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
H A 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, $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 DadLDAPUsers.php196 // Search the directory for their information
548 * @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 an
[all...]
/dokuwiki/lib/plugins/authad/
H A Dauth.php363 * Create a Search-String useable by adLDAPUsers::all($includeDescription = false, $search = "*", $sorted = true)
/dokuwiki/lib/plugins/authldap/
H A Dauth.php205 $this->debug('LDAP search at: ' . hsc($base . ' ' . $filter), 0, __LINE__, __FILE__);
207 $this->debug('LDAP user search: ' . hsc(ldap_error($this->con)), 0, __LINE__, __FILE__);
218 $this->debug('LDAP search returned non-array result: ' . hsc(print($result)), -1, __LINE__, __FILE__);
225 'LDAP search returned ' . hsc($result['count']) . ' results while it should return 1!',
236 $this->debug('LDAP search found single result !', 0, __LINE__, __FILE__);
283 $this->debug('LDAP group search: ' . hsc(ldap_error($this->con)), 0, __LINE__, __FILE__);
284 $this->debug('LDAP search at: ' . hsc($base . ' ' . $filter), 0, __LINE__, __FILE__);
409 // Perform the search and grab all their details
453 * @param string $filter ldap search filter with placeholders
/dokuwiki/lib/plugins/config/settings/
H A Dconfig.metadata.php159 'search',
/dokuwiki/lib/plugins/extension/
H A Dadmin.php170 case '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':
263 * Search for an extension
275 $result = $repository->search(
[all...]
/dokuwiki/lib/plugins/extension/helper/
H A Dextension.php1021 // search $tmp/$base for the folder(s) that has been created
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 Dlist.php206 $url = $this->gui->tabURL('search', ['q' => 'authorid:' . $mailid]);
349 $url = $this->gui->tabURL('search', ['q' => 'tag:' . $tag]);
554 $this->gui->tabURL('search', ['q' => 'ext:' . $link]) . '">' .

12345