Home
last modified time | relevance | path

Searched refs:md5 (Results 201 – 225 of 327) sorted by path

12345678910>>...14

/plugin/jiralinks/
H A Daction.php55 …$globalId = md5($url); // MD5 hash is used because the global id max length is 255 characters. An …
/plugin/jplayer/vendor/james-heinrich/getid3/demos/
H A Ddemo.mp3header.php1099 $md5 = false;
1145 $md5 = md5_file($dataMD5filename);
1158 return $md5;
H A Ddemo.simple.write.php49 'unique_file_identifier' => array('ownerid'=>'user@example.net', 'data'=>md5(time())),
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dextension.cache.mysqli.php214 …$SQLquery .= ' WHERE (`hash` = \''.$this->mysqli->real_escape_string(md5($filename.$filesize.$file…
229 $SQLquery .= '\''.$this->mysqli->real_escape_string(md5($filename.$filesize.$filetime)).'\'';
H A Dmodule.audio.flac.php187 $md5 = $info['flac']['STREAMINFO']['audio_signature'];
188 for ($i = 0; $i < strlen($md5); $i++) {
189 $info['md5_data_source'] .= str_pad(dechex(ord($md5[$i])), 2, '00', STR_PAD_LEFT);
H A Dmodule.audio.monkey.php166 $md5 = $thisfile_monkeysaudio_raw['cFileMD5'];
167 for ($i = 0; $i < strlen($md5); $i++) {
168 $info['md5_data_source'] .= str_pad(dechex(ord($md5[$i])), 2, '00', STR_PAD_LEFT);
H A Dmodule.audio.tak.php159 $md5 = $thisfile_takaudio_raw['MD5Data'];
160 for ($i = 0; $i < strlen($md5); $i++) {
161 $info['md5_data_source'] .= str_pad(dechex(ord($md5[$i])), 2, '00', STR_PAD_LEFT);
H A Dmodule.tag.apetag.php314 …$destination_filename = $this->inline_attachments.DIRECTORY_SEPARATOR.md5($info['filenamepath']).'…
H A Dmodule.tag.id3v2.php1468 $destination_filename = $dir.DIRECTORY_SEPARATOR.md5($info['filenamepath']).'_'.$frame_offset;
/plugin/jplayer/vendor/james-heinrich/getid3/
H A Dstructure.txt74 ['md5_file']=>string() // md5 hash of entire file
75 …['md5_data']=>string() // md5 hash of portion of file excluding prepended and appene…
76 …['md5_data_source']=>string() // md5 hash of original source file before compression (curre…
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Asset/
H A DAssetCache.php172 return md5($cacheKey.$salt);
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Cache/
H A DConfigCache.php119 $key = md5($resource);
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Filter/
H A DCssImportFilter.php89 $lastHash = md5($content);
93 $hash = md5($content);
/plugin/jplayer/vendor/mustache/mustache/src/Mustache/
H A DCompiler.php314 $key = ucfirst(md5($code));
385 $key = ucfirst(md5($delims . "\n" . $source));
H A DEngine.php645 return $this->templateClassPrefix . md5($key);
/plugin/latex-was/
H A Dadmin.php228 $md5 = md5($testformula);
229 $outname = $plug->_latex->getPicturePath()."/img".$md5.'.'.$plug->_latex->_image_format;
H A Dclass.latexrender.php142 $formula_hash = md5($latex_formula);
221 $this->_tmp_filename = md5(rand().$destination);
/plugin/latex/
H A Dadmin.php228 $md5 = md5($testformula);
229 $outname = $plug->_latex->getPicturePath()."/img".$md5.'.'.$plug->_latex->_image_format;
H A Dclass.latexrender.php142 $formula_hash = md5($latex_formula);
221 $this->_tmp_filename = md5(rand().$destination);
/plugin/lightweightcss/
H A Daction.php106 $tseed = md5($tseed.'admin');
/plugin/linkback/exe/
H A Dpingback.php99 if ($data['receivedpings'][md5($sourceUri)])
151 $lid = md5($sourceUri);
H A Dtrackback.php81 $lid = md5($_REQUEST['url']);
/plugin/linkfix/
H A Dadmin.php141 $crc = md5($text);
200 if($crc == md5($text)) {
/plugin/magento/
H A Dauth.php469 return md5($data);
/plugin/mantis/lib/
H A Dclass.soap_transport_http.php486 $HA1 = md5($A1);
492 $HA2 = md5($A2);
514 $hashedDigest = md5($unhashedDigest);

12345678910>>...14