/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Argument/Token/ |
H A D | ArrayEveryEntryToken.php | 47 $scores = array(); 49 $scores[] = $this->value->scoreArgument($argumentEntry); 52 if (empty($scores) || in_array(false, $scores, true)) { 56 return array_sum($scores) / count($scores);
|
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Call/ |
H A D | Call.php | 30 private $scores; variable in Prophecy\\Call\\Call 49 $this->scores = new \SplObjectStorage(); 141 $this->scores[$wildcard] = $score; 156 if (isset($this->scores[$wildcard])) { 157 return $this->scores[$wildcard]; 160 return $this->scores[$wildcard] = $wildcard->scoreArguments($this->getArguments());
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Games/ |
H A D | PlayerScoreSubmissionList.php | 47 public function setScores($scores) argument 49 $this->scores = $scores; 56 return $this->scores;
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ |
H A D | GamesManagement.php | 46 public $scores; variable in Google\\Service\\GamesManagement 219 'scores', 223 'path' => 'games/v1management/leaderboards/{leaderboardId}/scores/reset', 233 'path' => 'games/v1management/scores/reset', 237 'path' => 'games/v1management/scores/resetAllForAllPlayers', 241 'path' => 'games/v1management/leaderboards/{leaderboardId}/scores/resetForAllPlayers', 251 'path' => 'games/v1management/scores/resetMultipleForAllPlayers',
|
H A D | Games.php | 53 public $scores; variable in Google\\Service\\Games 457 'scores', 461 … 'path' => 'games/v1/players/{playerId}/leaderboards/{leaderboardId}/scores/{timeSpan}', 497 'path' => 'games/v1/leaderboards/{leaderboardId}/scores/{collection}', 569 'path' => 'games/v1/leaderboards/{leaderboardId}/scores', 592 'path' => 'games/v1/leaderboards/scores',
|
/plugin/readability/ |
H A D | plugin.info.txt | 3 desc Calculate Flesch-Kincaid and Gunning-Fog readability scores
|
/plugin/quiz/ |
H A D | class_quiz.php | 202 foreach ($data['scores'] as $scores) { 203 if (($total_score >= $scores['range'][0]) && ($total_score <= $scores['range'][1])) { 205 $html .= $scores['text'];
|
/plugin/authgoogle/google/contrib/ |
H A D | Google_GamesManagementService.php | 210 public $scores; variable in Google_GamesManagementService 226 …$this->scores = new Google_ScoresServiceResource($this, $this->serviceName, 'scores', json_decode(…
|
H A D | Google_GamesService.php | 602 public $scores; variable in Google_GamesService 621 …$this->scores = new Google_ScoresServiceResource($this, $this->serviceName, 'scores', json_decode(… 1840 public $scores; variable in Google_PlayerScoreSubmissionList 1847 public function setScores(/* array(Google_ScoreSubmission) */ $scores) { argument 1848 $this->assertIsArray($scores, 'Google_ScoreSubmission', __METHOD__); 1849 $this->scores = $scores; 1852 return $this->scores;
|
/plugin/findologicxmlexport/vendor/phpspec/prophecy/ |
H A D | README.md | 309 scores `5` and `Argument::any()` scores `3`. So the type token wins, as does the first
|
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/Namespaces/ |
H A D | MlNamespace.asciidoc | 595 $params['top_n'] = (int) The number of top job bucket scores to be used in the overall_score calculation 597 $params['overall_score'] = (double) Returns overall buckets with overall scores higher than this value 622 $params['record_score'] = (double) Returns records with anomaly scores greater or equal than this value
|
/plugin/abc2/abc-libraries/abc2svg/ |
H A D | abc2svg-1.js | 3153 cfmt=sav.cfmt;info=sav.info;char_tb=sav.char_tb;glovar=sav.glovar;maps=sav.maps;mac=sav.mac;maci=sav.maci;parse.tune_v_opts=null;parse.scores=null;init_tune() 3186 switch(pc.match(/\S+/)[0]){case"score":case"staves":if(!parse.scores) 3187 parse.scores=[];parse.scores.push(pc) 8054 if(parse.scores&&parse.scores.length>0){text=parse.scores.shift();cmd=text.match(/([^\s]+)\s*(.*)/);get_staves(cmd[1],cmd[2])}else{get_staves(cmd,param)}
|
/plugin/pgn4web/pgn4web/ |
H A D | pgn-standard.txt | 1628 database; this results in scores from terminal positions being propagated back
|
/plugin/dirtylittlehelper/mermaid/editor/docs/ |
H A D | bundle.js.map | 1 …= 8\n let spacesDiffCount = [0, 0, 0, 0, 0, 0, 0, 0, 0]; // `tabSize` scores\n let tmp = new…
|