Home
last modified time | relevance | path

Searched defs:len (Results 1 – 4 of 4) sorted by path

/dokuwiki/inc/
H A DPassHash.php138 gen_salt($len = 32) global() argument
157 init_salt(& $salt, $len = 32, $cut = true) global() argument
[all...]
/dokuwiki/vendor/simplepie/simplepie/
H A Dautoloader.php66 $len = strlen($prefix); variable
/dokuwiki/vendor/splitbrain/php-archive/src/
H A DZip.php907 protected function makeCentralFileRecord($offset, $ts, $crc, $len, $clen, $name, $comp = null) argument
954 protected function makeLocalFileHeader($ts, $crc, $len, argument
992 makeCrcAndSize($crc, $len, $clen) global() argument
[all...]
/dokuwiki/vendor/splitbrain/php-cli/src/
H A DTableFormatter.php238 protected function pad($string, $len) argument