Home
last modified time | relevance | path

Searched refs:md5 (Results 201 – 225 of 327) sorted by last modified time

12345678910>>...14

/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/tests/
H A DGeneratorTest.php183 $className = 'X' . md5(microtime());
192 $className = 'X' . md5(microtime());
/plugin/findologicxmlexport/vendor/hoa/compiler/
H A DLl1.php364 $cacheId = md5($in);
/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/
H A DGenerator.php554 $key = md5(
923 substr(md5(mt_rand()), 0, 8);
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Doubler/
H A DCachedDoubler.php66 return md5(implode('', $parts));
/plugin/linkfix/
H A Dadmin.php141 $crc = md5($text);
200 if($crc == md5($text)) {
/plugin/ckgdoku/action/
H A Dedit.php982 $nval = substr(md5(time), -20);
/plugin/mimetex/
H A Dmimetexrender.php112 $tmp = md5(rand());
/plugin/authsmartcard/
H A Dauth.php52 …d_userdata']) && $_SESSION['smartcard_userdata']['username']==$username && md5($_SESSION['smartcar…
84 $password = md5($userdata['pass']);
/plugin/pwaoffline/
H A Daction.php90 echo "const swHashVersion = '" . md5($swjs) . "';\n";
104 'swHashVersion' => md5(file_get_contents(__DIR__ . '/sw.js')),
/plugin/dwcommits/
H A Dhelper.php41 $fname_hash = md5($this->path);
94 $fname_hash = md5($this->path);
/plugin/btable/
H A Dexport.php31 $file = DOKU_INC.metaFN(md5($dID), '.btable');
/plugin/authfacebook/
H A Dauth.php16 if (!defined('AUTHFACEBOOK_COOKIE')) define('AUTHFACEBOOK_COOKIE', 'SPFB'.md5(DOKU_REL.(($conf['sec…
/plugin/swiftmail/Swift/Authenticator/
H A DCRAMMD5.php60 $password = pack('H32', md5($password));
68 $inner = pack('H32', md5($k_ipad.$challenge));
69 $digest = md5($k_opad.$inner);
/plugin/swiftmail/Swift/Cache/
H A DDisk.php42 $this->prefix = md5(uniqid(microtime(), true));
/plugin/davcard/vendor/sabre/vobject/lib/ITip/
H A DBroker.php962 $significantChangeHash = md5($significantChangeHash);
/plugin/davcard/vendor/sabre/vobject/bin/
H A Dgenerateicalendardata.php47 $event->UID = md5(microtime(true));
/plugin/davcard/
H A Dhelper.php531 md5($contactdata),
611 md5($contactdata),
/plugin/fetchmedia/action/
H A Dajax.php138 $path = $tmp.'/'.md5($id);
/plugin/ebookexport/
H A Daction.php95 …^(........)(....)(....)(....)(............).*/','${1}-${2}-${3}-${4}-${5}',md5($conf['title'] . $m…
/plugin/avatar/
H A Dhelper.php77 $seed = md5(dokuwiki\Utf8\PhpString::strtolower($mail));
H A Dmonsterid.php15 $hash = md5($seed);
/plugin/sqlcomp/
H A Dsyntax.php243 $filename = $sPath.md5(implode('',$dbcon));
/plugin/database2/
H A Ddatabase2.php988 if ( $input && ( $input['____single'] === md5( $rowid ) ) )
1312 $this->varname( '____single' ) => md5( $rowid ),
/plugin/rrdgraph/
H A Dsyntax.php270 …if (! isset($this->rrdRecipe[self::R_NAME])) $this->rrdRecipe[self::R_NAME] = md5(serialize($this-…
/plugin/issuetracker/
H A Dedit.php147 $random_hash = md5(date('r', time())); // added

12345678910>>...14