/plugin/odt/ODT/ |
H A D | ODTState.php | 195 for ($search = $this->size-1 ; $search > 0 ; $search--) { 196 if ($this->stack [$search]->getClass() == $clazz) { 197 return $this->stack [$search]; 213 for ($search = $this->size-1 ; $search > 0 ; $search--) { 214 if ($this->stack [$search]->getClass() == $clazz) { 215 $index = $search; 216 return $this->stack [$search]; 231 for ($search = 0 ; $search < $this->size ; $search++) { 246 for ($search = $this->size-1 ; $search > 0 ; $search--) { 261 for ($search = $this->size-1 ; $search > 0 ; $search--) { [all …]
|
/plugin/elasticsearch/vendor/ruflin/elastica/src/Multi/ |
H A D | Search.php | 11 * Elastica multi search. 15 * @see https://www.elastic.co/guide/en/elasticsearch/reference/current/search-multi-search.html 73 public function addSearch(BaseSearch $search, ?string $key = null): self argument 76 $this->_searches[$key] = $search; 78 $this->_searches[] = $search; 91 foreach ($searches as $key => $search) { 92 $this->addSearch($search, $key); 129 public function search(): ResultSet function in Elastica\\Multi\\Search 147 foreach ($this->getSearches() as $search) { 154 _getSearchData(BaseSearch $search) global() argument 170 _getSearchDataHeader(BaseSearch $search) global() argument [all...] |
/plugin/structcombolookup/types/ |
H A D | NarrowingLookup.php | 44 $search = new Search(); 45 $search->addSchema($schema); 46 $search->addColumn($field); 47 $search->addSort($field); 63 $search = new Search(); 64 $search->addSchema($schema); 65 $search->addColumn($field); 89 $search = new Search(); 91 $search->addColumn($field); 94 $search->addSort($field); [all …]
|
/plugin/dyncontent/ |
H A D | action.php | 62 $search = $this->get_search_results($squery); 64 if(count($search)){ 65 foreach($search as $pagid) { 76 $search = ft_pageSearch($pagename,$poswords); 77 $search = array_keys($search); 78 $search = array_unique($search); 79 return $search;
|
/plugin/jplayer/vendor/james-heinrich/getid3/demos/ |
H A D | demo.dirscan.php | 93 private function type_brace($dir, $search=array()) { argument 98 if (!is_array($search)) { 99 $e = explode(',', $search); 100 } elseif (count($search) < 1) { 103 $e = $search; 153 * @param string $search 156 private function file_check($search) { argument 158 $s = glob($search, GLOB_BRACE); 214 $search = self::type_brace($d, $match); 215 if ($search !== null) { [all …]
|
/plugin/sphinxsearch-was/ |
H A D | action.php | 122 $search->setSnippetSize($this->getConf('snippetsize')); 125 $search->setBodyPriority($this->getConf('body_priority')); 130 $search->setSearchAllQuery($keywords, $categories); 138 $result = $search->search($start, $this->getConf('maxresults')); 139 $this->_search = $search; 141 if ($search->getError()) { 152 $pagesList = $search->getPages($keywords); 153 $totalFound = $search->getTotalFound(); 214 if ($start + $search->getOffset() < $totalFound) { 215 $next = $start + $search->getOffset(); [all …]
|
H A D | changelog | 3 * Moved "Matching pagenames" to the top of the search and made the search results full width. 4 * Branched out inline JS code to "js/search.js" and CSS code to "css/style.css". 20 Sphinx search 28 * Minor bugfix release - improved indexing and search relevance 29 * Fixed search query escaping 37 * Matching pagenames list constructed by Sphinx search 38 * Fixed bug with search query 39 * Added grouping search results by page with nested subsections 42 * Added namespaces list in sidebar of search results 43 * Fixed search by namespaces [all …]
|
/plugin/sphinxsearch/ |
H A D | action.php | 116 $search->setSnippetSize($this->getConf('snippetsize')); 119 $search->setBodyPriority($this->getConf('body_priority')); 124 $search->setSearchAllQuery($keywords, $categories); 132 $result = $search->search($start, $this->getConf('maxresults')); 133 $this->_search = $search; 135 if ($search->getError()){ 146 $pagesList = $search->getPages($keywords); 147 $totalFound = $search->getTotalFound(); 262 if($start + $search->getOffset()< $totalFound){ 263 $next = $start + $search->getOffset(); [all …]
|
H A D | changelog | 10 Sphinx search 18 * Minor bugfix release - improved indexing and search relevance 19 * Fixed search query escaping 27 * Matching pagenames list constructed by Sphinx search 28 * Fixed bug with search query 29 * Added grouping search results by page with nested subsections 32 * Added namespaces list in sidebar of search results 33 * Fixed search by namespaces 34 * Fixed support for multilanguage search
|
/plugin/webcomponent/_test/data/pages/ |
H A D | search.txt | 5 ''search'' is a component that implement the [[doku>search|dokuwiki search form]] in a [[https://ge… 11 The search component has: 12 * the ''f'' accesskey. In chrome, ''Alt+shift+f'' will bring you in the search box. 13 …f 1. Which means, if you do on Windows ''Alt+D'' + ''Tab'', you comes directly in the search bar. 20 <search> 27 <search>
|
/plugin/autlogin/ |
H A D | script.js | 75 ajax.runAJAX(link.search.substr(1)); 99 if(e.target.className.search(/wikilink1/) > -1){ 101 frm.elements['id'].value = acl.hsc(acl.parseatt(e.target.search)['id']); 102 }else if(e.target.className.search(/idx_dir/) > -1){ 103 frm.elements['ns'].value = acl.hsc(acl.parseatt(e.target.search)['ns']); 107 if(e.target.className.search(/wikilink1/) > -1){ 109 frm2.elements['id'].value = acl.hsc(acl.parseatt(e.target.search)['id']); 110 }else if(e.target.className.search(/idx_dir/) > -1){ 111 frm2.elements['ns'].value = acl.hsc(acl.parseatt(e.target.search)['ns']); 115 if(e.target.className.search(/wikilink1/) > -1){ [all …]
|
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Search/ |
H A D | Paging.php | 25 * Provides a simple wrapper around paging a search operation. 49 protected $search; 63 * @param SearchRequest $search 66 public function __construct(LdapClient $client, SearchRequest $search, int $size = 1000) 68 $this->search = $search; 88 * Start a new paging operation with a search request. This must be called first if you reuse the paging object. 90 * @param SearchRequest $search 93 public function start(SearchRequest $search, ?int $size = null): void 96 $this->search 47 protected $search; global() variable in FreeDSx\\Ldap\\Search\\Paging 59 __construct(LdapClient $client, SearchRequest $search, int $size = 1000) global() argument 72 start(SearchRequest $search, int $size = null) global() argument [all...] |
/plugin/structodt/ |
H A D | helper.php | 207 $search = new Search(); 209 $search->addSchema($schema[0], $schema[1]); 211 $search->addColumn('*'); 212 $first_schema = $search->getSchemas()[0]; 214 $search->addColumn('%rowid%'); 215 $search->addColumn('%pageid%'); 216 $search->addColumn('%title%'); 217 $search->addColumn('%lastupdate%'); 218 $search->addColumn('%lasteditor%'); 220 return $search; [all...] |
/plugin/diagramsnet/lib/math/extensions/ |
H A D | asciimath2jax.js | 19 …search={start:true};this.pattern=this.start;while(c){a=null;this.pattern.lastIndex=e||0;e=0;while(… class
|
H A D | tex2jax.js | 19 …search={start:true};this.pattern=this.start;while(c){a=null;this.pattern.lastIndex=e;e=0;while(c&&… class
|
/plugin/metadisplay/helper/ |
H A D | html.php | 19 private $search; variable in helper_plugin_metadisplay_html 30 $search=$options['search']; 57 if($search) { 58 $this->search = $search; 63 if($search || $fuzzy) { 131 $search = ""; 134 $search = $this->fuzzy; 137 else if($this->search) { 138 $search = $this->search; 161 $val = $contribs[$search]; [all …]
|
H A D | plaintext.php | 19 private $search; variable in helper_plugin_metadisplay_plaintext 30 $search=$options['search']; 56 if($search) { 57 $this->search = $search; 62 if($search || $fuzzy) { 131 $search = ""; 134 $search = $this->fuzzy; 137 else if($this->search) { 138 $search = $this->search; 161 $val = $contribs[$search]; [all …]
|
/plugin/addressbook/ |
H A D | README.md | 3 …s an addressbook functionality to DokuWiki. The search results are also displayed on the standards… 9  12 [ADDRESSBOOK:search] 14 Adds a search bar to perform a fulltext search 53 ### Option 'search link target' 55 Contact search results are display on the search results page. In order to activate links to show o… 61 * Integration into DokuWikis search should be configurable 62 * Improve styling of the search box
|
/plugin/showlinkpermission/ |
H A D | renderer.php | 25 function internallink($id, $name = NULL, $search=NULL, $returnonly=false, $linktype='content') { argument 96 if($search){ 98 if(is_array($search)){ 99 $search = array_map('rawurlencode',$search); 100 $link['url'] .= 's[]='.join('&s[]=',$search); 102 $link['url'] .= 's='.rawurlencode($search);
|
/plugin/sequencediagram/bower_components/lodash/test/asset/ |
H A D | test-ui.js | 8 var build = (build = /build=([^&]+)/.exec(location.search)) && decodeURIComponent(build[1]); 11 var loader = (loader = /loader=([^&]+)/.exec(location.search)) && decodeURIComponent(loader[1]); 23 search = location.search.replace(/^\?|&?(?:build|loader)=[^&]*&?/g, ''); 32 (search ? search + '&' : '') + 142 …e = /\b(?:amd|commonjs|es|node|npm|(index|main)\.js)\b/.test([location.pathname, location.search]); 148 ui.isStrict = /\bes\b/.test([location.pathname, location.search]);
|
/plugin/pgn4web/pgn4web/ |
H A D | engine.js | 23 if (window.location.search.match(thisRegExp) !== null) { 27 if (window.location.search.match(thisRegExp) !== null) { 28 pgn4web_engineWindowTarget = unescape(window.location.search.match(thisRegExp)[3]); 31 if (window.location.search.match(thisRegExp) !== null) { 32 pgn4web_engineWindowUrlParameters = unescape(window.location.search.match(thisRegExp)[3]); 35 if (window.location.search.match(thisRegExp) !== null) { 36 pgn4web_engineWindowHeight = parseInt(unescape(window.location.search.match(thisRegExp)[3]), 10); 39 if (window.location.search.match(thisRegExp) !== null) { 40 pgn4web_engineWindowWidth = parseInt(unescape(window.location.search.match(thisRegExp)[3]), 10);
|
/plugin/bureaucracy/ |
H A D | action.php | 38 $search = $_REQUEST['search']; 44 if ($search === '' || // No search 45 stripos($username, $search) === 0 || // Username (prefix) 46 stripos($data['name'], $search) !== false) { // Full name 54 if (count($users) === 1 && key($users) === $search) {
|
/plugin/bureaucracyau/ |
H A D | action.php | 38 $search = $_REQUEST['search']; 44 if ($search === '' || // No search 45 stripos($username, $search) === 0 || // Username (prefix) 46 stripos($data['name'], $search) !== false) { // Full name 54 if (count($users) === 1 && key($users) === $search) {
|
/plugin/bureaucracy-au/ |
H A D | action.php | 38 $search = $_REQUEST['search']; 44 if ($search === '' || // No search 45 stripos($username, $search) === 0 || // Username (prefix) 46 stripos($data['name'], $search) !== false) { // Full name 54 if (count($users) === 1 && key($users) === $search) {
|
/plugin/structcombolookup/ |
H A D | action.php | 61 $search = new Search(); 62 $search->addSchema($config['schema']); 64 $schema = $search->getSchemas()[0]; 71 $search->addColumn($config['narrow by']); 72 $search->addFilter($id, $rawvalue, '='); 73 $result = $search->execute();
|