Home
last modified time | relevance | path

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

1234

/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/
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/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/authgoogle/google/contrib/
H A DGoogle_AdSenseService.php1637 public $severity; variable in Google_Alert
1657 public function setSeverity( $severity) { argument
1658 $this->severity = $severity;
1661 return $this->severity;
/plugin/scrape/
H A DHTMLPurifier.standalone.php
/plugin/bugzillaint/docs/
H A Dbugzillaint.txt103 defined in the plugin settings. Please not that the fields ''priority'', ''severity'' and ''deadlin…
116 …* ''severity'' - show severity, using colors from the plugin settings - shows automatically if abo…
131 * warning thresholds for priority, severity and deadline
/plugin/bugzillaint/
H A Dscript.js188 e.attr('title', 'severity: ' + bug.severity);
189 e.append( bug.severity );
285 if ( !bug.resolution && bug.severity ) {
290 if ( s.indexOf(bug.severity) <= s.indexOf(red) ) {
291 bug.warnings.severity = { color:'red', property:'severity' }; class in bug.warnings
292 } else if ( s.indexOf(bug.severity) <= s.indexOf(orange) ) {
293 bug.warnings.severity = { color:'orange', property:'severity' }; class in bug.warnings
/plugin/tuxquote/
H A Dquotes.txt3913 The severity of the itch is inversely proportional to the ability to reach it.
/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/dokumicrobugtracker/
H A Dsyntax.php352 function _emailForNewBug($id,$project,$version,$severity,$description) argument
356 …project : '.$project.' (id : '.$id.")\n\n".' Version : '.$version.' ('.$severity.") :\n".$descript…
357 …A new bug have entered in the project : '.$project.' Version :'.$version.' ('.$severity.') : '.$id;
377 foreach ($severities as $severity) {
378 $ret .= '<option value="'.$severity.'" >'.$severity.'</option>';
H A DCHANGELOG11 Version 2011-08-24 Implement #65 (Configurable severity), Implement #62 (Inform user of modificati…
H A DREADME.md75 | 2011-08-24 | Implement #65 (Configurable severity), Implement #62 (Inform user of modification on…
/plugin/bugzillahttp/
H A DBzBug.php26 private $severity; variable in BzBug
53 return $this->severity;
81 return $this->severity = $s;
/plugin/bible/bible_douayRheims/
H A DRomans.txt301 …11:22. See then the goodness and the severity of God: towards them indeed that are fallen, the sev…

1234