Home
last modified time | relevance | path

Searched refs:severity (Results 76 – 90 of 90) sorted by path

1234

/plugin/findologicxmlexport/vendor/hoa/stream/
H A DStream.php567 * @param int $severity Severity. Please, see
578 $severity, argument
599 'severity' => $severity,
/plugin/findologicxmlexport/vendor/hoa/stream/Test/Integration/
H A DStream.php81 'severity' => 0,
98 'severity' => 0,
115 'severity' => 0,
132 'severity' => 0,
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/
H A DErrorHandler.php90 * @param int $severity PHP predefined error constant
94 public static function handleErrorOnce($severity = E_WARNING) argument
105 set_error_handler(function ($errno, $errstr) use ($severity) {
106 if ($errno === $severity) {
/plugin/icalevents/vendor/squizlabs/php_codesniffer/
H A DCodeSniffer.php1201 if (isset($rule->severity) === true
1202 && $this->_shouldProcessElement($rule->severity) === true
1208 $this->ruleset[$code]['severity'] = (int) $rule->severity;
1211 echo "\t\t=> severity set to ".(int) $rule->severity.PHP_EOL;
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/
H A DCLI.php320 $severity = PHP_CodeSniffer::getConfigData('severity');
321 if ($severity !== null) {
322 $defaults['errorSeverity'] = (int) $severity;
323 $defaults['warningSeverity'] = (int) $severity;
326 $severity = PHP_CodeSniffer::getConfigData('error_severity');
327 if ($severity !== null) {
328 $defaults['errorSeverity'] = (int) $severity;
332 if ($severity !== null) {
333 $defaults['warningSeverity'] = (int) $severity;
812 } else if (substr($arg, 0, 9) === 'severity=') {
[all …]
H A DFile.php819 $severity=0, argument
853 $severity=0, argument
886 $severity=0 argument
910 $severity=0 argument
936 $severity=0 argument
967 $severity=0 argument
1040 } else if ($severity === 0) {
1041 $severity = PHPCS_DEFAULT_ERROR_SEV;
1044 if ($this->phpcs->cli->errorSeverity > $severity) {
1187 } else if ($severity === 0) {
[all …]
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Reports/
H A DCsv.php68 $severity = $error['severity'];
70 … echo "\"$filename\",$line,$column,$type,\"$message\",$source,$severity,$fixable".PHP_EOL;
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Generic/Sniffs/Debug/
H A DESLintSniff.php108 if (empty($error->fatal) === false || $error->severity === 2) {
/plugin/issuetracker/
H A DREADME37 {{issuetracker>project=your_project|status=all|severity=all|display=form}}
41 {{issuetracker>project=your_project|product=all|status=all|severity=all|display=issues}}
72 Define severity levels you will use = Query,Minor,Medium,Major,Critical,
91 severity text instead of icons at = little icons will be displayed with
92 Issue list severity text as tooltip to save space
134 {{issuetracker>project=your_project|product=all|status=all|severity=all|display=issues}}
H A Daction.php968 $severity = explode(',', $this->getConf('severity')) ;
969 foreach ($severity as $x_severity)
1746 $severity = explode(',', $this->getConf('severity')) ;
1747 foreach ($severity as $x_severity)
H A Dsyntax.php467 $severity = explode(',', $this->getConf('severity')) ;
468 foreach ($severity as $x_severity)
1196 $severity = explode(',', $this->getConf('severity')) ;
1197 foreach ($severity as $_severity)
1358 $severity = explode(',', $this->getConf('severity')) ;
1359 $STR_SEVERITY = $severity[0];
/plugin/pwaoffline/
H A Dscript.js75 const severity = perc > 80 ? 'error' : perc > 20 ? 'notify' : 'info';
79 showMessage(msg + ' ( ' + perc + ' % )', severity);
83 function showMessage(message, severity) { argument
91 .addClass(severity)
/plugin/scrape/
H A DHTMLPurifier.standalone.php
/plugin/subjectindex/plugins/
H A Dbible_verses.txt24009 and will punish him with the greatest severity and will assign him his part with the hypocrites. Th…
25506 …an hour that he does not know, and he will punish him with the greatest severity and assign him a …
28232 See, therefore, God's kindness and severity. Toward those who fell there is severity, but toward yo…
29054 That is why I write these things while absent, that, when I am present, I may not act with severity
29906 This witness is true. For this very cause keep on reproving them with severity, that they may be he…
/plugin/tuxquote/
H A Dquotes.txt3913 The severity of the itch is inversely proportional to the ability to reach it.

1234