Home
last modified time | relevance | path

Searched refs:id (Results 126 – 150 of 3526) sorted by path

12345678910>>...142

/plugin/authgoogle/google/contrib/
H A DGoogle_MirrorService.php492 public $id; variable in Google_Attachment
507 $this->id = $id;
556 public $id; variable in Google_Contact
585 $this->id = $id;
659 public $id; variable in Google_Location
683 $this->id = $id;
736 public $id; variable in Google_MenuItem
749 $this->id = $id;
867 public $id; variable in Google_Subscription
889 $this->id = $id;
[all …]
H A DGoogle_ModeratorService.php930 public $id; variable in Google_ModeratorTopicsResourcePartial
932 $this->id = $id;
980 public $id; variable in Google_Profile
994 $this->id = $id;
1082 public $id; variable in Google_Series
1141 $this->id = $id;
1317 public $id; variable in Google_Submission
1390 $this->id = $id;
1565 $this->id = $id;
1670 $this->id = $id;
[all …]
H A DGoogle_Oauth2Service.php187 public $id; variable in Google_Userinfo
230 public function setId( $id) { argument
231 $this->id = $id;
234 return $this->id;
H A DGoogle_OrkutService.php947 $this->id = $id;
992 $this->id = $id;
1167 $this->id = $id;
1245 $this->id = $id;
1391 $this->id = $id;
1662 $this->id = $id;
1810 $this->id = $id;
1937 $this->id = $id;
2112 $this->id = $id;
2270 $this->id = $id;
[all …]
H A DGoogle_PagespeedonlineService.php90 public $id; variable in Google_Result
111 public function setId( $id) { argument
112 $this->id = $id;
115 return $this->id;
H A DGoogle_PlusDomainsService.php618 $this->id = $id;
714 $this->id = $id;
785 $this->id = $id;
879 $this->id = $id;
942 $this->id = $id;
1017 $this->id = $id;
1397 $this->id = $id;
1527 $this->id = $id;
1597 $this->id = $id;
1644 $this->id = $id;
[all …]
H A DGoogle_PlusService.php444 $this->id = $id;
540 $this->id = $id;
611 $this->id = $id;
702 $this->id = $id;
759 $this->id = $id;
831 $this->id = $id;
1093 $this->id = $id;
1163 $this->id = $id;
1210 $this->id = $id;
1258 $this->id = $id;
[all …]
H A DGoogle_PredictionService.php226 public $id; variable in Google_Analyze
246 $this->id = $id;
249 return $this->id;
514 public $id; variable in Google_Insert
525 $this->id = $id;
528 return $this->id;
578 public $id; variable in Google_Insert2
597 $this->id = $id;
600 return $this->id;
722 public $id; variable in Google_Output
[all …]
H A DGoogle_ReportsService.php198 public $id; variable in Google_Activity
215 public function setId(Google_ActivityId $id) { argument
216 $this->id = $id;
219 return $this->id;
H A DGoogle_SQLAdminService.php403 public $id; variable in Google_BackupConfiguration
412 public function setId( $id) { argument
413 $this->id = $id;
416 return $this->id;
H A DGoogle_ShoppingService.php161 public $id; variable in Google_Product
184 public function setId( $id) { argument
185 $this->id = $id;
188 return $this->id;
241 public $id; variable in Google_Products
309 public function setId( $id) { argument
310 $this->id = $id;
313 return $this->id;
650 public $id; variable in Google_ShoppingModelCategoryJsonV1
655 $this->id = $id;
[all …]
H A DGoogle_SiteVerificationService.php30 * @param string $id The id of a verified site or domain.
33 public function delete($id, $optParams = array()) { argument
34 $params = array('id' => $id);
42 * @param string $id The id of a verified site or domain.
46 public function get($id, $optParams = array()) { argument
47 $params = array('id' => $id);
117 $params = array('id' => $id, 'postBody' => $postBody);
247 public $id; variable in Google_SiteVerificationWebResourceResource
252 public function setId( $id) { argument
253 $this->id = $id;
[all …]
H A DGoogle_StorageService.php843 public $id; variable in Google_Bucket
894 $this->id = $id;
897 return $this->id;
980 public $id; variable in Google_BucketAccessControl
1021 $this->id = $id;
1266 public $id; variable in Google_Channel
1286 $this->id = $id;
1402 public $id; variable in Google_ObjectAccessControl
1450 $this->id = $id;
1548 public $id; variable in Google_StorageObject
[all …]
H A DGoogle_TaskqueueService.php235 public $id; variable in Google_Task
248 public function setId( $id) { argument
249 $this->id = $id;
252 return $this->id;
296 public $id; variable in Google_TaskQueue
308 public function setId( $id) { argument
309 $this->id = $id;
312 return $this->id;
H A DGoogle_TasksService.php340 public $id; variable in Google_Task
382 public function setId( $id) { argument
383 $this->id = $id;
386 return $this->id;
471 public $id; variable in Google_TaskList
482 public function setId( $id) { argument
483 $this->id = $id;
486 return $this->id;
H A DGoogle_UrlshortenerService.php225 public $id; variable in Google_StringCount
232 public function setId( $id) { argument
233 $this->id = $id;
236 return $this->id;
245 public $id; variable in Google_Url
261 public function setId( $id) { argument
262 $this->id = $id;
265 return $this->id;
H A DGoogle_YouTubeService.php1060 $this->id = $id;
1587 $this->id = $id;
2178 $this->id = $id;
2516 $this->id = $id;
2777 $this->id = $id;
3040 $this->id = $id;
3107 $this->id = $id;
3591 $this->id = $id;
3683 $this->id = $id;
4068 $this->id = $id;
[all …]
/plugin/authgoogle/google/io/
H A DGoogle_HttpRequest.php279 * @param string $id
282 public function toBatchString($id) { argument
288 $str .= "Content-ID: $id\n";
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DAdExchangeBuyer.php78 'path' => 'accounts/{id}',
81 'id' => [
92 'path' => 'accounts/{id}',
95 'id' => [
106 'path' => 'accounts/{id}',
109 'id' => [
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AdExchangeBuyer/
H A DAccount.php28 public $id; variable in Google\\Service\\AdExchangeBuyer\\Account
72 public function setId($id) argument
74 $this->id = $id;
78 return $this->id;
H A DBudget.php26 public $id; variable in Google\\Service\\AdExchangeBuyer\\Budget
61 public function setId($id) argument
63 $this->id = $id;
67 return $this->id;
H A DDimensionDimensionValue.php22 public $id; variable in Google\\Service\\AdExchangeBuyer\\DimensionDimensionValue
26 public function setId($id) argument
28 $this->id = $id;
32 return $this->id;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AdExchangeBuyer/Resource/
H A DAccounts.php36 * @param int $id The account id
40 public function get($id, $optParams = []) argument
42 $params = ['id' => $id];
62 * @param int $id The account id
70 public function patch($id, Account $postBody, $optParams = []) argument
72 $params = ['id' => $id, 'postBody' => $postBody];
79 * @param int $id The account id
87 public function update($id, Account $postBody, $optParams = []) argument
89 $params = ['id' => $id, 'postBody' => $postBody];
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AdSenseHost/
H A DAccount.php25 public $id; variable in Google\\Service\\AdSenseHost\\Account
42 public function setId($id) argument
44 $this->id = $id;
51 return $this->id;
H A DAdClient.php29 public $id; variable in Google\\Service\\AdSenseHost\\AdClient
60 public function setId($id) argument
62 $this->id = $id;
69 return $this->id;

12345678910>>...142