Home
last modified time | relevance | path

Searched full:warnings (Results 1 – 25 of 276) sorted by relevance

12345678910>>...12

/plugin/bugzillaint/
H A Dscript.js111 // add properties with warnings to extras if they are not set
112 var warnings = getBugWarnings( master, bug );
113 for ( var property in warnings ) {
230 var warnings = getBugWarnings( master, bug );
231 if ( warnings.hasOwnProperty(extra) ) {
232 e.addClass('bz-label-' + warnings[extra].color );
279 if ( bug.hasOwnProperty('warnings') ) {
280 return bug.warnings;
283 bug.warnings = {};
291 bug.warnings.severity = { color:'red', property:'severity' };
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dialogflow/
H A DGoogleCloudDialogflowV2ImportDocumentsResponse.php22 protected $collection_key = 'warnings';
29 public function setWarnings($warnings) argument
31 $this->warnings = $warnings;
38 return $this->warnings;
H A DGoogleCloudDialogflowCxV3beta1ImportDocumentsResponse.php22 protected $collection_key = 'warnings';
29 public function setWarnings($warnings) argument
31 $this->warnings = $warnings;
38 return $this->warnings;
H A DGoogleCloudDialogflowV2beta1ImportDocumentsResponse.php22 protected $collection_key = 'warnings';
29 public function setWarnings($warnings) argument
31 $this->warnings = $warnings;
38 return $this->warnings;
H A DGoogleCloudDialogflowCxV3ImportDocumentsResponse.php22 protected $collection_key = 'warnings';
29 public function setWarnings($warnings) argument
31 $this->warnings = $warnings;
38 return $this->warnings;
H A DGoogleCloudDialogflowV3alpha1ImportDocumentsResponse.php22 protected $collection_key = 'warnings';
29 public function setWarnings($warnings) argument
31 $this->warnings = $warnings;
38 return $this->warnings;
/plugin/icalevents/vendor/sabre/vobject/tests/VObject/Component/
H A DVTodoTest.php84 $warnings = $obj->validate();
86 foreach ($warnings as $warning) {
107 $warnings = $obj->validate();
109 foreach ($warnings as $warning) {
137 $warnings = $obj->validate();
139 foreach ($warnings as $warning) {
166 $warnings = $obj->validate();
168 foreach ($warnings as $warning) {
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudAsset/
H A DMoveAnalysisResult.php22 protected $collection_key = 'warnings';
45 public function setWarnings($warnings) argument
47 $this->warnings = $warnings;
54 return $this->warnings;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AdMob/
H A DReportFooter.php22 protected $collection_key = 'warnings';
47 public function setWarnings($warnings) argument
49 $this->warnings = $warnings;
56 return $this->warnings;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Apigee/
H A DGoogleCloudApigeeV1OperationMetadata.php22 protected $collection_key = 'warnings';
40 public $warnings; variable in Google\\Service\\Apigee\\GoogleCloudApigeeV1OperationMetadata
101 public function setWarnings($warnings) argument
103 $this->warnings = $warnings;
110 return $this->warnings;
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Reports/
H A DSummary.php72 && $report['warnings'] === 0
80 'warnings' => $report['warnings'],
90 * Generates a summary of errors and warnings for each file processed.
96 * @param int $totalWarnings Total number of warnings found during the run.
130 echo "\033[1m".'FILE'.str_repeat(' ', ($width - 20)).'ERRORS WARNINGS'."\033[0m".PHP_EOL;
148 if ($data['warnings'] !== 0) {
149 echo "\033[33m".$data['warnings']."\033[0m";
H A DFull.php56 if ($report['errors'] === 0 && $report['warnings'] === 0) {
62 if ($report['warnings'] > 0) {
121 if ($report['warnings'] > 0) {
122 echo ' AND '.$report['warnings'].' WARNING';
123 if ($report['warnings'] !== 1) {
163 if ($report['warnings'] > 0) {
200 * Prints all errors and warnings for each file processed.
206 * @param int $totalWarnings Total number of warnings found during the run.
/plugin/davcard/vendor/sabre/vobject/tests/VObject/Component/
H A DVTodoTest.php85 $warnings = $obj->validate();
87 foreach($warnings as $warning) {
108 $warnings = $obj->validate();
110 foreach($warnings as $warning) {
138 $warnings = $obj->validate();
140 foreach($warnings as $warning) {
167 $warnings = $obj->validate();
169 foreach($warnings as $warning) {
/plugin/authgooglesheets/vendor/google/apiclient-services/src/SQLAdmin/
H A DSqlInstancesVerifyExternalSyncSettingsResponse.php22 protected $collection_key = 'warnings';
63 public function setWarnings($warnings) argument
65 $this->warnings = $warnings;
72 return $this->warnings;
H A DInstancesListResponse.php22 protected $collection_key = 'warnings';
81 public function setWarnings($warnings) argument
83 $this->warnings = $warnings;
90 return $this->warnings;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AdSenseHost/
H A DReport.php22 protected $collection_key = 'warnings';
48 public $warnings; variable in Google\\Service\\AdSenseHost\\Report
137 public function setWarnings($warnings) argument
139 $this->warnings = $warnings;
146 return $this->warnings;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dataproc/
H A DBatchOperationMetadata.php22 protected $collection_key = 'warnings';
54 public $warnings; variable in Google\\Service\\Dataproc\\BatchOperationMetadata
157 public function setWarnings($warnings) argument
159 $this->warnings = $warnings;
166 return $this->warnings;
H A DClusterOperationMetadata.php22 protected $collection_key = 'warnings';
50 public $warnings; variable in Google\\Service\\Dataproc\\ClusterOperationMetadata
153 public function setWarnings($warnings) argument
155 $this->warnings = $warnings;
162 return $this->warnings;
H A DSessionOperationMetadata.php22 protected $collection_key = 'warnings';
54 public $warnings; variable in Google\\Service\\Dataproc\\SessionOperationMetadata
157 public function setWarnings($warnings) argument
159 $this->warnings = $warnings;
166 return $this->warnings;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Adsense/
H A DReportResult.php22 protected $collection_key = 'warnings';
42 public $warnings; variable in Google\\Service\\Adsense\\ReportResult
145 public function setWarnings($warnings) argument
147 $this->warnings = $warnings;
154 return $this->warnings;
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/
H A DReporting.php34 * Total number of files that contain errors or warnings.
48 * Total number of warnings found during the run.
55 * Total number of errors/warnings that can be fixed.
198 $this->totalWarnings += $reportData['warnings'];
209 * warnings, in the form ['errors' => int, 'warnings' => int].
287 'warnings' => $this->totalWarnings,
307 'warnings' => $phpcsFile->getWarningCount(),
312 if ($report['errors'] === 0 && $report['warnings'] === 0) {
319 // Merge errors and warnings.
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Reports/
H A DUsageReports.php22 protected $collection_key = 'warnings';
99 public function setWarnings($warnings) argument
101 $this->warnings = $warnings;
108 return $this->warnings;
/plugin/webdavclient/vendor/sabre/vobject/tests/VObject/Component/
H A DVTodoTest.php85 $warnings = $obj->validate();
87 foreach($warnings as $warning) {
108 $warnings = $obj->validate();
110 foreach($warnings as $warning) {
138 $warnings = $obj->validate();
140 foreach($warnings as $warning) {
167 $warnings = $obj->validate();
169 foreach($warnings as $warning) {
/plugin/davcal/vendor/sabre/vobject/tests/VObject/Component/
H A DVTodoTest.php85 $warnings = $obj->validate();
87 foreach($warnings as $warning) {
108 $warnings = $obj->validate();
110 foreach($warnings as $warning) {
138 $warnings = $obj->validate();
140 foreach($warnings as $warning) {
167 $warnings = $obj->validate();
169 foreach($warnings as $warning) {
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Webmasters/
H A DWmxSitemap.php32 public $warnings; variable in Google\\Service\\Webmasters\\WmxSitemap
104 public function setWarnings($warnings) argument
106 $this->warnings = $warnings;
110 return $this->warnings;

12345678910>>...12