Home
last modified time | relevance | path

Searched refs:score (Results 26 – 50 of 166) sorted by relevance

1234567

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Vision/
H A DGoogleCloudVisionV1p1beta1WebDetectionWebEntity.php33 public $score; variable in Google\\Service\\Vision\\GoogleCloudVisionV1p1beta1WebDetectionWebEntity
66 public function setScore($score) argument
68 $this->score = $score;
75 return $this->score;
H A DGoogleCloudVisionV1p2beta1ProductSearchResultsResult.php31 public $score; variable in Google\\Service\\Vision\\GoogleCloudVisionV1p2beta1ProductSearchResultsResult
64 public function setScore($score) argument
66 $this->score = $score;
73 return $this->score;
H A DGoogleCloudVisionV1p3beta1ProductSearchResultsResult.php31 public $score; variable in Google\\Service\\Vision\\GoogleCloudVisionV1p3beta1ProductSearchResultsResult
64 public function setScore($score) argument
66 $this->score = $score;
73 return $this->score;
H A DResult.php31 public $score; variable in Google\\Service\\Vision\\Result
64 public function setScore($score) argument
66 $this->score = $score;
73 return $this->score;
H A DGoogleCloudVisionV1p1beta1ProductSearchResultsResult.php31 public $score; variable in Google\\Service\\Vision\\GoogleCloudVisionV1p1beta1ProductSearchResultsResult
64 public function setScore($score) argument
66 $this->score = $score;
73 return $this->score;
H A DGoogleCloudVisionV1p2beta1ColorInfo.php31 public $score; variable in Google\\Service\\Vision\\GoogleCloudVisionV1p2beta1ColorInfo
64 public function setScore($score) argument
66 $this->score = $score;
73 return $this->score;
H A DGoogleCloudVisionV1p4beta1ColorInfo.php31 public $score; variable in Google\\Service\\Vision\\GoogleCloudVisionV1p4beta1ColorInfo
64 public function setScore($score) argument
66 $this->score = $score;
73 return $this->score;
H A DColorInfo.php31 public $score; variable in Google\\Service\\Vision\\ColorInfo
64 public function setScore($score) argument
66 $this->score = $score;
73 return $this->score;
H A DGoogleCloudVisionV1p3beta1ColorInfo.php31 public $score; variable in Google\\Service\\Vision\\GoogleCloudVisionV1p3beta1ColorInfo
64 public function setScore($score) argument
66 $this->score = $score;
73 return $this->score;
H A DGoogleCloudVisionV1p4beta1ProductSearchResultsResult.php31 public $score; variable in Google\\Service\\Vision\\GoogleCloudVisionV1p4beta1ProductSearchResultsResult
64 public function setScore($score) argument
66 $this->score = $score;
73 return $this->score;
H A DGoogleCloudVisionV1p1beta1ColorInfo.php31 public $score; variable in Google\\Service\\Vision\\GoogleCloudVisionV1p1beta1ColorInfo
64 public function setScore($score) argument
66 $this->score = $score;
73 return $this->score;
H A DGoogleCloudVisionV1p4beta1ProductSearchResultsObjectAnnotation.php37 public $score; variable in Google\\Service\\Vision\\GoogleCloudVisionV1p4beta1ProductSearchResultsObjectAnnotation
84 public function setScore($score) argument
86 $this->score = $score;
93 return $this->score;
H A DObjectAnnotation.php37 public $score; variable in Google\\Service\\Vision\\ObjectAnnotation
84 public function setScore($score) argument
86 $this->score = $score;
93 return $this->score;
H A DGoogleCloudVisionV1p1beta1ProductSearchResultsObjectAnnotation.php37 public $score; variable in Google\\Service\\Vision\\GoogleCloudVisionV1p1beta1ProductSearchResultsObjectAnnotation
84 public function setScore($score) argument
86 $this->score = $score;
93 return $this->score;
H A DGoogleCloudVisionV1p3beta1ProductSearchResultsObjectAnnotation.php37 public $score; variable in Google\\Service\\Vision\\GoogleCloudVisionV1p3beta1ProductSearchResultsObjectAnnotation
84 public function setScore($score) argument
86 $this->score = $score;
93 return $this->score;
H A DGoogleCloudVisionV1p2beta1ProductSearchResultsObjectAnnotation.php37 public $score; variable in Google\\Service\\Vision\\GoogleCloudVisionV1p2beta1ProductSearchResultsObjectAnnotation
84 public function setScore($score) argument
86 $this->score = $score;
93 return $this->score;
H A DGoogleCloudVisionV1p2beta1LocalizedObjectAnnotation.php39 public $score; variable in Google\\Service\\Vision\\GoogleCloudVisionV1p2beta1LocalizedObjectAnnotation
100 public function setScore($score) argument
102 $this->score = $score;
109 return $this->score;
H A DLocalizedObjectAnnotation.php39 public $score; variable in Google\\Service\\Vision\\LocalizedObjectAnnotation
100 public function setScore($score) argument
102 $this->score = $score;
109 return $this->score;
H A DGoogleCloudVisionV1p1beta1LocalizedObjectAnnotation.php39 public $score; variable in Google\\Service\\Vision\\GoogleCloudVisionV1p1beta1LocalizedObjectAnnotation
100 public function setScore($score) argument
102 $this->score = $score;
109 return $this->score;
H A DGoogleCloudVisionV1p3beta1LocalizedObjectAnnotation.php39 public $score; variable in Google\\Service\\Vision\\GoogleCloudVisionV1p3beta1LocalizedObjectAnnotation
100 public function setScore($score) argument
102 $this->score = $score;
109 return $this->score;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Forms/
H A DGrade.php28 public $score; variable in Google\\Service\\Forms\\Grade
58 public function setScore($score) argument
60 $this->score = $score;
64 return $this->score;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DataLabeling/
H A DGoogleCloudDatalabelingV1beta1OperatorMetadata.php34 public $score; variable in Google\\Service\\DataLabeling\\GoogleCloudDatalabelingV1beta1OperatorMetadata
71 public function setScore($score) argument
73 $this->score = $score;
80 return $this->score;
/plugin/quiz/
H A Dclass_quiz.php530 if(!isset($score['total'])) $score['total'] = 0;
535 if(!isset($score['ips'])) $score['ips'] = array();
536 if(!isset($score['users'])) $score['users'] = array();
540 $score['total']++;
544 $score['ips'][] = $ip;
546 $score['rows'][$score['total']]['percent'] = $percent;
547 $score['rows'][$score['total']]['score'] = $userscore;
548 $score['rows'][$score['total']]['user'] = $tmp;
549 $score['rows'][$score['total']]['ip'] = $ip;
550 $score['rows'][$score['total']]['timestamp'] = time();
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Games/
H A DScoreSubmission.php33 public $score; variable in Google\\Service\\Games\\ScoreSubmission
74 public function setScore($score) argument
76 $this->score = $score;
83 return $this->score;
H A DPlayerScore.php33 public $score; variable in Google\\Service\\Games\\PlayerScore
74 public function setScore($score) argument
76 $this->score = $score;
83 return $this->score;

1234567