Home
last modified time | relevance | path

Searched refs:DriveFile (Results 1 – 22 of 22) sorted by relevance

/plugin/diagramsnet/lib/js/diagramly/
H A DDriveFile.js5 DriveFile = function(ui, data, desc) class
13 mxUtils.extend(DriveFile, DrawioFile);
18 DriveFile.prototype.saveDelay = 0;
28 DriveFile.prototype.getSize = function()
36 DriveFile.prototype.isRestricted = function()
64 DriveFile.prototype.getMode = function()
126 DriveFile.prototype.isMovable = function()
137 DriveFile.prototype.isTrashed = function()
479 DriveFile.prototype.share = function()
501 DriveFile.prototype.getHash = function()
[all …]
H A DDriveLibrary.js7 DriveFile.call(this, ui, data, desc);
11 mxUtils.extend(DriveLibrary, DriveFile);
H A DDriveClient.js1209 …success((importFile) ? new LocalFile(this.ui, data, resp.title, true) : new DriveFile(this.ui, dat…
1404 if (file.constructor == DriveFile)
1584 var etag = (!overwrite && file.constructor == DriveFile &&
1992 success(new DriveFile(this.ui, data, resp));
H A DMenus.js2055 var dlg = new EmbedDialog(editorUi, '<img src="' + ((current.constructor != DriveFile) ?
2762 }), (file.constructor == DriveFile || file.constructor == StorageFile) ?
2795 if (file.constructor == DriveFile)
3830 if (file != null && file.constructor == DriveFile)
3860 if (file != null && file.constructor == DriveFile)
H A DMinimal.js1093 if (file != null && file.constructor == DriveFile)
1172 if (file != null && file.constructor == DriveFile)
H A DApp.js43 if (file.constructor == DriveFile && file.desc != null && this.drive != null)
1839 if (file.constructor == DriveFile && file.desc != null && this.drive != null)
7184 if (file != null && file.constructor == DriveFile)
H A DEditorUi.js5503 if (!ignoreFile && file != null && file.constructor == window.DriveFile)
5674 if (publicUrl == null && file != null && file.constructor == window.DriveFile)
5772 if (file != null && file.constructor == window.DriveFile && !hideShare)
5858 if (file == null || file.constructor != window.DriveFile || hideShare)
14860 ((file.constructor == DriveFile && file.isEditable()) ||
H A DDialogs.js1133 else if (file.constructor == DriveFile || file.constructor == DropboxFile)
6332 else if (file == null || (editorUi.drive == null && file.constructor == window.DriveFile) ||
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Drive/Resource/
H A DFiles.php21 use Google\Service\Drive\DriveFile; alias
40 * @param DriveFile $postBody
61 * @return DriveFile
67 return $this->call('copy', [$params], DriveFile::class);
72 * @param DriveFile $postBody
95 * @return DriveFile
97 public function create(DriveFile $postBody, $optParams = [])
190 * @return DriveFile
196 return $this->call('get', [$params], DriveFile::class);
256 * @param DriveFile $postBody
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Classroom/
H A DSharedDriveFile.php22 protected $driveFileType = DriveFile::class;
30 * @param DriveFile
32 public function setDriveFile(DriveFile $driveFile)
37 * @return DriveFile
H A DAttachment.php22 protected $driveFileType = DriveFile::class;
32 * @param DriveFile
34 public function setDriveFile(DriveFile $driveFile)
39 * @return DriveFile
H A DCourseMaterial.php22 protected $driveFileType = DriveFile::class;
32 * @param DriveFile
34 public function setDriveFile(DriveFile $driveFile)
39 * @return DriveFile
H A DDriveFile.php20 class DriveFile extends \Google\Model class
98 class_alias(DriveFile::class, 'Google_Service_Classroom_DriveFile');
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DriveActivity/
H A DDriveItemReference.php22 protected $driveFileType = DriveFile::class;
40 * @param DriveFile
42 public function setDriveFile(DriveFile $driveFile)
47 * @return DriveFile
H A DDriveItem.php22 protected $driveFileType = DriveFile::class;
46 * @param DriveFile
48 public function setDriveFile(DriveFile $driveFile)
53 * @return DriveFile
H A DDriveFile.php20 class DriveFile extends \Google\Model class
25 class_alias(DriveFile::class, 'Google_Service_DriveActivity_DriveFile');
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Drive/
H A DFileList.php23 protected $filesType = DriveFile::class;
39 * @param DriveFile[]
46 * @return DriveFile[]
H A DChange.php32 protected $fileType = DriveFile::class;
104 * @param DriveFile
106 public function setFile(DriveFile $file)
111 * @return DriveFile
H A DDriveFile.php20 class DriveFile extends \Google\Collection class
1065 class_alias(DriveFile::class, 'Google_Service_Drive_DriveFile');
/plugin/diagramsnet/lib/js/
H A Dapp.min.js10094 …tils.htmlEntities(window.location.href)));m.value=c}else G.constructor==DriveFile||G.constructor==…
10836 …Component(n):(b=this.getCurrentFile(),v||null==b||b.constructor!=window.DriveFile?d="#R"+encodeURI…
10841 …(k);var p=this.getCurrentFile();null==d&&null!=p&&p.constructor==window.DriveFile&&(k=document.cre…
11595 …),label:null!=b.sync?"client_"+b.sync.clientId:"nosync"};b.constructor==DriveFile&&null!=b.desc&&n…
11769 …(this,function(b,c){var d=this.getCurrentFile();null!=d&&d.constructor==DriveFile?(this.spinner.sp…
11859 …pinner.stop();null!=d?(d=new EmbedDialog(c,'<img src="'+(b.constructor!=DriveFile?d:"https://drive…
11882 …,null!=b?mxResources.get("errorRenamingFile"):null)}))}),b.constructor==DriveFile||b.constructor==…
11883 ….getCurrentFile();if(null!=b){var d=c.getCopyFilename(b);b.constructor==DriveFile?(d=new CreateDia…
11918DriveFile){e.isRestricted()&&this.addMenuItems(b,["exportOptionsDisabled"],d);this.addMenuItems(b,…
12097 …,b,d),"1"!=urlParams.sketch&&(b.addSeparator(d),null!=e&&e.constructor==DriveFile&&c.menus.addMenu…
[all …]
H A Dviewer.min.js3504 …Component(p):(b=this.getCurrentFile(),t||null==b||b.constructor!=window.DriveFile?e="#R"+encodeURI…
3509 …(q);var p=this.getCurrentFile();null==e&&null!=p&&p.constructor==window.DriveFile&&(q=document.cre…
3513 …ld(f);var l=this.getCurrentFile();b=0;if(null==l||l.constructor!=window.DriveFile||c)p=null!=p?p:"…
3517 if(null==l||l.constructor!=window.DriveFile||c)M=this.addCheckbox(d,mxResources.get("allPages"),e,!…
H A Dviewer-static.min.js3504 …Component(p):(b=this.getCurrentFile(),t||null==b||b.constructor!=window.DriveFile?e="#R"+encodeURI…
3509 …(q);var p=this.getCurrentFile();null==e&&null!=p&&p.constructor==window.DriveFile&&(q=document.cre…
3513 …ld(f);var l=this.getCurrentFile();b=0;if(null==l||l.constructor!=window.DriveFile||c)p=null!=p?p:"…
3517 if(null==l||l.constructor!=window.DriveFile||c)M=this.addCheckbox(d,mxResources.get("allPages"),e,!…