Home
last modified time | relevance | path

Searched refs:save (Results 26 – 50 of 451) sorted by last modified time

12345678910>>...19

/plugin/confmanager/configTypes/
H A DConfigManagerTwoLine.php81 function save() { function in ConfigManagerTwoLine
H A DConfigManagerTwoLineConfigCascade.php29 public function save() { function in ConfigManagerTwoLineCascadeConfig
62 $save = [];
76 $save[$key] = $value;
79 return $save;
/plugin/xlsx2dw/packages/exceljs/
H A Dexceljs.js28018 DecoderBuffer.prototype.save = function save() {
28021 reporter: Reporter.prototype.save.call(this)
28028 res.offset = save.offset;
28030 this.offset = save.offset;
28054 DecoderBuffer.prototype.raw = function raw(save) {
28055 return this.base.slice(save ? save.offset : this.offset, this.length);
28360 var save = input.save();
28369 input.restore(save);
28394 if (state.any) _save = input.save();
28468 var save = input.save();
[all …]
/plugin/xlsx2dw/packages/xlsx/
H A Dxlsx.mjs3290 throw new Error("cannot save file " + fname);
/plugin/dev/
H A DSVGIcon.php47 * Download and save a remote icon
50 * @param string $save
54 public function downloadRemoteIcon($ident, $save = '') argument
60 if (!$save) {
61 $save = $icon['name'] . '.svg';
64 io_makeFileDir($save);
65 $ok = io_saveFile($save, $svgdata);
66 if ($ok) $this->logger->success('saved ' . $save);
H A Dcli.php67 $options->registerArgument('output', 'File to save, defaults to <name>.svg in current dir', false,
115 $save = array_shift($args);
117 return $this->cmdDownloadSVG($ident, $save, $keep);
396 * @param string $save
401 protected function cmdDownloadSVG($ident, $save = '', $keep = false)
405 return (int)$svg->downloadRemoteIcon($ident, $save);
386 cmdDownloadSVG($ident, $save = '', $keep = false) global() argument
/plugin/imapmarkers/
H A Djquery.imagemapster.js1468 maskContext.save();
1481 shapeContext.save();
1512 shapeContext.save();
/plugin/imapmarkers/syntax/
H A Dimapmarkers_simple_html_dom.php1225 function save($filepath = '') { function in imapmarkers\\simple_html_dom_node
1586 function save($filepath = '') { function in imapmarkers\\simple_html_dom
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DMpdf.php624 var $original_default_font_size; // used to save default sizes when using table default
8165 // save and crop off any subsequent chunks
14209 // If bottom or right pos are set and not left / top - save this to adjust rotated block later
20140 // Don't allocate more than Maximum required width - save rest in surplus
20159 // Don't allocate more than Maximum required width - save rest in surplus
20799 $save = false;
20802 $save = true;
20805 $save = true;
20808 $save = true;
20811 $save
[all...]
/plugin/combo/resources/firebug/
H A Dfirebug-lite-1.4.js3117 storage.save(localStorageName)
3122 storage.save(localStorageName)
3129 }storage.save(localStorageName)
4614 }}else{this.save(value)
4628 if(saveNow){this.save()
4630 this.saveTimeout=context.setTimeout(bindFixed(this.save,this),saveTimeout);
4632 }}},save:function(value){if(!invalidEditor){return
4634 }if(FBTrace.DBG_EDITOR){FBTrace.sysout("editor.save saveTimeout: "+this.saveTimeout+" currentPanel: "+(currentPanel?currentPanel.name:"null"))
4638 }catch(exc){if(FBTrace.DBG_ERRORS){FBTrace.sysout("editor.save FAILS "+exc,exc)
/plugin/randomtables/action/
H A Dajax.php14 $controller->register_hook('randomtables_save', 'AFTER', $this, 'save');
18 public function save(Doku_Event $event, $param): void function in action_plugin_randomtables_ajax
/plugin/upgrade/vendor/splitbrain/php-archive/src/
H A DTar.php422 public function save($file) function in splitbrain\\PHPArchive\\Tar
H A DZip.php528 public function save($file) function in splitbrain\\PHPArchive\\Zip
H A DArchive.php121 abstract public function save($file); function in splitbrain\\PHPArchive\\Archive
/plugin/upgrade/vendor/splitbrain/php-archive/
H A DREADME.md53 // files and then either save() or getArchive() it:
60 $tar->save('myfile.tbz'); // compresses and saves it
/plugin/odt/ODT/
H A DODTImport.php713 $save = $params->import->getMedia();
724 $params->import->setMedia($save);
732 $save = $params->import->getMedia ();
753 $params->import->setMedia ($save);
H A DODTDocument.php2023 $save = $this->importnew->getMedia();
2029 $this->importnew->setMedia($save);
2037 $save = $this->importnew->getMedia();
2047 $this->importnew->setMedia($save);
/plugin/odt/ODT/styles/
H A DODTParagraphStyle.php394 $save = $disabled_props ['font-size'];
436 $disabled_props ['font-size'] = $save;
H A DODTTextStyle.php279 $save = $disabled_props ['font-size'];
314 $disabled_props ['font-size'] = $save;
/plugin/odt/
H A DChangeLog.txt124 functions. This requires to save the common styles in ODT documents not using templates.
/plugin/blogtng/action/
H A Dedit.php333 $this->entryhelper->save();
346 $this->taghelper->save();
H A Dpagedata.php78 $this->entryhelper->save();
/plugin/blogtng/helper/
H A Dcomments.php98 public function save($comment) { function in helper_plugin_blogtng_comments
H A Dlinkback.php78 $chelper->save($comment);
/plugin/blogtng/
H A Dadmin.php90 $this->commenthelper->save($comment);
135 $this->entryhelper->save();
148 $this->entryhelper->save();

12345678910>>...19