/plugin/authgoogle/google/ |
H A D | Google_Client.php | 64 class Google_Client { class 405 return Google_Client::$auth; 413 return Google_Client::$io; 420 return Google_Client::$cache;
|
/plugin/authgoogle/google/contrib/ |
H A D | Google_YouTubeAnalyticsService.php | 76 * @param Google_Client $client 78 public function __construct(Google_Client $client) {
|
H A D | Google_WebfontsService.php | 66 * @param Google_Client $client 68 public function __construct(Google_Client $client) {
|
H A D | Google_AndroidpublisherService.php | 115 * @param Google_Client $client 117 public function __construct(Google_Client $client) {
|
H A D | Google_TranslateService.php | 131 * @param Google_Client $client 133 public function __construct(Google_Client $client) {
|
H A D | Google_AppstateService.php | 141 * @param Google_Client $client 143 public function __construct(Google_Client $client) {
|
H A D | Google_Oauth2Service.php | 105 * @param Google_Client $client 107 public function __construct(Google_Client $client) {
|
H A D | Google_AuditService.php | 76 * @param Google_Client $client 78 public function __construct(Google_Client $client) {
|
H A D | Google_GroupssettingsService.php | 101 * @param Google_Client $client 103 public function __construct(Google_Client $client) {
|
H A D | Google_LicensingService.php | 184 * @param Google_Client $client 186 public function __construct(Google_Client $client) {
|
H A D | Google_SiteVerificationService.php | 165 * @param Google_Client $client 167 public function __construct(Google_Client $client) {
|
H A D | Google_UrlshortenerService.php | 103 * @param Google_Client $client 105 public function __construct(Google_Client $client) {
|
H A D | Google_GamesManagementService.php | 214 * @param Google_Client $client 216 public function __construct(Google_Client $client) {
|
H A D | Google_FreebaseService.php | 104 * @param Google_Client $client 106 public function __construct(Google_Client $client) {
|
H A D | Google_TaskqueueService.php | 217 * @param Google_Client $client 219 public function __construct(Google_Client $client) {
|
/plugin/authgoogle/google/io/ |
H A D | Google_IO.php | 62 Google_Client::$cache->set($request->getCacheKey(), $request); 80 return Google_Client::$cache->get($request->getCacheKey());
|
H A D | Google_REST.php | 35 $httpRequest = Google_Client::$io->makeRequest($req);
|
H A D | Google_HttpStreamIO.php | 50 $request = Google_Client::$auth->sign($request);
|
/plugin/authgoogle/google/auth/ |
H A D | Google_OAuth2.php | 97 …$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/authgooglesheets/vendor/google/apiclient-services/ |
H A D | autoload.php | 11 && version_compare(Google_Client::LIBVER, '2.7.2', '<=')
|
/plugin/authgoogle/google/service/ |
H A D | Google_ServiceResource.php | 167 $httpRequest = Google_Client::$auth->sign($httpRequest); 168 if (Google_Client::$useBatch) {
|
H A D | Google_MediaFileUpload.php | 230 $response = Google_Client::$io->authenticatedRequest($httpRequest); 254 $response = Google_Client::$io->makeRequest($httpRequest);
|
H A D | Google_BatchRequest.php | 60 $response = Google_Client::$io->makeRequest($httpRequest);
|
/plugin/authgooglesheets/vendor/google/apiclient/src/ |
H A D | aliases.php | 51 class Google_Client extends \Google\Client {} class
|
/plugin/authgooglesheets/ |
H A D | helper.php | 340 * @return Google_Client the authorized client object 345 $client = new \Google_Client();
|