Home
last modified time | relevance | path

Searched refs:md5 (Results 1 – 25 of 37) sorted by relevance

12

/dokuwiki/vendor/simplepie/simplepie/src/
H A DCopyright.php96 return md5(serialize($this));
H A DRating.php96 return md5(serialize($this));
H A DRestriction.php105 return md5(serialize($this));
H A DCredit.php105 return md5(serialize($this));
H A DAuthor.php106 return md5(serialize($this));
H A DCategory.php119 return md5(serialize($this));
H A DCaption.php123 return md5(serialize($this));
H A DItem.php119 return md5(serialize($this->data));
217 public function get_id($hash = false, $fn = 'md5')
238 $fn = 'md5';
1176 $algo = 'md5';
1190 $algo = 'md5';
1696 $algo = 'md5';
1713 $algo = 'md5';
2075 $algo = 'md5';
H A DEnclosure.php274 return md5(serialize($this));
/dokuwiki/inc/Ui/
H A DEditor.php45 $check = md5('');
47 $check = md5($TEXT);
49 $mod = (md5($TEXT) !== $check);
/dokuwiki/inc/
H A DPassHash.php41 // have 'U' added as the first character and need an extra md5().
43 $clear = md5($clear);
77 } elseif (preg_match('/^md5\$(.{5})\$/', $hash, $m)) {
102 $method = 'md5';
206 return "{SMD5}" . base64_encode(md5($clear . $salt, true) . $salt);
230 $bin = pack("H32", md5($clear . $salt . $clear));
237 $bin = pack("H32", md5($text));
243 $bin = pack("H32", md5($new));
262 * Password hashing method 'md5'
271 return md5(
[all...]
H A Dpageutils.php383 return $conf['lockdir'] . '/' . md5(cleanID($id)) . '.lock';
603 * @param string $data This data is used to create a unique md5 name
610 $md5 = md5($data);
611 $file = $conf['cachedir'] . '/' . $md5[0] . '/' . $md5 . $ext;
H A Dsearch.php234 $info['hash'] = md5(io_readFile(mediaFN($info['id']), false));
366 * $opts['hash'] do md5 sum of content?
410 $item['hash'] = md5(trim(rawWiki($item['id'])));
579 if (!empty($opts['hash'])) $item['hash'] = md5(io_readFile($base . '/' . $file, false));
H A Dio.php438 $lockDir = $conf['lockdir'] . '/' . md5($file);
467 $lockDir = $conf['lockdir'] . '/' . md5($file);
621 $dir = md5(uniqid(random_int(0, mt_getrandmax()), true));
H A Dhttputils.php30 $etag = '"' . md5($last_modified) . '"';
H A Dconfutils.php160 $jqmod = md5(implode('-', $versions));
H A DMailer.class.php49 $this->partid = substr(md5(uniqid(random_int(0, mt_getrandmax()), true)), 0, 8) . '@' . $server;
50 $this->boundary = '__________' . md5(uniqid(random_int(0, mt_getrandmax()), true));
H A Dinit.php121 define('DOKU_COOKIE', 'DW' . md5(DOKU_REL . (($conf['securecookie']) ? $serverPort : '')));
/dokuwiki/inc/Subscriptions/
H A DBulkSubscriptionSender.php145 $lock = $conf['lockdir'] . '/_subscr_' . md5($id) . '.lock';
175 $lock = $conf['lockdir'] . '/_subscr_' . md5($id) . '.lock';
/dokuwiki/vendor/simplepie/simplepie/src/Cache/
H A DMemcache.php106 $this->name = $this->options['extras']['prefix'] . md5("$name:$type");
H A DMemcached.php103 $this->name = $this->options['extras']['prefix'] . md5("$name:$type");
/dokuwiki/inc/Action/
H A DResendpwd.php156 $token = md5(auth_randombytes(16)); // random secret
/dokuwiki/lib/exe/
H A Djs.php87 $cache = new Cache('scripts' . $_SERVER['HTTP_HOST'] . $_SERVER['SERVER_PORT'] . md5(serialize($files)), '.js');
/dokuwiki/lib/plugins/popularity/
H A Dhelper.php142 $data['anon_id'] = md5(auth_cookiesalt());
/dokuwiki/lib/plugins/extension/helper/
H A Dextension.php305 if (!empty($this->localInfo['email'])) return md5($this->localInfo['email']);
975 $file = md5($url);

12