| /plugin/elasticsearch/vendor/ruflin/elastica/src/ |
| D | Scroll.php | 25 * @var Search 51 public function __construct(Search $search, string $expiryTime = '1m') 86 $this->_search->setOption(Search::OPTION_SCROLL, $this->expiryTime); 87 $this->_search->setOption(Search::OPTION_SCROLL_ID, $this->_nextScrollId); 136 $this->_search->setOption(Search::OPTION_SCROLL, $this->expiryTime); 137 $this->_search->setOption(Search::OPTION_SCROLL_ID, null); 157 [Search::OPTION_SCROLL_ID => [$this->_nextScrollId]] 194 if ($this->_search->hasOption(Search::OPTION_SCROLL)) { 195 $this->_options[0] = $this->_search->getOption(Search::OPTION_SCROLL); 198 if ($this->_search->hasOption(Search::OPTION_SCROLL_ID)) { [all …]
|
| /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 …]
|
| /plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Search/ |
| H A D | Filters.php | 12 namespace FreeDSx\Ldap\Search; 15 use FreeDSx\Ldap\Search\Filter\AndFilter; 16 use FreeDSx\Ldap\Search\Filter\ApproximateFilter; 17 use FreeDSx\Ldap\Search\Filter\EqualityFilter; 18 use FreeDSx\Ldap\Search\Filter\FilterInterface; 19 use FreeDSx\Ldap\Search\Filter\GreaterThanOrEqualFilter; 20 use FreeDSx\Ldap\Search\Filter\LessThanOrEqualFilter; 21 use FreeDSx\Ldap\Search\Filter\MatchingRuleFilter; 22 use FreeDSx\Ldap\Search\Filter\NotFilter; 23 use FreeDSx\Ldap\Search\Filter\OrFilter; [all …]
|
| H A D | FilterParser.php | 12 namespace FreeDSx\Ldap\Search; 15 use FreeDSx\Ldap\Search\Filter\AndFilter; 16 use FreeDSx\Ldap\Search\Filter\FilterInterface; 17 use FreeDSx\Ldap\Search\Filter\MatchingRuleFilter; 18 use FreeDSx\Ldap\Search\Filter\OrFilter; 19 use FreeDSx\Ldap\Search\Filter\SubstringFilter;
|
| /plugin/struct/_test/ |
| H A D | AccessTableDataDBMultiTest.php | 5 use dokuwiki\plugin\struct\meta\Search; alias 85 'out1' => 'value1.1a' . Search::CONCAT_SEPARATOR . 'value1.2a', 86 'out2' => 'value2.1a' . Search::CONCAT_SEPARATOR . 'value2.2a', 108 'out1' => 'value1.1a' . Search::CONCAT_SEPARATOR . 'value1.2a', 109 'out2' => 'value2.1a' . Search::CONCAT_SEPARATOR . 'value2.2a', 136 'out1' => 'value1.1c' . Search::CONCAT_SEPARATOR . 'value1.2c',
|
| H A D | SearchTest.php | 101 $search = new mock\Search(); 120 $search = new mock\Search(); 139 $search = new mock\Search(); 155 $search = new mock\Search(); 182 $search = new mock\Search(); 211 $search = new mock\Search(); 230 $search = new mock\Search(); 295 $search = new mock\Search(); 319 $search = new mock\Search(); 342 $search = new mock\Search(); [all …]
|
| H A D | AccessTableDataSQLTest.php | 5 use dokuwiki\plugin\struct\meta\Search; alias 54 GROUP_CONCAT_DISTINCT(M3.value,'" . Search::CONCAT_SEPARATOR . "') AS out3 73 GROUP_CONCAT_DISTINCT(M1.value,'" . Search::CONCAT_SEPARATOR . "') AS out1, 74 GROUP_CONCAT_DISTINCT(M2.value,'" . Search::CONCAT_SEPARATOR . "') AS out2
|
| H A D | ImportPageCSVTest.php | 5 use dokuwiki\plugin\struct\meta\Search; alias 41 'out2' => 'f' . Search::CONCAT_SEPARATOR . 'i', 88 'out2' => 'b' . Search::CONCAT_SEPARATOR . 'e',
|
| H A D | AccessTableDataDBTest.php | 6 use dokuwiki\plugin\struct\meta\Search; alias 75 'out2' => 'value2.1a' . Search::CONCAT_SEPARATOR . 'value2.2a', 93 'out2' => 'value2.1' . Search::CONCAT_SEPARATOR . 'value2.2',
|
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/CustomSearchAPI/Resource/ |
| D | CseSiterestrict.php | 20 use Google\Service\CustomSearchAPI\Search; alias 169 * @return Search 175 return $this->call('list', [$params], Search::class);
|
| D | Cse.php | 20 use Google\Service\CustomSearchAPI\Search; alias 168 * @return Search 174 return $this->call('list', [$params], Search::class);
|
| /plugin/struct/_test/mock/ |
| H A D | Search.php | 7 class Search extends meta\Search class
|
| /plugin/findologicxmlexport/vendor/hoa/ustring/Test/Unit/ |
| D | Search.php | 50 class Search extends Test\Unit\Suite class 60 ->when($result = LUT\Search::approximated($y, $x, $k))
|
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/YouTube/Resource/ |
| D | Search.php | 30 class Search extends \Google\Service\Resource class 103 class_alias(Search::class, 'Google_Service_YouTube_Resource_Search');
|
| /plugin/structcombolookup/types/ |
| D | NarrowingLookup.php | 5 use dokuwiki\plugin\struct\meta\Search; alias 44 $search = new Search(); 63 $search = new Search(); 89 $search = new Search();
|
| /plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Eql/ |
| D | Search.php | 29 class Search extends AbstractEndpoint class 56 public function setBody($body): Search
|
| /plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/ |
| D | Search.php | 28 class Search extends AbstractEndpoint class 102 public function setBody($body): Search
|
| /plugin/struct/helper/ |
| H A D | config.php | 5 use dokuwiki\plugin\struct\meta\Search; alias 56 $comps = Search::$COMPARATORS;
|
| /plugin/swarmwebhook/lang/en/ |
| D | zapier_instructions.txt | 4 - Search for ''Swarm'' and choose ''New Checkin'' as the trigger 8 - Search for ''Webhook'' in the search field and choose ''Webhooks by Zapier''
|
| /plugin/struct/_test/types/ |
| H A D | DecimalTest.php | 7 use dokuwiki\plugin\struct\test\mock\Search; alias 188 $search = new Search(); 212 $search = new Search();
|
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/CustomSearchAPI/ |
| D | Search.php | 20 class Search extends \Google\Collection class 159 class_alias(Search::class, 'Google_Service_CustomSearchAPI_Search');
|
| /plugin/structcombolookup/ |
| D | action.php | 10 use dokuwiki\plugin\struct\meta\Search; alias 61 $search = new Search();
|
| /plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/ |
| H A D | LdapClient.php | 29 use FreeDSx\Ldap\Search\DirSync; 30 use FreeDSx\Ldap\Search\Filter\FilterInterface; 31 use FreeDSx\Ldap\Search\Paging; 32 use FreeDSx\Ldap\Search\RangeRetrieval; 33 use FreeDSx\Ldap\Search\Vlv;
|
| /plugin/sphinxsearch-was/ |
| H A D | changelog | 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.
|
| /plugin/statistics/ |
| D | SearchEngines.php | 69 'name' => 'AOL Search', 93 'name' => 'AVG Safe Search',
|