Home
last modified time | relevance | path

Searched refs:Google_Client (Results 26 – 50 of 61) sorted by last modified time

123

/plugin/authgoogle/google/contrib/
H A DGoogle_UrlshortenerService.php103 * @param Google_Client $client
105 public function __construct(Google_Client $client) {
H A DGoogle_WebfontsService.php66 * @param Google_Client $client
68 public function __construct(Google_Client $client) {
H A DGoogle_YouTubeAnalyticsService.php76 * @param Google_Client $client
78 public function __construct(Google_Client $client) {
H A DGoogle_YouTubeService.php992 * @param Google_Client $client
994 public function __construct(Google_Client $client) {
H A DGoogle_AdSenseService.php1032 * @param Google_Client $client
1034 public function __construct(Google_Client $client) {
H A DGoogle_BooksService.php980 * @param Google_Client $client
982 public function __construct(Google_Client $client) {
H A DGoogle_CalendarService.php724 * @param Google_Client $client
726 public function __construct(Google_Client $client) {
H A DGoogle_CustomsearchService.php98 * @param Google_Client $client
100 public function __construct(Google_Client $client) {
H A DGoogle_DatastoreService.php175 * @param Google_Client $client
177 public function __construct(Google_Client $client) {
H A DGoogle_DirectoryService.php931 * @param Google_Client $client
933 public function __construct(Google_Client $client) {
H A DGoogle_MirrorService.php470 * @param Google_Client $client
472 public function __construct(Google_Client $client) {
H A DGoogle_OrkutService.php879 * @param Google_Client $client
881 public function __construct(Google_Client $client) {
H A DGoogle_PredictionService.php205 * @param Google_Client $client
207 public function __construct(Google_Client $client) {
H A DGoogle_ReportsService.php145 * @param Google_Client $client
147 public function __construct(Google_Client $client) {
H A DGoogle_SQLAdminService.php383 * @param Google_Client $client
385 public function __construct(Google_Client $client) {
H A DGoogle_ShoppingService.php139 * @param Google_Client $client
141 public function __construct(Google_Client $client) {
H A DGoogle_AdExchangeSellerService.php368 * @param Google_Client $client
370 public function __construct(Google_Client $client) {
H A DGoogle_AdexchangebuyerService.php263 * @param Google_Client $client
265 public function __construct(Google_Client $client) {
H A DGoogle_AnalyticsService.php576 * @param Google_Client $client
578 public function __construct(Google_Client $client) {
H A DGoogle_CivicInfoService.php85 * @param Google_Client $client
87 public function __construct(Google_Client $client) {
/plugin/authgoogle/google/io/
H A DGoogle_CurlIO.php63 $request = Google_Client::$auth->sign($request);
H A DGoogle_IO.php62 Google_Client::$cache->set($request->getCacheKey(), $request);
80 return Google_Client::$cache->get($request->getCacheKey());
H A DGoogle_REST.php35 $httpRequest = Google_Client::$io->makeRequest($req);
/plugin/authgoogle/google/service/
H A DGoogle_MediaFileUpload.php230 $response = Google_Client::$io->authenticatedRequest($httpRequest);
254 $response = Google_Client::$io->makeRequest($httpRequest);
/plugin/authgoogle/google/auth/
H A 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(

123