Home
last modified time | relevance | path

Searched refs:analyze (Results 1 – 25 of 39) sorted by relevance

12

/plugin/jplayer/
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'];
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.",
/plugin/elasticsearch/vendor/ruflin/elastica/src/Query/
H A DQueryString.php73 * Sets the analyzer to analyze the query with.
164 public function setAnalyzeWildcard(bool $analyze = true): self argument
166 return $this->setParam('analyze_wildcard', $analyze);
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dwrite.apetag.php65 $ThisFileInfo = $getID3->analyze($this->filename);
74 $ThisFileInfo = $getID3->analyze($this->filename);
128 $ThisFileInfo = $getID3->analyze($this->filename);
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 Dwrite.id3v1.php111 $ThisFileInfo = $getID3->analyze($this->filename);
170 $ThisFileInfo = $getID3->analyze($this->filename);
H A Dextension.cache.sqlite3.php182 public function analyze($filename, $filesize=null, $original_filename='', $fp=null) { function in getID3_cached_sqlite3
205 $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);
H A Dwrite.lyrics3.php62 $ThisFileInfo = $getID3->analyze($this->filename);
H A Dwrite.real.php69 $OldThisFileInfo = $getID3->analyze($this->filename);
273 $OldThisFileInfo = $getID3->analyze($this->filename);
/plugin/jplayer/vendor/james-heinrich/getid3/demos/
H A Ddemo.basic.php24 $ThisFileInfo = $getID3->analyze($filename);
H A Ddemo.cache.dbm.php23 $r = $getID3->analyze('/path/to/files/filename.mp3');
H A Ddemo.cache.mysql.php24 $r = $getID3->analyze('/path/to/files/filename.mp3');
H A Ddemo.simple.php38 $ThisFileInfo = $getID3->analyze($FullFileName);
H A Ddemo.zip.php27 $getid3_zip->analyze();
H A Ddemo.joinmp3.php64 $CurrentFileInfo = $getID3->analyze($nextinputfilename);
H A Ddemo.dirscan.php220 $id3->analyze($f);
H A Ddemo.audioinfo.class.php90 $this->info = $this->getID3->analyze($file);
H A Ddemo.write.php125 $OldThisFileInfo = $getID3->analyze($Filename);
H A Ddemo.browse.php95 $ThisFileInfo = $getID3->analyze($_REQUEST['filename']);
182 $fileinformation = $getID3->analyze($currentfilename);
H A Ddemo.mysqli.php297 $ThisFileInfo = $getID3->analyze($filename);
465 $ThisFileInfo = $getID3->analyze($filename);
619 $ThisFileInfo = $getID3->analyze($row['filename']);
1781 $ThisFileInfo = $getID3->analyze($filename);
/plugin/jukebox/
H A Dlist.php50 $info = $id3->analyze(mediaFN($file['id']));
/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/elasticsearch/vendor/ruflin/elastica/src/
H A DIndex.php783 * @see https://www.elastic.co/guide/en/elasticsearch/reference/current/indices-analyze.html
789 public function analyze(array $body, $args = []): array
680 public function analyze(array $body, $args = []): array global() function in Elastica\\Index

12