Home
last modified time | relevance | path

Searched refs:md5 (Results 201 – 225 of 327) sorted by relevance

12345678910>>...14

/plugin/combo/ComboStrap/
H A DFetcherMarkup.php1408 $md5 = md5($this->markupString);
1409 return "Markup String Execution ($md5)";
H A DEvent.php209 $entry["data_hash"] = md5($entry["data"]);
/plugin/zenlogin/
H A Daction.php78 return md5($user.$password.$this->zp_userpass_hash);
/plugin/graphgear/
H A Dsyntax.php70 $xmlid = md5($xml);
/plugin/rssticker/
H A DlastRSS.php66 $cache_file = $this->cache_dir . '/rsscache_' . md5($rss_url);
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/
H A DValidateICalTest.php94 …'ETag' => ['"' . md5("BEGIN:VCALENDAR\r\nBEGIN:VEVENT\r\nUID:foo\r\nEND:VEVENT\r\nEND:VCALENDAR\r\…
H A DCalendarObjectTest.php350 $this->assertEquals('"' . md5('foo') . '"', $obj->getETag());
/plugin/oauth/
H A DOAuthManager.php171 return md5($mail);
H A DAdapter.php190 'state' => md5(random_int(0, mt_getrandmax())),
/plugin/jplayer/vendor/mustache/mustache/src/Mustache/
H A DCompiler.php314 $key = ucfirst(md5($code));
385 $key = ucfirst(md5($delims . "\n" . $source));
/plugin/davcal/vendor/sabre/dav/lib/CardDAV/
H A DPlugin.php336 $before = md5($data);
341 if (md5($data) !== $before) $modified = true;
/plugin/plantuml/
H A Dsyntax.php91 $return['md5'] = md5($input);
/plugin/ebookexport/
H A Daction.php95 …^(........)(....)(....)(....)(............).*/','${1}-${2}-${3}-${4}-${5}',md5($conf['title'] . $m…
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/Schedule/
H A DSchedulingObjectTest.php313 $this->assertEquals('"' . md5('foo') . '"', $obj->getETag());
/plugin/quiz/
H A Dclass_quiz.php482 $pfile = metaFN(md5($this->quizID), '.quiz');
527 $pfile = metaFN(md5($this->quizID), '.quiz');
/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));
/plugin/gallery/
H A Dsyntax.php
/plugin/sentry/
H A DEvent.php49 $this->data['event_id'] = md5(random_bytes(512));
/plugin/freechat/phpfreechat/lib/csstidy-1.2/
H A Dcss_optimiser.php301 $filename = md5(mt_rand().time().mt_rand());
/plugin/svgembed/
H A Dsyntax.php264 $svgembed_md5 = sprintf('svgembed_%s', md5(ml($data['src'], $ml_array)));
/plugin/remotescript/lib/JsHttpRequest/
H A DJsHttpRequest.php74 $this->_uniqHash = md5(microtime() . getmypid());
/plugin/multipoll/
H A Dsyntax.php118 $pfile = metaFN(md5($title), '.multipoll');
/plugin/authyubikey/lib/
H A DYubico.php291 'nonce'=>md5(uniqid(rand())));
/plugin/ryubin/syntax/
H A Dryubin.php44 $data['id'] = substr(md5($img),0,8);

12345678910>>...14