Home
last modified time | relevance | path

Searched refs:warnings (Results 51 – 75 of 153) sorted by relevance

1234567

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Compute/
H A DOperation.php427 public function setWarnings($warnings) argument
429 $this->warnings = $warnings;
436 return $this->warnings;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DeploymentManager/
H A DOperation.php427 public function setWarnings($warnings) argument
429 $this->warnings = $warnings;
436 return $this->warnings;
/plugin/icalevents/vendor/sabre/vobject/tests/VObject/Component/
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/jplayer/vendor/james-heinrich/getid3/demos/
H A Ddemo.simple.write.php56 if (!empty($tagwriter->warnings)) {
57 echo 'There were some warnings:<br>'.implode('<br><br>', $tagwriter->warnings);
/plugin/davcard/vendor/sabre/vobject/tests/VObject/Component/
H A DVTimeZoneTest.php24 $warnings = $obj->validate();
26 foreach($warnings as $warning) {
H A DVFreeBusyTest.php56 $warnings = $obj->validate();
58 foreach($warnings as $warning) {
/plugin/webdavclient/vendor/sabre/vobject/tests/VObject/Component/
H A DVTimeZoneTest.php24 $warnings = $obj->validate();
26 foreach($warnings as $warning) {
H A DVFreeBusyTest.php56 $warnings = $obj->validate();
58 foreach($warnings as $warning) {
/plugin/davcal/vendor/sabre/vobject/tests/VObject/Component/
H A DVTimeZoneTest.php24 $warnings = $obj->validate();
26 foreach($warnings as $warning) {
H A DVFreeBusyTest.php56 $warnings = $obj->validate();
58 foreach($warnings as $warning) {
/plugin/bpmnio/script/
H A Dbpmnio_render.js8 const { warnings } = result;
9 if (warnings?.length > 0) console.log(warnings);
20 console.log(err.message, err.warnings);
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/
H A DPHP.php325 $warnings = $childResult->warnings();
352 } elseif (!empty($warnings)) {
355 $this->getException($warnings[0]),
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudBuild/
H A DBuild.php511 public function setWarnings($warnings) argument
513 $this->warnings = $warnings;
520 return $this->warnings;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ContainerAnalysis/
H A DContaineranalysisGoogleDevtoolsCloudbuildV1Build.php511 public function setWarnings($warnings) argument
513 $this->warnings = $warnings;
520 return $this->warnings;
/plugin/authgoogle/google/contrib/
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/davcard/vendor/sabre/vobject/lib/Property/
H A DText.php311 $warnings = parent::validate($options);
318 $warnings[] = array(
330 return $warnings;
/plugin/webdavclient/vendor/sabre/vobject/lib/Property/
H A DText.php311 $warnings = parent::validate($options);
318 $warnings[] = array(
330 return $warnings;
/plugin/davcal/vendor/sabre/vobject/lib/Property/
H A DText.php311 $warnings = parent::validate($options);
318 $warnings[] = array(
330 return $warnings;
/plugin/webdav/vendor/sabre/vobject/lib/Property/
H A DText.php370 $warnings = parent::validate($options);
376 $warnings[] = [
388 return $warnings;
/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/
H A DText.php391 $warnings = parent::validate($options);
398 $warnings[] = [
410 return $warnings;
/plugin/batchedit/
H A Dengine.php560 private $warnings; variable in BatcheditSession
577 $this->warnings = array();
622 list($warnings, $this->matches, $this->pages) = $matches;
624 $this->warnings = array_filter($warnings, function ($message) {
636 $this->saveArray('matches', array($this->warnings, $this->matches, $this->pages));
661 $this->warnings[] = new BatcheditWarningMessage($warning->getArguments());
664 $this->warnings[] = new BatcheditWarningMessage(func_get_args());
676 return $this->warnings;
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Control/
H A DPwdPolicyResponseControl.php153 $warnings = $encoder->complete($child, AbstractType::TAG_TYPE_SEQUENCE, [
160 foreach ($warnings->getChildren() as $warning) {

1234567