Home
last modified time | relevance | path

Searched refs:save (Results 1 – 25 of 44) sorted by relevance

12

/dokuwiki/_test/tests/inc/
H A Dmedia_searchlist.test.php19 protected function save($name, $copy) function in media_searchlist_test
39 $this->save('a.png', $png);
40 $this->save('aa.png', $png);
41 $this->save('ab.png', $png);
43 $this->save('a.ogv', $ogv);
44 $this->save('aa.ogv', $ogv);
45 $this->save('ab.ogv', $ogv);
47 $this->save('a:a.png', $png);
48 $this->save('b:a.png', $png);
50 $this->save('0.webm', $webm);
H A DJWTTest.php37 $jwt->save();
66 $jwt->save();
/dokuwiki/lib/plugins/config/_test/
H A DWriterTest.php32 $writer->save($settings);
47 $writer->save($settings);
68 $writer->save([]);
/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');
/dokuwiki/vendor/simplepie/simplepie/src/Cache/
H A DBase.php88 public function save($data); function
H A DBaseDataCache.php136 return $this->cache->save($value);
H A DFile.php106 public function save($data) function in SimplePie\\Cache\\File
H A DMemcached.php113 public function save($data) function in SimplePie\\Cache\\Memcached
/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 wi…
H A Drevisions.txt3 …document. To revert to an old revision, select it from below, click ''Edit this page'' and save it.
H A Dconflict.txt5 …hown below thoroughly, then decide which version to keep. If you choose ''save'', your version wil…
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/Formats/Signature/
H A DRaw.php56 public static function save(BigInteger $r, BigInteger $s) function in phpseclib3\\Crypt\\Common\\Formats\\Signature\\Raw
/dokuwiki/inc/Action/
H A DAuthtoken.php31 $token->save();
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Signature/
H A DASN1.php58 public static function save(BigInteger $r, BigInteger $s) function in phpseclib3\\Crypt\\EC\\Formats\\Signature\\ASN1
H A DIEEE.php61 public static function save(BigInteger $r, BigInteger $s, $curve, $length) function in phpseclib3\\Crypt\\EC\\Formats\\Signature\\IEEE
H A DSSH2.php74 public static function save(BigInteger $r, BigInteger $s, $curve) function in phpseclib3\\Crypt\\EC\\Formats\\Signature\\SSH2
/dokuwiki/vendor/splitbrain/slika/src/
H A DAdapter.php87 abstract public function save($path, $extension = ''); function in splitbrain\\slika\\Adapter
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/DSA/Formats/Signature/
H A DASN1.php58 public static function save(BigInteger $r, BigInteger $s) function in phpseclib3\\Crypt\\DSA\\Formats\\Signature\\ASN1
H A DSSH2.php62 public static function save(BigInteger $r, BigInteger $s) function in phpseclib3\\Crypt\\DSA\\Formats\\Signature\\SSH2
/dokuwiki/inc/lang/ku/
H A Dconflict.txt5 …hown below thoroughly, then decide which version to keep. If you choose ''save'', your version wil…
/dokuwiki/vendor/splitbrain/php-archive/src/
H A DArchive.php121 abstract public function save($file); function in splitbrain\\PHPArchive\\Archive
/dokuwiki/_test/data/pages/int/
H A Deditandsavetest.txt1 This is a test page for testing the redirect happening on the ''edit and save'' workflow.
/dokuwiki/inc/
H A DJWT.php111 $token->save();
146 public function save() function in dokuwiki\\JWT
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/DSA/
H A DPrivateKey.php93 return $format::save($r, $s);
132 return $format::save($r, $s);
/dokuwiki/lib/plugins/config/core/
H A DConfiguration.php129 public function save() function in dokuwiki\\plugin\\config\\core\\Configuration
133 $this->writer->save(array_merge($this->settings, $undefined));

12