| /plugin/authgooglesheets/vendor/google/apiclient-services/src/Drive/Resource/ |
| D | Permissions.php | 36 * @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 …]
|
| D | Comments.php | 36 * @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 …]
|
| D | Files.php | 39 * @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 …]
|
| D | Replies.php | 36 * @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 …]
|
| D | Revisions.php | 39 * @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/ |
| D | Drive.php | 272 '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 …]
|
| D | Dfareporting.php | 2307 '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/ |
| D | Google_DriveService.php | 287 * @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 …]
|
| D | Google_DfareportingService.php | 64 * @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/ |
| D | FileUploadAnswer.php | 25 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/ |
| D | EventAttachment.php | 25 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/ |
| D | Change.php | 37 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/ |
| D | indexing.php | 288 * @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/ |
| D | Files.php | 38 * @param string $fileId The ID of the report file. 42 public function get($reportId, $fileId, $optParams = []) argument 44 $params = ['reportId' => $reportId, 'fileId' => $fileId];
|
| D | ReportsFiles.php | 39 * @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/ |
| D | Attachment.php | 24 protected static $fileId = 0; variable in Swift_Message_Attachment 52 return $prefix . (self::$fileId++);
|
| /plugin/pdfjs/pdfjs/build/ |
| D | pdf.worker.js | 14577 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);
|
| D | pdf.worker.js.map | 1 …fileId","processXRefTable","entryNum","streamPos","parser","parserBuf1","parserBuf2","isCmd","read…
|
| /plugin/diagramsnet/lib/js/ |
| D | app.min.js | 11629 …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…
|