| /plugin/zip/pear/File/Archive/Reader/ |
| 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; 85 $this->stat[7] = $this->stat['size'] = strlen($this->memory); 124 if ($this->offset == strlen($this->memory)) { 128 $actualLength = strlen($this->memory) - $this->offset; 130 $actualLength = min($length, strlen($this->memory) - $this->offset); 132 $result = substr($this->memory, $this->offset, $actualLength); 143 $length = strlen($this->memory) - $this->offset; [all …]
|
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/Compute/ |
| 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/aichat/ |
| D | cli.php | 341 …$this->notice('Peak memory used: {memory}', ['memory' => filesize_h(memory_get_peak_usage(true))]); 375 …$this->notice('Peak memory used: {memory}', ['memory' => filesize_h(memory_get_peak_usage(true))]);
|
| /plugin/bb4dw/ |
| D | sample.bib | 52 …perations. We present our implicit parallelisation technology for shared memory architectures base… 63 howpublished = "\url{https://devblogs.nvidia.com/maximizing-unified-memory-performance-cuda/}", 84 …gputechconf.com/gtc/2018/presentation/s8430-everything-you-need-to-know-about-unified-memory.pdf}", 97 …ntinental Automotive GmbH, shows that only up to 0.28% additional global memory is required to ena… 101 title={Shared memory multiprocessor support for functional array processing in SAC}, 168 keywords = {memory management, compiler optimisation, reference counting}, 227 …sfer between the host memory and various components of the GPU memory, and of manually optimizing … 291 …mainstream programming. Abundance of simple computational cores and high memory bandwidth make GPU… 307 …communication between two separate address spaces (the main memory of the CPU and the memory of th… 331 …ed with an approach that uses MPI to communicate between nodes, a shared memory model on-node and … [all …]
|
| /plugin/betadoku/src/ |
| D | server.php | 64 $memory = new \Yggverse\Cache\Memory( variable 72 $memory->flush(); 170 global $memory; 351 if ($content = $memory->get($path)) 500 $memory->set( 517 if ($content = $memory->get($path)) 657 $memory->set(
|
| /plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/Formats/Keys/ |
| 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/ |
| 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/ |
| 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);
|
| D | Tar.php | 23 protected $memory = ''; variable in splitbrain\\PHPArchive\\Tar 236 $this->memory = ''; 404 return gzencode($this->memory, $this->complevel); 407 return bzcompress($this->memory); 409 return $this->memory; 460 $this->memory .= $data;
|
| /plugin/authgooglesheets/vendor/guzzlehttp/promises/ |
| D | CHANGELOG.md | 8 - Fix pool memory leak when empty array of promises provided 57 - Fixed coroutine promise memory leak.
|
| /plugin/memcache/ |
| D | README.md | 2 Abstraction wrapper to use persistent memory storage for caching data in Dokuwiki.
|
| D | plugin.info.txt | 11 desc Abstraction wrapper to use persistent memory storage for caching data.
|
| D | README | 3 Abstraction wrapper to use persistent memory storage for caching data.
|
| /plugin/matrixnotifierwas/vendor/guzzlehttp/promises/ |
| D | CHANGELOG.md | 53 - Fix pool memory leak when empty array of promises provided 106 - Fixed coroutine promise memory leak.
|
| /plugin/impressjs/tpl/dokuwiki/ |
| 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/betadoku/ |
| D | README.md | 5 …he-php](https://github.com/YGGverse/cache-php) to save compiled pages in memory and [manticore](ht… 37 On every start, previous memory cache will be cleaned and new search index created.
|
| /plugin/upgrade/vendor/splitbrain/php-archive/ |
| 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/ |
| 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/ |
| 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/ |
| D | intro.txt | 3 Clicking on the 'Delete' button will save your deletions to memory; clicking on 'Confirm Deletion' …
|
| /plugin/dokukiwix/ |
| D | INSTALL | 22 …veral big external pictures, you may need to raise the timeout limit or the maximal memory allowed.
|
| /plugin/elasticsearch/vendor/react/promise/ |
| D | CHANGELOG.md | 87 …* Feature: Improve memory consumption for pending promises by using static internal callbacks wi… 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/sphinxsearch/ |
| D | changelog | 38 * Fixed bug with memory leak, now it requires not more than 7Mb
|
| /plugin/zip/pear/File/ |
| 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/pureldap/vendor/freedsx/asn1/ |
| H A D | CHANGELOG.md | 36 * Performance and memory improvements.
|