| /plugin/authgooglesheets/vendor/google/apiclient-services/src/Drive/Resource/ |
| D | Drives.php | 55 * @param string $driveId The ID of the shared drive. 65 public function delete($driveId, $optParams = []) argument 67 $params = ['driveId' => $driveId]; 74 * @param string $driveId The ID of the shared drive. 82 public function get($driveId, $optParams = []) argument 84 $params = ['driveId' => $driveId]; 91 * @param string $driveId The ID of the shared drive. 95 public function hide($driveId, $optParams = []) argument 97 $params = ['driveId' => $driveId]; 123 * @param string $driveId The ID of the shared drive. [all …]
|
| /plugin/diagramsnet/lib/js/onedrive/ |
| D | mxODPicker.js | 282 getODFileInfo(file.id, file.parentReference.driveId, function(completeFile) 448 fillFolderFiles(bcItem.driveId, bcItem.folderId, bcItem.siteId, bcItem.name); 482 …var folderDI = (selectedFile.parentReference? selectedFile.parentReference.driveId : null) || sele… 496 function fillFolderFiles(driveId, folderId, siteId, folderName, searchTxt) argument 573 selectedDriveId = driveId; 589 selectedDriveId = driveId; 627 switch(driveId) 630 breadcrumb = [{name: mxResources.get('recent', null, 'Recent'), driveId: driveId}]; property 644 … breadcrumb = [{name: mxResources.get('sharedWithMe', null, 'Shared With Me'), driveId: driveId}]; property 648 …adcrumb = [{name: mxResources.get('sharepointSites', null, 'Sharepoint Sites'), driveId: driveId}]; property [all …]
|
| D | OneDriveOrig.js | 2 …t){var r;r=e.parentReference&&e.parentReference.driveId?m.appendToPath("drives",e.parentReference.…
|
| D | OneDrive.js | 6 …t){var r;r=e.parentReference&&e.parentReference.driveId?m.appendToPath("drives",e.parentReference.…
|
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/Games/ |
| D | Snapshot.php | 31 public $driveId; variable in Google\\Service\\Games\\Snapshot 96 public function setDriveId($driveId) argument 98 $this->driveId = $driveId; 105 return $this->driveId;
|
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/Drive/ |
| D | Change.php | 31 public $driveId; variable in Google\\Service\\Drive\\Change 92 public function setDriveId($driveId) argument 94 $this->driveId = $driveId; 101 return $this->driveId;
|
| D | DriveFile.php | 48 public $driveId; variable in Google\\Service\\Drive\\DriveFile 337 public function setDriveId($driveId) argument 339 $this->driveId = $driveId; 346 return $this->driveId;
|
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/ |
| D | Drive.php | 114 'driveId' => [ 140 'driveId' => [ 198 'driveId' => [ 377 'path' => 'drives/{driveId}', 380 'driveId' => [ 395 'path' => 'drives/{driveId}', 398 'driveId' => [ 409 'path' => 'drives/{driveId}/hide', 412 'driveId' => [ 440 'path' => 'drives/{driveId}/unhide', [all …]
|
| /plugin/diagramsnet/lib/js/diagramly/ |
| D | OneDriveFile.js | 38 … url = 'https://onedrive.live.com/?cid=' + encodeURIComponent(this.meta.parentReference.driveId) + 111 …parentReference != null && itemObj.parentReference.driveId != null) ? itemObj.parentReference.driv…
|