Home
last modified time | relevance | path

Searched refs:Search (Results 1 – 25 of 281) sorted by relevance

12345678910>>...12

/plugin/elasticsearch/vendor/ruflin/elastica/src/
DScroll.php25 * @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 DFilterFactory.php18 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 DFilters.php12 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 DFilterParser.php12 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 DAccessTableDataDBMultiTest.php5 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 DSearchTest.php101 $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 DAccessTableDataSQLTest.php5 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 DImportPageCSVTest.php5 use dokuwiki\plugin\struct\meta\Search; alias
41 'out2' => 'f' . Search::CONCAT_SEPARATOR . 'i',
88 'out2' => 'b' . Search::CONCAT_SEPARATOR . 'e',
H A DAccessTableDataDBTest.php6 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/
DCseSiterestrict.php20 use Google\Service\CustomSearchAPI\Search; alias
169 * @return Search
175 return $this->call('list', [$params], Search::class);
DCse.php20 use Google\Service\CustomSearchAPI\Search; alias
168 * @return Search
174 return $this->call('list', [$params], Search::class);
/plugin/struct/_test/mock/
H A DSearch.php7 class Search extends meta\Search class
/plugin/findologicxmlexport/vendor/hoa/ustring/Test/Unit/
DSearch.php50 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/
DSearch.php30 class Search extends \Google\Service\Resource class
103 class_alias(Search::class, 'Google_Service_YouTube_Resource_Search');
/plugin/structcombolookup/types/
DNarrowingLookup.php5 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/
DSearch.php29 class Search extends AbstractEndpoint class
56 public function setBody($body): Search
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/
DSearch.php28 class Search extends AbstractEndpoint class
102 public function setBody($body): Search
/plugin/struct/helper/
H A Dconfig.php5 use dokuwiki\plugin\struct\meta\Search; alias
56 $comps = Search::$COMPARATORS;
/plugin/swarmwebhook/lang/en/
Dzapier_instructions.txt4 - 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 DDecimalTest.php7 use dokuwiki\plugin\struct\test\mock\Search; alias
188 $search = new Search();
212 $search = new Search();
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CustomSearchAPI/
DSearch.php20 class Search extends \Google\Collection class
159 class_alias(Search::class, 'Google_Service_CustomSearchAPI_Search');
/plugin/structcombolookup/
Daction.php10 use dokuwiki\plugin\struct\meta\Search; alias
61 $search = new Search();
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/
H A DLdapClient.php29 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 Dchangelog5 * 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/
DSearchEngines.php69 'name' => 'AOL Search',
93 'name' => 'AVG Safe Search',

12345678910>>...12