Home
last modified time | relevance | path

Searched refs:loadFile (Results 1 – 25 of 42) sorted by last modified time

12

/plugin/photogallery/phpThumb/
H A Dphpthumb.gif.php27 if ($gif->loadFile($lpszFileName, $iIndex)) {
817 public function loadFile($lpszFileName, $iIndex) function in CGIF
/plugin/confmanager/configTypes/
H A DConfigManagerAbstractCascadeConfig.php23 abstract protected function loadFile($fileName); function in ConfigManagerAbstractCascadeConfig
51 $config[$type] = array_merge($config[$type], $this->loadFile($file));
H A DConfigManagerSingleLineConfigCascade.php15 protected function loadFile($fileName) { function in ConfigManagerSingleLineCoreConfig
H A DConfigManagerTwoLineConfigCascade.php15 protected function loadFile($fileName) { function in ConfigManagerTwoLineCascadeConfig
/plugin/bibtex4dw/lib/
H A Dbibtexparser.php233 public function loadFile($filename) function in bibtexparser_plugin_bibtex4dw
260 return true; // For compatibility with loadFile
/plugin/imapmarkers/syntax/
H A Dimapmarkers_simple_html_dom.php2356 function loadFile() { function in imapmarkers\\simple_html_dom
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Gif/
H A DGif.php44 function loadFile(&$data, $iIndex) function in Mpdf\\Gif\\Gif
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Image/
H A DImageProcessor.php956 $gif->loadFile($data, 0);
/plugin/combo/vendor/salesforce/handlebars-php/src/Handlebars/Loader/
H A DFilesystemLoader.php86 $this->_templates[$name] = $this->loadFile($name);
100 protected function loadFile($name) function in Handlebars\\Loader\\FilesystemLoader
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/Auth/Backend/
H A DFileTest.php27 $file->loadFile(SABRE_TEMPDIR .'/backend');
35 $file->loadFile(SABRE_TEMPDIR . '/backend');
/plugin/davcal/vendor/sabre/dav/lib/DAV/Auth/Backend/
H A DFile.php35 $this->loadFile($filename);
46 function loadFile($filename) { function in Sabre\\DAV\\Auth\\Backend\\File
/plugin/diagramsnet/lib/js/diagramly/
H A DApp.js3128 this.loadFile(id, true);
3165 this.loadFile('U' + urlParams['url'], true);
3283 this.loadFile(id, null, null, mxUtils.bind(this, function()
3304 this.loadFile();
3597 this.loadFile();
3608 this.loadFile();
3618 this.loadFile();
5003 App.prototype.loadFile = function(id, sameWindow, file, success, force) method in App
5155 this.loadFile('G' + tempId, sameWindow, null, mxUtils.bind(this, function()
H A DTrelloClient.js418 this.ui.loadFile('T' + encodeURIComponent(id));
H A DDrawioFile.js624 this.ui.loadFile(this.getHash(), true, null, mxUtils.bind(this, function()
H A DDriveClient.js2093 this.ui.loadFile('G' + id);
H A DDropboxClient.js868 this.ui.loadFile((path != null) ? 'D' + encodeURIComponent(path) : file.getHash(), null, file);
H A DEditorUi.js4037 this.loadFile(window.location.hash.substr(1), true);
H A DGitLabClient.js761 this.ui.loadFile('A' + encodeURIComponent(path));
H A DNotionClient.js505 this.ui.loadFile('N' + encodeURIComponent(id));
/plugin/diagramsnet/lib/js/
H A Dviewer-static.min.js3032 …=this.ui.editor.graph.getSelectionCells(),p=this.ui.currentPage;this.ui.loadFile(this.getHash(),!0…
3461 …endChild(e);c=new CustomDialog(this,c,mxUtils.bind(this,function(){this.loadFile(window.location.h…
H A Dviewer.min.js3032 …=this.ui.editor.graph.getSelectionCells(),p=this.ui.currentPage;this.ui.loadFile(this.getHash(),!0…
3461 …endChild(e);c=new CustomDialog(this,c,mxUtils.bind(this,function(){this.loadFile(window.location.h…
H A Dapp.min.js9992 …=this.ui.editor.graph.getSelectionCells(),e=this.ui.currentPage;this.ui.loadFile(this.getHash(),!0…
10793 …endChild(e);f=new CustomDialog(this,f,mxUtils.bind(this,function(){this.loadFile(window.location.h…
11638 var c=this.getDiagramId(),d=this.getCurrentFile();null!=d&&d.getHash()==c||this.loadFile(c,!0)}catc…
11639 …ocation.hash||1>=window.location.hash.length)&&null!=urlParams.url)this.loadFile("U"+urlParams.url…
11642loadFile(d,null,null,mxUtils.bind(this,function(){var b=decodeURIComponent(urlParams.viewbox||"");…
11651loadFile():this.createFile(this.defaultFilename,this.getFileData(),null,null,null,null,null,!0)}))…
11695 App.prototype.loadFile=function(b,e,d,c,g){if("1"==urlParams.openInSameWin||navigator.standalone)e=…
11699 …();if(null!=this.drive){var b=k.substring(31,k.lastIndexOf("&ex"));this.loadFile("G"+b,e,null,mxUt…
11894 …Drive");b.addItem(e.title+" ("+mxResources.get(f)+")",null,function(){c.loadFile(e.id)},d)})(e[f])…
/plugin/diagramsnet/lib/math/
H A DMathJax.js19loadFile:function(b,d,e){e=MathJax.Callback(e);b=(d.file||b);if(!b.match(/\.js$/)){b+=".js"}if(!b.…
/plugin/diagramsnet/lib/math/extensions/a11y/
H A Dmathjax-sre.js728 …sre.MathMap.toFetch_++;this.getJsonAjax_(a);break;default:a=sre.MathMap.loadFile(a),this.parseMaps…
730 …ion(a,b){return sre.SystemExternal.fs.readFile(a,"utf8",b)};sre.MathMap.loadFile=function(a){try{r… function
/plugin/diagramsnet/lib/plugins/
H A Dtrello.js74 editorUi.loadFile(editorUi.getDiagramId(), true);

12