Home
last modified time | relevance | path

Searched refs:md5_file (Results 1 – 14 of 14) sorted by relevance

/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Loader/Fixtures/phar/
H A Dphar-sample.phar170 if (!file_exists($temp . DIRECTORY_SEPARATOR . md5_file(__FILE__))) {
173 @file_put_contents($temp . '/' . md5_file(__FILE__), '');
/plugin/jplayer/vendor/james-heinrich/getid3/demos/
H A Ddemo.browse.php99 $ThisFileInfo['md5_file'] = md5_file($_REQUEST['filename']);
189 $fileinformation['md5_file'] = md5_file($currentfilename);
H A Ddemo.mysqli.php470 $ThisFileInfo['md5_file'] = ($getid3_demo_mysqli_md5_file ? md5_file($filename) : '');
H A Ddemo.mp3header.php1145 $md5 = md5_file($dataMD5filename);
/plugin/jukebox/id3/
H A Dgetid3.php1144 $this->info[$algorithm.'_data'] = getid3_lib::md5_file($temp);
1174 $this->info[$algorithm.'_data'] = getid3_lib::md5_file($this->info['filenamepath']);
H A Dgetid3.lib.php517 function md5_file($file) { function in getid3_lib
521 return md5_file($file);
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dgetid3.php1664 $this->info[$algorithm.'_data'] = md5_file($temp);
1694 $this->info[$algorithm.'_data'] = md5_file($this->info['filenamepath']);
/plugin/photogallery/phpThumb/
H A DphpThumb.php99 header('ETag: "'.md5_file($phpThumb->cache_filename).'"');
H A Dphpthumb.functions.php590 return md5_file($filename);
/plugin/jplayer/vendor/james-heinrich/getid3/
H A Dstructure.txt74 ['md5_file']=>string() // md5 hash of entire file
75 …ing prepended and appeneded metainformation tags (ID3, APE, etc) - may be identical to ['md5_file']
78 …ing prepended and appeneded metainformation tags (ID3, APE, etc) - may be identical to ['md5_file']
H A Dchangelog.txt412 md5_file, sha1_file, image_type_to_mime_type
980 md5_file() and sha1_file() now work under Windows in PHP < 4.2.0
1292 'md5_file' == md5_file($filename)
1668 including all comments: compare ['md5_file']. To check if two
1749 md5_file and md5_data if display-MD5 mode is selected
1783 file (['md5_file']) and the portion of the file containing only
1786 (thanks ahØartemis*dk for alternate md5_file() function that
1959 but can be enabled for a directory with a click. md5_file is
/plugin/codemirror/dist/modes/
H A Dphp.min.js.map1 …ate flush wordwrap htmlspecialchars htmlentities html_entity_decode md5 md5_file crc32 getimagesiz…
/plugin/photogallery/phpThumb/docs/
H A Dphpthumb.faq.txt288 $md5 = md5_file($sourcedir.'/'.$file);
H A Dphpthumb.changelog.txt839 * Bugfix: md5_file and imagecolorallocatealpha calls