| /plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Indices/ |
| D | Analyze.php | 22 * Class Analyze 23 * Elasticsearch API name indices.analyze 28 class Analyze extends AbstractEndpoint class 53 public function setBody($body): Analyze
|
| /plugin/jplayer/ |
| D | syntax.php | 55 $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'];
|
| D | composer.lock | 89 …"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/ |
| D | extension.cache.mysql.php | 31 * $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);
|
| D | extension.cache.dbm.php | 30 * $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);
|
| D | extension.cache.mysqli.php | 31 * $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);
|
| D | extension.cache.sqlite3.php | 34 * $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);
|
| D | write.id3v1.php | 111 $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/ |
| D | codeql-analysis.yml | 22 analyze: 23 name: Analyze 68 uses: github/codeql-action/analyze@v4
|
| /plugin/combo/vendor/php-webdriver/webdriver/ |
| H A D | composer.json | 72 "@analyze", 75 "analyze": [ array 76 "vendor/bin/phpstan analyze -c phpstan.neon --ansi",
|
| /plugin/aichat/vendor/mehrab-wj/tiktoken-php/ |
| D | composer.json | 35 "test:analyze": "phpstan analyse src", 40 "@test:analyze",
|
| /plugin/statistics/ |
| D | SearchEngines.php | 118 * @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/ |
| D | QueryString.php | 73 * 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/ |
| D | installed.json | 85 …"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/ |
| D | demo.basic.php | 23 // Analyze file and store returned data in $ThisFileInfo 24 $ThisFileInfo = $getID3->analyze($filename);
|
| /plugin/findologicxmlexport/vendor/hoa/regex/ |
| D | README.md | 26 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/ |
| D | opera.inc.php | 3 // Analyze user agents claiming to be Opera
|
| D | lynx.inc.php | 3 // Analyze user agents claiming to be Lynx
|
| D | safari.inc.php | 3 // Analyze user agents claiming to be Safari
|
| D | yahoo.inc.php | 3 // Analyze user agents claiming to be Yahoo!
|
| D | msnbot.inc.php | 3 // Analyze user agents claiming to be msnbot
|
| D | konqueror.inc.php | 3 // Analyze user agents claiming to be Konqueror
|
| D | mozilla.inc.php | 3 // Analyze user agents claiming to be Mozilla
|
| /plugin/statdisplay/lang/en/ |
| D | settings.php | 7 $lang['lines'] = 'Number of lines to analyze. Lower numbers give quicker access to current dat…
|
| /plugin/authgoogle/google/contrib/ |
| D | Google_PredictionService.php | 59 * 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)); 214 …analyze": {"id": "prediction.trainedmodels.analyze", "path": "{project}/trainedmodels/{id}/analyze…
|