Searched refs:hash (Results 1 – 13 of 13) sorted by relevance
/web-php/manual/ |
H A D | vote-note.php | 20 $hash = substr(md5($_REQUEST['page']), 0, 16); variable 21 $notes_file = $_SERVER['DOCUMENT_ROOT'] . "/backend/notes/" . substr($hash, 0, 2) . "/$hash"; 66 $hash = substr(md5($_REQUEST['page']), 0, 16); variable 67 … $notes_file = $_SERVER['DOCUMENT_ROOT'] . "/backend/notes/" . substr($hash, 0, 2) . "/$hash";
|
/web-php/include/ |
H A D | version.inc | 80 foreach ($release['sha256'] as $format => $hash) { 84 'sha256' => $hash,
|
H A D | shared-manual.inc | 98 $hash = substr(md5($id), 0, 16); 100 substr($hash, 0, 2) . "/$hash";
|
H A D | errors.inc | 221 'phar.require-hash' => 'phar.configuration.php#ini.phar.require-hash', 297 'session.hash-function' => 'session.configuration.php#ini.session.hash-function', 298 …'session.hash-bits-per-character' => 'session.configuration.php#ini.session.hash-bits-per-characte…
|
H A D | pregen-news.inc | 9468 <li><a href="https://wiki.php.net/rfc/hash-context.as-resource">HashContext as Object</a></li> 9469 <li><a href="https://wiki.php.net/rfc/argon2_password_hash">Argon2 in password hash</a></li>
|
/web-php/releases/ |
H A D | NEWS_5_4_0_alpha1.txt | 152 . Added Jenkins's one-at-a-time hash support. (Martin Jansen) 153 . Added FNV-1 hash support. (Michael Maclean)
|
H A D | NEWS_5_4_0_RC1.txt | 374 . Added Jenkins's one-at-a-time hash support. (Martin Jansen) 375 . Added FNV-1 hash support. (Michael Maclean) 1234 . Fixed bug #51003 (unaligned memory access in ext/hash/hash_tiger.c). 2185 . ext/mhash (BC layer is now entirely within ext/hash) 2345 - Improved hash extension: 2348 . Added sha224 hash algorithm to the hash extension. (Scott) 2558 - Added ext/hash support to ext/session's ID generator. (Sara) 2759 - Fixed bug #45911 (Cannot disable ext/hash). (Arnaud) 3313 hash()). (Tony) 4083 - Fixed bug #41159 (mysql_pconnect() hash does not account for connect [all …]
|
H A D | NEWS_5_4_0_beta1.txt | 278 . Added Jenkins's one-at-a-time hash support. (Martin Jansen) 279 . Added FNV-1 hash support. (Michael Maclean) 1138 . Fixed bug #51003 (unaligned memory access in ext/hash/hash_tiger.c). 2089 . ext/mhash (BC layer is now entirely within ext/hash) 2249 - Improved hash extension: 2252 . Added sha224 hash algorithm to the hash extension. (Scott) 2462 - Added ext/hash support to ext/session's ID generator. (Sara) 2663 - Fixed bug #45911 (Cannot disable ext/hash). (Arnaud) 3217 hash()). (Tony) 3987 - Fixed bug #41159 (mysql_pconnect() hash does not account for connect [all …]
|
H A D | NEWS_5_4_0_beta2.txt | 329 . Added Jenkins's one-at-a-time hash support. (Martin Jansen) 330 . Added FNV-1 hash support. (Michael Maclean)
|
/web-php/releases/8.2/ |
H A D | release.inc | 209 hash('sha256', "Example seed that is converted to a 256 Bit string via SHA-256", true)
|
/web-php/js/ |
H A D | common.js | 819 $link.attr('href', $link.attr('href') + window.location.hash);
|
/web-php/ |
H A D | composer.lock | 7 "content-hash": "98e690a64c1368304ebcdee162b454ad",
|
/web-php/js/ext/ |
H A D | jquery-3.6.0.min.js | 2 …==e.nodeType);return!1}}),target:function(e){var t=n.location&&n.location.hash;return t&&t.slice(1…
|
Completed in 134 milliseconds