Searched defs:driveId (Results 1 – 6 of 6) sorted by relevance
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Drive/Resource/ |
D | Drives.php | 65 public function delete($driveId, $optParams = []) 82 public function get($driveId, $optParams = []) 95 public function hide($driveId, $optParams = []) 127 public function unhide($driveId, $optParams = []) 145 public function update($driveId, Drive $postBody, $optParams = [])
|
/plugin/diagramsnet/lib/js/onedrive/ |
D | mxODPicker.js | 496 function fillFolderFiles(driveId, folderId, siteId, folderName, searchTxt) argument 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 652 breadcrumb.push({name: folderName, driveId: driveId, folderId: folderId, siteId: siteId}); property 657 breadcrumb.push({name: folderName, driveId: driveId, folderId: folderId, siteId: siteId}); property 662 breadcrumb = [{driveId: driveId, name: mxResources.get('back', null, 'Back')}]; property 669 breadcrumb = [{driveId: driveId}]; property 673 breadcrumb.push({name: folderName, driveId: driveId, folderId: folderId}); property
|
/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)
|
/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)
|
D | DriveFile.php | 48 public $driveId; variable in Google\\Service\\Drive\\DriveFile 337 public function setDriveId($driveId)
|
/plugin/diagramsnet/lib/js/diagramly/ |
D | OneDriveClient.js | 1335 }), mxUtils.bind(this, function(id, driveId, success, error) argument 1415 fn({value: [{id: 'root', name: 'root', parentReference: {driveId: 'me'}}]}); property
|