Home
last modified time | relevance | path

Searched refs:md5 (Results 176 – 200 of 327) sorted by relevance

12345678910>>...14

/plugin/freechat/phpfreechat/src/commands/
H A Dleave.class.php58 $id = md5($pvrecipient);
/plugin/externalembed/
H A Daction.php139 $cacheHelper->updateETag(md5(time()));
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DDeduplicationHandler.php76 …uplicationStore === null ? sys_get_temp_dir() . '/monolog-dedup-' . substr(md5(__FILE__), 0, 20) .…
/plugin/davcal/vendor/sabre/dav/bin/
H A Dmigrateto20.php442 md5($row['carddata']),
H A Dmigrateto17.php277 'etag' => md5($calendarData),
/plugin/davcal/vendor/sabre/http/lib/Auth/
H A DAWS.php96 if ($contentMD5 != base64_encode(md5($body, true))) {
/plugin/poll/
H A Dsyntax.php65 $pfile = metaFN(md5($title), '.poll');
/plugin/html2pdf/html2pdf/html2ps/
H A Dbox.checkbutton.php64 $value = sprintf("___Value%s",md5(time().rand()));
/plugin/zerolinecss/
H A DREADME.md28 'href' => '/lib/exe/css.php?t=' . $conf['template'] . '&tseed=' . md5($updateVersion)
/plugin/struct/types/
H A DMedia.php105 $id = $htmlID ?: 'struct__' . md5($name . $count);
/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);
/plugin/const/
H A Dclass.evalmath.php1149 $md5string = md5( self::_get_random_seed() );
1153 $md5string .= md5( $md5string );
1169 $random_values = unpack( 'v', md5( self::_get_random_seed(), true ) );
/plugin/visrep/
H A Dsyntax.php66 'md5' => md5($match),
/plugin/authucenter/lib/uc_client/lib/
H A Dsendmail.inc.php116 …$headers .= 'Message-ID: <'.gmdate('YmdHs').'.'.substr(md5($mail['message'].microtime()), 0, 6).ra…
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/Formats/Keys/
H A DPKCS1.php116 $symkey .= md5($symkey . $password . $iv, true);
/plugin/davcal/vendor/sabre/dav/lib/DAV/
H A DTemporaryFileFilterPlugin.php168 return $this->getDataDir() . '/sabredav_' . md5($path) . '.tempfile';
/plugin/authgoogle/google/io/
H A DGoogle_HttpRequest.php264 return md5($key);
/plugin/webdav/vendor/sabre/dav/lib/DAV/
H A DTemporaryFileFilterPlugin.php171 return $this->getDataDir() . '/sabredav_' . md5($path) . '.tempfile';
/plugin/farmer/3rdparty/
H A DRingIcon.php106 $this->seed = md5($this->seed);
/plugin/elwikiupgrade/
H A Dadmin.php471 $fmd5 = md5(@file_get_contents($from));
472 $tmd5 = md5(@file_get_contents($to));
/plugin/matrixnotifier/
H A Dhelper.php159 …nt/r0/rooms/'.$roomid.'/send/m.room.message/'.uniqid('docuwiki', true).'-'.md5(strval(random_int(0…
/plugin/siteexport/
H A Dcron.php199 return md5($parameters);
/plugin/quickstats/scripts/
H A Dextended_data.php373 if(isset($page_users[md5($page)])) {
374 $temp[$page] = array('accesses'=>$accesses, 'ips'=>$page_users[md5($page)]);
/plugin/owncloud/
H A Dhelper.php52 $storageId = md5($storageId);
176 …*filecache` USING(`fileid`) WHERE `wikipage_hash` = ? ORDER BY `fileid` ASC', array(md5($wikiid)));
600 $xlink .= '?hash='.substr(md5(auth_cookiesalt().$id), 0, 6);
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/
H A DPlugin.php793 $before = md5($data);
797 if ($before !== md5($data)) $modified = true;
894 if (!$modified && $before !== md5($data)) {

12345678910>>...14