Home
last modified time | relevance | path

Searched refs:search (Results 101 – 125 of 1061) sorted by relevance

12345678910>>...43

/plugin/nssearch/
H A Dplugin.info.txt6 desc Limit search results to the namespace in which the search is performed
/plugin/searchformgoto/
H A Dhelper.php29 // don't print the search form if search action has been disabled
/plugin/docsearch/
H A Dplugin.info.txt6 desc Extends the default search and appends a search through uploaded documents files
/plugin/wysiwyg/fckeditor/editor/_source/internals/
H A Dfckundo.js102 var startOffset1 = bookmark1[1].search( bookmark1[0].StartId ) ;
103 var startOffset2 = bookmark2[1].search( bookmark2[0].StartId ) ;
104 var endOffset1 = bookmark1[1].search( bookmark1[0].EndId ) ;
105 var endOffset2 = bookmark2[1].search( bookmark2[0].EndId ) ;
/plugin/actionlink/
H A Dsyntax.php68 if($ACT == 'show' || $ACT == 'search'){
115 case 'search':
116 if(!isset($title)) $title=$lang['search'];
/plugin/struct/syntax/
H A Dlist.php
/plugin/appendtoquery/
H A Dplugin.info.txt6 desc Append a fixed string to all search queries. Can be used to restrict search to a single name…
/plugin/superacl/
H A Dscript.js123 ajax.runAJAX(link.search.substr(1)+'&ajax=tree');
145 if(e.target.className.search(/wikilink1/) > -1){
147 frm.elements['id'].value = superacl.hsc(superacl.parseatt(e.target.search)['id']);
148 }else if(e.target.className.search(/idx_dir/) > -1){
149 frm.elements['ns'].value = superacl.hsc(superacl.parseatt(e.target.search)['ns']);
/plugin/datatables/assets/datatables.net-plugins/features/mark.js/
H A Ddatatables.mark.es6.min.js
/plugin/googlesearch/lang/en/
H A Derror.txt3 Google returned an error for your search. This may be a temporary problem and you can
4 try your search again, by reloading the page. If the error persist try searching
/plugin/elasticsearch/vendor/ruflin/elastica/src/
H A DScroll.php15 * @see https://www.elastic.co/guide/en/elasticsearch/reference/current/search-request-scroll.html
51 public function __construct(Search $search, string $expiryTime = '1m')
53 $this->_search = $search;
72 * Next scroll search.
89 $this->_setScrollId($this->_search->search());
119 * Initial scroll search.
133 // initial search
139 $this->_setScrollId($this->_search->search());
145 * Cleares the search context on ES and marks this Scroll instance as finished.
190 * Save all search option
48 __construct(Search $search, string $expiryTime = '1m') global() argument
[all...]
/plugin/datasearchform/
H A Dplugin.info.txt6 desc Inserts a data search form in any page to search through the data entries of the data plugin
/plugin/webcomponent/_test/data/pages/
H A Dstart.txt16 * [[search|search]]
H A Ddropdown.txt18 [[dokuwiki:webcomponent:search|search]]
H A Dwebcomponent.txt16 * [[search|search]]
/plugin/searchcombinedgoogle/
H A Dplugin.info.txt8 desc Combines the search results from google with the intern search results.
/plugin/metadisplay/
H A Dcli.php60 $page=""; $exact=""; $cl=""; $search=""; $fuzzy=""; $tm=""; $dtype=""; $ltype="";
75 $search = $opts[$i+1];
104 …$ret = array('namespace'=>$namespace,'page'=>$page,'exact'=>$exact,'search'=>$search,'fuzzy'=>$fuz…
/plugin/pureldap/classes/
H A DGroupHierarchyCache.php74 $search = Operations::search($filter, 'memberOf', 'cn');
75 $paging = $this->ldap->paging($search);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DAnalyticsReporting.php83 'search' => [
84 'path' => 'v4/userActivity:search',
H A DCloudSupport.php91 'search' => [
92 'path' => 'v2beta/caseClassifications:search',
194 ],'search' => [
195 'path' => 'v2beta/cases:search',
/plugin/button/
H A Dsyntax.php366 function internallink(&$xhtml, $id, $name = NULL, $search = NULL, $returnonly = false, $linktype = 'content')
435 //add search string
436 if ($search) {
438 if (is_array($search)) {
439 $search = array_map('rawurlencode', $search);
440 $link['url'] .= 's[]=' . join('&s[]=', $search);
442 $link['url'] .= 's=' . rawurlencode($search);
328 internallink(& $xhtml, $id, $name = NULL, $search = NULL, $returnonly = false, $linktype = 'content') global() argument
/plugin/siteexport/renderer/
H A Dpdf.php280 …public function internallink($id, $name = NULL, $search = NULL, $returnonly = false, $linktype = '… argument
322 if ($search) {
324 if (is_array($search)) {
325 $search = array_map('rawurlencode', $search);
326 $link['url'] .= 's[]=' . join('&s[]=', $search);
328 $link['url'] .= 's=' . rawurlencode($search);
/plugin/geonav/server/
H A DgetContinent.php39 $search = array('_', ' ', '^');
41 $string = str_replace($search, $replace, $string);
/plugin/sphinxsearch/
H A DINSTALL22 4. To have your search results up-to-date, setup cronjob to
26 5. You can fine-tune the search behavior by editing the configuration
35 http://www.ivinco.com/software/dokuwiki-sphinx-search-plugin/
/plugin/syntaxhighlighter3/sxh3/pkg/scripts/
H A DshCore.js732 var isRegex = self.isRegExp(search),
733 search2 = search,
745 if (isRegex && search.global) {
1002 if (search.xregexp) {
1005 if (!search.global) {
1006 origLastIndex = search.lastIndex;
1009 search += "";
1026 if (isRegex && search.global) {
1085 if (search.global) {
1766 ? search.substr(1)
[all …]

12345678910>>...43