Home
last modified time | relevance | path

Searched refs:ruleInfo (Results 1 – 2 of 2) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/AlertCenter/
DRuleViolationInfo.php115 public function setRuleInfo(RuleInfo $ruleInfo) argument
117 $this->ruleInfo = $ruleInfo;
124 return $this->ruleInfo;
/plugin/combo/renderer/
Danalytics.php321 $ruleInfo[self::RULE_TITLE_PRESENT] = "Add a title for {$titleScore} points";
335 $ruleInfo[self::RULE_DESCRIPTION_PRESENT] = "Add a description for {$descScore} points";
354 … $ruleInfo[self::RULE_CANONICAL_PRESENT] = "Add a canonical for {$canonicalScore} points";
374 …$ruleInfo[self::RULE_OUTLINE_STRUCTURE] = "The " . $i . " header (h" . $currentHeaderLevel . ") ha…
384 …$ruleInfo[self::RULE_OUTLINE_STRUCTURE] = "Add headings to create a document outline for {$outline…
403 …$ruleInfo[self::RULE_WORDS_MINIMAL] = "Add {$missingWords} words to get {$correctLengthScore} poin…
410 …$ruleInfo[self::RULE_WORDS_MAXIMAL] = "Delete {$tooMuchWords} words to get {$correctLengthScore} p…
447 …$ruleInfo[self::RULE_AVERAGE_WORDS_BY_SECTION_MIN] = "The number of words by section is less than …
454 …$ruleInfo[self::RULE_AVERAGE_WORDS_BY_SECTION_MAX] = "The number of words by section is more than …
488 … $ruleInfo[self::RULE_INTERNAL_BACKLINKS_MIN] = "Add backlinks for {$backlinkScore} point each";
[all …]