Home
last modified time | relevance | path

Searched refs:warnings (Results 126 – 150 of 153) sorted by last modified time

1234567

/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/
H A DCLI.php1067 $warnings = 0;
1091 $warnings = $result['warnings'];
1101 || (($errors + $warnings) === 0 && $this->values['showProgress'] === true))
1111 $return = ($errors + $warnings);
1122 $return -= $warnings;
/plugin/icalevents/vendor/squizlabs/php_codesniffer/
H A DCodeSniffer.php668 $warnings = $phpcsFile->getWarningCount();
675 } else if ($warnings > 0) {
1911 $warnings = $phpcsFile->getWarningCount();
1912 echo " ($errors errors, $warnings warnings)".PHP_EOL;
/plugin/authgoogle/google/contrib/
H A DGoogle_AdsensehostService.php1246 public $warnings; variable in Google_Report
1287 public function setWarnings(/* array(Google_string) */ $warnings) { argument
1288 $this->assertIsArray($warnings, 'Google_string', __METHOD__);
1289 $this->warnings = $warnings;
1292 return $this->warnings;
H A DGoogle_ComputeService.php3301 public $warnings; variable in Google_Operation
3423 public function setWarnings(/* array(Google_OperationWarnings) */ $warnings) { argument
3424 $this->assertIsArray($warnings, 'Google_OperationWarnings', __METHOD__);
3425 $this->warnings = $warnings;
3428 return $this->warnings;
3891 public $warnings; variable in Google_Route
3977 public function setWarnings(/* array(Google_RouteWarnings) */ $warnings) { argument
3978 $this->assertIsArray($warnings, 'Google_RouteWarnings', __METHOD__);
3979 $this->warnings = $warnings;
3982 return $this->warnings;
H A DGoogle_AdSenseService.php1559 public $warnings; variable in Google_AdsenseReportsGenerateResponse
1600 public function setWarnings(/* array(Google_string) */ $warnings) { argument
1601 $this->assertIsArray($warnings, 'Google_string', __METHOD__);
1602 $this->warnings = $warnings;
1605 return $this->warnings;
H A DGoogle_ReportsService.php474 public $warnings; variable in Google_UsageReports
494 public function setWarnings(/* array(Google_UsageReportsWarnings) */ $warnings) { argument
495 $this->assertIsArray($warnings, 'Google_UsageReportsWarnings', __METHOD__);
496 $this->warnings = $warnings;
499 return $this->warnings;
H A DGoogle_AdExchangeSellerService.php648 public $warnings; variable in Google_Report
689 public function setWarnings(/* array(Google_string) */ $warnings) { argument
690 $this->assertIsArray($warnings, 'Google_string', __METHOD__);
691 $this->warnings = $warnings;
694 return $this->warnings;
/plugin/amcharts/assets/amcharts/plugins/export/libs/pdfmake/
H A Dpdfmake.min.js.map1 …bytes above\n\t * this are set to zero in order to avoid memory check warnings when\n\t * long…
/plugin/authyubikey/lib/
H A DNEWS8 ** Fix PHP warnings. Tiny patch from Simon Buckle
12 ** Fix PHP warnings. Tiny patch from Patrick MONNERAT
/plugin/icalevents/vendor/sabre/vobject/lib/Property/ICalendar/
H A DRecur.php258 $warnings = parent::validate($options);
264 $warnings[] = [
276 $warnings[] = [
298 $warnings[] = [
320 $warnings[] = [
342 $warnings[] = [
355 return $warnings;
/plugin/icalevents/vendor/sabre/vobject/lib/
H A DProperty.php549 $warnings = [];
572 $warnings[] = [
581 $warnings[] = [
601 $warnings[] = [
625 $warnings[] = [
637 $warnings = array_merge($warnings, $param->validate($options));
640 return $warnings;
/plugin/icalevents/vendor/sabre/vobject/lib/Component/
H A DVCard.php226 $warnings = [];
238 $warnings[] = [
248 $warnings[] = [
271 $warnings[] = [
301 $warnings[] = [
310 $warnings
H A DVCalendar.php449 $warnings = parent::validate($options);
453 $warnings[] = [
480 $warnings[] = [
498 $warnings[] = [
507 $warnings[] = [
514 $warnings[] = [
521 $warnings[] = [
529 $warnings[] = [
537 return $warnings;
/plugin/icalevents/vendor/sabre/vobject/lib/Property/
H A DText.php391 $warnings = parent::validate($options);
398 $warnings[] = [
410 return $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) {
H A DVCardTest.php16 $warnings = $vcard->validate();
19 foreach ($warnings as $warning) {
H A DVJournalTest.php34 $warnings = $obj->validate();
36 foreach ($warnings as $warning) {
61 $warnings = $obj->validate();
63 foreach ($warnings as $warning) {
H A DVTimeZoneTest.php23 $warnings = $obj->validate();
25 foreach ($warnings as $warning) {
H A DVFreeBusyTest.php56 $warnings = $obj->validate();
58 foreach ($warnings as $warning) {
/plugin/publist/bib2tpl/lib/
H A DBibTex.php120 var $warnings; variable in Structures_BibTex
171 $this->warnings = array();
275 $this->warnings = array();
921 $this->warnings[] = $warning;
931 $this->warnings = array();
942 if (sizeof($this->warnings)>0) return true;
/plugin/badbehaviour/
H A Dbadbehavior.readme116 warnings when Spam Karma 2 displays its internally generated CAPTCHA. This
/plugin/pgn4web/pgn4web/
H A DREADME.txt455 Plase note that warnings "lint warning: increment (++) and decrement (--)
/plugin/bugzillaint/
H A Dscript.js112 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 );
280 return bug.warnings;
283 bug.warnings = {};
291 bug.warnings.severity = { color:'red', property:'severity' };
305 bug.warnings.priority = { color:'red', property:'priority' };
319 bug.warnings.deadline = { color:'red', property:'deadline' };
[all …]
/plugin/html2pdf/html2pdf/html2ps/
H A DChangeLog700 * Fixed: ##PAGE## / ##PAGES## directives caused PHP warnings when
768 tags could result in notices/warnings; tables were rendered
971 function now no more cause PHP warnings to be printed; they're
/plugin/mantis/lib/
H A Dchangelog238 - soap_transport_http: suppress fsockopen warnings

1234567