Home
last modified time | relevance | path

Searched refs:score (Results 76 – 100 of 166) sorted by relevance

1234567

/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Call/
H A DCallCenter.php86 if (0 < $score = $methodProphecy->getArgumentsWildcard()->scoreArguments($arguments)) {
87 $matches[] = array($score, $methodProphecy);
99 $score = $matches[0][0];
122 $call->addScore($methodProphecy->getArgumentsWildcard(), $score);
/plugin/quizlib/scripts/
H A Dquizlib.js239 this.score = 0;
263 this.score = 0;
265 if (this.results[i]) this.score++;
267 this.scorePercent = this.score / this.totalQuestions;
H A DREADME.md13 - Simple score querying, including automatic percentage calculation
/plugin/pubmed2020/tests/
H A DPM15924077.ris16score<24. RESULTS: Of the 300 patients, 228 patients completed the initial evaluation. Among them,…
H A DPM15924077.nbib24 score<24. RESULTS: Of the 300 patients, 228 patients completed the initial
25 evaluation. Among them, 97 (42.5 percent) had a MMSE score<24; 55 had mild stage
26 dementia (MMSE score between 23 and 18) and 42 were at a moderate or severe stage
27 (MMSE score< or =17/30). The cognitive decline was not diagnosed before the
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Argument/
H A DArgumentsWildcard.php60 if (1 >= $score = $token->scoreArgument($argument)) {
64 $totalScore += $score;
/plugin/authgoogle/google/contrib/
H A DGoogle_PagespeedonlineService.php97 public $score; variable in Google_Result
142 public function setScore( $score) { argument
143 $this->score = $score;
146 return $this->score;
H A DGoogle_PredictionService.php771 public $score; variable in Google_OutputOutputMulti
778 public function setScore( $score) { argument
779 $this->score = $score;
782 return $this->score;
H A DGoogle_GamesService.php543 …* @param string $score The score you're submitting. The submitted score is ignored if it is worse …
549 public function submit($leaderboardId, $score, $optParams = array()) { argument
550 $params = array('leaderboardId' => $leaderboardId, 'score' => $score);
1746 public $score; variable in Google_PlayerScore
1760 public function setScore( $score) { argument
1761 $this->score = $score;
1764 return $this->score;
2448 public $score; variable in Google_ScoreSubmission
2461 public function setScore( $score) { argument
2462 $this->score = $score;
[all …]
H A DGoogle_ShoppingService.php869 public $score; variable in Google_ShoppingModelProductJsonV1
1077 public function setScore( $score) { argument
1078 $this->score = $score;
1081 return $this->score;
/plugin/readability/
H A Dcalc.php112 $score = number_format((($syllables / count($words)) * 100));
114 return ($score);
/plugin/404manager/
H A DREADME.md81 It calculate a score for two kinds of page :
101 …* The score for the page with the same name is : 9 = 5 (because namespace1 is present in the asked…
102 …* The score for the startpage is : 13 = 5 (because namespace1 is present in the asked page) + 5 (b…
104 In this case, the startpage is the redirect page because it have a highest score (13 against 9)
107 …only for the start pages. If two start page for a namespace have the same score, the smallest star…
113 We have the same score and the redirection occur on the smallest start page : first start page.
/plugin/glossary/lang/en/
H A DpageTemplate.txt5 @@WORD@@@@TRANSLATE@@| Your score : | {{glossary poll="@@POL@@"}} |
/plugin/sequencediagram/bower_components/lodash/vendor/underscore/test/
H A Darrays.js164 list = [{score: 8}, {score: 10}, {score: 10}];
165 expected = [{score: 8}, {score: 10}];
166 iterator = function(item) { return item.score; };
/plugin/sequencediagram/bower_components/lodash/perf/
H A Dperf.js81 var score = { 'a': [], 'b': [] }; class
245 score.a.push(aHz);
246 score.b.push(bHz);
256 var aMeanHz = getGeometricMean(score.a),
257 bMeanHz = getGeometricMean(score.b),
/plugin/findologicxmlexport/vendor/goetas-webservices/xsd2php-runtime/
H A DREADME.md5 …://scrutinizer-ci.com/g/goetas-webservices/xsd2php-runtime/badges/quality-score.png?b=master)](htt…
/plugin/quizlib/
H A Dscript.js16 document.getElementById('quiz-score').innerHTML = quiz.result.score.toString();
/plugin/mdpage/vendor/cebe/markdown/tests/markdown-data/
H A Dimages.md8 <!-- [![Scrutinizer Quality Score](https://scrutinizer-ci.com/g/cebe/markdown/badges/quality-score.…
/plugin/backlinks2/
H A DREADME.md10 …ps://scrutinizer-ci.com/g/mprins/dokuwiki-plugin-backlinks/badges/quality-score.png?b=master)](htt…
/plugin/backlinks/
H A DREADME.md10 …ps://scrutinizer-ci.com/g/mprins/dokuwiki-plugin-backlinks/badges/quality-score.png?b=master)](htt…
/plugin/webmaster/
H A DREADME.md8 …ps://scrutinizer-ci.com/g/mprins/dokuwiki-plugin-webmaster/badges/quality-score.png?b=master)](htt…
/plugin/twitter/
H A DREADME.md11 …lity](https://scrutinizer-ci.com/g/mprins/dokuwiki-twitter/badges/quality-score.png?b=master)](htt…
/plugin/snow/
H A DREADME.md15 …](https://scrutinizer-ci.com/g/mprins/dokuwiki-plugin-snow/badges/quality-score.png?b=master)](htt…
/plugin/socialcards/
H A DREADME.md13 …://scrutinizer-ci.com/g/mprins/dokuwiki-plugin-socialcards/badges/quality-score.png?b=master)](htt…
/plugin/openlayersmapoverlays/
H A DREADME.md19 …izer-ci.com/g/mprins/dokuwiki-plugin-openlayersmapoverlays/badges/quality-score.png?b=master)](htt…

1234567