Home
last modified time | relevance | path

Searched refs:save (Results 1 – 25 of 27) sorted by last modified time

12

/dokuwiki/lib/plugins/config/core/
H A DWriter.php34 public function save($settings)
37 if ($this->isLocked()) throw new \Exception('no save');
47 throw new \Exception('no save');
77 if ($this->isLocked()) throw new \Exception('no save');
31 public function save($settings) { global() function in dokuwiki\\plugin\\config\\core\\Writer
H A DConfiguration.php124 * This save the current state as defined in this object, including the
129 public function save()
131 // only save the undefined settings that have not been handled in settings
133 $this->writer->save(array_merge($this->settings, $undefined));
123 public function save() { global() function in dokuwiki\\plugin\\config\\core\\Configuration
/dokuwiki/lib/plugins/config/
H A Dadmin.php45 if (!$INPUT->bool('save') || !checkSecurityToken()) {
57 $this->configuration->save();
194 echo '<input type="hidden" name="save" value="1" />';
/dokuwiki/inc/lang/en/
H A Deditrev.txt1 **You've loaded an old revision of the document!** If you save it, you will create a new version with this data.
H A Dconflict.txt5 Examine the differences shown below thoroughly, then decide which version to keep. If you choose ''save'', your version will be saved. Hit ''cancel'' to keep the current version.
H A Drevisions.txt3 These are the older revisons of the current document. To revert to an old revision, select it from below, click ''Edit this page'' and save it.
/dokuwiki/vendor/simplepie/simplepie/src/Cache/
H A DMemcache.php118 public function save($data) function in SimplePie\\Cache\\Memcache
H A DMemcached.php114 public function save($data) function in SimplePie\\Cache\\Memcached
H A DBaseDataCache.php137 return $this->cache->save($value);
H A DFile.php107 public function save($data) function in SimplePie\\Cache\\File
H A DBase.php89 public function save($data); function
H A DMySQL.php154 public function save($data) function in SimplePie\\Cache\\MySQL
H A DRedis.php134 public function save($data) function in SimplePie\\Cache\\Redis
/dokuwiki/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
/dokuwiki/vendor/aziraphale/email-address-validator/
H A DREADME.md26 If you don't want to use Composer (why not?!), just download the `EmailAddressValidator.php` file, save it with your project, and `require` it where needed.
/dokuwiki/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
/dokuwiki/vendor/splitbrain/slika/src/
H A DImageMagickAdapter.php107 public function save($path, $extension = '') function in splitbrain\\slika\\ImageMagickAdapter
H A DAdapter.php84 * @param string $extension The type of image to save, empty for original
87 abstract public function save($path, $extension = ''); function in splitbrain\\slika\\Adapter
/dokuwiki/inc/lang/ku/
H A Dconflict.txt5 Examine the differences shown below thoroughly, then decide which version to keep. If you choose ''save'', your version will be saved. Hit ''cancel'' to keep the current version.
/dokuwiki/inc/
H A DJpegMeta.php952 function save($fileName = "") {
2499 // We save all blocks, even those we recognized
949 function save($fileName = "") { global() function in JpegMeta
H A Dmedia.php94 if ($meta->save()) {
179 $form->setHiddenField('mediado', 'save');
210 $form->addButton('mediado[save]', $lang['btn_save'])->attr('type', 'submit')
1801 ->save($cache->cache, $ext);
/dokuwiki/vendor/geshi/geshi/
H A DCHANGELOG1018 - Lines are broken in the source only by \n now, not by \r\n (to save on output source)
/dokuwiki/vendor/splitbrain/slika/
H A DREADME.md19 Simply get an Adapter from the Slika factory, run some operations on it and call `save`.
37 ->save('output.jpg', 'jpg');
55 Slika::run('input.jpg')->resize(500,500)->save('output.png', 'png');
58 Slika::run('input.jpg')->resize(500,0)->save('output.png', 'png');
61 Slika::run('input.jpg')->resize(0,500)->save('output.png', 'png');
69 Slika::run('input.jpg')->crop(500,500)->save('output.png', 'png');
86 Slika::run('input.jpg')->rotate(Slika::ROTATE_CW)->save('output.png', 'png');
94 Slika::run('input.jpg')->autorotate()->save('output.png', 'png');

12