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/
DPermissions.php36 * @param string $fileId The ID of the file or shared drive.
70 public function create($fileId, Permission $postBody, $optParams = []) argument
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
115 $params = ['fileId' => $fileId, 'permissionId' => $permissionId];
122 * @param string $fileId The ID of the file or shared drive.
[all …]
DComments.php36 * @param string $fileId The ID of the file.
41 public function create($fileId, Comment $postBody, $optParams = []) argument
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
73 $params = ['fileId' => $fileId, 'commentId' => $commentId];
80 * @param string $fileId The ID of the file.
[all …]
DFiles.php39 * @param string $fileId The ID of the file.
63 public function copy($fileId, DriveFile $postBody, $optParams = []) argument
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.
150 public function export($fileId, $mimeType, $optParams = []) argument
152 $params = ['fileId' => $fileId, 'mimeType' => $mimeType];
179 * @param string $fileId The ID of the file.
[all …]
DReplies.php36 * @param string $fileId The ID of the file.
42 public function create($fileId, $commentId, Reply $postBody, $optParams = []) argument
44 $params = ['fileId' => $fileId, 'commentId' => $commentId, 'postBody' => $postBody];
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
76 $params = ['fileId' => $fileId, 'commentId' => $commentId, 'replyId' => $replyId];
83 * @param string $fileId The ID of the file.
[all …]
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/
DDrive.php272 'path' => 'files/{fileId}/comments',
275 'fileId' => [
282 'path' => 'files/{fileId}/comments/{commentId}',
285 'fileId' => [
297 'path' => 'files/{fileId}/comments/{commentId}',
300 'fileId' => [
316 'path' => 'files/{fileId}/comments',
319 'fileId' => [
342 'path' => 'files/{fileId}/comments/{commentId}',
345 'fileId' => [
[all …]
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/
DGoogle_DriveService.php287 * @param string $fileId The ID of the file.
291 public function delete($fileId, $commentId, $optParams = array()) { argument
292 $params = array('fileId' => $fileId, 'commentId' => $commentId);
300 * @param string $fileId The ID of the file.
307 public function get($fileId, $commentId, $optParams = array()) { argument
308 $params = array('fileId' => $fileId, 'commentId' => $commentId);
320 * @param string $fileId The ID of the file.
325 public function insert($fileId, Google_Comment $postBody, $optParams = array()) { argument
326 $params = array('fileId' => $fileId, 'postBody' => $postBody);
338 * @param string $fileId The ID of the file.
[all …]
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/
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/
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/
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/
Dindexing.php288 * @param string $fileId
292 public function indexFile($fileId) argument
294 $this->log('Indexing file ' . $fileId);
298 $file = mediaFN($fileId);
302 $data['uri'] = $fileId;
305 $data['namespace'] = getNS($fileId);
313 $fullACL = $hlpAcl->getPageACL($fileId);
319 $this->log('Skipping ' . $fileId . ': ' . $e->getMessage());
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dfareporting/Resource/
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];
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/
DAttachment.php24 protected static $fileId = 0; variable in Swift_Message_Attachment
52 return $prefix . (self::$fileId++);
/plugin/pdfjs/pdfjs/build/
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);
Dpdf.worker.js.map1fileId","processXRefTable","entryNum","streamPos","parser","parserBuf1","parserBuf2","isCmd","read…
/plugin/diagramsnet/lib/js/
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…