| /plugin/struct/_test/ |
| H A D | SearchTest.php | 101 $search = new mock\Search(); 103 $search->addSchema('schema1'); 104 $search->addColumn('%pageid%'); 105 $search->addColumn('first'); 106 $search->addColumn('second'); 109 $result = $search->getRows(); 120 $search = new mock\Search(); 122 $search->addSchema('schema1'); 123 $search->addColumn('%title%'); 124 $search->addColumn('first'); [all …]
|
| /plugin/statistics/_test/ |
| D | SearchEnginesTest.php | 17 * Data provider for testing known search engines 24 'https://www.google.com/search?q=dokuwiki+test', 31 'https://www.google.co.uk/search?q=php+framework', 38 'https://www.google.de/search?q=test+query', 47 'https://www.bing.com/search?q=dokuwiki+plugin', 54 'https://www.bing.co.uk/search?q=search+test', 58 'search test' 63 'https://search.yahoo.com/search?p=test+search', 67 'test search' 72 'https://yandex.ru/search/?query=test+query', [all …]
|
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/CustomSearchAPI/Resource/ |
| D | CseSiterestrict.php | 20 use Google\Service\CustomSearchAPI\Search; alias 33 * Returns metadata about the search performed, metadata about the engine used 34 * for the search, and the search results. Uses a small set of url patterns. 40 * Chinese Search](https://developers.google.com/custom- 41 * search/docs/json_api_reference#chineseSearch). The default value for this 44 * @opt_param string cr Restricts search results to documents originating in a 47 * search/docs/json_api_reference#booleanOperators) in the cr parameter's value. 48 * Google Search determines the country of a document by analyzing: * the top- 52 * search/docs/json_api_reference#countryCollections) page for a list of valid 54 * @opt_param string cx The Programmable Search Engine ID to use for this [all …]
|
| D | Cse.php | 20 use Google\Service\CustomSearchAPI\Search; alias 33 * Returns metadata about the search performed, metadata about the engine used 34 * for the search, and the search results. (cse.listCse) 39 * Chinese Search](https://developers.google.com/custom- 40 * search/docs/json_api_reference#chineseSearch). The default value for this 43 * @opt_param string cr Restricts search results to documents originating in a 46 * search/docs/json_api_reference#booleanOperators) in the cr parameter's value. 47 * Google Search determines the country of a document by analyzing: * the top- 51 * search/docs/json_api_reference#countryCollections) page for a list of valid 53 * @opt_param string cx The Programmable Search Engine ID to use for this [all …]
|
| /plugin/sphinxsearch-was/ |
| H A D | action.php | 3 * Script to search in dokuwiki documents 38 ====== DokuWiki Sphinx Search plugin features ====== 40 … use the search you need to just enter your search keywords into the searchbox at the top right co… 42 ===== Phrase search (\"\") ===== 43 Put double quotes around a set of words to enable phrase search mode. For example: 46 ===== Search within a namespace ===== 47 You can add \"@ns\" parameter to limit the search to some namespace. For exapmle: 51 ===== Excluding keywords or namespaces from search ===== 52 You can add a minus sign to a keyword or a category name exclude it from search. For example: 60 …age .= "DokuWiki Sphinx Search plugin (version $this->_versionNumber) by [[http://www.ivinco.com/s… [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". 5 * Used CSS to override the "prev", "next" and "Search help" text-only links with icons. 6 * Added the option to hide the Sphinx Search plugin version from the Dokuwiki configuration. 8 * Removed deprecated options from "sphinx.conf" as per the Sphinx Search documentation. 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 [all …]
|
| /plugin/statistics/ |
| D | SearchEngines.php | 6 * Extract search Engine Inormation from the HTTP referer 12 /** @var array Search engine definitions with regex patterns and metadata */ 41 'regex' => '^search\.naver\.com$', 59 'regex' => '^(\w+\.)*search-results\.com$', 64 'url' => 'https://search.babylon.com', 65 'regex' => '^search\.babylon\.com$', 69 'name' => 'AOL Search', 70 'url' => 'https://search.aol.com', 71 …'regex' => '^(\w+\.)*(aol)?((search|recherches?|images|suche|alicesuche)\.)aol(\.co)?\.([a-z]{2,5}… 93 'name' => 'AVG Safe Search', [all …]
|
| /plugin/elasticsearch/vendor/ruflin/elastica/src/Multi/ |
| D | Search.php | 8 use Elastica\Search as BaseSearch; 11 * Elastica multi search. 15 * @see https://www.elastic.co/guide/en/elasticsearch/reference/current/search-multi-search.html 17 class Search class 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 [all …]
|
| /plugin/elasticsearch/vendor/ruflin/elastica/src/ |
| D | Scroll.php | 15 * @see https://www.elastic.co/guide/en/elasticsearch/reference/current/search-request-scroll.html 25 * @var Search 51 public function __construct(Search $search, string $expiryTime = '1m') argument 53 $this->_search = $search; 72 * Next scroll search. 86 $this->_search->setOption(Search::OPTION_SCROLL, $this->expiryTime); 87 $this->_search->setOption(Search::OPTION_SCROLL_ID, $this->_nextScrollId); 89 $this->_setScrollId($this->_search->search()); 119 * Initial scroll search. 133 // initial search [all …]
|
| D | Query.php | 22 * @see https://www.elastic.co/guide/en/elasticsearch/reference/current/search-request-body.html 23 …ightArgs https://www.elastic.co/guide/en/elasticsearch/reference/current/search-request-highlighti… 26 …w.elastic.co/guide/en/elasticsearch/reference/current/search-request-body.html#request-body-search… 154 * Sets the start from which the search results should be returned. 156 …w.elastic.co/guide/en/elasticsearch/reference/current/search-request-body.html#request-body-search… 170 * @see https://www.elastic.co/guide/en/elasticsearch/reference/current/search-request-sort.html 183 * @see https://www.elastic.co/guide/en/elasticsearch/reference/current/search-request-sort.html 193 …* @see https://www.elastic.co/guide/en/elasticsearch/reference/current/search-request-sort.html#_t… 206 …* @see https://www.elastic.co/guide/en/elasticsearch/reference/current/search-request-highlighting… 218 …* @see https://www.elastic.co/guide/en/elasticsearch/reference/current/search-request-highlighting… [all …]
|
| /plugin/sphinxsearch/ |
| D | action.php | 3 * Script to search in dokuwiki documents 35 ===== DokuWiki Sphinx Search plugin features===== 37 … use the search you need to just enter your search keywords into the searchbox at the top right co… 39 === Phrase search (\"\") === 40 Put double quotes around a set of words to enable phrase search mode. For example: 43 === Search within a namespace === 44 You can add \"@ns\" parameter to limit the search to some namespace. For exapmle: 48 === Excluding keywords or namespaces from search === 49 You can add a minus sign to a keyword or a category name exclude it from search. For example: 57 DokuWiki Sphinx Search plugin (version $this->_versionNumber) by [[http://www.ivinco.com/software/d… [all …]
|
| 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/asciidocjs/node_modules/core-js/modules/ |
| D | es6.regexp.search.js | 7 // @@search logic 8 require('./_fix-re-wks')('search', 1, function (defined, SEARCH, $search, maybeCallNative) { argument 10 // `String.prototype.search` method 11 // https://tc39.github.io/ecma262/#sec-string.prototype.search 12 function search(regexp) { function 14 var fn = regexp == undefined ? undefined : regexp[SEARCH]; 15 return fn !== undefined ? fn.call(regexp, O) : new RegExp(regexp)[SEARCH](String(O)); 17 // `RegExp.prototype[@@search]` method 18 // https://tc39.github.io/ecma262/#sec-regexp.prototype-@@search 20 var res = maybeCallNative($search, regexp, this);
|
| /plugin/solr/ |
| D | README.md | 1 Solr Search Plugin 4 This DokuWiki plugin enables you to index and search your wiki pages in a Solr server installation. 17 …with this plugin can be used as your starting point for creating a Solr search schema. Consider a… 21 … your DokuWiki template**, i.e. replacing the standard wiki search field with the Solr search fiel… 29 $solr->tpl_searchform(true, false); // Search field with ajax and no autocomplete 32 …search form where the search terms are searched in the content of the document. Search terms that … 34 ### Advanced Search ### 35 …search where users can search for exact phrases, exclude words, search inside page titles, abstrac… 56 …ent the creation and modification date is indexed but there is no way to search for it. This is be…
|
| /plugin/structcombolookup/types/ |
| D | NarrowingLookup.php | 5 use dokuwiki\plugin\struct\meta\Search; alias 44 $search = new Search(); 45 $search->addSchema($schema); 46 $search->addColumn($field); 47 $search->addSort($field); 50 $results = $search->execute(); 63 $search = new Search(); 64 $search->addSchema($schema); 65 $search->addColumn($field); 66 $search->addFilter($this->config['field'], $rawvalue, '='); [all …]
|
| /plugin/elasticsearch/vendor/ruflin/elastica/src/QueryBuilder/DSL/ |
| D | Aggregation.php | 55 * @see https://www.elastic.co/guide/en/elasticsearch/reference/current/search-aggregations.html 70 …* @see https://www.elastic.co/guide/en/elasticsearch/reference/current/search-aggregations-metrics… 80 …* @see https://www.elastic.co/guide/en/elasticsearch/reference/current/search-aggregations-metrics… 90 …* @see https://www.elastic.co/guide/en/elasticsearch/reference/current/search-aggregations-metrics… 100 …* @see https://www.elastic.co/guide/en/elasticsearch/reference/current/search-aggregations-pipelin… 110 …* @see https://www.elastic.co/guide/en/elasticsearch/reference/current/search-aggregations-metrics… 120 …* @see https://www.elastic.co/guide/en/elasticsearch/reference/current/search-aggregations-pipelin… 130 …* @see https://www.elastic.co/guide/en/elasticsearch/reference/current/search-aggregations-metrics… 138 …* @see https://www.elastic.co/guide/en/elasticsearch/reference/current/search-aggregations-pipelin… 148 …* @see https://www.elastic.co/guide/en/elasticsearch/reference/current/search-aggregations-metrics… [all …]
|
| /plugin/struct/_test/types/ |
| H A D | PageTest.php | 6 use dokuwiki\plugin\struct\test\mock\Search; alias 26 // make sure the search index is initialized 55 $search = new Search(); 56 $search->addSchema('pageschema'); 57 $search->addColumn('%pageid%'); 58 $search->addColumn('singletitle'); 59 $search->addSort('singletitle', true); 61 $result = $search->getRows(); 92 // search 93 $search = new Search(); [all …]
|
| /plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Namespaces/ |
| D | EqlNamespace.php | 31 …Deletes an async EQL search by ID. If the search is still running, the search request will be canc… 33 * $params['id'] = (string) The async search ID 37 * @see https://www.elastic.co/guide/en/elasticsearch/reference/current/eql-search-api.html 51 * Returns async results from previously executed Event Query Language (EQL) search 53 * $params['id'] = (string) The async search ID 55 …pdate the time interval in which the results (partial or final) for this search will be available … 59 * @see https://www.elastic.co/guide/en/elasticsearch/reference/current/eql-search-api.html 73 … * Returns the status of a previously submitted async or stored Event Query Language (EQL) search 75 * $params['id'] = (string) The async search ID 79 * @see https://www.elastic.co/guide/en/elasticsearch/reference/current/eql-search-api.html [all …]
|
| /plugin/addressbook/ |
| 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/combo/ComboStrap/ |
| H A D | SearchTag.php | 8 * Search Tag Implementation 17 const TAG = "search"; 18 public const COMBO_SEARCH_BOX = "combo-search-box"; 19 public const SNIPPET_ID = "search"; 21 const CANONICAL = "search"; 29 // don't print the search form if search action has been disabled 30 // if (!actionOK('search')) return false; 59 $inputSearchId = 'internal-search-box'; 74 if ($ACT == 'search') $valueKeyProp = ' value="' . htmlspecialchars($QUERY) . '" '; 87 role="search" [all …]
|
| /plugin/webcomponent/_test/data/pages/ |
| D | search.txt | 1 ====== WebComponent - Search ====== 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/authgooglesheets/vendor/google/apiclient-services/src/YouTube/Resource/ |
| D | Search.php | 23 * The "search" collection of methods. 27 * $search = $youtubeService->search; 30 class Search extends \Google\Service\Resource class 33 * Retrieves a list of search resources (search.listSearch) 36 * list of one or more search resource properties that the API response will 41 * @opt_param string channelType Add a filter on the channel search. 43 * @opt_param bool forContentOwner Search owned by a content owner. 44 * @opt_param bool forDeveloper Restrict the search to only retrieve videos 46 * @opt_param bool forMine Search for the private videos of the authenticated 72 * @opt_param string q Textual search terms to match. [all …]
|
| /plugin/odt/ODT/ |
| D | ODTState.php | 95 // Only search for the paragraph if the current element tells 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++) { 232 $string .= $indent . $this->stack [$search]->getElementName().";\n"; [all …]
|
| /plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/ |
| D | helpers.asciidoc | 14 [[search-response-iterator]] 15 ==== Search response iterator 17 The `SearchResponseIterator` can be used to iterate page by page in a search 19 …astic.co/guide/en/elasticsearch/reference/current/paginate-search-results.html#paginate-search-res… 28 'scroll' => '5m', // period to retain the search context 50 [[search-hit-iterator]] 51 ==== Search hit iterator 55 …astic.co/guide/en/elasticsearch/reference/current/paginate-search-results.html#paginate-search-res… 65 'scroll' => '5m', // period to retain the search context
|
| /plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Protocol/Factory/ |
| H A D | FilterFactory.php | 18 use FreeDSx\Ldap\Search\Filter\AndFilter; 19 use FreeDSx\Ldap\Search\Filter\ApproximateFilter; 20 use FreeDSx\Ldap\Search\Filter\EqualityFilter; 21 use FreeDSx\Ldap\Search\Filter\FilterInterface; 22 use FreeDSx\Ldap\Search\Filter\GreaterThanOrEqualFilter; 23 use FreeDSx\Ldap\Search\Filter\LessThanOrEqualFilter; 24 use FreeDSx\Ldap\Search\Filter\MatchingRuleFilter; 25 use FreeDSx\Ldap\Search\Filter\NotFilter; 26 use FreeDSx\Ldap\Search\Filter\OrFilter; 27 use FreeDSx\Ldap\Search\Filter\PresentFilter; [all …]
|