Home
last modified time | relevance | path

Searched full:warnings (Results 26 – 50 of 325) sorted by relevance

12345678910>>...13

/plugin/authgooglesheets/vendor/google/apiclient-services/src/DeploymentManager/
DResourceUpdate.php22 protected $collection_key = 'warnings';
151 public function setWarnings($warnings) argument
153 $this->warnings = $warnings;
160 return $this->warnings;
DDeploymentmanagerResource.php22 protected $collection_key = 'warnings';
223 public function setWarnings($warnings) argument
225 $this->warnings = $warnings;
232 return $this->warnings;
/plugin/asciidocjs/node_modules/clean-css/lib/reader/
Dapply-source-maps.js29 warnings: context.warnings property
144 …applyContext.warnings.push('Cannot fetch remote resource from "' + uri + '" as no callback given.'…
147 applyContext.warnings.push('Cannot fetch "' + uri + '" as no protocol given.');
150 applyContext.warnings.push('Cannot fetch "' + uri + '" as resource is not allowed.');
156 applyContext.warnings.push('Missing source map at "' + uri + '" - ' + error);
169 … applyContext.warnings.push('Ignoring local source map at "' + uri + '" as resource is missing.');
172 applyContext.warnings.push('Cannot fetch "' + uri + '" as resource is not allowed.');
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Reports/
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.
DJson.php58 echo '"errors":'.$report['errors'].',"warnings":'.$report['warnings'].',"messages":[';
103 * @param int $totalWarnings Total number of warnings found during the run.
121 …echo '{"totals":{"errors":'.$totalErrors.',"warnings":'.$totalWarnings.',"fixable":'.$totalFixable…
DXml.php60 if ($report['errors'] === 0 && $report['warnings'] === 0) {
68 $out->writeAttribute('warnings', $report['warnings']);
106 * @param int $totalWarnings Total number of warnings found during the run.
/plugin/authgooglesheets/vendor/google/apiclient-services/src/SearchConsole/
DWmxSitemap.php56 public $warnings; variable in Google\\Service\\SearchConsole\\WmxSitemap
173 public function setWarnings($warnings) argument
175 $this->warnings = $warnings;
182 return $this->warnings;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ShoppingContent/
DDatafeedStatus.php22 protected $collection_key = 'warnings';
189 public function setWarnings($warnings) argument
191 $this->warnings = $warnings;
198 return $this->warnings;
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Regression/GitHub/
D2137-no_filter.phpt19 There were 2 warnings:
29 WARNINGS!
30 Tests: 2, Assertions: 0, Warnings: 2.
/plugin/authgooglesheets/vendor/google/apiclient-services/src/PagespeedInsights/
DLighthouseAuditResultV5.php66 public $warnings; variable in Google\\Service\\PagespeedInsights\\LighthouseAuditResultV5
219 public function setWarnings($warnings) argument
221 $this->warnings = $warnings;
228 return $this->warnings;
/plugin/icalevents/vendor/sabre/vobject/tests/VObject/Component/
DVJournalTest.php34 $warnings = $obj->validate();
36 foreach ($warnings as $warning) {
61 $warnings = $obj->validate();
63 foreach ($warnings as $warning) {
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/
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/Compute/
DSslPolicy.php22 protected $collection_key = 'warnings';
227 public function setWarnings($warnings) argument
229 $this->warnings = $warnings;
236 return $this->warnings;
/plugin/webdavclient/vendor/sabre/vobject/tests/VObject/Component/
DVJournalTest.php34 $warnings = $obj->validate();
36 foreach($warnings as $warning) {
61 $warnings = $obj->validate();
63 foreach($warnings as $warning) {
/plugin/davcard/vendor/sabre/vobject/tests/VObject/Component/
DVJournalTest.php34 $warnings = $obj->validate();
36 foreach($warnings as $warning) {
61 $warnings = $obj->validate();
63 foreach($warnings as $warning) {
/plugin/davcal/vendor/sabre/vobject/tests/VObject/Component/
H A DVJournalTest.php34 $warnings = $obj->validate();
36 foreach($warnings as $warning) {
61 $warnings = $obj->validate();
63 foreach($warnings as $warning) {
/plugin/asciidocjs/node_modules/uglify-js/lib/
Dminify.js95 warnings: false, property
152 var warnings = [];
153 if (options.warnings) AST_Node.log_function(function(warning) {
154 warnings.push(warning);
155 }, options.warnings == "verbose");
266 if (warnings.length) {
267 result.warnings = warnings;
/plugin/webdavclient/vendor/sabre/vobject/lib/
DProperty.php448 * An array is returned with warnings.
460 $warnings = array();
483 $warnings[] = array(
492 $warnings[] = array(
512 $warnings[] = array(
536 $warnings[] = array(
548 $warnings = array_merge($warnings, $param->validate($options));
551 return $warnings;
/plugin/davcard/vendor/sabre/vobject/lib/
DProperty.php448 * An array is returned with warnings.
460 $warnings = array();
483 $warnings[] = array(
492 $warnings[] = array(
512 $warnings[] = array(
536 $warnings[] = array(
548 $warnings = array_merge($warnings, $param->validate($options));
551 return $warnings;
/plugin/davcal/vendor/sabre/vobject/lib/
H A DProperty.php448 * An array is returned with warnings.
460 $warnings = array();
483 $warnings[] = array(
492 $warnings[] = array(
512 $warnings[] = array(
536 $warnings[] = array(
548 $warnings = array_merge($warnings, $param->validate($options));
551 return $warnings;
/plugin/icalevents/vendor/sabre/vobject/lib/Property/ICalendar/
DRecur.php258 $warnings = parent::validate($options);
264 $warnings[] = [
276 $warnings[] = [
298 $warnings[] = [
320 $warnings[] = [
342 $warnings[] = [
355 return $warnings;
/plugin/webdav/vendor/sabre/vobject/lib/Property/ICalendar/
DRecur.php241 $warnings = parent::validate($options);
246 $warnings[] = [
258 $warnings[] = [
280 $warnings[] = [
302 $warnings[] = [
323 $warnings[] = [
336 return $warnings;
/plugin/webdav/vendor/sabre/vobject/lib/
DProperty.php497 * An array is returned with warnings.
510 $warnings = [];
530 $warnings[] = [
539 $warnings[] = [
556 $warnings[] = [
580 $warnings[] = [
590 $warnings[] = [
601 $warnings = array_merge($warnings, $param->validate($options));
604 return $warnings;
/plugin/icalevents/vendor/sabre/vobject/lib/Component/
DVCalendar.php449 $warnings = parent::validate($options);
453 $warnings[] = [
480 $warnings[] = [
498 $warnings[] = [
507 $warnings[] = [
514 $warnings[] = [
521 $warnings[] = [
529 $warnings[] = [
537 return $warnings;
/plugin/webdavclient/vendor/sabre/vobject/lib/Component/
DVCalendar.php409 $warnings = parent::validate($options);
413 $warnings[] = array(
442 $warnings[] = array(
460 $warnings[] = array(
469 $warnings[] = array(
476 $warnings[] = array(
483 $warnings[] = array(
491 $warnings[] = array(
499 return $warnings;

12345678910>>...13