Home
last modified time | relevance | path

Searched refs:md5 (Results 226 – 250 of 327) sorted by last modified time

12345678910>>...14

/plugin/issuetracker/
H A Dsyntax.php1012 $random_hash = md5(date('r', time())); // added
H A Daction.php2901 $random_hash = md5(date('r', time())); // added
/plugin/authgoogle/google/io/
H A DGoogle_HttpRequest.php264 return md5($key);
/plugin/authgoogle/google/cache/
H A DGoogle_FileCache.php89 $storageFile = $this->getCacheFile(md5($key));
109 $storageDir = $this->getCacheDir(md5($key));
110 $storageFile = $this->getCacheFile(md5($key));
132 $file = $this->getCacheFile(md5($key));
/plugin/authgoogle/
H A Dauth.php8 if (!defined('AUTHGOOGLE_COOKIE')) define('AUTHGOOGLE_COOKIE', 'SPGG'.md5(DOKU_REL.(($conf['securec…
155 $this->createUser($login, md5(rand().$login), $user['name'], $email, $grps);
/plugin/amcharts/assets/amcharts/plugins/export/libs/xlsx/
H A Dxlsx.js1796 O.md5 = function(hex) { return crypto.createHash('md5').update(hex).digest('hex'); }; function
1798 O.md5 = function(hex) { throw "unimplemented"; };
H A Dxlsx.min.js3 …j]&255]}return out};if(crypto){O.md5=function(hex){return crypto.createHash("md5").update(hex).dig… function
H A Dxlsx.min.map1 …ge_xls","range","OFFCRYPTO","make_offcrypto","O","_crypto","crypto","rc4","md5","hex","createHash"…
/plugin/authyubikey/lib/
H A DYubico.php291 'nonce'=>md5(uniqid(rand())));
/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/news/
H A Dadmin.php117 foreach($this->pagedata as $md5=>$pageinfo) {
118 $this->pagedata_row($md5,$pageinfo);
143 function pagedata_row($md5,$info) { argument
146 if(in_array($md5,$this->is_prev_deleted)) return;
152 …>' . "<input type = 'checkbox' id='$cb_id' name ='" . $type . "[$md5]' value = '$md5'>" .'</td>';
H A Dhelper.php139 $md_5 = md5($id);
160 $md_5 = md5($id);
/plugin/news/scripts/
H A DfeedData.php42 foreach($ar as $md5) {
43 $file = $this->helper->getMetaFN($md5, '.gz');
45 $this->feedDataBaseNames[] = $md5;
130 $md5 = array_shift($this->feedDataBaseNames);
131 if(!$md5) return false;
132 $this->currentMD5BaseName = $md5;
133 return $this->helper->getMetaFN($md5, '.gz');
/plugin/scrape/
H A DHTMLPurifier.standalone.php
H A DphpQuery-onefile.php
/plugin/cryptsign/
H A Dsyntax.php59 $check = md5($ID.$user.trim($text).auth_cookiesalt());
H A Dsign.php20 $sig = md5($id.$user.trim($text).auth_cookiesalt());
/plugin/panoview/
H A Dsyntax.php230 $lockDir = $conf['lockdir'].'/'.md5($d['id']).'.panoview';
256 $lockDir = $conf['lockdir'].'/'.md5($d['id']).'.panoview';
/plugin/graphviz/
H A Dsyntax.php79 $return['md5'] = md5($input); // we only pass a hash around
/plugin/graphgear/
H A Dsyntax.php70 $xmlid = md5($xml);
/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/anonip/
H A Daction.php29 $uid = md5($ses);
32 $uid = md5(auth_browseruid());
/plugin/ditaa/
H A Dsyntax.php101 $return['md5'] = md5($input.$this->_prepareData($return)); // we only pass a hash around
164 * @param string $md5 MD5 of the input data, used to identify the cache files
167 public function _imgfile($md5) { argument
168 $file_cfg = getCacheName($md5, '.ditaa.cfg'); // configs
169 $file_txt = getCacheName($md5, '.ditaa.txt'); // input
170 $file_png = getCacheName($md5, '.ditaa.png'); // ouput
/plugin/visrep/
H A Dsyntax.php66 'md5' => md5($match),

12345678910>>...14