Home
last modified time | relevance | path

Searched refs:SearchResponse (Results 1 – 15 of 15) sorted by last modified time

/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudSearch/Resource/
H A 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/CloudSearch/
H A DSearchResponse.php20 class SearchResponse extends \Google\Collection class
209 class_alias(SearchResponse::class, 'Google_Service_CloudSearch_SearchResponse');
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ShoppingContent/Resource/
H A 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/PeopleService/Resource/
H A DOtherContacts.php23 use Google\Service\PeopleService\SearchResponse; alias
136 * @return SearchResponse
142 return $this->call('search', [$params], SearchResponse::class);
H A 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/
H A DSearchResponse.php20 class SearchResponse extends \Google\Collection class
43 class_alias(SearchResponse::class, 'Google_Service_PeopleService_SearchResponse');
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Kgsearch/Resource/
H A 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/Kgsearch/
H A DSearchResponse.php20 class SearchResponse extends \Google\Collection class
85 class_alias(SearchResponse::class, 'Google_Service_Kgsearch_SearchResponse');
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ShoppingContent/
H A DSearchResponse.php20 class SearchResponse extends \Google\Collection class
61 class_alias(SearchResponse::class, 'Google_Service_ShoppingContent_SearchResponse');
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Protocol/ClientProtocolHandler/
H A DClientSearchHandler.php22 use FreeDSx\Ldap\Operation\Response\SearchResponse;
88 new SearchResponse($ldapResult, new Entries(...$entries)),
17 use FreeDSx\Ldap\Operation\Response\SearchResponse; global() alias
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Protocol/
H A DClientProtocolHandler.php26 use FreeDSx\Ldap\Operation\Response\SearchResponse;
121 if (!$searchResponse instanceof SearchResponse) {
21 use FreeDSx\Ldap\Operation\Response\SearchResponse; global() alias
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Search/
H A DDirSync.php24 use FreeDSx\Ldap\Operation\Response\SearchResponse;
159 /** @var SearchResponse $searchResponse */
21 use FreeDSx\Ldap\Operation\Response\SearchResponse; global() alias
H A DPaging.php22 use FreeDSx\Ldap\Operation\Response\SearchResponse;
185 /** @var SearchResponse $response */
20 use FreeDSx\Ldap\Operation\Response\SearchResponse; global() alias
H A DVlv.php25 use FreeDSx\Ldap\Operation\Response\SearchResponse;
287 /** @var SearchResponse $response */
22 use FreeDSx\Ldap\Operation\Response\SearchResponse; global() alias
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Operation/Response/
H A DSearchResponse.php22 class SearchResponse extends LdapResult
21 class SearchResponse extends LdapResult global() class