Home
last modified time | relevance | path

Searched full:warnings (Results 76 – 100 of 276) sorted by relevance

12345678910>>...12

/plugin/icalevents/vendor/sabre/vobject/lib/Component/
H A DVCard.php226 $warnings = [];
238 $warnings[] = [
248 $warnings[] = [
271 $warnings[] = [
301 $warnings[] = [
310 $warnings
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Compute/
H A DOperation.php22 protected $collection_key = 'warnings';
427 public function setWarnings($warnings) argument
429 $this->warnings = $warnings;
436 return $this->warnings;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DeploymentManager/
H A DOperation.php22 protected $collection_key = 'warnings';
427 public function setWarnings($warnings) argument
429 $this->warnings = $warnings;
436 return $this->warnings;
/plugin/publistx/bib2tpl/lib/
H A DBibTex.php115 * Array to store warnings
120 var $warnings; variable in Structures_BibTex
171 $this->warnings = array();
275 $this->warnings = array();
371 * some memory but it is needed to get good warnings. If nor warnings are generated
387 $entrycopy = $entry; //We need a copy for printing the warnings
839 * If a problem is detected a warning is appended to the array warnings.
921 $this->warnings[] = $warning;
925 * Cleares all warnings
931 $this->warnings = array();
[all …]
/plugin/publistf/bib2tpl/lib/
H A DBibTex.php115 * Array to store warnings
120 var $warnings; variable in Structures_BibTex
171 $this->warnings = array();
275 $this->warnings = array();
371 * some memory but it is needed to get good warnings. If nor warnings are generated
387 $entrycopy = $entry; //We need a copy for printing the warnings
839 * If a problem is detected a warning is appended to the array warnings.
921 $this->warnings[] = $warning;
925 * Cleares all warnings
931 $this->warnings = array();
[all …]
/plugin/publist/bib2tpl/lib/
H A DBibTex.php115 * Array to store warnings
120 var $warnings; variable in Structures_BibTex
171 $this->warnings = array();
275 $this->warnings = array();
371 * some memory but it is needed to get good warnings. If nor warnings are generated
387 $entrycopy = $entry; //We need a copy for printing the warnings
839 * If a problem is detected a warning is appended to the array warnings.
921 $this->warnings[] = $warning;
925 * Cleares all warnings
931 $this->warnings = array();
[all …]
/plugin/davcard/vendor/sabre/vobject/lib/Property/
H A DText.php299 * An array is returned with warnings.
311 $warnings = parent::validate($options);
318 $warnings[] = array(
330 return $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;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudBuild/
H A DBuild.php22 protected $collection_key = 'warnings';
511 public function setWarnings($warnings) argument
513 $this->warnings = $warnings;
520 return $this->warnings;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ContainerAnalysis/
H A DContaineranalysisGoogleDevtoolsCloudbuildV1Build.php22 protected $collection_key = 'warnings';
511 public function setWarnings($warnings) argument
513 $this->warnings = $warnings;
520 return $this->warnings;
/plugin/icalevents/vendor/sabre/vobject/lib/Property/
H A DText.php378 * An array is returned with warnings.
391 $warnings = parent::validate($options);
398 $warnings[] = [
410 return $warnings;
/plugin/webdav/vendor/sabre/vobject/lib/Property/
H A DText.php357 * An array is returned with warnings.
370 $warnings = parent::validate($options);
376 $warnings[] = [
388 return $warnings;
/plugin/icalevents/vendor/sabre/vobject/tests/VObject/Component/
H A DVFreeBusyTest.php56 $warnings = $obj->validate();
58 foreach ($warnings as $warning) {
/plugin/davcard/vendor/sabre/vobject/tests/VObject/Component/
H A DVFreeBusyTest.php56 $warnings = $obj->validate();
58 foreach($warnings as $warning) {
/plugin/webdavclient/vendor/sabre/vobject/lib/Component/
H A DVCard.php209 $warnings = array();
221 $warnings[] = array(
231 $warnings[] = array(
254 $warnings[] = array(
284 $warnings[] = array(
293 $warnings
/plugin/davcal/vendor/sabre/vobject/lib/Component/
H A DVCard.php209 $warnings = array();
221 $warnings[] = array(
231 $warnings[] = array(
254 $warnings[] = array(
284 $warnings[] = array(
293 $warnings
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Reports/
H A DEmacs.php56 if ($report['errors'] === 0 && $report['warnings'] === 0) {
87 * @param int $totalWarnings Total number of warnings found during the run.
H A DCsv.php56 if ($report['errors'] === 0 && $report['warnings'] === 0) {
87 * @param int $totalWarnings Total number of warnings found during the run.
H A DDiff.php117 * Prints all errors and warnings for each file processed.
123 * @param int $totalWarnings Total number of warnings found during the run.
H A DCheckstyle.php60 if ($report['errors'] === 0 && $report['warnings'] === 0) {
102 * @param int $totalWarnings Total number of warnings found during the run.
/plugin/webdavclient/vendor/sabre/vobject/tests/VObject/Component/
H A DVFreeBusyTest.php56 $warnings = $obj->validate();
58 foreach($warnings as $warning) {
/plugin/davcal/vendor/sabre/vobject/tests/VObject/Component/
H A DVFreeBusyTest.php56 $warnings = $obj->validate();
58 foreach($warnings as $warning) {
/plugin/webdavclient/vendor/sabre/vobject/lib/
H A DCli.php344 $warnings = $vObj->validate();
345 if (!count($warnings)) {
346 $this->log(" No warnings!");
355 foreach($warnings as $warn) {
390 $warnings = $vObj->validate(Node::REPAIR);
391 if (!count($warnings)) {
392 $this->log(" No warnings!");
401 foreach($warnings as $warn) {
/plugin/davcal/vendor/sabre/vobject/lib/
H A DCli.php344 $warnings = $vObj->validate();
345 if (!count($warnings)) {
346 $this->log(" No warnings!");
355 foreach($warnings as $warn) {
390 $warnings = $vObj->validate(Node::REPAIR);
391 if (!count($warnings)) {
392 $this->log(" No warnings!");
401 foreach($warnings as $warn) {
/plugin/webdavclient/vendor/sabre/vobject/lib/Property/
H A DText.php299 * An array is returned with warnings.
311 $warnings = parent::validate($options);
318 $warnings[] = array(
330 return $warnings;

12345678910>>...12