Home
last modified time | relevance | path

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

12345678910>>...14

/plugin/godiag/
H A Dsyntax.php314 $md5hash_png=md5($str_for_hash_img . '!' . serialize($this->style));
315 $md5hash_sgf=md5($str_for_hash_sgf);
/plugin/googleanalytics/
H A Daction.php62 … $options['userId'] = md5(auth_cookiesalt() . 'googleanalytics' . $_SERVER['REMOTE_USER']);
/plugin/googlesearch/
H A Dnusoap.php2312 $HA1 = md5($A1);
2318 $HA2 = md5($A2);
2340 $hashedDigest = md5($unhashedDigest);
/plugin/graphgear/
H A Dsyntax.php70 $xmlid = md5($xml);
/plugin/graphviz/
H A Dsyntax.php79 $return['md5'] = md5($input); // we only pass a hash around
/plugin/groupmgr/
H A Dsyntax.php292 $hn = md5($name);
303 $chk = "chk_" . $hn . "_" . md5($g);
/plugin/hcalendar/syntax/
H A Dhcal_renderer_helper.php92 …$txt .= ' <'.$this->getConf($tag_uid).' class="uid" style="font-size:4pt;">'.md5($dID).'</'.$this-…
/plugin/hipchat/
H A Dcomposer.lock44 "guzzle/plugin-md5": "self.version",
/plugin/html2pdf/html2pdf/html2ps/
H A Dbox.checkbutton.php64 $value = sprintf("___Value%s",md5(time().rand()));
H A Dbox.radiobutton.php27 $value = sprintf("___Value%s",md5(time().rand()));
H A Dcss.cache.class.php18 return CACHE_DIR.md5($url).'.css.compiled';
H A Dimage.class.php122 return CACHE_DIR.md5(time() + $url + rand());
H A Doutput._generic.class.php229 $filename = WRITER_TEMPDIR.DIRECTORY_SEPARATOR.WRITER_FILE_PREFIX.md5(uniqid(rand(), true));
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());
/plugin/icalevents/vendor/sabre/vobject/bin/
H A Dgenerateicalendardata.php45 $event->UID = md5(microtime(true));
/plugin/icalevents/vendor/sabre/vobject/lib/ITip/
H A DBroker.php970 $significantChangeHash = md5($significantChangeHash);
/plugin/imgpaste/
H A Daction.php135 $this->tempfile = $this->tempdir . '/' . md5($data);
/plugin/issuelinks/helper/
H A Ddata.php117 $lockFN = $conf['lockdir'] . '/' . md5('_' . $id) . '.lock';
150 $lock = $conf['lockdir'] . '/' . md5('_' . $id) . '.lock';
162 $lockFN = $conf['lockdir'] . '/' . md5('_' . $id) . '.lock';
180 $lockFN = $conf['lockdir'] . '/' . md5('_' . $id) . '.lock';
190 $lockFN = $conf['lockdir'] . '/' . md5('_' . $id) . '.lock';
200 $lockFN = $conf['lockdir'] . '/' . md5('_' . $lockID) . '.lock';
/plugin/issuelinks/services/
H A DGitHub.service.php276 $secret = md5(openssl_random_pseudo_bytes(32));
H A DGitLab.service.php234 $secret = md5(openssl_random_pseudo_bytes(32));
/plugin/issuetracker/
H A Daction.php2901 $random_hash = md5(date('r', time())); // added
H A Dedit.php147 $random_hash = md5(date('r', time())); // added
H A Dsyntax.php1012 $random_hash = md5(date('r', time())); // added
/plugin/jcapture/lib/
H A Dcommons-codec-1.3.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/jdraw/lib/
H A Dcommons-codec-1.3.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...

12345678910>>...14