Home
last modified time | relevance | path

Searched refs:warnings (Results 76 – 100 of 153) sorted by relevance

1234567

/plugin/davcard/vendor/sabre/vobject/tests/VObject/Component/
H A DVCardTest.php16 $warnings = $vcard->validate();
19 foreach($warnings as $warning) {
/plugin/webdavclient/vendor/sabre/vobject/tests/VObject/Component/
H A DVCardTest.php16 $warnings = $vcard->validate();
19 foreach($warnings as $warning) {
/plugin/davcal/vendor/sabre/vobject/tests/VObject/Component/
H A DVCardTest.php16 $warnings = $vcard->validate();
19 foreach($warnings as $warning) {
/plugin/icalevents/vendor/sabre/vobject/tests/VObject/Component/
H A DVCardTest.php16 $warnings = $vcard->validate();
19 foreach ($warnings as $warning) {
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/
H A DTestResult.php41 protected $warnings = []; variable in PHPUnit_Framework_TestResult
281 $this->warnings[] = new PHPUnit_Framework_TestFailure($test, $e);
555 return count($this->warnings);
563 public function warnings() function in PHPUnit_Framework_TestResult
565 return $this->warnings;
1192 return empty($this->errors) && empty($this->failures) && empty($this->warnings);
/plugin/bibtex4dw/lib/
H A Dbibtexrender.php244 if ( ($this->_parser->warnings['warning']) && (count($this->_parser->warnings['warning']))) {
245 foreach($this->_parser->warnings as $parserWarning) {
246 msg($this->_parser->warnings[$parserWarning]['warning'],'2');
H A Dbibtexparser.php121 * Array to store warnings
126 public $warnings = array(); variable in bibtexparser_plugin_bibtex4dw
171 $this->warnings = array();
273 $this->warnings = array();
389 $this->warnings = array();
577 * A copy is made of the entry if warnings should be generated. This takes quite
578 * some memory but it is needed to get good warnings. If no warnings are generated
594 $entrycopy = $entry; //We need a copy for printing the warnings
1180 * If a problem is detected a warning is appended to the array warnings
[all...]
/plugin/jplayer/vendor/james-heinrich/getid3/demos/
H A Ddemo.write.php97 if (!empty($tagwriter->warnings)) {
98 …e="background-color: #FFCC33; padding: 10px;">'.implode('<br><br>', $tagwriter->warnings).'</div>';
/plugin/publistx/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/publistf/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/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/findologicxmlexport/vendor/phpunit/phpunit/tests/Regression/GitHub/
H A D2137-no_filter.phpt19 There were 2 warnings:
/plugin/webdav/vendor/sabre/vobject/lib/
H A DCli.php334 $this->log(' No warnings!');
376 $this->log(' No warnings!');
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Regression/Trac/
H A D578.phpt2 #578: Double printing of trace line for exceptions from notices and warnings
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dwrite.lyrics3.php36 public $warnings = array(); variable in getid3_write_lyrics3
H A Dwrite.vorbiscomment.php36 public $warnings = array(); variable in getid3_write_vorbiscomment
H A Dwrite.php115 public $warnings = array(); variable in getid3_writetags
523 …$this->warnings[] = '$data['.$tag_key.'] is assumed to be ID3v2 APIC data - NOT written to APE tag…
531 …$this->warnings[] = '$data['.$tag_key.']['.$key.'] is not a string value - all of $data['.$tag_key…
732 …$this->warnings[] = '$data['.$tag_key.']['.$key.'] is not a string value - all of $data['.$tag_key…
H A Dwrite.metaflac.php35 public $warnings = array(); variable in getid3_write_metaflac
H A Dwrite.id3v1.php44 public $warnings = array(); variable in getid3_write_id3v1
/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/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_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_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;
/plugin/countdown/
H A DChangeLog7 * syntax.php: PHP >= 7.0 function prototype warnings fixed by Stefan Huehner.
/plugin/templater/
H A DCHANGELOG.md47 * Fixed some warnings.

1234567