Home
last modified time | relevance | path

Searched refs:analyze (Results 26 – 39 of 39) sorted by last modified time

12

/plugin/jplayer/
H A Dcomposer.lock89 …"ext-SimpleXML": "SimpleXML extension is required to analyze RIFF/WAV/BWF audio files (also requir…
95 "ext-json": "JSON extension is required to analyze Apple Quicktime videos.",
96 "ext-libxml": "libxml extension is required to analyze RIFF/WAV/BWF audio files.",
102 … "ext-xml": "XML extension is required for graphic modules to analyze the XML metadata.",
H A Dsyntax.php55 $analyze = $this->getID3->analyze($full_path);
56 if(isset($analyze['tags']['id3v2']['title'])) {
57 $audio['title'] = $analyze['tags']['id3v2']['title'];
58 } elseif(isset($analyze['tags']['id3v1']['title'])) {
59 $audio['title'] = $analyze['tags']['id3v1']['title'];
/plugin/jplayer/vendor/james-heinrich/getid3/
H A DREADME.md171 To analyze remote files over HTTP or FTP you need to copy the file
189 $ThisFileInfo = $getID3->analyze($localtempfilename);
/plugin/jplayer/vendor/james-heinrich/getid3/demos/
H A Ddemo.browse.php95 $ThisFileInfo = $getID3->analyze($_REQUEST['filename']);
182 $fileinformation = $getID3->analyze($currentfilename);
H A Ddemo.simple.php38 $ThisFileInfo = $getID3->analyze($FullFileName);
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dextension.cache.dbm.php225 public function analyze($filename, $filesize=null, $original_filename='', $fp=null) { function in getID3_cached_dbm
242 $result = parent::analyze($filename, $filesize, $original_filename, $fp);
H A Dextension.cache.mysql.php169 public function analyze($filename, $filesize=null, $original_filename='', $fp=null) { function in getID3_cached_mysql
193 $analysis = parent::analyze($filename, $filesize, $original_filename, $fp);
H A Dextension.cache.mysqli.php202 public function analyze($filename, $filesize=null, $original_filename='', $fp=null) { function in getID3_cached_mysqli
224 $analysis = parent::analyze($filename, $filesize, $original_filename, $fp);
/plugin/codemirror/dist/modes/
H A Dsql.min.js.map1analyze asensitive at authors auto_increment autocommit avg avg_row_length before binary binlog bo…
/plugin/findologicxmlexport/vendor/hoa/regex/
H A DREADME.md26 This library provides tools to analyze regular expressions and generate strings
64 As a quick overview, we propose to see two examples. First, analyze a regular
/plugin/authgoogle/google/contrib/
H A DGoogle_PredictionService.php66 public function analyze($project, $id, $optParams = array()) { function in Google_TrainedmodelsServiceResource
/plugin/jukebox/id3/
H A Dgetid3.php154 function analyze($filename) { function in getID3
/plugin/jukebox/
H A Dlist.php50 $info = $id3->analyze(mediaFN($file['id']));
/plugin/aceeditor/
H A Dbuild.js1 …able|union|update|values|where|accessible|action|add|after|algorithm|all|analyze|asensitive|at|aut…

12