Home
last modified time | relevance | path

Searched full:analyze (Results 1 – 25 of 175) sorted by relevance

1234567

/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Indices/
DAnalyze.php22 * Class Analyze
23 * Elasticsearch API name indices.analyze
28 class Analyze extends AbstractEndpoint class
53 public function setBody($body): Analyze
/plugin/jplayer/
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'];
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/jplayer/vendor/james-heinrich/getid3/getid3/
Dextension.cache.mysql.php31 * $info1 = $getID3->analyze('file1.flac');
32 * $info2 = $getID3->analyze('file2.wv');
41 * $info1 = $getID3->analyze('file1.flac');
42 * $info2 = $getID3->analyze('file2.wv');
160 * analyze file
169 public function analyze($filename, $filesize=null, $original_filename='', $fp=null) { function in getID3_cached_mysql
193 $analysis = parent::analyze($filename, $filesize, $original_filename, $fp);
Dextension.cache.dbm.php30 * $info1 = $getID3->analyze('file1.flac');
31 * $info2 = $getID3->analyze('file2.wv');
40 * $info1 = $getID3->analyze('file1.flac');
41 * $info2 = $getID3->analyze('file2.wv');
225 public function analyze($filename, $filesize=null, $original_filename='', $fp=null) { function in getID3_cached_dbm
242 $result = parent::analyze($filename, $filesize, $original_filename, $fp);
Dextension.cache.mysqli.php31 * $info1 = $getID3->analyze('file1.flac');
32 * $info2 = $getID3->analyze('file2.wv');
41 * $info1 = $getID3->analyze('file1.flac');
42 * $info2 = $getID3->analyze('file2.wv');
193 * analyze file
202 public function analyze($filename, $filesize=null, $original_filename='', $fp=null) { function in getID3_cached_mysqli
224 $analysis = parent::analyze($filename, $filesize, $original_filename, $fp);
Dextension.cache.sqlite3.php34 * $info1 = $getID3->analyze('file1.flac');
35 * $info2 = $getID3->analyze('file2.wv');
44 * $info1 = $getID3->analyze('file1.flac');
45 * $info2 = $getID3->analyze('file2.wv');
173 * analyze file and cache them, if cached pull from the db
182 public function analyze($filename, $filesize=null, $original_filename='', $fp=null) { function in getID3_cached_sqlite3
205 $analysis = parent::analyze($filename, $filesize, $original_filename, $fp);
Dwrite.id3v1.php111 $ThisFileInfo = $getID3->analyze($this->filename);
163 // but getID3->analyze() has workarounds to get actual filesize
170 $ThisFileInfo = $getID3->analyze($this->filename);
/plugin/openlayersmap/.github/workflows/
Dcodeql-analysis.yml22 analyze:
23 name: Analyze
68 uses: github/codeql-action/analyze@v4
/plugin/combo/vendor/php-webdriver/webdriver/
H A Dcomposer.json72 "@analyze",
75 "analyze": [ array
76 "vendor/bin/phpstan analyze -c phpstan.neon --ansi",
/plugin/aichat/vendor/mehrab-wj/tiktoken-php/
Dcomposer.json35 "test:analyze": "phpstan analyse src",
40 "@test:analyze",
/plugin/statistics/
DSearchEngines.php118 * @param string $referer The HTTP referer URL to analyze
122 $this->analyze($referer);
176 * Analyze the referer and populate member variables
178 protected function analyze(string $referer): void function in dokuwiki\\plugin\\statistics\\SearchEngines
190 * Analyze a referer URL to extract search engine information and query
/plugin/elasticsearch/vendor/ruflin/elastica/src/Query/
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/composer/
Dinstalled.json85 …"ext-SimpleXML": "SimpleXML extension is required to analyze RIFF/WAV/BWF audio files (also requir…
91 "ext-json": "JSON extension is required to analyze Apple Quicktime videos.",
92 "ext-libxml": "libxml extension is required to analyze RIFF/WAV/BWF audio files.",
98 "ext-xml": "XML extension is required for graphic modules to analyze the XML metadata.",
/plugin/jplayer/vendor/james-heinrich/getid3/demos/
Ddemo.basic.php23 // Analyze file and store returned data in $ThisFileInfo
24 $ThisFileInfo = $getID3->analyze($filename);
/plugin/findologicxmlexport/vendor/hoa/regex/
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
68 ### Analyze regular expressions
/plugin/badbehaviour/bad-behavior/
Dopera.inc.php3 // Analyze user agents claiming to be Opera
Dlynx.inc.php3 // Analyze user agents claiming to be Lynx
Dsafari.inc.php3 // Analyze user agents claiming to be Safari
Dyahoo.inc.php3 // Analyze user agents claiming to be Yahoo!
Dmsnbot.inc.php3 // Analyze user agents claiming to be msnbot
Dkonqueror.inc.php3 // Analyze user agents claiming to be Konqueror
Dmozilla.inc.php3 // Analyze user agents claiming to be Mozilla
/plugin/statdisplay/lang/en/
Dsettings.php7 $lang['lines'] = 'Number of lines to analyze. Lower numbers give quicker access to current dat…
/plugin/authgoogle/google/contrib/
DGoogle_PredictionService.php59 * Get analysis of the model and the data the model was trained on. (trainedmodels.analyze)
66 public function analyze($project, $id, $optParams = array()) { function in Google_TrainedmodelsServiceResource
69 $data = $this->__call('analyze', array($params));
214analyze": {"id": "prediction.trainedmodels.analyze", "path": "{project}/trainedmodels/{id}/analyze

1234567