Home
last modified time | relevance | path

Searched refs:md5 (Results 276 – 300 of 327) sorted by last modified time

1...<<11121314

/plugin/html2pdf/html2pdf/html2ps/
H A Doutput.pdflib.1.6.class.php57 $this->_fqn(sprintf("___Button%s",md5(time().rand()))),
183 $name = sprintf("AnonymousFormObject_%u", md5(rand().time()));
219 $fqn .= md5(rand().time());
H A Dimage.class.php122 return CACHE_DIR.md5(time() + $url + rand());
H A Dcss.cache.class.php18 return CACHE_DIR.md5($url).'.css.compiled';
H A Doutput._generic.class.php229 $filename = WRITER_TEMPDIR.DIRECTORY_SEPARATOR.WRITER_FILE_PREFIX.md5(uniqid(rand(), true));
H A Dbox.checkbutton.php64 $value = sprintf("___Value%s",md5(time().rand()));
/plugin/mantis/lib/
H A Dclass.soap_transport_http.php486 $HA1 = md5($A1);
492 $HA2 = md5($A2);
514 $hashedDigest = md5($unhashedDigest);
H A Dnusoap.php2593 $HA1 = md5($A1);
2599 $HA2 = md5($A2);
2621 $hashedDigest = md5($unhashedDigest);
H A Dclass.wsdlcache.php61 return $this->cache_dir.'/wsdlcache-' . md5($wsdl);
125 if (isset($this->fplock[md5($filename)])) {
129 $this->fplock[md5($filename)] = fopen($filename.".lock", "w");
131 return flock($this->fplock[md5($filename)], LOCK_SH);
133 return flock($this->fplock[md5($filename)], LOCK_EX);
173 $ret = flock($this->fplock[md5($filename)], LOCK_UN);
174 fclose($this->fplock[md5($filename)]);
175 unset($this->fplock[md5($filename)]);
H A Dnusoapmime.php90 $cid = md5(uniqid(time()));
329 $cid = md5(uniqid(time()));
/plugin/remoteinf/
H A Daction.php22 $enmd5=md5($pat_str);
45 $enmd5=md5($pat_str);
/plugin/hipchat/
H A Dcomposer.lock44 "guzzle/plugin-md5": "self.version",
/plugin/dokumicrobugtracker/
H A Dedit.php57 $pfile = metaFN2(md5($project), '.bugs');
H A Dsyntax.php94 $pfile = metaFN2(md5($data['project']), '.bugs');
H A DREADME.md33 Each project have is own data file, which are nammed from an md5 of the project name with the bugs …
/plugin/jiralinks/
H A Daction.php55 …$globalId = md5($url); // MD5 hash is used because the global id max length is 255 characters. An …
/plugin/magento/
H A Dauth.php469 return md5($data);
/plugin/owncloud/
H A Daction.php127 …$helper->dbQuery('DELETE FROM `*PREFIX*dokuwiki_media_use` WHERE `wikipage_hash` = ?', array(md5($…
227 …ipage`,`wikipage_hash`,`firstheading`) VALUES (?,?,?,?)', array($fileid, $ID, md5($ID), $heading));
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/authradius/
H A Dmschap.php54 mt_srand(hexdec(substr(md5(microtime()), -8)) & 0x7fffffff);
/plugin/zenlogin/
H A Daction.php78 return md5($user.$password.$this->zp_userpass_hash);
/plugin/jcapture/lib/
H A Dcommons-codec-1.3.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/dokutexit/
H A Dlatex.php77 $this->putcmd("label{" . md5($cleanid) . "}");
135 $this->putcmd("label{" . md5($cleanid) . "}"); //label for links on headers
428 $md5 = md5($cleanid);
432 $this->putcmd('hyperref[' . $md5 . ']{');
453 $md5 = md5($cleanid);
456 'hash' => $md5));
463 $this->put($md5);
1330 $this->put(md5($filename));
/plugin/projects/pchart/pchart/
H A Dpcache.php114 $mKey = $mKey.md5($tKey);
116 return(md5($mKey));
/plugin/fblogin/lib/
H A Dbase_facebook.php741 $this->state = md5(uniqid(mt_rand(), true));
H A Dfacebook.php74 $this->sharedSessionID = md5(uniqid(mt_rand(), true));

1...<<11121314