| /plugin/combo/ComboStrap/ |
| H A D | WikiPath.php | 98 private $drive; variable in ComboStrap\\WikiPath 120 …* @param string $drive - the drive (media, page, combo) - same as in windows for the drive prefix … 132 protected function __construct(string $path, string $drive, string $rev = null) argument 156 …if ($drive === self::MARKUP_DRIVE && $firstCharacter !== WikiPath::NAMESPACE_SEPARATOR_DOUBLE_POIN… 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; 490 $drive = WikiPath::MARKUP_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/ |
| D | DriveFile.js | 55 return (this.ui.drive != null) ? this.ui.drive.user : null; 74 this.ui.drive.executeRequest({ 188 this.ui.drive.saveFile(this, realRevision, mxUtils.bind(this, function(resp, savedData) 409 this.ui.drive.copyFile(this.getId(), filename, success, error); 422 this.ui.drive.renameFile(this.getId(), title, mxUtils.bind(this, function(desc) 461 this.ui.drive.moveFile(this.getId(), folderId, mxUtils.bind(this, function(resp) 481 this.ui.drive.showPermissions(this.getId()); 550 this.ui.drive.executeRequest( 566 this.ui.drive.getXmlFile(item, mxUtils.bind(this, function(file) 590 this.ui.drive.getFile(this.getId(), success, error, true); [all …]
|
| D | DriveComment.js | 23 this.file.ui.drive.executeRequest( 40 this.file.ui.drive.executeRequest( 57 this.file.ui.drive.executeRequest(
|
| D | App.js | 43 if (file.constructor == DriveFile && file.desc != null && this.drive != null) 45 … evt.label += ((this.drive.user != null) ? ('-user_' + this.drive.user.id) : '-nouser') + '-rev_' + 1564 this.drive = new DriveClient(this); 1566 this.drive.addListener('userChanged', mxUtils.bind(this, function() 1574 this.fireEvent(new mxEventObject('clientLoaded', 'client', this.drive)); 1839 if (file.constructor == DriveFile && file.desc != null && this.drive != null) 1841 … evt.label += ((this.drive.user != null) ? ('-user_' + this.drive.user.id) : '-nouser') + '-rev_' + 2090 var driveUser = this.drive.getUser(); 2891 …this.stateArg = (urlParams['state'] != null && this.drive != null) ? JSON.parse(decodeURIComponent… 2902 this.drive != null && this.stateArg != null && this.stateArg.userId != null) [all …]
|
| D | DriveLibrary.js | 32 this.ui.drive.saveFile(this, revision, mxUtils.bind(this, function(resp)
|
| 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) 3738 editorUi.drive.listFiles(null, oneWeek, username? true : false, function(resp) [all …]
|
| D | Dialogs.js | 115 editorUi.drive.checkToken(mxUtils.bind(this, function() 273 if (editorUi.drive == null) 523 if (editorUi.mode == App.MODE_GOOGLE && editorUi.drive != null) 525 var driveUsers =editorUi.drive.getUsersList(); 569 editorUi.drive.setUser(driveUsers[userIndex]); 572 editorUi.drive.authorize(existingAccount, function() 593 editorUi.drive.logout(); 2609 if (editorUi.mode == App.MODE_GOOGLE && editorUi.drive != null) 2611 ext = editorUi.drive.extension; 4326 ext = editorUi.drive.extension; [all …]
|
| 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/ |
| D | TargetReference.php | 32 public function setDrive(DriveReference $drive) argument 34 $this->drive = $drive; 41 return $this->drive;
|
| D | Target.php | 34 public function setDrive(Drive $drive) argument 36 $this->drive = $drive; 43 return $this->drive;
|
| D | Owner.php | 48 public function setDrive(DriveReference $drive) argument 50 $this->drive = $drive; 57 return $this->drive;
|
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/Drive/ |
| 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 | 81 $drive = $_GET[WikiPath::DRIVE_ATTRIBUTE] ?? null; 83 if ($drive === null && $fetcher === null) { 94 if ($drive === WikiPath::CACHE_DRIVE) { 206 $drive = $_GET[WikiPath::DRIVE_ATTRIBUTE] ?? null; 207 if ($drive === null) {
|
| /plugin/uncmap/ |
| D | plugin.info.txt | 6 desc Maps a drive letter to a UNC path
|
| /plugin/vshare/ |
| H A D | sites.ini | 109 url = https://drive.google.com/file/d/@VIDEO@/preview 111 web = https://drive.google.com/file/d/12jGYzsKKCl1JEsFA_daw-dpG7Mv_1Rdb/view?usp=drive_link 112 rex = drive\.google\.com\/file\/d\/([a-zA-Z0-9_-]+)/
|
| /plugin/uncmap/lang/en/ |
| D | confmanager_description.txt | 1 The UncMap plugin allows you to map windows drive-letters to an UNC path.
|
| /plugin/pgpinlinesupport/ |
| D | README.MD | 40 [](https://drive.google.com/open?id=1rZtnmsJQc-rHFaluZAByUcLUutAvbXbM)
|
| D | Plugin.txt | 45 [[https://drive.google.com/file/d/1rZtnmsJQc-rHFaluZAByUcLUutAvbXbM/view|{{https://github.com/user9…
|
| /plugin/authgooglesheets/vendor/google/auth/ |
| 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/ |
| D | Drive.php | 85 $this->servicePath = 'drive/v3/'; 86 $this->batchPath = 'batch/drive/v3'; 88 $this->serviceName = 'drive';
|
| /plugin/cli/ |
| 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/ |
| 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/ |
| D | open-iconic.css | 298 .oi[data-glyph=hard-drive]:before { content:'\e074'; }
|