Home
last modified time | relevance | path

Searched refs:warning (Results 201 – 225 of 652) sorted by relevance

12345678910>>...27

/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dmodule.audio.vqf.php121 $this->warning('Unhandled chunk type "'.$ChunkName.'" at offset '.$ChunkBaseOffset);
132 …$this->warning('Invalid DSIZ value "'.$thisfile_vqf['DSIZ'].'". This is known to happen with VQF f…
137 …$this->warning('Probable corrupted file - should be '.$thisfile_vqf['DSIZ'].' bytes, actually '.($…
H A Dmodule.audio.flac.php64 …$this->warning('METADATA_BLOCK_HEADER.BLOCK_TYPE ('.$BlockTypeText.') at offset '.$BlockOffset.' e…
70 …$this->warning('METADATA_BLOCK_HEADER.BLOCK_LENGTH ('.$BlockTypeText.') at offset '.$BlockOffset.'…
131 …$this->warning('Unhandled METADATA_BLOCK_HEADER.BLOCK_TYPE ('.$BlockType.') at offset '.$BlockOffs…
183 $this->warning('FLAC STREAMINFO.audio_signature is null (known issue with libOggFLAC)');
203 …$this->warning('FLAC calculates MD5 data strangely on 8-bit audio, so the stored md5_data_source v…
256 $this->warning('Cannot determine audio bitrate because total stream size is unknown');
H A Dmodule.audio.ogg.php36 $this->warning('Illegal ID3v2 tag present.');
39 $this->warning('Illegal ID3v1 tag present.');
42 $this->warning('Illegal APE tag present.');
346 …$this->warning('Unable to parse Ogg end chunk file (PHP does not support file operations beyond '.…
639 …$this->warning('Unexpectedly large number ('.$CommentsCount.') of Ogg comments - breaking after re…
677 …$this->warning('Invalid Ogg comment size (comment #'.$i.', claims to be '.number_format($ThisFileI…
701 …$this->warning('undefined Vorbis Comment page "'.$VorbisCommentPage.'" at offset '.$this->ftell());
706 …$this->warning('invalid length Vorbis Comment page "'.$VorbisCommentPage.'" at offset '.$this->fte…
720 $this->warning('Blank Ogg comment ['.$i.']');
746 $this->warning('COVERART vorbiscomment tag contains invalid image');
[all …]
H A Dmodule.audio-video.riff.php108 $this->warning('[avdataend] value may be incorrect, multiple AVIX chunks may be present');
211 $this->warning('Audio codec = '.$thisfile_audio['codec']);
314 $this->warning('RIFF.WAVE.BEXT.origin_time is invalid');
317 $this->warning('RIFF.WAVE.BEXT.origin_date is invalid');
875 $this->warning('Unhandled fccType for stream ('.$i.'): "'.$strhfccType.'"');
1253 $this->warning('mapping "'.$ID3v2_key_bad.'" chunk to "'.$ID3v2_key_good.'"');
1496 $this->warning('RIFFAMV parser: '.$e->getMessage());
1592 $this->warning($value);
1684 $this->warning('getid3_ac3() says: ['.$newerror.']');
1704 $this->warning('getid3_dts() says: ['.$newerror.']');
[all …]
H A Dmodule.audio-video.asf.php286 …$this->warning('header_extension_object.reserved_2 ('.getid3_lib::PrintHexBytes($thisfile_asf_head…
425 …$this->warning('unknown frequency: "'.$AudioCodecFrequency.'" ('.$this->TrimConvert($thisfile_asf_…
538 …$this->warning('marker_object.reserved_2 ('.getid3_lib::PrintHexBytes($thisfile_asf_markerobject['…
975 …$this->warning('unhandled GUID "'.$this->GUIDname($NextObjectGUIDtext).'" {'.$NextObjectGUIDtext.'…
977 …$this->warning('unknown GUID {'.$NextObjectGUIDtext.'} in ASF header at offset '.($offset - 16 - 8…
1196 …$this->warning('data_object.reserved ('.getid3_lib::PrintHexBytes($thisfile_asf_dataobject['reserv…
1332 …$this->warning('unhandled GUID "'.$this->GUIDname($NextObjectGUIDtext).'" {'.$NextObjectGUIDtext.'…
1334 …$this->warning('unknown GUID {'.$NextObjectGUIDtext.'} in ASF body at offset '.($this->ftell() - 1…
1418 …$this->warning('Unknown streamtype: [codec_list_object][codec_entries]['.$streamnumber.'][type_raw…
1975 …$this->warning('unhandled Header Extension Object GUID "'.$this->GUIDname($thisObject['guid_text']…
[all …]
H A Dmodule.graphic.jpg.php87 …$this->warning('exif_read_data() cannot parse non-EXIF data in APP1 (expected "Exif", found "'.sub…
90 …$this->warning('EXIF parsing only available when '.(GETID3_OS_ISWINDOWS ? 'php_exif.dll enabled' :…
173 $this->warning('XMP: expecting "<subsection>:<tagname>", found "'.$key.'"');
H A Dmodule.audio.dsdiff.php91 …$this->warning('Expecting "FVER" chunk to be 4 bytes, found '.$thisChunk['size'].' bytes, skipping…
100 …$this->warning('Expecting "FVER" chunk to be 4 bytes, found '.$thisChunk['size'].' bytes, skipping…
107 $this->warning('channel count should be greater than zero, skipping chunk');
229 $this->warning('Unhandled chunk "'.$thisChunk['name'].'"');
H A Dmodule.audio.wavpack.php216 …$this->warning('Unexpected metablock type "0x'.str_pad(dechex($metablock['function_id']), 2, '0', …
264 …$this->warning('WavPack "Replay Gain" contents not yet handled by getID3() in metablock at offset …
269 …$this->warning('WavPack "Cuesheet" contents not yet handled by getID3() in metablock at offset '.$…
327 …$this->warning('Expecting 16 bytes of WavPack "MD5 Checksum" in metablock at offset '.$metablock['…
H A Dmodule.audio.mp3.php86 $this->warning($synchoffsetwarning);
148 …$this->warning('Expecting [audio][dataformat] to be mp1/mp2/mp3 when fileformat == mp3, [audio][da…
519 …$this->warning('Invalid bitrate index (15), this is a known bug in free-format MP3s encoded by LAM…
687 …$this->warning('MP3.Xing header missing VBR_bytes, assuming MPEG audio portion of file is '.number…
886 …$this->warning('Unknown LAME preset used ('.$thisfile_mpeg_audio_lame['preset_used_id'].') - pleas…
930 …$this->warning('VBR file with no VBR header. Bitrate values calculated from actual frame bitrates.…
944 …$this->warning('Last byte of data truncated (this is a known bug in Meracl ID3 Tag Writer before v…
1166 …$this->warning('Frame at offset ('.$offset.') is valid, but the next one at ('.$nextframetestoffse…
1218 …$this->warning('ModeExtension varies between first frame and other frames (known free-format issue…
1346 …$this->warning('too many MPEG audio frames to scan, only scanned first '.$max_frames_scan.' frames…
[all …]
/plugin/admnote/
H A DREADME.md27 …, 'example', 'failure', 'information', 'note', 'question', 'quote', 'achievement', 'tip', 'warning'
33 `<adm warning A very special warning>This is a warning</adm>`
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Generic/Sniffs/Metrics/
H A DCyclomaticComplexitySniff.php116 … $warning = 'Function\'s cyclomatic complexity (%s) exceeds %s; consider refactoring the function';
121 $phpcsFile->addWarning($warning, $stackPtr, 'TooHigh', $data);
/plugin/icalevents/vendor/sabre/vobject/tests/VObject/Component/
H A DVFreeBusyTest.php58 foreach ($warnings as $warning) {
59 $messages[] = $warning['message'];
/plugin/davcard/vendor/sabre/vobject/tests/VObject/Component/
H A DVFreeBusyTest.php58 foreach($warnings as $warning) {
59 $messages[] = $warning['message'];
/plugin/webdavclient/vendor/sabre/vobject/tests/VObject/Component/
H A DVFreeBusyTest.php58 foreach($warnings as $warning) {
59 $messages[] = $warning['message'];
/plugin/davcal/vendor/sabre/vobject/tests/VObject/Component/
H A DVFreeBusyTest.php58 foreach($warnings as $warning) {
59 $messages[] = $warning['message'];
/plugin/evesso/
H A DREADME.md39 * :warning: Do **not** change `singleService` (That will lock you out of the wiki)
53 :warning:
68 :warning:
82 :warning: Do not create your own auth groups starting with those prefixes when using this plugin. T…
83 :warning: ACL will allow access if any of the users group allow access
/plugin/bootswrapper/
H A Dall.css82 .bs-callout-warning {
85 .bs-callout-warning h4 {
104 .bs-callout-warning .bs-callout-icon { color: #f0ad4e; }
/plugin/ckgedit/
H A Dlocktimer.js32 locktimer.old_warning = locktimer.warning;
43 …ourLockTimerWarningtimerID = window.setTimeout(function () { locktimer.warning(); }, locktimer.ti…
46 locktimer.warning = function(){ function
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Generic/Sniffs/Files/
H A DLineLengthSniff.php170 $warning = 'Line exceeds %s characters; contains %s characters';
171 $phpcsFile->addWarning($warning, $stackPtr, 'TooLong', $data);
/plugin/combo/ComboStrap/
H A DGridTag.php110 LogUtility::warning("A non-contained row has been deprecated for grid. You should rename the row tag to grid");
192 LogUtility::warning("The auto rows type has been deprecated.", self::CANONICAL);
198 LogUtility::warning("Deprecation: The type value (" . self::TYPE_FIT_VALUE . " and " . self::TYPE_FIT_OLD_VALUE . ") for a contained row tag.", self::CANONICAL);
226 $maxLineAttributeValue = null; // variable declaration to not have a linter warning
230 $maxLineArray = []; // variable declaration to not have a linter warning
262 LogUtility::warning("The grid seems to not have any closed children");
323 LogUtility::warning("The ratio ($ratio) of the width ($conditionalLengthObject) should not be greater than 1 on the children of the row", GridTag::CANONICAL);
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/
H A DTestSuite.php163 self::warning(
180 self::warning(
434 return self::warning(
516 $data = self::warning($message);
526 $data = self::warning(
848 self::warning(
899 protected static function warning($message) function in PHPUnit_Framework_TestSuite
/plugin/combo/action/
H A Dlinkmove.php125 LogUtility::warning("The move lock file is present, the move was canceled.");
146 LogUtility::warning("The source database row $sourceId was not found in the database");
193 LogUtility::warning("The target database row with the id ($targetId) was not found in the database");
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Connections/
H A DConnection.php272 $this->log->warning("Curl exception encountered.");
279 $this->log->warning("Marking node $node dead.");
294 $this->log->warning("Retries left? $shouldRetryText");
306 $this->log->warning("Out of retries, throwing exception from $node");
385 $this->log->warning('Deprecation', $response['headers']['Warning']);
445 $this->log->warning(
457 $this->log->warning('Response', array($response['body']));
/plugin/searchpattern/
H A Dstyle.css49 div.dokuwiki div.sp_main table.sp_main_table tr.sp_warning{ /*the warning row*/
52 div.dokuwiki div.sp_main table.sp_main_table td.sp_warning{ /*the warning cell*/
60 div.dokuwiki div.sp_main table.sp_main_table td.sp_warning ul { /*the list inside warning cells*/
123 div.dokuwiki div.sp_warning { /*the warning display div*/
/plugin/ckgedit/ckeditor/plugins/note/lang/
H A Dde.js8 warning: 'Warnung',

12345678910>>...27