Home
last modified time | relevance | path

Searched refs:sha1_file (Results 1 – 8 of 8) sorted by relevance

/plugin/webdav/core/DAV/Collection/Tags/
H A DDirectory.php43 'hash' => sha1_file($file_path),
/plugin/webdav/core/
H A DUtils.php169 $item['hash'] = sha1_file($item['path']);
/plugin/jukebox/id3/
H A Dgetid3.php1148 $this->info[$algorithm.'_data'] = getid3_lib::sha1_file($temp);
1178 $this->info[$algorithm.'_data'] = getid3_lib::sha1_file($this->info['filenamepath']);
H A Dgetid3.lib.php550 function sha1_file($file) { function in getid3_lib
554 return sha1_file($file);
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dgetid3.php1668 $this->info[$algorithm.'_data'] = sha1_file($temp);
1698 $this->info[$algorithm.'_data'] = sha1_file($this->info['filenamepath']);
/plugin/jplayer/vendor/james-heinrich/getid3/demos/
H A Ddemo.browse.php100 $ThisFileInfo['sha1_file'] = sha1_file($_REQUEST['filename']);
/plugin/jplayer/vendor/james-heinrich/getid3/
H A Dstructure.txt77 ['sha1_file']=>string() // sha1 hash of entire 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