Home
last modified time | relevance | path

Searched refs:score (Results 51 – 75 of 166) sorted by relevance

1234567

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Vision/
H A DGoogleCloudVisionV1p4beta1LocalizedObjectAnnotation.php39 public $score; variable in Google\\Service\\Vision\\GoogleCloudVisionV1p4beta1LocalizedObjectAnnotation
100 public function setScore($score) argument
102 $this->score = $score;
109 return $this->score;
H A DGoogleCloudVisionV1p3beta1WebDetectionWebPage.php34 public $score; variable in Google\\Service\\Vision\\GoogleCloudVisionV1p3beta1WebDetectionWebPage
85 public function setScore($score) argument
87 $this->score = $score;
94 return $this->score;
H A DGoogleCloudVisionV1p4beta1WebDetectionWebPage.php34 public $score; variable in Google\\Service\\Vision\\GoogleCloudVisionV1p4beta1WebDetectionWebPage
85 public function setScore($score) argument
87 $this->score = $score;
94 return $this->score;
H A DGoogleCloudVisionV1p1beta1WebDetectionWebPage.php34 public $score; variable in Google\\Service\\Vision\\GoogleCloudVisionV1p1beta1WebDetectionWebPage
85 public function setScore($score) argument
87 $this->score = $score;
94 return $this->score;
H A DWebPage.php34 public $score; variable in Google\\Service\\Vision\\WebPage
85 public function setScore($score) argument
87 $this->score = $score;
94 return $this->score;
H A DGoogleCloudVisionV1p2beta1WebDetectionWebPage.php34 public $score; variable in Google\\Service\\Vision\\GoogleCloudVisionV1p2beta1WebDetectionWebPage
85 public function setScore($score) argument
87 $this->score = $score;
94 return $this->score;
H A DGoogleCloudVisionV1p2beta1EntityAnnotation.php48 public $score; variable in Google\\Service\\Vision\\GoogleCloudVisionV1p2beta1EntityAnnotation
155 public function setScore($score) argument
157 $this->score = $score;
164 return $this->score;
H A DEntityAnnotation.php48 public $score; variable in Google\\Service\\Vision\\EntityAnnotation
155 public function setScore($score) argument
157 $this->score = $score;
164 return $this->score;
H A DGoogleCloudVisionV1p1beta1EntityAnnotation.php48 public $score; variable in Google\\Service\\Vision\\GoogleCloudVisionV1p1beta1EntityAnnotation
155 public function setScore($score) argument
157 $this->score = $score;
164 return $this->score;
H A DGoogleCloudVisionV1p3beta1EntityAnnotation.php48 public $score; variable in Google\\Service\\Vision\\GoogleCloudVisionV1p3beta1EntityAnnotation
155 public function setScore($score) argument
157 $this->score = $score;
164 return $this->score;
H A DGoogleCloudVisionV1p4beta1EntityAnnotation.php48 public $score; variable in Google\\Service\\Vision\\GoogleCloudVisionV1p4beta1EntityAnnotation
155 public function setScore($score) argument
157 $this->score = $score;
164 return $this->score;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/PagespeedInsights/
H A DLighthouseCategoryV5.php40 public $score; variable in Google\\Service\\PagespeedInsights\\LighthouseCategoryV5
105 public function setScore($score) argument
107 $this->score = $score;
114 return $this->score;
H A DLighthouseAuditResultV5.php54 public $score; variable in Google\\Service\\PagespeedInsights\\LighthouseAuditResultV5
177 public function setScore($score) argument
179 $this->score = $score;
186 return $this->score;
/plugin/combo/ComboStrap/
H A DRouterBestEndPage.php30 * @return array - the best poge id and its score
31 * The score is the number of name that matches
106 $score = 0;
109 $score++;
112 if ($score > $bestScore) {
113 $bestScore = $score;
115 } else if ($score === $bestScore) {
/plugin/qc/
H A DOutput.php14 public const MAXERR = 10; //what score to use as total failure
33 * Get the score as icon
35 * @param $score
38 public static function scoreIcon($score)
42 // rate the score
43 if ($score > self::MAXERR) {
45 } elseif ($score) {
51 // output icon and score
54 if ($score) $html .= '<span>' . $score
39 scoreIcon($score) global() argument
[all...]
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Argument/Token/
H A DLogicalAndToken.php51 $score = $token->scoreArgument($argument);
52 if (false === $score) {
55 $maxScore = max($score, $maxScore);
/plugin/twofactorgoogleauth/
H A DQRCode.php616 $score = $this->qr_penalty_1($matrix, $size);
617 $score += $this->qr_penalty_2($matrix, $size);
618 $score += $this->qr_penalty_3($matrix, $size);
619 $score += $this->qr_penalty_4($matrix, $size);
620 return $score;
625 $score = 0;
652 return $score;
657 $score = 0;
671 return $score;
676 $score = 0;
[all …]
/plugin/schulzevote/
H A Dhelper.php77 foreach ($data as $cand => $score) {
78 if ($score === 0)
80 if (in_array($score, $unique_values))
82 $unique_values[] = $score;
237 foreach ($pref as $cand2 => $score) {
238 $vote['data'][$cand2] += $score;
/plugin/davcard/vendor/sabre/vobject/lib/
H A DComponent.php278 $score=300000000;
279 return $score+$key;
281 $score=400000000;
282 return $score+$key;
289 $score=100000000;
290 return $score+$key;
293 $score=200000000;
294 return $score+$key;
/plugin/webdavclient/vendor/sabre/vobject/lib/
H A DComponent.php278 $score=300000000;
279 return $score+$key;
281 $score=400000000;
282 return $score+$key;
289 $score=100000000;
290 return $score+$key;
293 $score=200000000;
294 return $score+$key;
/plugin/davcal/vendor/sabre/vobject/lib/
H A DComponent.php278 $score=300000000;
279 return $score+$key;
281 $score=400000000;
282 return $score+$key;
289 $score=100000000;
290 return $score+$key;
293 $score=200000000;
294 return $score+$key;
/plugin/icalevents/vendor/sabre/vobject/lib/
H A DComponent.php310 $score = 300000000;
311 return $score + $key;
313 $score = 400000000;
314 return $score + $key;
321 $score = 100000000;
322 return $score + $key;
325 $score = 200000000;
326 return $score + $key;
/plugin/webdav/vendor/sabre/vobject/lib/
H A DComponent.php292 $score = 300000000;
294 return $score + $key;
296 $score = 400000000;
298 return $score + $key;
305 $score = 100000000;
307 return $score + $key;
310 $score = 200000000;
312 return $score + $key;
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Call/
H A DCall.php135 * @param false|int $score
139 public function addScore(ArgumentsWildcard $wildcard, $score) argument
141 $this->scores[$wildcard] = $score;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Games/Resource/
H A DScores.php124 * @param string $score The score you're submitting. The submitted score is
139 public function submit($leaderboardId, $score, $optParams = []) argument
141 $params = ['leaderboardId' => $leaderboardId, 'score' => $score];

1234567