/plugin/combo/ComboStrap/ |
H A D | WikiPath.php | 98 private $drive; variable in ComboStrap\\WikiPath 219 if ($drive === self::UNKNOWN_DRIVE) { 222 $drive = self::MARKUP_DRIVE; 224 $drive = self::MEDIA_DRIVE; 227 $this->drive = $drive; 238 $this->drive = self::COMBO_DRIVE; 713 * @param string $drive 822 $this->drive === self::MARKUP_DRIVE 1076 return $this->drive; 1155 switch ($this->drive) { [all …]
|
H A D | FetcherTraitWikiPath.php | 62 $drive = $tagAttributes->getValueAndRemove(WikiPath::DRIVE_ATTRIBUTE, $defaultDrive); 65 if ($drive == WikiPath::MARKUP_DRIVE) { 72 $wikiPath = WikiPath::createFromPath($path, $drive, $rev);
|
/plugin/diagramsnet/lib/js/diagramly/ |
H A D | DriveFile.js | 55 return (this.ui.drive != null) ? this.ui.drive.user : null; 74 this.ui.drive.executeRequest({ 481 this.ui.drive.showPermissions(this.getId()); 550 this.ui.drive.executeRequest( 590 this.ui.drive.getFile(this.getId(), success, error, true); 613 return this.ui.drive.getCustomProperty(this.desc, 'key'); 645 return this.ui.drive.getCustomProperty(desc, 'secret'); 685 this.ui.drive.executeRequest( 711 this.ui.drive.loadDescriptor(this.getId(), success, error); 747 this.ui.drive.executeRequest( [all …]
|
H A D | DriveComment.js | 23 this.file.ui.drive.executeRequest( 40 this.file.ui.drive.executeRequest( 57 this.file.ui.drive.executeRequest(
|
H A D | App.js | 45 … evt.label += ((this.drive.user != null) ? ('-user_' + this.drive.user.id) : '-nouser') + '-rev_' + 2916 if (this.drive == null) 3912 this.drive.pickFile(); 4664 return this.drive; 5273 peer = this.drive; 5660 if (this.drive != null && this.drive.user != null) 5662 peer = this.drive; 7086 if ((this.drive == null || this.drive.getUser() == null) && 7172 if (this.drive != null) 7695 if (this.drive != null && this.drive.getUser() != null) [all …]
|
H A D | DriveLibrary.js | 32 this.ui.drive.saveFile(this, revision, mxUtils.bind(this, function(resp)
|
H A D | Menus.js | 117 editorUi.drive.listFiles(null, oneWeek, username? true : false, function(resp) 130 editorUi.drive.listFiles(str, null, username? true : false, function(resp) 143 editorUi.drive.getFile(obj.id, function(file) 2502 }, service == editorUi.drive); 2509 if (editorUi.drive != null) 2514 pickFileFromService(editorUi.drive); 3139 if (editorUi.drive != null) 3279 if (editorUi.drive != null) 3391 if (editorUi.drive != null) 3751 editorUi.drive.listFiles(str, null, username? true : false, function(resp) [all …]
|
H A D | Dialogs.js | 115 editorUi.drive.checkToken(mxUtils.bind(this, function() 273 if (editorUi.drive == null) 525 var driveUsers =editorUi.drive.getUsersList(); 569 editorUi.drive.setUser(driveUsers[userIndex]); 593 editorUi.drive.logout(); 2611 ext = editorUi.drive.extension; 4326 ext = editorUi.drive.extension; 5285 var picker = editorUi.drive.createLinkPicker(); 7695 if (peer == editorUi.drive) 9509 editorUi.drive.showPermissions(file.getId()); [all …]
|
H A D | EditorUi.js | 3944 ((this.drive != null && this.drive.user != null) ? ' (' + this.drive.user.displayName + 3945 ', ' + this.drive.user.email+ ')' : '')); 3969 var driveUsers = this.drive.getUsersList(); 4017 this.drive.setUser(driveUsers[userIndex]); 4020 this.drive.authorize(existingAccount, mxUtils.bind(this, function() 4024 driveUsers = this.drive.getUsersList(); 5686 this.drive.showPermissions(file.getId()); 5786 this.drive.showPermissions(file.getId()); 13668 if (this.drive != null || typeof window.DriveClient === 'function')
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DriveActivity/ |
H A D | TargetReference.php | 32 public function setDrive(DriveReference $drive) argument 34 $this->drive = $drive; 41 return $this->drive;
|
H A D | Owner.php | 48 public function setDrive(DriveReference $drive) argument 50 $this->drive = $drive; 57 return $this->drive;
|
H A D | Target.php | 34 public function setDrive(Drive $drive) argument 36 $this->drive = $drive; 43 return $this->drive;
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Drive/ |
H A D | Change.php | 78 public function setDrive(Drive $drive) argument 80 $this->drive = $drive; 87 return $this->drive;
|
/plugin/combo/ComboStrap/Meta/Api/ |
H A D | MetadataWikiPath.php | 119 $drive = $this->getDrive(); 120 if ($drive === WikiPath::MARKUP_DRIVE) { 129 $this->value = WikiPath::createFromPath($value, $drive); 132 $this->value = WikiPath::createFromPath($value, $drive);
|
/plugin/combo/action/ |
H A D | staticresource.php | 79 $drive = $_GET[WikiPath::DRIVE_ATTRIBUTE] ?? null; 81 if ($drive === null && $fetcher === null) { 92 if ($drive === WikiPath::CACHE_DRIVE) { 177 $drive = $_GET[WikiPath::DRIVE_ATTRIBUTE] ?? null; 178 if ($drive === null) {
|
/plugin/uncmap/ |
H A D | plugin.info.txt | 6 desc Maps a drive letter to a UNC path
|
/plugin/uncmap/lang/en/ |
H A D | confmanager_description.txt | 1 The UncMap plugin allows you to map windows drive-letters to an UNC path.
|
/plugin/pgpinlinesupport/ |
H A D | README.MD | 40 [](https://drive.google.com/open?id=1rZtnmsJQc-rHFaluZAByUcLUutAvbXbM)
|
H A D | Plugin.txt | 45 [[https://drive.google.com/file/d/1rZtnmsJQc-rHFaluZAByUcLUutAvbXbM/view|{{https://github.com/user9…
|
/plugin/authgooglesheets/vendor/google/auth/ |
H A D | README.md | 89 $scopes = ['https://www.googleapis.com/auth/drive.readonly']; 104 $response = $client->get('drive/v2/files'); 189 $scopes = ['https://www.googleapis.com/auth/drive.readonly']; 210 $response = $client->get('drive/v2/files');
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ |
H A D | Drive.php | 85 $this->servicePath = 'drive/v3/'; 86 $this->batchPath = 'batch/drive/v3'; 88 $this->serviceName = 'drive';
|
/plugin/cli/ |
H A D | cli-examples.txt | 35 Volume in drive C is mu/drives/c 79 Volume in drive C is mu/drives/c
|
/plugin/diagramsnet/lib/ |
H A D | service-worker.js.map | 1 …drive-logo.svg\",\n \"revision\": \"5d9f2f5bbc7dcc252730a0072bb23059\"\n },\n {\n \"url\":…
|
/plugin/webdav/vendor/sabre/dav/lib/DAV/Browser/assets/openiconic/ |
H A D | open-iconic.css | 298 .oi[data-glyph=hard-drive]:before { content:'\e074'; }
|
/plugin/davcal/vendor/sabre/dav/lib/DAV/Browser/assets/openiconic/ |
H A D | open-iconic.css | 298 .oi[data-glyph=hard-drive]:before { content:'\e074'; }
|