Searched refs:memory (Results 1 – 7 of 7) sorted by relevance
| /dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/Formats/Keys/ |
| H A D | PuTTY.php | 91 * @param int $memory 96 private static function generateV3Key($password, $flavour, $memory, $passes, $salt) argument 114 $temp = sodium_crypto_pwhash($length, $password, $salt, $passes, $memory << 10, $flavour); 225 … $memory = trim(preg_replace('#Argon2-Memory: (\d+)#', '$1', $key[$offset++])); 230 extract(self::generateV3Key($password, $flavour, $memory, $passes, $salt));
|
| /dokuwiki/vendor/splitbrain/php-archive/src/ |
| H A D | Zip.php | 22 protected $memory = ''; variable in splitbrain\\PHPArchive\\Zip 274 $this->memory = ''; 516 return $this->memory; 793 $this->memory .= $data; 814 $this->memory .= substr_replace($this->memory, $data, $offset); 838 return strlen($this->memory);
|
| H A D | Tar.php | 24 protected $memory = ''; variable in splitbrain\\PHPArchive\\Tar 266 $this->memory = ''; 448 return gzencode($this->memory, $this->complevel); 451 return bzcompress($this->memory); 453 return $this->memory; 506 $this->memory .= $data;
|
| /dokuwiki/vendor/splitbrain/php-archive/ |
| H A D | README.md | 43 // To create a new TAR archive directly on the filesystem (low memory 52 // To create a TAR archive directly in memory, create() it, add*()
|
| /dokuwiki/vendor/simplepie/simplepie/ |
| H A D | CHANGELOG.md | 139 * Reduce memory when parsing large feeds by @Alkarex in [#672](https://github.com/simplepie/simplep… 302 * Fixed an issue with memory leaks. [#287](https://github.com/simplepie/simplepie/pull/287)
|
| /dokuwiki/vendor/geshi/geshi/ |
| H A D | CHANGELOG | 452 - Fixed a "memory leak" in the *_regexp_caches (milian) 494 …The slightly increased memory consumption (~150KB for PHP language file) is more than worth it! (m… 495 - Some more memory & speed optimizations all over GeSHi (milian) 496 * Reduced memory overhead when highlighting keywords (BenBE)
|
| /dokuwiki/lib/scripts/jquery/ |
| H A D | jquery.min.js | 2 …<s.length)!1===s[l].apply(t[0],t[1])&&r.stopOnFalse&&(l=s.length,t=!1)}r.memory||(t=!1),i=!1,a&&(s…
|