Searched refs:md5_data (Results 1 – 6 of 6) sorted by relevance
399 therefore fails. getID3 ignores this and returns wrong md5_data.486 NOTE: getID3() will calculate md5_data in a method similar to488 md5_data value from FLAC data in a FLAC file format.490 v0.4.0 - getID3() will calculate md5_data in a method similar to492 md5_data value from FLAC v0.5.0+501 do actually differ internally and therefore cannot match md5_data
406 therefore fails. getID3 ignores this and returns wrong md5_data.505 NOTE: getID3() will calculate md5_data in a method similar to507 md5_data value from FLAC data in a FLAC file format.509 v0.4.0 - getID3() will calculate md5_data in a method similar to511 md5_data value from FLAC v0.5.0+520 do actually differ internally and therefore cannot match md5_data
717 * Bugfix: Filenames not escapeshellarg() for md5_data and975 therefore also incorrect data hashes (md5_data, sha1_data)982 Default md5_data() tempfile location is now system temp directory1028 in FLAC files will no longer match md5_data for the equivalent1072 Added alternative md5_data via system call - twice as fast. Needs1185 ¤ RIFF-MP3 files now should return the same ['md5_data'] as the1418 values for ['md5_data'] - note that ['md5_data'] values will not1423 root directory (not DocumentRoot) each time ['md5_data'] was1449 ['md5_data'] is different than previously (now correct)1662 and then displays a list of duplicate files based on md5_data[all …]
75 …['md5_data']=>string() // md5 hash of portion of file excluding prepended and appene…
1589 $md5_data = array(); variable1599 $md5_data[] = $row['md5_data'];1603 …$thisline .= '<TD VALIGN="TOP" style="font-family: monospace;">'.implode('<br>', $md5_data).'</td>…
1087 function md5_data($file, $offset, $end, $invertsign=false) { function