Home
last modified time | relevance | path

Searched refs:drive (Results 1 – 25 of 61) sorted by relevance

123

/plugin/combo/ComboStrap/
H A DWikiPath.php11 * A dokuwiki path has the same structure than a windows path with a drive and a path
13 * The drive being a local path on the local file system
23 * TODO: because all {@link LocalPath} has at minium a drive (ie C:,D:, E: for windows or \ for linux)
25 * The {@link LocalPath::toWikiPath()} should not throw then but as not all drive
26 * may be public, we need to add a drive functionality to get this information.
60 public const DRIVE_ATTRIBUTE = "drive";
98 private $drive; variable in ComboStrap\\WikiPath
120 * @param string $drive - the drive (media, page, combo) - same as in windows for the drive prefi
132 __construct(string $path, string $drive, string $rev = null) global() argument
570 createWikiPath($path, $drive, string $rev = '') global() argument
718 createFromPath(string $path, string $drive, string $rev = null) global() argument
[all...]
H A DFetcherTraitWikiPath.php62 $drive = $tagAttributes->getValueAndRemove(WikiPath::DRIVE_ATTRIBUTE, $defaultDrive);
65 if ($drive == WikiPath::MARKUP_DRIVE) {
72 $wikiPath = WikiPath::createFromPath($path, $drive, $rev);
100 * to be Dokuwiki Compatible even if we can serve from other drive know
/plugin/diagramsnet/lib/js/diagramly/
H A DDriveFile.js55 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 DDriveComment.js23 this.file.ui.drive.executeRequest(
40 this.file.ui.drive.executeRequest(
57 this.file.ui.drive.executeRequest(
H A DApp.js45 … 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 DDriveLibrary.js32 this.ui.drive.saveFile(this, revision, mxUtils.bind(this, function(resp)
H A DMenus.js117 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 DDialogs.js115 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 DEditorUi.js3944 ((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 DTargetReference.php32 public function setDrive(DriveReference $drive) argument
34 $this->drive = $drive;
41 return $this->drive;
H A DOwner.php48 public function setDrive(DriveReference $drive) argument
50 $this->drive = $drive;
57 return $this->drive;
H A DTarget.php34 public function setDrive(Drive $drive) argument
36 $this->drive = $drive;
43 return $this->drive;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Drive/
H A DChange.php78 public function setDrive(Drive $drive) argument
80 $this->drive = $drive;
87 return $this->drive;
/plugin/combo/ComboStrap/Meta/Api/
H A DMetadataWikiPath.php23 * @return string - the drive from where the path should be created (ie the poth string only is stored)
119 $drive = $this->getDrive();
120 if ($drive === WikiPath::MARKUP_DRIVE) {
122 * For a Markup drive, a file path should have an extension
129 $this->value = WikiPath::createFromPath($value, $drive);
132 $this->value = WikiPath::createFromPath($value, $drive);
/plugin/combo/action/
H A Dstaticresource.php79 $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 Dplugin.info.txt6 desc Maps a drive letter to a UNC path
/plugin/uncmap/lang/en/
H A Dconfmanager_description.txt1 The UncMap plugin allows you to map windows drive-letters to an UNC path.
/plugin/pgpinlinesupport/
H A DREADME.MD40 [![](preview.png)](https://drive.google.com/open?id=1rZtnmsJQc-rHFaluZAByUcLUutAvbXbM)
H A DPlugin.txt45 [[https://drive.google.com/file/d/1rZtnmsJQc-rHFaluZAByUcLUutAvbXbM/view|{{https://github.com/user9…
/plugin/authgooglesheets/vendor/google/auth/
H A DREADME.md89 $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 DDrive.php85 $this->servicePath = 'drive/v3/';
86 $this->batchPath = 'batch/drive/v3';
88 $this->serviceName = 'drive';
/plugin/cli/
H A Dcli-examples.txt35 Volume in drive C is mu/drives/c
79 Volume in drive C is mu/drives/c
/plugin/diagramsnet/lib/
H A Dservice-worker.js.map1drive-logo.svg\",\n \"revision\": \"5d9f2f5bbc7dcc252730a0072bb23059\"\n },\n {\n \"url\":…
/plugin/webdav/vendor/sabre/dav/lib/DAV/Browser/assets/openiconic/
H A Dopen-iconic.css298 .oi[data-glyph=hard-drive]:before { content:'\e074'; }
/plugin/davcal/vendor/sabre/dav/lib/DAV/Browser/assets/openiconic/
H A Dopen-iconic.css298 .oi[data-glyph=hard-drive]:before { content:'\e074'; }

123