Home
last modified time | relevance | path

Searched refs:memory (Results 1 – 25 of 111) sorted by relevance

12345

/plugin/zip/pear/File/Archive/Reader/
H A DMemory.php58 var $memory; variable in File_Archive_Reader_Memory
71 * @param string $memory is the content of the file.
79 function File_Archive_Reader_Memory(&$memory, $filename, argument
82 $this->memory = &$memory;
124 if ($this->offset == strlen($this->memory)) {
207 $this->memory = substr($this->memory, $this->offset + $seek);
212 $data .= substr($this->memory, 0, $length);
214 $this->memory = substr($this->memory, $length);
218 $this->memory = $data . $this->memory;
220 $this->memory = $data;
[all …]
/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/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/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;
/plugin/upgrade/vendor/splitbrain/php-archive/src/
H A DZip.php22 protected $memory = ''; variable in splitbrain\\PHPArchive\\Zip
88 * for memory efficiency.
266 * If $file is empty, the zip file will be created in memory
274 $this->memory = '';
507 * Returns the created in-memory archive data
516 return $this->memory;
520 * Save the created in-memory archive data
522 * Note: It's more memory effective to specify the filename in the create() function and
784 * Write to the open filepointer or memory
793 $this->memory
[all...]
H A DTar.php23 protected $memory = ''; variable in splitbrain\\PHPArchive\\Tar
102 * for memory efficiency.
227 * If $file is empty, the tar file will be created in memory
236 $this->memory = '';
390 * Returns the created in-memory archive data
404 return gzencode($this->memory, $this->complevel);
407 return bzcompress($this->memory);
409 return $this->memory;
413 * Save the created in-memory archive data
415 * Note: It more memory effectiv
[all...]
/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/memcache/
H A DREADME.md2 Abstraction wrapper to use persistent memory storage for caching data in Dokuwiki.
H A Dplugin.info.txt11 desc Abstraction wrapper to use persistent memory storage for caching data.
H A DREADME3 Abstraction wrapper to use persistent memory storage for caching data.
/plugin/impressjs/tpl/dokuwiki/
H A Dimpress.js36 memory = {};
39 if ( typeof memory[ prop ] === "undefined" ) {
44 memory[ prop ] = null;
47 memory[ prop ] = props[i];
54 return memory[ prop ];
/plugin/upgrade/vendor/splitbrain/php-archive/
H A DREADME.md43 // To create a new TAR archive directly on the filesystem (low memory
52 // To create a TAR archive directly in memory, create() it, add*()
/plugin/photogallery/phpThumb/
H A DphpThumb.config.php.default117 … is usually faster than GD functions; if false only use ImageMagick if PHP memory limit is too low.
134 // source images (>2Mpx) and low PHP memory limits. If PHP runs out of memory the script will usual…
135 …, multiply the dimensions of the largest image you can process with your memory limitation (e.g. 1…
136 // As a general guideline, this number will be about 20% of your PHP memory configuration, so 8M = …
138 …// memory_get_usage() will only be defined if your PHP is compiled with the --enable-memory-limit …
139 $PHPTHUMB_CONFIG['max_source_pixels'] = 0; // no memory limit
141 // calculate default max_source_pixels as 1/6 of memory limit configuration
143 //$PHPTHUMB_CONFIG['max_source_pixels'] = 0; // no memory limit
144 …source_pixels'] = 1920000; // allow 1600x1200 images (2Mpx), no larger (about 12MB memory required)
145 //$PHPTHUMB_CONFIG['max_source_pixels'] = 2795000; // 16MB memory limit
[all …]
/plugin/flowplay/flowplayer/
H A Djavascript.txt85 Starts loading the clip into the buffer memory. Does not start
94 Gets the percentage of buffer memory currently filled with data.
/plugin/quickstats/lang/en/
H A Dintro.txt3 Clicking on the 'Delete' button will save your deletions to memory; clicking on 'Confirm Deletion' …
/plugin/elasticsearch/vendor/react/promise/
H A DCHANGELOG.md87 * Feature: Improve memory consumption for pending promises by using static internal callbacks without binding to self.
92 * Feature: Significantly improve memory consumption and performance by only passing resolver args
100 memory growth in previous versions. By explicitly avoiding and explicitly
/plugin/dokukiwix/
H A DINSTALL22 …veral big external pictures, you may need to raise the timeout limit or the maximal memory allowed.
/plugin/pureldap/vendor/freedsx/asn1/
H A DCHANGELOG.md36 * Performance and memory improvements.
/plugin/sphinxsearch/
H A Dchangelog38 * Fixed bug with memory leak, now it requires not more than 7Mb
/plugin/zip/pear/File/
H A DArchive.php701 * @param string $memory content of the file
709 function readMemory($memory, $filename, $stat=array(), $mime=null) argument
712 return new File_Archive_Reader_Memory($memory, $filename, $stat, $mime);
/plugin/sphinxsearch-was/
H A Dchangelog48 * Fixed bug with memory leak, now it requires not more than 7Mb
/plugin/flowplay2/flowplayer/
H A Djavascript.txt61 Starts loading the clip into the buffer memory. Does not start
70 Gets the percentage of buffer memory currently filled with data.
/plugin/evesso/phpoauthlib/
H A DREADME.md39 …- You can use any storage mechanism for tokens. By default, session, in-memory and Redis.io (requi…
/plugin/oauth/vendor/lusitanian/oauth/
H A DREADME.md41 - You can use any storage mechanism for tokens. By default, session, in-memory and Redis.io (requires PHPRedis) storage mechanisms are included. Implement additional mechanisms by implementing `OAuth\Common\Token\TokenStorageInterface`.
/plugin/photogallery/phpThumb/docs/
H A Dphpthumb.faq.txt50 and ImageMagick is not installed on the server. The PHP memory
55 You can adjust the PHP memory limit in php.ini (if you have
57 ImageMagick on the server and that will bypass the memory limit
168 PHP memory, so phpThumb is simply extracting and using the

12345