Home
last modified time | relevance | path

Searched refs:fileTitle (Results 1 – 5 of 5) sorted by relevance

/plugin/diagramsnet/lib/plugins/
H A DcConf-1-4-8.js82 var fileTitle = curFile.getTitle();
86 mxUtils.write(tmp, mxUtils.htmlEntities(fileTitle));
95 macroData.diagramDisplayName = fileTitle;
/plugin/authgoogle/google/contrib/
H A DGoogle_DriveService.php2014 public $fileTitle; variable in Google_Comment
2071 public function setFileTitle( $fileTitle) { argument
2072 $this->fileTitle = $fileTitle;
2075 return $this->fileTitle;
/plugin/diagramsnet/lib/js/
H A Dexport.js528 document.title = data.fileTitle;
/plugin/diagramsnet/lib/js/diagramly/
H A DElectronApp.js50 fileTitle: title
H A DEditorUi.js14411 var fileTitle = fileNames[index];
14413 StorageFile.getFileContent(this, fileTitle, mxUtils.bind(this, function(data)
14415 …if (data == null || (fileTitle == '.scratchpad' && data == this.emptyLibraryXml)) //Don't overwrite
14417 …ify({action: 'remoteInvoke', funtionName: 'getLocalStorageFile', functionArgs: [fileTitle]}), '*');