Home
last modified time | relevance | path

Searched refs:Google_Client (Results 1 – 25 of 61) sorted by relevance

123

/plugin/authgoogle/google/
DGoogle_Client.php64 class Google_Client { class
405 return Google_Client::$auth;
413 return Google_Client::$io;
420 return Google_Client::$cache;
/plugin/authgoogle/google/contrib/
DGoogle_YouTubeAnalyticsService.php76 * @param Google_Client $client
78 public function __construct(Google_Client $client) {
DGoogle_WebfontsService.php66 * @param Google_Client $client
68 public function __construct(Google_Client $client) {
DGoogle_AndroidpublisherService.php115 * @param Google_Client $client
117 public function __construct(Google_Client $client) {
DGoogle_TranslateService.php131 * @param Google_Client $client
133 public function __construct(Google_Client $client) {
DGoogle_AppstateService.php141 * @param Google_Client $client
143 public function __construct(Google_Client $client) {
DGoogle_Oauth2Service.php105 * @param Google_Client $client
107 public function __construct(Google_Client $client) {
DGoogle_AuditService.php76 * @param Google_Client $client
78 public function __construct(Google_Client $client) {
DGoogle_GroupssettingsService.php101 * @param Google_Client $client
103 public function __construct(Google_Client $client) {
DGoogle_SiteVerificationService.php165 * @param Google_Client $client
167 public function __construct(Google_Client $client) {
DGoogle_LicensingService.php184 * @param Google_Client $client
186 public function __construct(Google_Client $client) {
DGoogle_UrlshortenerService.php103 * @param Google_Client $client
105 public function __construct(Google_Client $client) {
DGoogle_GamesManagementService.php214 * @param Google_Client $client
216 public function __construct(Google_Client $client) {
DGoogle_FreebaseService.php104 * @param Google_Client $client
106 public function __construct(Google_Client $client) {
DGoogle_TaskqueueService.php217 * @param Google_Client $client
219 public function __construct(Google_Client $client) {
/plugin/authgoogle/google/io/
DGoogle_IO.php62 Google_Client::$cache->set($request->getCacheKey(), $request);
80 return Google_Client::$cache->get($request->getCacheKey());
DGoogle_REST.php35 $httpRequest = Google_Client::$io->makeRequest($req);
DGoogle_HttpStreamIO.php50 $request = Google_Client::$auth->sign($request);
/plugin/authgoogle/google/auth/
DGoogle_OAuth2.php97 …$request = Google_Client::$io->makeRequest(new Google_HttpRequest(self::OAUTH2_TOKEN_URI, 'POST', …
270 $request = Google_Client::$io->makeRequest($http);
304 $response = Google_Client::$io->makeRequest($request);
335 $request = Google_Client::$io->makeRequest(new Google_HttpRequest(
/plugin/authgoogle/google/service/
DGoogle_ServiceResource.php167 $httpRequest = Google_Client::$auth->sign($httpRequest);
168 if (Google_Client::$useBatch) {
DGoogle_MediaFileUpload.php230 $response = Google_Client::$io->authenticatedRequest($httpRequest);
254 $response = Google_Client::$io->makeRequest($httpRequest);
DGoogle_BatchRequest.php60 $response = Google_Client::$io->makeRequest($httpRequest);
/plugin/authgooglesheets/vendor/google/apiclient-services/
Dautoload.php11 && version_compare(Google_Client::LIBVER, '2.7.2', '<=')
/plugin/authgooglesheets/vendor/google/apiclient/src/
Daliases.php51 class Google_Client extends \Google\Client {} class
/plugin/authgooglesheets/
Dhelper.php340 * @return Google_Client the authorized client object
345 $client = new \Google_Client();

123