Home
last modified time | relevance | path

Searched refs:openFile (Results 1 – 25 of 85) sorted by last modified time

1234

/plugin/struct/meta/
H A DCSVImporter.php52 $this->openFile($file);
83 protected function openFile($file) function in dokuwiki\\plugin\\struct\\meta\\CSVImporter
/plugin/diagramsnet/lib/resources/
H A Ddia_eu.txt538 openFile=Fitxategia ireki
H A Ddia_fa.txt538 openFile=‫باز کردن فایل‬
H A Ddia_ja.txt538 openFile=ファイルを開く
H A Ddia_kn.txt538 openFile=Open File
H A Ddia_ru.txt538 openFile=Открыть файл
H A Ddia_si.txt538 openFile=Open File
H A Ddia_sl.txt538 openFile=Open File
H A Ddia_ta.txt538 openFile=Open File
H A Ddia_vi.txt538 openFile=Mở tập tin
H A Ddia_ar.txt538 openFile=‫فتح ملف‬
H A Ddia_bg.txt538 openFile=Отваряне на файл
H A Ddia_bn.txt538 openFile=Open File
H A Ddia_ca.txt538 openFile=Obre un fitxer
H A Ddia_cs.txt538 openFile=Otevřít soubor
H A Ddia_da.txt538 openFile=Åbn fil
H A Ddia_el.txt538 openFile=Άνοιγμα αρχείου
/plugin/diagramsnet/lib/js/diagramly/
H A DApp.js117 if (window.openFile != null)
119 window.openFile.cancel(true);
2826 else if (window.opener.openFile != null)
3996 this.openFile();
4208 window.openFile = null;
4528 window.openFile = new OpenFile(function()
4530 window.openFile = null;
4534 window.openFile.setData(this.getFileData(true));
4906 window.openFile = null;
4957 window.openFile = new OpenFile(function()
[all …]
H A DInit.js290 if (window.parent != null && window.parent.openFile != null)
292 window.parent.openFile.setData(data, filename);
H A DDialogs.js5964 window.openFile = new OpenFile(function()
5966 window.openFile = null;
5969 window.openFile.setData(mxUtils.getXml(currentDoc.documentElement));
H A DEditorUi.js11326 window.openFile = null;
11353 window.openFile = null;
11387 window.openFile = new OpenFile(function()
11389 window.openFile = null;
11392 window.openFile.setData(data, name);
/plugin/diagramsnet/lib/js/
H A Dviewer-static.min.js199 …setCurrentXml(a,b){null!=window.parent&&null!=window.parent.openFile&&window.parent.openFile.setDa…
2231 …pen=function(){try{null!=window.opener&&null!=window.opener.openFile&&window.opener.openFile.setCo…
2277openFile=function(){window.openFile=new OpenFile(mxUtils.bind(this,function(b){this.hideDialog(b)}…
2955 this.addAction("open...",function(){window.openNew=!0;window.openKey="open";e.openFile()});this.add…
2956openFile=new OpenFile(mxUtils.bind(this,function(){e.hideDialog()}));window.openFile.setConsumer(m…
H A Dviewer.min.js199 …setCurrentXml(a,b){null!=window.parent&&null!=window.parent.openFile&&window.parent.openFile.setDa…
2231 …pen=function(){try{null!=window.opener&&null!=window.opener.openFile&&window.opener.openFile.setCo…
2277openFile=function(){window.openFile=new OpenFile(mxUtils.bind(this,function(b){this.hideDialog(b)}…
2955 this.addAction("open...",function(){window.openNew=!0;window.openKey="open";e.openFile()});this.add…
2956openFile=new OpenFile(mxUtils.bind(this,function(){e.hideDialog()}));window.openFile.setConsumer(m…
/plugin/diagramsnet/lib/js/grapheditor/
H A DActions.js34 ui.openFile();
72 window.openFile = new OpenFile(mxUtils.bind(this, function()
77 window.openFile.setConsumer(mxUtils.bind(this, function(xml, filename)
93 window.openFile = null;
H A DEditorUi.js3138 if (window.opener != null && window.opener.openFile != null)
3140 window.opener.openFile.setConsumer(mxUtils.bind(this, function(xml, filename)
4442 EditorUi.prototype.openFile = function() method in EditorUi
4445 window.openFile = new OpenFile(mxUtils.bind(this, function(cancel)
4454 window.openFile = null;

1234