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/
H A 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];
127 public function unhide($driveId, $optParams = []) argument
[all …]
/plugin/diagramsnet/lib/js/onedrive/
H A DmxODPicker.js573 selectedDriveId = driveId;
589 selectedDriveId = driveId;
627 switch(driveId)
630 breadcrumb = [{name: mxResources.get('recent', null, 'Recent'), driveId: driveId}];
644 … breadcrumb = [{name: mxResources.get('sharedWithMe', null, 'Shared With Me'), driveId: driveId}];
648 …adcrumb = [{name: mxResources.get('sharepointSites', null, 'Sharepoint Sites'), driveId: driveId}];
652 breadcrumb.push({name: folderName, driveId: driveId, folderId: folderId, siteId: siteId});
657 breadcrumb.push({name: folderName, driveId: driveId, folderId: folderId, siteId: siteId});
669 breadcrumb = [{driveId: driveId}];
673 breadcrumb.push({name: folderName, driveId: driveId, folderId: folderId});
[all …]
H A DOneDriveOrig.js2 …t){var r;r=e.parentReference&&e.parentReference.driveId?m.appendToPath("drives",e.parentReference.
H A DOneDrive.js6 …t){var r;r=e.parentReference&&e.parentReference.driveId?m.appendToPath("drives",e.parentReference.
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Games/
H A 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/
H A DChange.php31 public $driveId; variable in Google\\Service\\Drive\\Change
92 public function setDriveId($driveId) argument
94 $this->driveId = $driveId;
101 return $this->driveId;
H A 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/
H A DDrive.php114 'driveId' => [
140 'driveId' => [
198 'driveId' => [
377 'path' => 'drives/{driveId}',
380 'driveId' => [
395 'path' => 'drives/{driveId}',
398 'driveId' => [
412 'driveId' => [
443 'driveId' => [
453 'driveId' => [
[all …]
/plugin/diagramsnet/lib/js/diagramly/
H A DOneDriveFile.js38 … url = 'https://onedrive.live.com/?cid=' + encodeURIComponent(this.meta.parentReference.driveId) +
111 …parentReference != null && itemObj.parentReference.driveId != null) ? itemObj.parentReference.driv…