| /dokuwiki/_test/tests/inc/ |
| H A D | media_searchlist.test.php | 19 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 D | JWTTest.php | 37 $jwt->save(); 66 $jwt->save();
|
| /dokuwiki/lib/plugins/config/_test/ |
| H A D | WriterTest.php | 32 $writer->save($settings); 47 $writer->save($settings); 68 $writer->save([]);
|
| /dokuwiki/vendor/splitbrain/slika/ |
| H A D | README.md | 19 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 D | Base.php | 88 public function save($data); function
|
| H A D | BaseDataCache.php | 136 return $this->cache->save($value);
|
| H A D | File.php | 106 public function save($data) function in SimplePie\\Cache\\File
|
| H A D | Memcached.php | 113 public function save($data) function in SimplePie\\Cache\\Memcached
|
| /dokuwiki/inc/lang/en/ |
| H A D | editrev.txt | 1 **You've loaded an old revision of the document!** If you save it, you will create a new version wi…
|
| H A D | revisions.txt | 3 …document. To revert to an old revision, select it from below, click ''Edit this page'' and save it.
|
| H A D | conflict.txt | 5 …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 D | Raw.php | 56 public static function save(BigInteger $r, BigInteger $s) function in phpseclib3\\Crypt\\Common\\Formats\\Signature\\Raw
|
| /dokuwiki/inc/Action/ |
| H A D | Authtoken.php | 31 $token->save();
|
| /dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Signature/ |
| H A D | ASN1.php | 58 public static function save(BigInteger $r, BigInteger $s) function in phpseclib3\\Crypt\\EC\\Formats\\Signature\\ASN1
|
| H A D | IEEE.php | 61 public static function save(BigInteger $r, BigInteger $s, $curve, $length) function in phpseclib3\\Crypt\\EC\\Formats\\Signature\\IEEE
|
| H A D | SSH2.php | 74 public static function save(BigInteger $r, BigInteger $s, $curve) function in phpseclib3\\Crypt\\EC\\Formats\\Signature\\SSH2
|
| /dokuwiki/vendor/splitbrain/slika/src/ |
| H A D | Adapter.php | 87 abstract public function save($path, $extension = ''); function in splitbrain\\slika\\Adapter
|
| /dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/DSA/Formats/Signature/ |
| H A D | ASN1.php | 58 public static function save(BigInteger $r, BigInteger $s) function in phpseclib3\\Crypt\\DSA\\Formats\\Signature\\ASN1
|
| H A D | SSH2.php | 62 public static function save(BigInteger $r, BigInteger $s) function in phpseclib3\\Crypt\\DSA\\Formats\\Signature\\SSH2
|
| /dokuwiki/inc/lang/ku/ |
| H A D | conflict.txt | 5 …hown below thoroughly, then decide which version to keep. If you choose ''save'', your version wil…
|
| /dokuwiki/vendor/splitbrain/php-archive/src/ |
| H A D | Archive.php | 121 abstract public function save($file); function in splitbrain\\PHPArchive\\Archive
|
| /dokuwiki/_test/data/pages/int/ |
| H A D | editandsavetest.txt | 1 This is a test page for testing the redirect happening on the ''edit and save'' workflow.
|
| /dokuwiki/inc/ |
| H A D | JWT.php | 111 $token->save(); 146 public function save() function in dokuwiki\\JWT
|
| /dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/DSA/ |
| H A D | PrivateKey.php | 93 return $format::save($r, $s); 132 return $format::save($r, $s);
|
| /dokuwiki/lib/plugins/config/core/ |
| H A D | Configuration.php | 129 public function save() function in dokuwiki\\plugin\\config\\core\\Configuration 133 $this->writer->save(array_merge($this->settings, $undefined));
|