Home
last modified time | relevance | path

Searched refs:memory (Results 26 – 50 of 111) sorted by last modified time

12345

/plugin/authgooglesheets/vendor/monolog/monolog/
H A DCHANGELOG.md31 …* Fixed memory usage when using StreamHandler and calling stream_get_contents on the resource you …
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Compute/
H A DNodeTemplateNodeTypeFlexibility.php33 public $memory; variable in Google\\Service\\Compute\\NodeTemplateNodeTypeFlexibility
66 public function setMemory($memory) argument
68 $this->memory = $memory;
75 return $this->memory;
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/
H A DCHANGELOG.md197 - `copy_to_stream` reads bytes in chunks instead of `maxLen` into memory.
H A DREADME.md62 a PHP temp stream so that previously read bytes are cached first in memory,
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/Formats/Keys/
H A DPuTTY.php103 * @param int $memory
108 private static function generateV3Key($password, $flavour, $memory, $passes, $salt) argument
126 $temp = sodium_crypto_pwhash($length, $password, $salt, $passes, $memory << 10, $flavour);
238 … $memory = trim(preg_replace('#Argon2-Memory: (\d+)#', '$1', $key[$offset++]));
243 extract(self::generateV3Key($password, $flavour, $memory, $passes, $salt));
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/
H A DCHANGELOG.md189 * Fixed a memory leak in the curl handlers in which references to callbacks
457 * Fixed a memory leak in the CurlAdapter when reusing cURL handles.
/plugin/authgooglesheets/vendor/guzzlehttp/promises/
H A DCHANGELOG.md8 - Fix pool memory leak when empty array of promises provided
57 - Fixed coroutine promise memory leak.
/plugin/pureldap/vendor/freedsx/asn1/
H A DCHANGELOG.md36 * Performance and memory improvements.
/plugin/pureldap/vendor/freedsx/ldap/
H A DCHANGELOG.md41 * Vastly improved memory efficiency and performance in general (especially on large search results).
/plugin/commonmark/vendor/league/commonmark/
H A DCHANGELOG.md
/plugin/passpolicy/
H A D10k-common-passwords.txt4334 memory
H A Dwords.txt2229 memory
/plugin/quickstats/lang/en/
H A Dintro.txt3 Clicking on the 'Delete' button will save your deletions to memory; clicking on 'Confirm Deletion' …
/plugin/diagramsnet/lib/
H A Dworkbox-9fe249eb.js.map1 …sponse.body stream,\n // so fall back to reading the entire body into memory as a blob.\n co…
H A Dworkbox-bed83ea8.js.map1 …sponse.body stream,\n // so fall back to reading the entire body into memory as a blob.\n co…
H A Dworkbox-f163abaa.js.map1 …sponse.body stream,\n // so fall back to reading the entire body into memory as a blob.\n co…
/plugin/diagramsnet/lib/js/jquery/
H A Djquery-3.3.1.min.js2 …<o.length)!1===o[s].apply(n[0],n[1])&&e.stopOnFalse&&(s=o.length,n=!1)}e.memory||(n=!1),t=!1,i&&(o…
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D7.7.js.map1 …hcode',\n 'max',\n 'maximum',\n 'medium',\n 'members',\n 'memory',\n 'mesh',\n …
H A Dbundle.js.map1memory to compute the changes while\n // searching for the recursion point\n …
H A Deditor.worker.js.map1memory to compute the changes while\n // searching for the recursion point\n …
H A Djson.worker.js.map1memory to compute the changes while\n // searching for the recursion point\n …
/plugin/dirtylittlehelper/mermaid/editor/
H A Dfontawesome.all.min.css5 …k:before{content:"\f5a4"}.fa-meh-rolling-eyes:before{content:"\f5a5"}.fa-memory:before{content:"\f…
/plugin/webdav/vendor/sabre/dav/
H A DCHANGELOG.md204 * Massive calendars and addressbooks should see a big drop in peak memory
1550 result in much lower memory use.
2291 require to hold entire files in memory, which can be an issue if you're
/plugin/webdav/vendor/sabre/vobject/
H A DCHANGELOG.md193 * Lots of speedups and reduced memory usage!
212 circular references, allowing PHP to free up memory.
650 and use less memory.
/plugin/elwikiupgrade/
H A DVerboseTarLib.class.php22 protected $memory = ''; variable in VerboseTar
219 $this->memory = '';
355 if($comptype === self::COMPRESS_GZIP) return gzcompress($this->memory, $complevel);
356 if($comptype === self::COMPRESS_BZIP) return bzcompress($this->memory);
357 return $this->memory;
404 $this->memory .= $data;

12345