Home
last modified time | relevance | path

Searched refs:openFile (Results 1 – 25 of 86) sorted by relevance

1234

/plugin/findologicxmlexport/vendor/hoa/protocol/Test/Unit/
DWrapper.php78 $this->openFile($wrapper)
95 $this->openFile($wrapper, 'foo'),
122 $this->openFile($wrapper)
145 $this->openFile($wrapper)
416 $this->openFile($wrapper, str_repeat('@', $count))
442 $this->openFile($wrapper, 'foobar')
492 $this->openFile($wrapper)
512 $this->openFile($wrapper, 'foo'),
535 $this->openFile($wrapper, 'foobar'),
765 $this->openFile($wrapper),
[all …]
/plugin/diagramsnet/lib/js/
Dopen.js8 window.parent.openFile.setConsumer(null);
21 window.parent.openFile.cancel(cancel);
164 var of = window.parent.openFile;
183 window.parent.openFile.setData(data, k);
/plugin/struct/meta/
DCSVImporter.php52 $this->openFile($file);
83 protected function openFile($file) function in dokuwiki\\plugin\\struct\\meta\\CSVImporter
/plugin/stackedit/
Dscript.js6 stackedit.openFile({
/plugin/struct/_test/mock/
DCSVPageImporter.php19 protected function openFile($file) function in dokuwiki\\plugin\\struct\\test\\mock\\CSVPageImporter
/plugin/zip/pear/File/Archive/Writer/
DFiles.php104 function openFile($filename, $pos = 0) function in File_Archive_Writer_Files
129 $error = $this->openFile($filename, $pos);
/plugin/diagramsnet/lib/js/diagramly/
DInit.js290 if (window.parent != null && window.parent.openFile != null)
292 window.parent.openFile.setData(data, filename);
DApp.js117 if (window.openFile != null)
119 window.openFile.cancel(true);
2826 else if (window.opener.openFile != null)
2828 window.opener.openFile.setConsumer(mxUtils.bind(this, function(xml, filename, temp)
3258 waiting = window.opener != null && window.opener.openFile != null;
3996 this.openFile();
3999 window.openFile.setConsumer(mxUtils.bind(this, function(xml, filename)
4185 window.openFile = new OpenFile(mxUtils.bind(this, function(cancel)
4190 window.openFile.setConsumer(mxUtils.bind(this, function(xml, filename)
4208 window.openFile = null;
[all …]
/plugin/jdraw/src/com/mxgraph/examples/swing/resources/
Deditor_zh-CN.properties.bak6 openFile=Open File
Deditor_de.properties.bak6 openFile=Datei �ffnen
Deditor_de.properties6 openFile=Datei �ffnen key
Deditor_zh-CN.properties6 openFile=Open File key
/plugin/diagramsnet/lib/js/onedrive/
DmxODPicker.js466 function openFile() function
579 row.addEventListener('dblclick', openFile);
/plugin/diagramsnet/lib/js/grapheditor/
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;
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;
/plugin/pdfjs/pdfjs/web/
Dviewer.css1364 .toolbarButton.openFile::before,
1365 .secondaryToolbarButton.openFile::before {
1366 content: url(images/toolbarButton-openFile.png);
2206 .toolbarButton.openFile::before,
2207 .secondaryToolbarButton.openFile::before {
2208 content: url(images/toolbarButton-openFile@2x.png);
/plugin/diagramsnet/lib/resources/
Ddia_i18n.txt538 openFile=openFile
Ddia_ru.txt538 openFile=Открыть файл
Ddia_bg.txt538 openFile=Отваряне на файл
Ddia_el.txt538 openFile=Άνοιγμα αρχείου
Ddia_zh.txt538 openFile=打开文件
Ddia_uk.txt538 openFile=Відкрити файл
Ddia_zh-tw.txt538 openFile=開啟檔案
Ddia_ko.txt538 openFile=파일 열기
Ddia_th.txt538 openFile=เปิดไฟล์

1234