Home
last modified time | relevance | path

Searched refs:md5 (Results 301 – 325 of 327) sorted by last modified time

1...<<11121314

/plugin/fedauth/
H A Daction.php25 if (!defined('FEDAUTH_COOKIE')) define('FEDAUTH_COOKIE', 'DWFA'.md5(DOKU_REL.(($conf['securecookie'…
/plugin/facebookalbum/
H A Dfacebook.php933 return md5($base_string);
/plugin/jdraw/lib/
H A Dcommons-codec-1.3.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/dokubookmark/
H A Dhelper.php117 $check = md5('');
119 $check = md5($TEXT);
121 $mod = md5($TEXT) !== $check;
/plugin/ryubin/syntax/
H A Dryubin.php44 $data['id'] = substr(md5($img),0,8);
/plugin/rssticker/
H A DlastRSS.php66 $cache_file = $this->cache_dir . '/rsscache_' . md5($rss_url);
/plugin/autotweet/
H A DOAuth.php477 return md5($mt . $rand); // md5s look nicer than numbers
/plugin/latex/
H A Dadmin.php228 $md5 = md5($testformula);
229 $outname = $plug->_latex->getPicturePath()."/img".$md5.'.'.$plug->_latex->_image_format;
H A Dclass.latexrender.php142 $formula_hash = md5($latex_formula);
221 $this->_tmp_filename = md5(rand().$destination);
/plugin/directions/syntax/
H A Dgraph.php77 $return['md5'] = md5($dotcode); // we only pass a hash around
/plugin/translator/
H A Dhelper.php164 return md5($key . $value);
/plugin/shorturl/
H A Dhelper.php90 $hex = md5($pageID);
/plugin/quiz/
H A Dclass_quiz.php482 $pfile = metaFN(md5($this->quizID), '.quiz');
527 $pfile = metaFN(md5($this->quizID), '.quiz');
/plugin/groupmgr/
H A Dsyntax.php292 $hn = md5($name);
303 $chk = "chk_" . $hn . "_" . md5($g);
/plugin/seqdia/
H A Dsyntax.php80 $return['md5'] = md5($input); // we only pass a hash around
/plugin/farm/
H A Dsoapconfig.class.php106 …$pwdh = function_exists('md5') ? md5($_POST['soap_remoteapp_pwd']) : (function_exists('mhash') ? b…
/plugin/multipoll/
H A Dsyntax.php118 $pfile = metaFN(md5($title), '.multipoll');
/plugin/hcalendar/syntax/
H A Dhcal_renderer_helper.php92 …$txt .= ' <'.$this->getConf($tag_uid).' class="uid" style="font-size:4pt;">'.md5($dID).'</'.$this-…
/plugin/givemeyouremail/
H A DREADME.txt29 Alternatively, you can also find the adresses in data/meta/[a md5 hash].givemeyouremail
/plugin/charter/lib/pchart/
H A DpCache.class.php114 $mKey = $mKey.md5($tKey);
116 return(md5($mKey));
/plugin/register/
H A Dsyntax.php66 $hash = md5(serialize($match));
/plugin/vote/
H A Dsyntax.php149 $vote_log_file = metaFN( md5( $title ), '.vote' );
183 $vote_log_file = metaFN( md5( $title ), '.vote' );
193 $vote_log_file = metaFN( md5( $title ), '.vote' );
/plugin/svg/
H A Dsyntax.php177 . md5( getID() ) . $syntax_plugin_svg_pcount
192 . md5( getID() ) . $syntax_plugin_svg_pcount
205 . md5( getID() ) . $syntax_plugin_svg_pcount . '.svg" width="'
215 . md5( getID() ) . $syntax_plugin_svg_pcount . '.svg" width="'
224 . md5( getID() ) . $syntax_plugin_svg_pcount . '.svg" width="'
H A Dsyntax.php.save102 md5( getID() ) .
116 $filename = md5( getID() ) . $syntax_plugin_svg_pcount . '.svg';
177 . md5( getID() ) . $syntax_plugin_svg_pcount
192 . md5( getID() ) . $syntax_plugin_svg_pcount
205 . md5( getID() ) . $syntax_plugin_svg_pcount . '.svg" width="'
215 . md5( getID() ) . $syntax_plugin_svg_pcount . '.svg" width="'
224 . md5( getID() ) . $syntax_plugin_svg_pcount . '.svg" width="'
/plugin/remotescript/lib/JsHttpRequest/
H A DJsHttpRequest.php74 $this->_uniqHash = md5(microtime() . getmypid());

1...<<11121314