Home
last modified time | relevance | path

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

12345678910

/plugin/elasticsearch/vendor/ruflin/elastica/src/
H A 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
[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\Filte
[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\Filte
[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/authgooglesheets/vendor/google/apiclient-services/src/CustomSearchAPI/Resource/
H A DCseSiterestrict.php20 use Google\Service\CustomSearchAPI\Search; alias
169 * @return Search
175 return $this->call('list', [$params], Search::class);
H A DCse.php20 use Google\Service\CustomSearchAPI\Search; alias
168 * @return Search
174 return $this->call('list', [$params], Search::class);
/plugin/findologicxmlexport/vendor/hoa/ustring/Test/Unit/
H A 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/
H A DSearch.php30 class Search extends \Google\Service\Resource class
103 class_alias(Search::class, 'Google_Service_YouTube_Resource_Search');
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Eql/
H A DSearch.php23 * Class Search
29 class Search extends AbstractEndpoint class
56 public function setBody($body): Search
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/
H A DSearch.php22 * Class Search
28 class Search extends AbstractEndpoint class
102 public function setBody($body): Search
/plugin/structcombolookup/types/
H A DNarrowingLookup.php5 use dokuwiki\plugin\struct\meta\Search; alias
44 $search = new Search();
63 $search = new Search();
89 $search = new Search();
/plugin/swarmwebhook/lang/en/
H A 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/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/structcombolookup/
H A Daction.php10 use dokuwiki\plugin\struct\meta\Search; alias
61 $search = new Search();
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CustomSearchAPI/
H A DSearch.php20 class Search extends \Google\Collection class
159 class_alias(Search::class, 'Google_Service_CustomSearchAPI_Search');
/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/solr/lang/en/
H A Dsearchpage.txt1 ====== Search results ======
/plugin/sphinxsearch/
H A DINSTALL3 1. Sphinx Search (http://www.sphinxsearch.com/downloads.html)
12 2. Run Sphinx Search indexer to index your DokuWiki data for the first time:
/plugin/elasticsearch/vendor/ruflin/elastica/src/Multi/
H A DSearch.php8 use Elastica\Search as BaseSearch;
17 class Search class
/plugin/combo/action/
H A Dlinkwizard.php13 use ComboStrap\Search; alias
82 $pages = Search::getPages($searchTerm);
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Search/Filter/
H A DApproximateFilter.php12 namespace FreeDSx\Ldap\Search\Filter;
H A DEqualityFilter.php12 namespace FreeDSx\Ldap\Search\Filter;
H A DGreaterThanOrEqualFilter.php12 namespace FreeDSx\Ldap\Search\Filter;
H A DLessThanOrEqualFilter.php12 namespace FreeDSx\Ldap\Search\Filter;
H A DAndFilter.php12 namespace FreeDSx\Ldap\Search\Filter;

12345678910