/plugin/mikioplugin/syntax/ |
D | quizitem.php | 52 $scores = explode('|', $data['scores']); 54 …ame . '" value="' . $option . '" ' . (isset($scores[$key]) && $scores[$key] != "" ? 'data-score="'… 61 $scores = explode('|', $data['scores']); 77 …Key . '" value="' . $option . '" ' . (isset($scores[$key]) && $scores[$key] != "" ? 'data-score="'… 79 …key . '" value="' . $option . '" ' . (isset($scores[$key]) && $scores[$key] != "" ? 'data-score="'…
|
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Argument/Token/ |
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/ |
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/ |
D | PlayerScoreSubmissionList.php | 47 public function setScores($scores) argument 49 $this->scores = $scores; 56 return $this->scores;
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ |
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',
|
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/ |
D | plugin.info.txt | 3 desc Calculate Flesch-Kincaid and Gunning-Fog readability scores
|
/plugin/quiz/ |
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/ |
D | Google_GamesManagementService.php | 210 public $scores; variable in Google_GamesManagementService 226 …$this->scores = new Google_ScoresServiceResource($this, $this->serviceName, 'scores', json_decode(…
|
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/ |
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/ |
D | MlNamespace.asciidoc | 595 $params['top_n'] = (int) The number of top job bucket scores to be used in the overall_sc… 597 $params['overall_score'] = (double) Returns overall buckets with overall scores higher than this … 622 $params['record_score'] = (double) Returns records with anomaly scores greater or equal than thi…
|
/plugin/mikioplugin/ |
D | README.md | 87 - Better handling when a `quizitem` does not contain a `scores` or `answer` attribute.
|
/plugin/abc2/abc-libraries/abc2svg/ |
D | abc2svg-1.js | 3153 …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*(.*)/)…
|
/plugin/pgn4web/pgn4web/ |
D | pgn-standard.txt | 1628 database; this results in scores from terminal positions being propagated back
|
/plugin/dirtylittlehelper/mermaid/editor/docs/ |
D | bundle.js.map | 1 …= 8\n let spacesDiffCount = [0, 0, 0, 0, 0, 0, 0, 0, 0]; // `tabSize` scores\n let tmp = new…
|