Home
last modified time | relevance | path

Searched refs:md5 (Results 226 – 250 of 327) sorted by path

12345678910>>...14

/plugin/mantis/lib/
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 Dnusoap.php2593 $HA1 = md5($A1);
2599 $HA2 = md5($A2);
2621 $hashedDigest = md5($unhashedDigest);
H A Dnusoapmime.php90 $cid = md5(uniqid(time()));
329 $cid = md5(uniqid(time()));
/plugin/math2/phpmathpublisher/
H A Dmathpublisher.php1626 $nameimg = md5(trim($text).$size).'.png';
/plugin/mathpublish/phpmathpublisher/
H A DPhpMathPublisher.php93 $nameImg = md5(trim($text) . $this->size) . '.png';
/plugin/mathpublish/
H A Dsyntax.php139 $ident = md5($math . '-' . $size);
/plugin/matrixnotifier/
H A Dhelper.php159 …nt/r0/rooms/'.$roomid.'/send/m.room.message/'.uniqid('docuwiki', true).'-'.md5(strval(random_int(0…
/plugin/mimetex/
H A Dmimetexrender.php112 $tmp = md5(rand());
/plugin/multipoll/
H A Dsyntax.php118 $pfile = metaFN(md5($title), '.multipoll');
/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/oauth/
H A DAdapter.php190 'state' => md5(random_int(0, mt_getrandmax())),
H A DOAuthManager.php171 return md5($mail);
/plugin/oauth/vendor/lusitanian/oauth/src/OAuth/OAuth2/Service/
H A DAbstractService.php263 return md5(mt_rand());
/plugin/odp/
H A Drenderer.php1321 $name = 'Pictures/'.md5($src).'.'.$ext;
/plugin/odt/ODT/
H A DODTDocument.php2123 $name = 'Pictures/'.md5($fileName).'.'.$ext;
H A DODTImage.php32 $name = 'Pictures/'.md5($src).'.'.$ext;
111 $name = 'Pictures/'.md5($string).'.'.$ext;
197 $name = 'Pictures/'.md5($src).'.'.$ext;
/plugin/odt/renderer/
H A Dpage.php1254 $tmp_name = $tmp_dir."/".md5($src).'.'.$ext;
/plugin/openlayersmap/
H A DStaticMap.php265 $this->mapCacheID = md5($this->serializeParams());
/plugin/outliner/
H A Dsyntax.php78 $outline_id = ''.md5($ID).'_'.$pos;
/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/panoview/
H A Dsyntax.php230 $lockDir = $conf['lockdir'].'/'.md5($d['id']).'.panoview';
256 $lockDir = $conf['lockdir'].'/'.md5($d['id']).'.panoview';
/plugin/passpolicy/
H A Dhelper.php467 if ($rbytes) $rbytes = md5($rbytes, true);

12345678910>>...14