Home
last modified time | relevance | path

Searched refs:save (Results 51 – 75 of 451) sorted by relevance

12345678910>>...19

/plugin/diagramsnet/lib/js/diagramly/
H A DSettings.js150 mxSettings.save();
157 mxSettings.save();
250 save: function() method in mxSettings
H A DRemoteLibrary.js47 RemoteLibrary.prototype.save = function(revision, success, error) method in RemoteLibrary
H A DDriveFile.js148 DriveFile.prototype.save = function(revision, success, error, unloading, overwrite) method in DriveFile
150 DrawioFile.prototype.save.apply(this, [revision, mxUtils.bind(this, function() method in DrawioFile
352 this.save(true, success, error)
433 this.save(true, success, error);
H A DOneDriveFile.js324 OneDriveFile.prototype.save = function(revision, success, error, unloading, overwrite) method in OneDriveFile
352 DrawioFile.prototype.save.apply(this, [null, mxUtils.bind(this, function() method in DrawioFile
536 this.save(true, success, error);
H A DGitHubFile.js182 GitHubFile.prototype.save = function(revision, success, error, unloading, overwrite, message) method in GitHubFile
210 DrawioFile.prototype.save.apply(this, [null, mxUtils.bind(this, function() method in DrawioFile
/plugin/composer/
H A Dplugin.info.txt6 …en directory. All files are included, so that you are able to print it or save it as single page. …
/plugin/langdelete/lang/en/
H A Dintro.txt3 This page lets you delete some languages files of your DokuWiki install to save space.
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/DSA/Formats/Signature/
H A DSSH2.php68 public static function save(BigInteger $r, BigInteger $s) function in phpseclib3\\Crypt\\DSA\\Formats\\Signature\\SSH2
/plugin/findologicxmlexport/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/
H A DCachedReader.php207 $this->cache->save($cacheKey, $value);
209 $this->cache->save('[C]'.$cacheKey, time());
/plugin/move/helper/
H A Drewrite.php264 public function rewritePage($id, $text = null, $save = true) { argument
276 if ($save === true) {
/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/barcodes/vendor/jucksearm/php-barcode/
H A DREADME.md77 $file Barcode save filename [default: `null`]
96 $file QRcode save filename [default: `null`]
114 $file Datamatrix save filename [default: `null`]
131 $file PDF417 save filename [default: `null`]
/plugin/findologicxmlexport/vendor/jms/metadata/src/Cache/
H A DDoctrineCacheAdapter.php44 $this->cache->save($this->prefix . $metadata->name, $metadata);
H A DPsrCacheAdapter.php54 $this->pool->save($this->lastItem->set($metadata));
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Signature/
H A DSSH2.php80 public static function save(BigInteger $r, BigInteger $s, $curve) function in phpseclib3\\Crypt\\EC\\Formats\\Signature\\SSH2
/plugin/upgrade/vendor/splitbrain/php-archive/src/
H A DArchive.php121 abstract public function save($file); function in splitbrain\\PHPArchive\\Archive
/plugin/structpublish/action/
H A Dsave.php9 * Action component to handle page save
20 * Handle the page save event to store revision meta data
43 $revision->save();
/plugin/subjectindex/action/
H A Dindexer.php56 $indexer->update($page_id, $matched_entries)->save();
/plugin/bez/ctl/
H A Dtypes.php34 $this->model->labelFactory->save($label);
H A Dtask_programs.php34 $this->model->task_programFactory->save($task_program);
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/Xml/
H A DFacade.php58 $index->save($target . '/index.xml');
142 $fileDom->save($this->target . $file->getId() . '.xml');
/plugin/odt/ODT/styles/
H A DODTTextStyle.php279 $save = $disabled_props ['font-size'];
314 $disabled_props ['font-size'] = $save;
/plugin/tagging/action/
H A Dmain.php56 $this->save();
122 function save() { function in action_plugin_tagging_main
/plugin/firenews/HTMLTemplates/editnews/
H A DeditnewsTemplate.css1 .save-message {
/plugin/refnotes/
H A Dconfig.php72 public static function save($sectionName, $config) { function in refnotes_configuration

12345678910>>...19