Home
last modified time | relevance | path

Searched refs:files (Results 101 – 125 of 1460) sorted by path

12345678910>>...59

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Appengine/
H A DDeployment.php62 public function setFiles($files) argument
64 $this->files = $files;
71 return $this->files;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DArtifactRegistry.php350 'files',
364 'path' => 'v1/{+parent}/files',
H A DChromePolicy.php166 'path' => 'v1/{+customer}/policies/files:uploadPolicyFile',
H A DDfareporting.php75 public $files; variable in Google\\Service\\Dfareporting
2303 'files',
2307 'path' => 'dfareporting/v3.5/reports/{reportId}/files/{fileId}',
2322 'path' => 'dfareporting/v3.5/userprofiles/{profileId}/files',
4042 'files',
4046 … 'path' => 'dfareporting/v3.5/userprofiles/{profileId}/reports/{reportId}/files/{fileId}',
4066 'path' => 'dfareporting/v3.5/userprofiles/{profileId}/reports/{reportId}/files',
H A DDoubleclicksearch.php161 'path' => 'doubleclicksearch/v2/reports/{reportId}/files/{reportFragment}',
H A DDrive.php68 public $files; variable in Google\\Service\\Drive
470 'files',
474 'path' => 'files/{fileId}/copy',
512 'path' => 'files',
549 'path' => 'files/{fileId}',
571 'path' => 'files/trash',
595 'path' => 'files/generateIds',
612 'path' => 'files/{fileId}',
638 'path' => 'files',
699 'path' => 'files/{fileId}',
[all …]
H A DVision.php46 public $files; variable in Google\\Service\\Vision
80 'files',
84 'path' => 'v1/files:annotate',
88 'path' => 'v1/files:asyncBatchAnnotate',
198 'files',
202 'path' => 'v1/{+parent}/files:annotate',
212 'path' => 'v1/{+parent}/files:asyncBatchAnnotate',
258 'files',
262 'path' => 'v1/{+parent}/files:annotate',
272 'path' => 'v1/{+parent}/files:asyncBatchAnnotate',
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ArtifactRegistry/
H A DListFilesResponse.php33 public function setFiles($files) argument
35 $this->files = $files;
42 return $this->files;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Doubleclicksearch/
H A DReport.php59 public function setFiles($files) argument
61 $this->files = $files;
68 return $this->files;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Drive/
H A DFileList.php41 public function setFiles($files) argument
43 $this->files = $files;
50 return $this->files;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/FirebaseRules/
H A DSource.php29 public function setFiles($files) argument
31 $this->files = $files;
38 return $this->files;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/RemoteBuildExecution/
H A DBuildBazelRemoteExecutionV2Directory.php49 public function setFiles($files) argument
51 $this->files = $files;
58 return $this->files;
H A DGoogleDevtoolsRemoteworkersV1test2CommandTaskInputs.php57 public function setFiles($files) argument
59 $this->files = $files;
66 return $this->files;
H A DGoogleDevtoolsRemoteworkersV1test2CommandTaskOutputs.php24 public $files; variable in Google\\Service\\RemoteBuildExecution\\GoogleDevtoolsRemoteworkersV1test2CommandTaskOutputs
36 public function setFiles($files) argument
38 $this->files = $files;
42 return $this->files;
H A DGoogleDevtoolsRemoteworkersV1test2Directory.php45 public function setFiles($files) argument
47 $this->files = $files;
54 return $this->files;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Script/
H A DContent.php33 public function setFiles($files) argument
35 $this->files = $files;
42 return $this->files;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceManagement/
H A DConfigSource.php33 public function setFiles($files) argument
35 $this->files = $files;
42 return $this->files;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Vault/
H A DCloudStorageSink.php29 public function setFiles($files) argument
31 $this->files = $files;
38 return $this->files;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Webfonts/
H A DWebfont.php34 public $files; variable in Google\\Service\\Webfonts\\Webfont
87 public function setFiles($files) argument
89 $this->files = $files;
96 return $this->files;
/plugin/authgooglesheets/vendor/google/apiclient/
H A DLICENSE28 source, and configuration files.
97 (b) You must cause any modified files to carry prominent notices
98 stating that You changed the files; and
/plugin/authgooglesheets/vendor/google/auth/
H A DCOPYING29 source, and configuration files.
98 (b) You must cause any modified files to carry prominent notices
99 stating that You changed the files; and
H A DLICENSE28 source, and configuration files.
97 (b) You must cause any modified files to carry prominent notices
98 stating that You changed the files; and
H A DREADME.md66 > Consider using `.htaccess` or apache configuration files as well.
78 credentials file, the following code should output a list of your Drive files.
104 $response = $client->get('drive/v2/files');
210 $response = $client->get('drive/v2/files');
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/
H A DCHANGELOG.md532 * A `save_to` stream is now created lazily, which means that files are not
878 * Added the ability to set multiple POST files for the same key in a single call
882 * Configuration loading now allows remote files
1034 * Added better mimetype guessing to requests and post files
1079 * Removed support for XML configs and descriptions. Use arrays or JSON files.
1127 in service builder config files.
1215 * Added the ability to set POST fields and files in a service description
1251 * Bug: Aggregate POST fields when POST files are present in curl handle
1269 * [Http] Added support for uploading multiple files using the same name (foo[0], foo[1])
1288 * Adding checks to EntityEnclosingRequest so that empty POST files and fields are ignored.
[all …]
H A DLICENSE4 of this software and associated documentation files (the "Software"), to deal

12345678910>>...59