Home
last modified time | relevance | path

Searched refs:SearchResponse (Results 1 – 15 of 15) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Kgsearch/Resource/
DEntities.php20 use Google\Service\Kgsearch\SearchResponse; alias
52 * @return SearchResponse
58 return $this->call('search', [$params], SearchResponse::class);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ShoppingContent/Resource/
DReports.php21 use Google\Service\ShoppingContent\SearchResponse; alias
41 * @return SearchResponse
47 return $this->call('search', [$params], SearchResponse::class);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudSearch/Resource/
DQuery.php21 use Google\Service\CloudSearch\SearchResponse; alias
48 * @return SearchResponse
54 return $this->call('search', [$params], SearchResponse::class);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/PeopleService/Resource/
DOtherContacts.php23 use Google\Service\PeopleService\SearchResponse; alias
136 * @return SearchResponse
142 return $this->call('search', [$params], SearchResponse::class);
DPeople.php31 use Google\Service\PeopleService\SearchResponse; alias
311 * @return SearchResponse
317 return $this->call('searchContacts', [$params], SearchResponse::class);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/PeopleService/
DSearchResponse.php20 class SearchResponse extends \Google\Collection class
43 class_alias(SearchResponse::class, 'Google_Service_PeopleService_SearchResponse');
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ShoppingContent/
DSearchResponse.php20 class SearchResponse extends \Google\Collection class
61 class_alias(SearchResponse::class, 'Google_Service_ShoppingContent_SearchResponse');
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Kgsearch/
DSearchResponse.php20 class SearchResponse extends \Google\Collection class
85 class_alias(SearchResponse::class, 'Google_Service_Kgsearch_SearchResponse');
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudSearch/
DSearchResponse.php20 class SearchResponse extends \Google\Collection class
209 class_alias(SearchResponse::class, 'Google_Service_CloudSearch_SearchResponse');
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Protocol/ClientProtocolHandler/
H A DClientSearchHandler.php22 use FreeDSx\Ldap\Operation\Response\SearchResponse; alias
88 new SearchResponse($ldapResult, new Entries(...$entries)),
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Search/
H A DPaging.php22 use FreeDSx\Ldap\Operation\Response\SearchResponse; alias
185 /** @var SearchResponse $response */
H A DDirSync.php24 use FreeDSx\Ldap\Operation\Response\SearchResponse; alias
159 /** @var SearchResponse $searchResponse */
H A DVlv.php25 use FreeDSx\Ldap\Operation\Response\SearchResponse; alias
287 /** @var SearchResponse $response */
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Operation/Response/
H A DSearchResponse.php22 class SearchResponse extends LdapResult class
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Protocol/
H A DClientProtocolHandler.php26 use FreeDSx\Ldap\Operation\Response\SearchResponse; alias
121 if (!$searchResponse instanceof SearchResponse) {