Home
last modified time | relevance | path

Searched refs:severity (Results 26 – 50 of 90) sorted by last modified time

1234

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Iam/
H A DLintResult.php41 public $severity; variable in Google\\Service\\Iam\\LintResult
106 public function setSeverity($severity) argument
108 $this->severity = $severity;
115 return $this->severity;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ContainerAnalysis/
H A DCisBenchmark.php29 public $severity; variable in Google\\Service\\ContainerAnalysis\\CisBenchmark
48 public function setSeverity($severity) argument
50 $this->severity = $severity;
57 return $this->severity;
H A DVulnerabilityNote.php34 public $severity; variable in Google\\Service\\ContainerAnalysis\\VulnerabilityNote
87 public function setSeverity($severity) argument
89 $this->severity = $severity;
96 return $this->severity;
H A DVulnerabilityOccurrence.php48 public $severity; variable in Google\\Service\\ContainerAnalysis\\VulnerabilityOccurrence
159 public function setSeverity($severity) argument
161 $this->severity = $severity;
168 return $this->severity;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AndroidEnterprise/
H A DKeyedAppState.php37 public $severity; variable in Google\\Service\\AndroidEnterprise\\KeyedAppState
88 public function setSeverity($severity) argument
90 $this->severity = $severity;
97 return $this->severity;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Logging/
H A DLogLine.php29 public $severity; variable in Google\\Service\\Logging\\LogLine
54 public function setSeverity($severity) argument
56 $this->severity = $severity;
63 return $this->severity;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudAsset/
H A DZypperPatch.php33 public $severity; variable in Google\\Service\\CloudAsset\\ZypperPatch
70 public function setSeverity($severity) argument
72 $this->severity = $severity;
79 return $this->severity;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Adsense/
H A DAlert.php33 public $severity; variable in Google\\Service\\Adsense\\Alert
70 public function setSeverity($severity) argument
72 $this->severity = $severity;
79 return $this->severity;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AlertCenter/
H A DAlertMetadata.php41 public $severity; variable in Google\\Service\\AlertCenter\\AlertMetadata
110 public function setSeverity($severity) argument
112 $this->severity = $severity;
119 return $this->severity;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/OnDemandScanning/
H A DUpgradeDistribution.php38 public $severity; variable in Google\\Service\\OnDemandScanning\\UpgradeDistribution
85 public function setSeverity($severity) argument
87 $this->severity = $severity;
94 return $this->severity;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Recommender/
H A DGoogleCloudRecommenderV1Insight.php60 public $severity; variable in Google\\Service\\Recommender\\GoogleCloudRecommenderV1Insight
197 public function setSeverity($severity) argument
199 $this->severity = $severity;
206 return $this->severity;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudRun/
H A DGoogleCloudRunOpV2Condition.php53 public $severity; variable in Google\\Service\\CloudRun\\GoogleCloudRunOpV2Condition
164 public function setSeverity($severity) argument
166 $this->severity = $severity;
173 return $this->severity;
H A DGoogleCloudRunV1Condition.php37 public $severity; variable in Google\\Service\\CloudRun\\GoogleCloudRunV1Condition
92 public function setSeverity($severity) argument
94 $this->severity = $severity;
101 return $this->severity;
H A DGoogleCloudRunV2Condition.php53 public $severity; variable in Google\\Service\\CloudRun\\GoogleCloudRunV2Condition
164 public function setSeverity($severity) argument
166 $this->severity = $severity;
173 return $this->severity;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/BigQueryDataTransfer/
H A DTransferMessage.php33 public $severity; variable in Google\\Service\\BigQueryDataTransfer\\TransferMessage
66 public function setSeverity($severity) argument
68 $this->severity = $severity;
75 return $this->severity;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/SecurityCommandCenter/
H A DFinding.php96 public $severity; variable in Google\\Service\\SecurityCommandCenter\\Finding
405 public function setSeverity($severity) argument
407 $this->severity = $severity;
414 return $this->severity;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Networkconnectivity/
H A DLogEntry.php30 public $severity; variable in Google\\Service\\Networkconnectivity\\LogEntry
98 public function setSeverity($severity) argument
100 $this->severity = $severity;
104 return $this->severity;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ToolResults/
H A DTestIssue.php33 public $severity; variable in Google\\Service\\ToolResults\\TestIssue
74 public function setSeverity($severity) argument
76 $this->severity = $severity;
83 return $this->severity;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Container/
H A DSecurityBulletinEvent.php58 public $severity; variable in Google\\Service\\Container\\SecurityBulletinEvent
179 public function setSeverity($severity) argument
181 $this->severity = $severity;
188 return $this->severity;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ShoppingContent/
H A DAccountStatusAccountLevelIssue.php45 public $severity; variable in Google\\Service\\ShoppingContent\\AccountStatusAccountLevelIssue
124 public function setSeverity($severity) argument
126 $this->severity = $severity;
133 return $this->severity;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/SearchConsole/
H A DAmpIssue.php29 public $severity; variable in Google\\Service\\SearchConsole\\AmpIssue
48 public function setSeverity($severity) argument
50 $this->severity = $severity;
57 return $this->severity;
H A DMobileUsabilityIssue.php33 public $severity; variable in Google\\Service\\SearchConsole\\MobileUsabilityIssue
66 public function setSeverity($severity) argument
68 $this->severity = $severity;
75 return $this->severity;
/plugin/diagramsnet/lib/js/diagramly/
H A DEditorUi.js147 EditorUi.logError = function(message, url, linenumber, colno, err, severity, quiet) argument
149 severity = ((severity != null) ? severity : (message.indexOf('NetworkError') >= 0 ||
172 … img.src = logDomain + '/log?severity=' + severity + '&v=' + encodeURIComponent(EditorUi.VERSION) +
188 console.error(severity, message, url, linenumber, colno, err);
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D4.4.js1severity=n),gr.defined(r)&&(s.code=r),gr.defined(i)&&(s.source=i),gr.defined(o)&&(s.relatedInforma…
H A D4.4.js.map1severity, p.code);\n });\n }\n return undefined;\n };\n JSONDocumen…

1234