Home
last modified time | relevance | path

Searched refs:md5 (Results 151 – 175 of 327) sorted by relevance

12345678910>>...14

/plugin/html2pdf/html2pdf/html2ps/
H A Dbox.radiobutton.php27 $value = sprintf("___Value%s",md5(time().rand()));
/plugin/freechat/phpfreechat/src/commands/
H A Dprivmsg.class.php80 $pvrecipientid = md5($pvrecipient);
/plugin/shorturl/
H A Dhelper.php90 $hex = md5($pageID);
/plugin/givemeyouremail/
H A DREADME.txt29 Alternatively, you can also find the adresses in data/meta/[a md5 hash].givemeyouremail
/plugin/fblogin/lib/
H A Dfacebook.php74 $this->sharedSessionID = md5(uniqid(mt_rand(), true));
/plugin/webdav/core/Plugin/
H A DFakeLocker.php136 $lockInfo->token = md5($request->getPath());
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CardDAV/
H A DCardTest.php91 $this->assertEquals('"' . md5('card') . '"' , $this->card->getETag());
/plugin/discussion/
H A Dconvert.php128 $cid = md5($name.$date);
/plugin/statistics/inc/pchart/
H A DColor.php84 return new Color('#'.substr(md5($rand),0,6));
/plugin/advanced/admin/
H A Dconfig.php192 if (md5($content_old) === md5($content_new)) {
/plugin/imgpaste/
H A Daction.php135 $this->tempfile = $this->tempdir . '/' . md5($data);
/plugin/authucenter/lib/uc_client/control/
H A Duser.php130 $passwordmd5 = preg_match('/^\w{32}$/', $password) ? $password : md5($password);
133 } elseif($user['password'] != md5($passwordmd5.$user['salt'])) {
/plugin/freechat/phpfreechat/data/public/themes/default/
H A Dchat.js.tpl.php38 var pfc_clientid = <?php echo $json->encode(md5(uniqid(rand(), true))); ?>;
/plugin/freechat/phpfreechat/themes/default/
H A Dchat.js.tpl.php38 var pfc_clientid = <?php echo $json->encode(md5(uniqid(rand(), true))); ?>;
/plugin/lightweightcss/
H A Daction.php106 $tseed = md5($tseed.'admin');
/plugin/seqdia/
H A Dsyntax.php80 $return['md5'] = md5($input); // we only pass a hash around
/plugin/mathpublish/phpmathpublisher/
H A DPhpMathPublisher.php93 $nameImg = md5(trim($text) . $this->size) . '.png';
/plugin/mathpublish/
H A Dsyntax.php139 $ident = md5($math . '-' . $size);
/plugin/linkback/exe/
H A Dtrackback.php81 $lid = md5($_REQUEST['url']);
/plugin/dbquery/
H A Dhelper.php46 $conid = md5($dsn . $user . $pass);
/plugin/upgrade/
H A Dhelper.php330 $fmd5 = md5(@file_get_contents($from));
331 $tmd5 = md5(@file_get_contents($to));
/plugin/graphviz/
H A Dsyntax.php79 $return['md5'] = md5($input); // we only pass a hash around
/plugin/hcalendar/syntax/
H A Dhcal_renderer_helper.php92 …$txt .= ' <'.$this->getConf($tag_uid).' class="uid" style="font-size:4pt;">'.md5($dID).'</'.$this-…
/plugin/webdav/vendor/sabre/http/lib/Auth/
H A DAWS.php96 if ($contentMD5 != base64_encode(md5($body, true))) {
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Asset/
H A DAssetCache.php172 return md5($cacheKey.$salt);

12345678910>>...14