Searched refs:hash_data (Results 1 – 6 of 6) sorted by relevance
/plugin/authucenter/lib/uc_client/control/ |
H A D | feed.php | 46 $hash_data = md5($title_template.$title_data.$body_template.$body_data); 52 …hash_template='$hash_template', hash_data='$hash_data', target_ids='$target_ids', dateline='$datel…
|
/plugin/jukebox/id3/ |
H A D | getid3.php | 1167 …$this->info[$algorithm.'_data'] = getid3_lib::hash_data($this->info['filenamepath'], $this->info['…
|
H A D | getid3.lib.php | 587 function hash_data($file, $offset, $end, $algorithm) { function in getid3_lib
|
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/ |
H A D | getid3.php | 1687 …$this->info[$algorithm.'_data'] = getid3_lib::hash_data($this->info['filenamepath'], $this->info['…
|
H A D | getid3.lib.php | 761 public static function hash_data($file, $offset, $end, $algorithm) { function in getid3_lib
|
/plugin/jplayer/vendor/james-heinrich/getid3/ |
H A D | changelog.txt | 728 * Bugfix: Added escapeshellarg() call in getid3_lib::hash_data 734 * Bugfix: Added escapeshellarg() call in getid3_lib::hash_data 966 * Bugfix: hash_data() for SHA1 was broken under Windows
|