/plugin/zip/pear/File/Archive/Reader/ |
H A D | Memory.php | 58 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 D | NodeTemplateNodeTypeFlexibility.php | 33 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 D | PuTTY.php | 103 * @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 D | VerboseTarLib.class.php | 22 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 D | Zip.php | 22 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 D | Tar.php | 23 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 D | CHANGELOG.md | 8 - Fix pool memory leak when empty array of promises provided 57 - Fixed coroutine promise memory leak.
|
/plugin/memcache/ |
H A D | README.md | 2 Abstraction wrapper to use persistent memory storage for caching data in Dokuwiki.
|
H A D | plugin.info.txt | 11 desc Abstraction wrapper to use persistent memory storage for caching data.
|
H A D | README | 3 Abstraction wrapper to use persistent memory storage for caching data.
|
/plugin/impressjs/tpl/dokuwiki/ |
H A D | impress.js | 36 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 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*()
|
/plugin/photogallery/phpThumb/ |
H A D | phpThumb.config.php.default | 117 … 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 D | javascript.txt | 85 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 D | intro.txt | 3 Clicking on the 'Delete' button will save your deletions to memory; clicking on 'Confirm Deletion' will remove them from the cache. There is no harm
|
/plugin/elasticsearch/vendor/react/promise/ |
H A D | CHANGELOG.md | 87 * 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 D | INSTALL | 22 …veral big external pictures, you may need to raise the timeout limit or the maximal memory allowed.
|
/plugin/pureldap/vendor/freedsx/asn1/ |
H A D | CHANGELOG.md | 36 * Performance and memory improvements.
|
/plugin/sphinxsearch/ |
H A D | changelog | 38 * Fixed bug with memory leak, now it requires not more than 7Mb
|
/plugin/zip/pear/File/ |
H A D | Archive.php | 701 * @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 D | changelog | 48 * Fixed bug with memory leak, now it requires not more than 7Mb
|
/plugin/flowplay2/flowplayer/ |
H A D | javascript.txt | 61 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 D | README.md | 39 …- You can use any storage mechanism for tokens. By default, session, in-memory and Redis.io (requi…
|
/plugin/oauth/vendor/lusitanian/oauth/ |
H A D | README.md | 41 - 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 D | phpthumb.faq.txt | 50 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
|