Home
last modified time | relevance | path

Searched refs:warnings (Results 101 – 125 of 153) sorted by path

1234567

/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/Property/
H A DText.php391 $warnings = parent::validate($options);
398 $warnings[] = [
410 return $warnings;
/plugin/icalevents/vendor/sabre/vobject/tests/VObject/Component/
H A DVCardTest.php16 $warnings = $vcard->validate();
19 foreach ($warnings as $warning) {
H A DVFreeBusyTest.php56 $warnings = $obj->validate();
58 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 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) {
/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/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/jmol2/jmol/
H A DCHANGES.txt562 … option --printOnly silent operation with only print command output or warnings going to the cons…
/plugin/jplayer/vendor/james-heinrich/getid3/
H A DREADME.md229 other programs. Some warnings may indicate that the data that is
424 * RIFF.WAV (should work fine, but gives warnings about not being
H A Dchangelog.txt132 * bugfix (G:93): all errors or warnings should pass through class method
213 * Bugfix: (G:10) Avoid warnings from realpath() if SAFE MODE is enabled
310 * Bugfix: demo.browse would not pop up warnings when clicked
430 * Bugfix: (#1116) possibly incorrect warnings (or lack of)
455 where @ does not act to suppress warnings of undefined
480 * Bugfix: (#1055) clearer warnings on non-EXIF contents in
511 * Bugfix: (#838) prevent warnings with assorted unhandled
1146 they should not generate warnings (robØmassive-interactive*nl)
1246 Suppressed duplicate PHP warnings for missing include files
1470 getid3.demo.check.php now shows total number of errors & warnings
[all …]
H A Dreadme.txt239 other programs. Some warnings may indicate that the data that is
431 * RIFF.WAV (should work fine, but gives warnings about not being
/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);
H A Ddemo.write.php97 if (!empty($tagwriter->warnings)) {
98 …e="background-color: #FFCC33; padding: 10px;">'.implode('<br><br>', $tagwriter->warnings).'</div>';
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dwrite.apetag.php46 public $warnings = array(); variable in getid3_write_apetag
H A Dwrite.id3v1.php44 public $warnings = array(); variable in getid3_write_id3v1
H A Dwrite.id3v2.php89 public $warnings = array(); variable in getid3_write_id3v2
445 $this->warnings[] = 'Invalid URL in '.$frame_name.' ('.$source_data_array['data'].')';
861 $this->warnings[] = 'Invalid URL in '.$frame_name.' ('.$source_data_array['data'].')';
913 $this->warnings[] = 'Invalid Email in '.$frame_name.' ('.$source_data_array['email'].')';
970 $this->warnings[] = 'Invalid URL in '.$frame_name.' ('.$source_data_array['data'].')';
1259 $this->warnings[] = 'Invalid URL in '.$frame_name.' ('.$source_data_array['data'].')';
1700 $this->warnings[] = 'Ignoring invalid ID3v2 frame type: "'.$frame_name.'"';
H A Dwrite.lyrics3.php36 public $warnings = array(); variable in getid3_write_lyrics3
H A Dwrite.metaflac.php35 public $warnings = array(); variable in getid3_write_metaflac
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.real.php41 public $warnings = array(); variable in getid3_write_real
H A Dwrite.vorbiscomment.php36 public $warnings = array(); variable in getid3_write_vorbiscomment
/plugin/mantis/lib/
H A Dchangelog238 - soap_transport_http: suppress fsockopen warnings
/plugin/mikioplugin/
H A DREADME.md155 - Fixed PHP warnings

1234567