Home
last modified time | relevance | path

Searched refs:md5 (Results 101 – 125 of 327) sorted by relevance

12345678910>>...14

/plugin/freechat/phpfreechat/data/public/js/
H A Dmd5.js36 var md5 = class
322 if(!String.prototype.md5)
323 String.prototype.md5 = function()
325 return md5.hex_md5(this);
/plugin/etherpadlite/action/
H A Detherpadlite.php61 $newpageid = md5(uniqid("dokuwiki:".md5($ID).":$rev:", true));
380 $pageid = md5(uniqid("dokuwiki:".md5($ID).":$rev:", true));
/plugin/cryptsign/
H A Dsyntax.php59 $check = md5($ID.$user.trim($text).auth_cookiesalt());
/plugin/freechat/phpfreechat/src/proxies/
H A Dchecktimeout.class.php65 $cmdp["recipientid"] = md5($chan); // @todo: clean the recipient/recipientid notion
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Cache/
H A DConfigCache.php119 $key = md5($resource);
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/
H A DHttpHeadTest.php47 'ETag' => ['"' . md5('foo') . '"'],
/plugin/dokutexit/
H A Dlatex.php77 $this->putcmd("label{" . md5($cleanid) . "}");
135 $this->putcmd("label{" . md5($cleanid) . "}"); //label for links on headers
428 $md5 = md5($cleanid);
432 $this->putcmd('hyperref[' . $md5 . ']{');
453 $md5 = md5($cleanid);
456 'hash' => $md5));
463 $this->put($md5);
1330 $this->put(md5($filename));
/plugin/bureaucracy-au/helper/
H A Dfieldyesno.php82 $id = 'bureaucracyau__'.md5(rand());
/plugin/bureaucracyau/helper/
H A Dfieldyesno.php82 $id = 'bureaucracyau__'.md5(rand());
/plugin/authradius/
H A Dmschap.php54 mt_srand(hexdec(substr(md5(microtime()), -8)) & 0x7fffffff);
/plugin/mimetex/
H A Dmimetexrender.php112 $tmp = md5(rand());
/plugin/csv/syntax/
H A Dvalue.php62 $cache = md5(serialize($opt));
/plugin/bureaucracy/helper/
H A Dfieldyesno.php82 $id = 'bureaucracy__'.md5(rand());
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dmodule.audio.flac.php187 $md5 = $info['flac']['STREAMINFO']['audio_signature'];
188 for ($i = 0; $i < strlen($md5); $i++) {
189 $info['md5_data_source'] .= str_pad(dechex(ord($md5[$i])), 2, '00', STR_PAD_LEFT);
/plugin/icalevents/vendor/sabre/vobject/bin/
H A Dgenerateicalendardata.php45 $event->UID = md5(microtime(true));
/plugin/directions/syntax/
H A Dgraph.php77 $return['md5'] = md5($dotcode); // we only pass a hash around
/plugin/googleanalytics/
H A Daction.php62 … $options['userId'] = md5(auth_cookiesalt() . 'googleanalytics' . $_SERVER['REMOTE_USER']);
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/Mock/
H A DCollection.php96 return '"' . md5($data) . '"';
/plugin/evesso/classes/
H A DEveOnlineAdapter.php98 $parameters['state'] = urlencode(base64_encode(json_encode(array('state' => md5(rand())))));
/plugin/blogtng/action/
H A Dpagedata.php41 $pid = md5($ID);
/plugin/owncloud/
H A Daction.php127 …$helper->dbQuery('DELETE FROM `*PREFIX*dokuwiki_media_use` WHERE `wikipage_hash` = ?', array(md5($…
227 …ipage`,`wikipage_hash`,`firstheading`) VALUES (?,?,?,?)', array($fileid, $ID, md5($ID), $heading));
/plugin/linkfix/
H A Dadmin.php141 $crc = md5($text);
200 if($crc == md5($text)) {
/plugin/avatar/
H A Dmonsterid.php15 $hash = md5($seed);
/plugin/freechat/phpfreechat/src/commands/
H A Djoin.class.php75 return md5(pfcCommand_join::GetRecipient($channame));
/plugin/html2pdf/html2pdf/html2ps/
H A Dimage.class.php122 return CACHE_DIR.md5(time() + $url + rand());

12345678910>>...14