Searched refs:infos (Results 1 – 6 of 6) sorted by relevance
18 $infos = array();23 $infos[$index] = $value;25 $freeMemory = $infos['memfree']+$infos['buffers']+$infos['cached'];32 $infos = array();43 $infos[$index] = $value;45 $freeMemory = ($infos['vm.stats.vm.v_inactive_count']*$infos['hw.pagesize'])46 +($infos['vm.stats.vm.v_cache_count']*$infos['hw.pagesize'])47 +($infos['vm.stats.vm.v_free_count']*$infos['hw.pagesize']);
6 echo "-- Two empty iterators attached with infos that are different but same array key --\n";16 -- Two empty iterators attached with infos that are different but same array key --
464 * Pack a new phar infos1074 * Get the command stub infos.1474 $infos = array();1481 $infos['Hash-type'] = 'NONE';1484 $infos['Hash'] = $hash['hash'];1517 $infos['Entries'] = $count;1522 $infos['Uncompressed-size'] = $usize;1530 if (!isset($infos[$index])) {1534 echo $infos[$index];1539 foreach($infos as $which => $val) {[all …]
3929 … iterable $infos, string $separator, Closure $codeGenerator, ?string $parentCond = null): string { argument3931 foreach ($infos as $info) {
5150 # some infos on the header file available at :26491 # header in the first descriptor where there are some useful infos,
Completed in 135 milliseconds