Home
last modified time | relevance | path

Searched refs:warnings (Results 76 – 100 of 153) sorted by last modified time

1234567

/plugin/webdav/vendor/sabre/vobject/lib/Property/
H A DText.php370 $warnings = parent::validate($options);
376 $warnings[] = [
388 return $warnings;
/plugin/webdav/vendor/sabre/vobject/lib/
H A DProperty.php510 $warnings = [];
530 $warnings[] = [
539 $warnings[] = [
556 $warnings[] = [
580 $warnings[] = [
590 $warnings[] = [
601 $warnings = array_merge($warnings, $param->validate($options));
604 return $warnings;
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dwrite.id3v1.php44 public $warnings = array(); variable in getid3_write_id3v1
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.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.vorbiscomment.php36 public $warnings = array(); variable in getid3_write_vorbiscomment
H A Dwrite.apetag.php46 public $warnings = array(); variable in getid3_write_apetag
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.real.php41 public $warnings = array(); variable in getid3_write_real
/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>';
H A Ddemo.simple.write.php56 if (!empty($tagwriter->warnings)) {
57 echo 'There were some warnings:<br>'.implode('<br><br>', $tagwriter->warnings);
/plugin/jplayer/vendor/james-heinrich/getid3/
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
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
/plugin/countdown/
H A DChangeLog7 * syntax.php: PHP >= 7.0 function prototype warnings fixed by Stefan Huehner.
/plugin/codemirror/dist/modes/
H A Dsql.min.js.map1warnings when while with work write xa xor year_month zerofill begin do then else loop repeat\"),\…
/plugin/pdfjs/pdfjs/build/
H A Dpdf.js.map1 …evel.INFOS) {\n console.log('Info: ' + msg);\n }\n}\n\n// Non-fatal warnings.\nfunction warn(m…
H A Dpdf.worker.js.map1 …evel.INFOS) {\n console.log('Info: ' + msg);\n }\n}\n\n// Non-fatal warnings.\nfunction warn(m…
/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
H A DVCalendar.php409 $warnings = parent::validate($options);
413 $warnings[] = array(
442 $warnings[] = array(
460 $warnings[] = array(
469 $warnings[] = array(
476 $warnings[] = array(
483 $warnings[] = array(
491 $warnings[] = array(
499 return $warnings;
/plugin/webdavclient/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/
H A DProperty.php460 $warnings = array();
483 $warnings[] = array(
492 $warnings[] = array(
512 $warnings[] = array(
536 $warnings[] = array(
548 $warnings = array_merge($warnings, $param->validate($options));
551 return $warnings;
/plugin/webdavclient/vendor/sabre/vobject/tests/VObject/Component/
H A DVJournalTest.php34 $warnings = $obj->validate();
36 foreach($warnings as $warning) {
61 $warnings = $obj->validate();
63 foreach($warnings as $warning) {
H A DVCardTest.php16 $warnings = $vcard->validate();
19 foreach($warnings as $warning) {

1234567