Home
last modified time | relevance | path

Searched refs:saveData (Results 1 – 25 of 29) sorted by relevance

12

/plugin/struct/
H A Dhelper.php94 public function saveData($page, $data, $summary = '', $minor = false)
114 $v->saveData($newrevision);
135 if (!$validator->saveData()) {
93 public function saveData($page, $data, $summary = '', $minor = false) global() function in helper_plugin_struct
H A Dremote.php77 public function saveData($page, $data, $summary, $minor = false)
86 $this->hlp->saveData($page, $data, $summary, $minor);
74 public function saveData($page, $data, $summary, $minor = false) global() function in remote_plugin_struct
/plugin/structtasks/_test/
H A DUtilitiesTest.php101 $this->saveData('some:page', 'valid',
104 $this->saveData('some:page', 'valid',
107 $this->saveData('some:page', 'valid',
H A DActionTest.php97 $access->saveData($old_data);
105 $access->saveData($new_data);
H A DCliTest.php102 $access->saveData($data);
153 $access->saveData($data);
168 $access->saveData($data);
/plugin/struct/meta/
H A DAccessDataValidator.php116 public function saveData($ts = 0)
119 return $this->access->saveData($this->data);
118 public function saveData($ts = 0) global() function in dokuwiki\\plugin\\struct\\meta\\AccessDataValidator
H A DAccessTablePage.php41 return $this->saveData($data);
H A DAccessTable.php199 public function saveData($data) function in dokuwiki\\plugin\\struct\\meta\\AccessTable
406 * @see saveData()
H A DCSVImporter.php219 $helper->saveData($pid, [$table => $data], 'CSV data imported');
/plugin/swfobject/
H A Dsyntax.php23 var $saveData = array(); variable in syntax_plugin_swfobject
132 $this->saveData[] = $data;
152 $data = array_pop($this->saveData);
/plugin/struct/helper/
H A Dlookup.php47 $validator->saveData();
/plugin/struct/action/
H A Drevert.php83 $accessNew->saveData($accessOld->getDataArray());
H A Dentry.php152 $validation->saveData($event->data['newRevision']);
H A Dbureaucracy.php175 $validator->saveData($time);
H A Dinline.php160 if (!$this->schemadata->saveData($tosave)) {
/plugin/swarmwebhook/
H A Dhelper.php57 if (!$validator->saveData()) {
/plugin/structupdate/helper/
H A Dupdate.php86 $helper->saveData($page, $schemadata);
/plugin/instantpage/lib/
H A D5.1.0.js2 …substr(0,"viewport".length))navigator.connection&&(navigator.connection.saveData||navigator.connec…
/plugin/structpublish/meta/
H A DRevision.php227 $access->saveData($data);
/plugin/addressbook/
H A Dsyntax.php100 $res = $this->saveData($cinfo);
444 function saveData($info){ function in syntax_plugin_addressbook
/plugin/diagramsnet/lib/js/diagramly/
H A DElectronApp.js759 editorUi.saveData = function(filename, format, data, mimeType, base64Encoded)
1849 this.saveData(filename, format, data, mimeType, base64Encoded);
1864 this.saveData(filename, format, xhr.getText(), mimeType, true);
2051 EditorUi.prototype.saveData = function(filename, format, data, mimeType, base64Encoded) method in EditorUi
H A DEditorUi.js1960 this.saveData(filename, format, data, 'text/xml');
1965 this.saveData(filename, format, data, 'text/html');
1975 this.saveData(filename, 'svg', data, 'image/svg+xml');
4362 … this.saveData(filename, ext, data.substring(data.lastIndexOf(',') + 1), 'image/' + format, true);
4945 EditorUi.prototype.saveData = function(filename, format, data, mime, base64Encoded) method in EditorUi
5135 this.saveData(filename, 'svg', svg, 'image/svg+xml');
13898 editorUi.saveData(name, 'xml', mxUtils.getXml(editorUi.editor.getGraphXml()), 'text/xml');
13903 editorUi.saveData(name, 'svg', mxUtils.getXml(graph.getSvg(bg, s, b)), 'image/svg+xml');
H A DMenus.js397 editorUi.saveData(basename + ((basename.substring(basename.lenth - 7) ==
H A DDialogs.js811 editorUi.saveData((filename != null) ? filename : 'embed.txt', 'txt', result, 'text/plain');
/plugin/diagramsnet/lib/js/diagramly/vsdx/
H A DVsdxExport.js961 editorUi.saveData(basename + ".vsdx", 'vsdx', content,

12