Home
last modified time | relevance | path

Searched refs:score (Results 1 – 25 of 194) sorted by relevance

12345678

/plugin/moaieditor/scripts/match/
Dmatch_paragraphs.js47 var score = {n:0, m:0}; variable
48 this.tools.media.same(score, block, node);
49 this.tools.sameWords(score, block.cleantext, node.handle.textContent, 'whitespace');
51 if (score.n == 0 || score.m == 0)
53 scores.push({ node:node, block:block, score:score.m/score.n}); property
57 scores.sort((a, b) => (a.score < b.score) ? 1 : -1);
60 var s = []; for (let score of scores) s.push(score.score);
67 score = scores[0];
68 if (score.score < 0.4)
73 const s0 = scores[0].score;
[all …]
/plugin/davcal/
H A Djstz.js204 …windows7_adaptations = function windows7_adaptions(rule_list, preliminary_timezone, score, sample)…
205 if (score !== 'N/A') {
206 return score;
244 return score;
273 var score = 0;
282 score = 0;
283 score += Math.abs(rule_list[j].s - sample.rules[j].s);
284 score += Math.abs(sample.rules[j].e - rule_list[j].e);
288 score = 'N/A';
293 if (score > consts.MAX_SCORE) {
[all …]
/plugin/passpolicy/
Dscript.js17 var score = 0;
19 return score;
25 score += 5.0 / letters[pass[i]];
40 score += (variationCount - 1) * 10;
42 return parseInt(score);
80 var score = scorePassword($field.val());
82 if (score > 80) {
85 } else if (score >= 60) {
88 } else if (score >= 30) {
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DLP/
DGooglePrivacyDlpV2SensitivityScore.php25 public $score; variable in Google\\Service\\DLP\\GooglePrivacyDlpV2SensitivityScore
30 public function setScore($score) argument
32 $this->score = $score;
39 return $this->score;
DGooglePrivacyDlpV2DataRiskLevel.php25 public $score; variable in Google\\Service\\DLP\\GooglePrivacyDlpV2DataRiskLevel
30 public function setScore($score) argument
32 $this->score = $score;
39 return $this->score;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Vision/
DWebImage.php25 public $score; variable in Google\\Service\\Vision\\WebImage
34 public function setScore($score) argument
36 $this->score = $score;
43 return $this->score;
DGoogleCloudVisionV1p4beta1WebDetectionWebImage.php25 public $score; variable in Google\\Service\\Vision\\GoogleCloudVisionV1p4beta1WebDetectionWebImage
34 public function setScore($score) argument
36 $this->score = $score;
43 return $this->score;
DGoogleCloudVisionV1p1beta1WebDetectionWebImage.php25 public $score; variable in Google\\Service\\Vision\\GoogleCloudVisionV1p1beta1WebDetectionWebImage
34 public function setScore($score) argument
36 $this->score = $score;
43 return $this->score;
DGoogleCloudVisionV1p2beta1WebDetectionWebImage.php25 public $score; variable in Google\\Service\\Vision\\GoogleCloudVisionV1p2beta1WebDetectionWebImage
34 public function setScore($score) argument
36 $this->score = $score;
43 return $this->score;
DGoogleCloudVisionV1p3beta1WebDetectionWebImage.php25 public $score; variable in Google\\Service\\Vision\\GoogleCloudVisionV1p3beta1WebDetectionWebImage
34 public function setScore($score) argument
36 $this->score = $score;
43 return $this->score;
DWebEntity.php33 public $score; variable in Google\\Service\\Vision\\WebEntity
66 public function setScore($score) argument
68 $this->score = $score;
75 return $this->score;
DGoogleCloudVisionV1p2beta1WebDetectionWebEntity.php33 public $score; variable in Google\\Service\\Vision\\GoogleCloudVisionV1p2beta1WebDetectionWebEntity
66 public function setScore($score) argument
68 $this->score = $score;
75 return $this->score;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dialogflow/
DGoogleCloudDialogflowV2beta1Sentiment.php29 public $score; variable in Google\\Service\\Dialogflow\\GoogleCloudDialogflowV2beta1Sentiment
48 public function setScore($score) argument
50 $this->score = $score;
57 return $this->score;
DGoogleCloudDialogflowV2Sentiment.php29 public $score; variable in Google\\Service\\Dialogflow\\GoogleCloudDialogflowV2Sentiment
48 public function setScore($score) argument
50 $this->score = $score;
57 return $this->score;
DGoogleCloudDialogflowCxV3beta1WebhookRequestSentimentAnalysisResult.php29 public $score; variable in Google\\Service\\Dialogflow\\GoogleCloudDialogflowCxV3beta1WebhookRequestSentimentAnalysisResult
48 public function setScore($score) argument
50 $this->score = $score;
57 return $this->score;
DGoogleCloudDialogflowCxV3SentimentAnalysisResult.php29 public $score; variable in Google\\Service\\Dialogflow\\GoogleCloudDialogflowCxV3SentimentAnalysisResult
48 public function setScore($score) argument
50 $this->score = $score;
57 return $this->score;
DGoogleCloudDialogflowCxV3WebhookRequestSentimentAnalysisResult.php29 public $score; variable in Google\\Service\\Dialogflow\\GoogleCloudDialogflowCxV3WebhookRequestSentimentAnalysisResult
48 public function setScore($score) argument
50 $this->score = $score;
57 return $this->score;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudNaturalLanguage/
DSentiment.php29 public $score; variable in Google\\Service\\CloudNaturalLanguage\\Sentiment
48 public function setScore($score) argument
50 $this->score = $score;
57 return $this->score;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Contactcenterinsights/
DGoogleCloudContactcenterinsightsV1SentimentData.php29 public $score; variable in Google\\Service\\Contactcenterinsights\\GoogleCloudContactcenterinsightsV1SentimentData
48 public function setScore($score) argument
50 $this->score = $score;
57 return $this->score;
DGoogleCloudContactcenterinsightsV1IssueAssignment.php30 public $score; variable in Google\\Service\\Contactcenterinsights\\GoogleCloudContactcenterinsightsV1IssueAssignment
60 public function setScore($score) argument
62 $this->score = $score;
66 return $this->score;
/plugin/aichat/
H A DChunk.php18 * @param int $score
27 protected $score = 0 argument
36 if ($this->score) {
37 $string .= sprintf(' (%.2f)', $this->score);
127 return $this->score;
133 public function setScore($score): void argument
135 $this->score = $score;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/RecaptchaEnterprise/
DGoogleCloudRecaptchaenterpriseV1RiskAnalysis.php30 public $score; variable in Google\\Service\\RecaptchaEnterprise\\GoogleCloudRecaptchaenterpriseV1RiskAnalysis
49 public function setScore($score) argument
51 $this->score = $score;
58 return $this->score;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Sasportal/
DSasPortalChannelWithScore.php24 public $score; variable in Google\\Service\\Sasportal\\SasPortalChannelWithScore
40 public function setScore($score) argument
42 $this->score = $score;
46 return $this->score;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/SASPortalTesting/
DSasPortalChannelWithScore.php24 public $score; variable in Google\\Service\\SASPortalTesting\\SasPortalChannelWithScore
40 public function setScore($score) argument
42 $this->score = $score;
46 return $this->score;
/plugin/quiz/
Dclass_quiz.php528 $score = unserialize(@file_get_contents($pfile));
530 if(!isset($score['total'])) $score['total'] = 0;
531 if(!isset($score['rows'])) {
532 $score['rows'] = array();
535 if(!isset($score['ips'])) $score['ips'] = array();
536 if(!isset($score['users'])) $score['users'] = array();
540 $score['total']++;
543 $score['users'][] =$tmp;
544 $score['ips'][] = $ip;
546 $score['rows'][$score['total']]['percent'] = $percent;
[all …]

12345678