Home
last modified time | relevance | path

Searched refs:magic (Results 1 – 6 of 6) sorted by relevance

/dokuwiki/inc/
H A DPassHash.php36 $magic = '';
49 $magic = '1';
53 $magic = 'apr1';
57 $magic = 'S';
61 $magic = 'P';
65 $magic = 'H';
68 $magic = ['algo' => $m[1], 'iter' => $m[2]];
72 $magic = ['algo' => $m[1], 'iter' => $m[2]];
98 $magic = ['prefix' => $m[1], 'rounds' => $m[2]];
122 $newhash = $this->$call($clear, $salt, $magic);
[all …]
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/Formats/Keys/
H A DOpenSSH.php75 $magic = Strings::shift($key, 15);
76 if ($magic != "openssh-key-v1\0") {
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA/Formats/Keys/
H A DMSBLOB.php130 switch ($magic) {
/dokuwiki/lib/plugins/extension/
H A DInstaller.php500 $magic = fread($fh, 5);
503 if (strpos($magic, "\x50\x4b\x03\x04") === 0) {
/dokuwiki/vendor/splitbrain/php-archive/src/
H A DTar.php745 $magic = fread($fh, 5);
748 if(strpos($magic, "\x42\x5a") === 0) return Archive::COMPRESS_BZIP;
749 if(strpos($magic, "\x1f\x8b") === 0) return Archive::COMPRESS_GZIP;
/dokuwiki/vendor/simplepie/simplepie/
H A DCHANGELOG.md34 - Registry: Allow using class-strings instead of magic strings by @jtojnar and @Art4 in [#766](http…
85 - Do not use magic values for state machine state by @jtojnar in [#735](https://github.com/simplepi…