Home
last modified time | relevance | path

Searched refs:md5 (Results 26 – 50 of 327) sorted by path

12345678910>>...14

/plugin/autotweet/
H A DOAuth.php477 return md5($mt . $rand); // md5s look nicer than numbers
/plugin/avatar/
H A Dhelper.php77 $seed = md5(dokuwiki\Utf8\PhpString::strtolower($mail));
H A Dmonsterid.php15 $hash = md5($seed);
/plugin/batchedit/
H A Dengine.php743 return md5($time['sec'] . $time['usec'] . $USERINFO['name'] . $USERINFO['mail']);
/plugin/blogtng/action/
H A Dcomments.php59 $this->commenthelper->unsubscribe_by_key(md5($ID), $INPUT->str('btngu'));
H A Dedit.php59 $pid = md5($ID);
162 $pid = md5($ID);
303 $pid = md5($ID);
H A Dentry.php44 $pid = md5($ID);
70 $pid = md5($ID);
H A Dpagedata.php41 $pid = md5($ID);
/plugin/blogtng/helper/
H A Dcomments.php349 $this->sqlitehelper->getDB()->query($sql,strtolower($mail),$optin,md5(time()));
353 $this->sqlitehelper->getDB()->query($sql,strtolower($mail),$optin,md5(time()));
H A Dentry.php188 if(!$this->entry['pid'] || $this->entry['pid'] == md5('')){
617 $pid = md5(cleanID($id));
913 $pid = md5(cleanID($id));
H A Dlinkback.php31 $ehelper->load_by_pid(md5($ID));
53 $comment->setPid(md5($id));
/plugin/botbouncer/lib/
H A Dbotbouncer.php423 $cached = $this->getCache('mollom'.md5(serialize($data)));
440 $this->setCache('mollom'.md5(serialize($data)),$isSpam);
508 $this->setCache('akismet'.md5(serialize($data)),$isSpam);
H A Dmollom.php349 $nonce = md5(time());
/plugin/btable/
H A Dexport.php31 $file = DOKU_INC.metaFN(md5($dID), '.btable');
/plugin/btable2/
H A Dexport.php31 $file = DOKU_INC.metaFN(md5($dID), '.btable');
H A Dsyntax.php146 $dfile = metaFN(md5($dID), '.btable');
/plugin/bureaucracy-au/helper/
H A Dfieldyesno.php82 $id = 'bureaucracyau__'.md5(rand());
/plugin/bureaucracy/helper/
H A Dfieldyesno.php82 $id = 'bureaucracy__'.md5(rand());
/plugin/bureaucracyau/helper/
H A Dfieldyesno.php82 $id = 'bureaucracyau__'.md5(rand());
/plugin/captcha/
H A Dhelper.php28 $this->field_in = md5($this->fixedIdent() . $this->field_in);
29 $this->field_sec = md5($this->fixedIdent() . $this->field_sec);
30 $this->field_hp = md5($this->fixedIdent() . $this->field_hp);
195 $ident = hexdec(substr(md5($ident), 5, 5)); // use part of the md5 to generate an int
198 return md5($comb);
/plugin/charter/lib/pchart/
H A DpCache.class.php114 $mKey = $mKey.md5($tKey);
116 return(md5($mKey));
/plugin/ckgdoku/action/
H A Dedit.php982 $nval = substr(md5(time), -20);
/plugin/ckgedit/action/
H A Dedit.php142 $nval = substr(md5(time()), -20);
H A Dsave.php80 $fn = md5($matches[3]) . ".$ext";
/plugin/codemirror/dist/modes/
H A Dmirc.min.js.map1 …r \" +\n \"$maddress $mask $matchkey $matchtok $md5 $me $menu $menubar …

12345678910>>...14