Home
last modified time | relevance | path

Searched refs:analysis (Results 1 – 25 of 34) sorted by relevance

12

/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudAsset/
H A DMoveAnalysis.php34 public function setAnalysis(MoveAnalysisResult $analysis) argument
36 $this->analysis = $analysis;
43 return $this->analysis;
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dextension.cache.mysql.php193 $analysis = parent::analyze($filename, $filesize, $original_filename, $fp);
202 $SQLquery .= ', \''.mysql_real_escape_string(base64_encode(serialize($analysis))).'\')';
205 return $analysis;
H A Dextension.cache.sqlite3.php205 $analysis = parent::analyze($filename, $filesize, $original_filename, $fp);
214 $stmt->bindValue(':val', base64_encode(serialize($analysis)), SQLITE3_TEXT);
216 return $analysis;
H A Dextension.cache.mysqli.php224 $analysis = parent::analyze($filename, $filesize, $original_filename, $fp);
234 $SQLquery .= ', \''.$this->mysqli->real_escape_string(base64_encode(serialize($analysis))).'\'';
238 return $analysis;
/plugin/openlayersmap/
H A D.scrutinizer.yml7 analysis:
H A Ddeleted.files102 .github/workflows/codeql-analysis.yml
/plugin/siteexport/
H A D.scrutinizer.yml10 analysis:
/plugin/findologicxmlexport/vendor/doctrine/instantiator/
H A Dphpstan.neon.dist16 # dynamic properties confuse static analysis
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/Namespaces/
H A DTextStructureNamespace.asciidoc31 $params['lines_to_sample'] = (int) How many lines of the file should be included in the analysis (Default = 1000)
33 $params['timeout'] = (time) Timeout after which the analysis will be aborted (Default = 25s)
H A DMlNamespace.asciidoc266 $params['body'] = (array) The analysis config, plus cardinality estimates for fields it references (Required)
307 $params['lines_to_sample'] = (int) How many lines of the file should be included in the analysis (Default = 1000)
309 $params['timeout'] = (time) Timeout after which the analysis will be aborted (Default = 25s)
/plugin/pgn4web/pgn4web/libs/garbochess/
H A DREADME.txt13 computing resources, the analysis of each board is limited to a short time.
/plugin/icalevents/vendor/squizlabs/php_codesniffer/
H A DREADME.md6 ….github.io/PHP_CodeSniffer/analysis/squizlabs/PHP_CodeSniffer/grade.svg)](http://squizlabs.github.…
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Dindex-operations.asciidoc79 'analysis' => [ <2>
136 <2> `analysis` is nested inside of `settings`, and contains tokenizers, filters,
/plugin/jdraw/lib/
H A Djgraphx.jar ... .analysis.mxFibonacciHeap union (com.mxgraph.analysis.mxFibonacciHeap, com.mxgraph.analysis.mxFibonacciHeap ...
/plugin/pgn4web/pgn4web/
H A DdemoGames.pgn41 f3 23. Qxf3 { Apparently Anand's home analysis already assessed this
H A Dpgn-standard.txt1795 semantic analysis on PGN input, it has been demonstrated to handle known
2305 16.2.5.1: Opcode "acn": analysis count: nodes
2308 represent the number of nodes examined in an analysis. Note that the value may
2313 16.2.5.2: Opcode "acs": analysis count: seconds
2316 represent the number of seconds used for an analysis. Note that the value may
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/TextUI/
H A Dhelp.phpt24 --whitelist <dir> Whitelist <dir> for code coverage analysis.
H A Dhelp2.phpt25 --whitelist <dir> Whitelist <dir> for code coverage analysis.
/plugin/geophp/vendor/funiq/geophp/
H A DREADME.md79 Clearly, more complex analysis is possible.
/plugin/jdraw/src/com/mxgraph/examples/swing/editor/
H A DEditorActions.java61 import com.mxgraph.analysis.mxDistanceCostFunction;
62 import com.mxgraph.analysis.mxGraphAnalysis;
H A DEditorActions.java.bak61 import com.mxgraph.analysis.mxDistanceCostFunction;
62 import com.mxgraph.analysis.mxGraphAnalysis;
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D65.65.js.map1 … // These are not operators per se, but for the purposes of lexical analysis we\n /…
H A D7.7.js.map1 …liases',\n 'align',\n 'all',\n 'allocate',\n 'alpha',\n 'analysis',\n 'analyzer'…
/plugin/jplayer/vendor/james-heinrich/getid3/
H A Dreadme.txt171 the results in a database and allows various analysis / maintenance
206 the beginning of the file for correct format analysis.
H A DREADME.md168 the results in a database and allows various analysis / maintenance

12