Home
last modified time | relevance | path

Searched refs:fileId (Results 1 – 19 of 19) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Drive/Resource/
H A DComments.php36 * @param string $fileId The ID of the file.
43 $params = ['fileId' => $fileId, 'postBody' => $postBody];
50 * @param string $fileId The ID of the file.
54 public function delete($fileId, $commentId, $optParams = []) argument
56 $params = ['fileId' => $fileId, 'commentId' => $commentId];
63 * @param string $fileId The ID of the file.
71 public function get($fileId, $commentId, $optParams = []) argument
80 * @param string $fileId The ID of the file.
93 public function listComments($fileId, $optParams = []) argument
95 $params = ['fileId' => $fileId];
[all …]
H A DPermissions.php36 * @param string $fileId The ID of the file or shared drive.
72 $params = ['fileId' => $fileId, 'postBody' => $postBody];
79 * @param string $fileId The ID of the file or shared drive.
91 public function delete($fileId, $permissionId, $optParams = []) argument
93 $params = ['fileId' => $fileId, 'permissionId' => $permissionId];
100 * @param string $fileId The ID of the file.
113 public function get($fileId, $permissionId, $optParams = []) argument
122 * @param string $fileId The ID of the file or shared drive.
143 public function listPermissions($fileId, $optParams = []) argument
145 $params = ['fileId' => $fileId];
[all …]
H A DFiles.php39 * @param string $fileId The ID of the file.
65 $params = ['fileId' => $fileId, 'postBody' => $postBody];
109 * @param string $fileId The ID of the file.
119 public function delete($fileId, $optParams = []) argument
121 $params = ['fileId' => $fileId];
145 * @param string $fileId The ID of the file.
179 * @param string $fileId The ID of the file.
192 public function get($fileId, $optParams = []) argument
194 $params = ['fileId' => $fileId];
255 * @param string $fileId The ID of the file.
[all …]
H A DReplies.php36 * @param string $fileId The ID of the file.
42 public function create($fileId, $commentId, Reply $postBody, $optParams = []) argument
51 * @param string $fileId The ID of the file.
56 public function delete($fileId, $commentId, $replyId, $optParams = []) argument
58 $params = ['fileId' => $fileId, 'commentId' => $commentId, 'replyId' => $replyId];
65 * @param string $fileId The ID of the file.
74 public function get($fileId, $commentId, $replyId, $optParams = []) argument
83 * @param string $fileId The ID of the file.
95 public function listReplies($fileId, $commentId, $optParams = []) argument
97 $params = ['fileId' => $fileId, 'commentId' => $commentId];
[all …]
H A DRevisions.php39 * @param string $fileId The ID of the file.
43 public function delete($fileId, $revisionId, $optParams = []) argument
45 $params = ['fileId' => $fileId, 'revisionId' => $revisionId];
52 * @param string $fileId The ID of the file.
61 public function get($fileId, $revisionId, $optParams = []) argument
63 $params = ['fileId' => $fileId, 'revisionId' => $revisionId];
70 * @param string $fileId The ID of the file.
79 public function listRevisions($fileId, $optParams = []) argument
81 $params = ['fileId' => $fileId];
88 * @param string $fileId The ID of the file.
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DDrive.php275 'fileId' => [
285 'fileId' => [
300 'fileId' => [
319 'fileId' => [
345 'fileId' => [
477 'fileId' => [
552 'fileId' => [
583 'fileId' => [
615 'fileId' => [
702 'fileId' => [
[all …]
H A DDfareporting.php2307 'path' => 'dfareporting/v3.5/reports/{reportId}/files/{fileId}',
2315 'fileId' => [
4046 … 'path' => 'dfareporting/v3.5/userprofiles/{profileId}/reports/{reportId}/files/{fileId}',
4059 'fileId' => [
/plugin/authgoogle/google/contrib/
H A DGoogle_DriveService.php348 $params = array('fileId' => $fileId);
440 $params = array('fileId' => $fileId);
456 $params = array('fileId' => $fileId);
1759 public $fileId; variable in Google_Change
1775 public function setFileId( $fileId) { argument
1776 $this->fileId = $fileId;
1779 return $this->fileId;
2013 public $fileId; variable in Google_Comment
2065 public function setFileId( $fileId) { argument
2066 $this->fileId = $fileId;
[all …]
H A DGoogle_DfareportingService.php64 * @param string $fileId The ID of the report file.
68 public function get($reportId, $fileId, $optParams = array()) { argument
69 $params = array('reportId' => $reportId, 'fileId' => $fileId);
291 * @param string $fileId The ID of the report file.
295 public function get($profileId, $reportId, $fileId, $optParams = array()) { argument
296 $params = array('profileId' => $profileId, 'reportId' => $reportId, 'fileId' => $fileId);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Forms/
H A DFileUploadAnswer.php25 public $fileId; variable in Google\\Service\\Forms\\FileUploadAnswer
38 public function setFileId($fileId) argument
40 $this->fileId = $fileId;
47 return $this->fileId;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Calendar/
H A DEventAttachment.php25 public $fileId; variable in Google\\Service\\Calendar\\EventAttachment
46 public function setFileId($fileId) argument
48 $this->fileId = $fileId;
55 return $this->fileId;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Drive/
H A DChange.php37 public $fileId; variable in Google\\Service\\Drive\\Change
120 public function setFileId($fileId) argument
122 $this->fileId = $fileId;
129 return $this->fileId;
/plugin/elasticsearch/action/
H A Dindexing.php275 * @param string $fileId
279 public function index_file($fileId) { argument
280 $this->log('Indexing file ' . $fileId);
284 $file = mediaFN($fileId);
288 $data['uri'] = $fileId;
291 $data['namespace'] = getNS($fileId);
299 $fullACL = $hlpAcl->getPageACL($fileId);
305 $this->log('Skipping ' . $fileId . ': ' . $e->getMessage());
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dfareporting/Resource/
H A DFiles.php38 * @param string $fileId The ID of the report file.
42 public function get($reportId, $fileId, $optParams = []) argument
44 $params = ['reportId' => $reportId, 'fileId' => $fileId];
H A DReportsFiles.php39 * @param string $fileId The ID of the report file.
43 public function get($profileId, $reportId, $fileId, $optParams = []) argument
45 $params = ['profileId' => $profileId, 'reportId' => $reportId, 'fileId' => $fileId];
/plugin/swiftmail/Swift/Message/
H A DAttachment.php24 protected static $fileId = 0; variable in Swift_Message_Attachment
52 return $prefix . (self::$fileId++);
/plugin/pdfjs/pdfjs/build/
H A Dpdf.worker.js14577 var fileId = ids && ids.length ? ids[0] : '';
14579 … this.encrypt = new _crypto.CipherTransformFactory(encrypt, fileId, this.pdfManager.password);
26819 …function prepareKeyData(fileId, password, ownerPassword, userPassword, flags, revision, keyLength,…
26820 var hashDataSize = 40 + ownerPassword.length + fileId.length;
26849 for (j = 0, n = fileId.length; j < n; ++j) {
26850 hashData[i++] = fileId[j];
26877 for (j = 0, n = fileId.length; j < n; ++j) {
26878 hashData[i++] = fileId[j];
26966 function CipherTransformFactory(dict, fileId, password) {
27012 var fileIdBytes = (0, _util.stringToBytes)(fileId);
H A Dpdf.worker.js.map1fileId","processXRefTable","entryNum","streamPos","parser","parserBuf1","parserBuf2","isCmd","read…
/plugin/diagramsnet/lib/js/
H A Dapp.min.js11629 …teArg.userId||this.drive.setUserId(this.stateArg.userId);null!=urlParams.fileId?(window.location.h…
11630 "G"+urlParams.fileId,window.location.search=this.getSearch(["fileId"])):null==this.drive?(this.mode…