Home
last modified time | relevance | path

Searched refs:driveId (Results 1 – 9 of 9) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Drive/Resource/
DDrives.php55 * @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/
DmxODPicker.js282 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 …]
DOneDriveOrig.js2 …t){var r;r=e.parentReference&&e.parentReference.driveId?m.appendToPath("drives",e.parentReference.
DOneDrive.js6 …t){var r;r=e.parentReference&&e.parentReference.driveId?m.appendToPath("drives",e.parentReference.
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Games/
DSnapshot.php31 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/
DChange.php31 public $driveId; variable in Google\\Service\\Drive\\Change
92 public function setDriveId($driveId) argument
94 $this->driveId = $driveId;
101 return $this->driveId;
DDriveFile.php48 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/
DDrive.php114 '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/
DOneDriveFile.js38 … url = 'https://onedrive.live.com/?cid=' + encodeURIComponent(this.meta.parentReference.driveId) +
111 …parentReference != null && itemObj.parentReference.driveId != null) ? itemObj.parentReference.driv…