Home
last modified time | relevance | path

Searched refs:error (Results 626 – 650 of 1814) sorted by relevance

1...<<21222324252627282930>>...73

/plugin/authucenter/lib/uc_client/lib/
H A Ddb.class.php103 function error() { function in ucclient_db
155 $error = mysql_error();
168 $s .= '<b>Error:</b>'.$error.'<br />';
/plugin/subconfhelper/
H A Dadmin.php71 if ($_config->setting[$key]->error()) $_error = true;
157 $error = $setting->error() ? ' class="value error"' : ' class="value"';
/plugin/combo/action/
H A Dsnippetsbootstrap.php261 LogUtility::error($message, self::FRONT_END_OPTIMIZATION_CANONICAL);
266 LogUtility::error($messageEmpty, self::FRONT_END_OPTIMIZATION_CANONICAL);
281 LogUtility::error($message, self::FRONT_END_OPTIMIZATION_CANONICAL);
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/Formatting/
H A DOperatorBracketSniff.php102 $error = 'No space allowed between minus sign and number';
103 $phpcsFile->addError($error, $stackPtr, 'SpacingAfterMinus');
268 $error = 'Arithmetic operation must be bracketed';
269 $fix = $phpcsFile->addFixableError($error, $stackPtr, 'MissingBrackets');
/plugin/fedauth/js/
H A Dadmin.js110 .error(function() { alert("AJAX error!"); fa_manager._easeitem(sender); });
131 .error(function() { alert("AJAX error!"); fa_manager._easeitem(sender); });
155 .error(function() { alert("AJAX error!"); fa_manager._easeitem(sender); });
179 .error(function() { alert("AJAX error!"); fa_manager._easeitem(sender); });
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dmodule.tag.lyrics3.php175 …$this->error('"LYRICSBEGIN" expected at '.$endoffset.' but found "'.substr($rawdata, 0, 11).'" ins…
189 …$this->error('"LYRICSEND" expected at '.($this->ftell() - 11 + $length - 9).' but found "'.substr(…
237 …$this->error('"LYRICS200" expected at '.($this->ftell() - 11 + $length - 9).' but found "'.substr(…
243 $this->error('Cannot process Lyrics3 version '.$version.' (only v1 and v2)');
H A Dmodule.graphic.bmp.php55 …$this->error('Expecting "'.getid3_lib::PrintHexBytes($magic).'" at offset '.$info['avdataoffset'].…
95 $this->error('Unknown BMP subtype (or not a BMP file)');
292 $this->error('Unknown BMP format in header.');
415 …$this->error('Unknown bits-per-pixel value ('.$thisfile_bmp_header_raw['bits_per_pixel'].') - cann…
490 …$this->error('Unknown bits-per-pixel value ('.$thisfile_bmp_header_raw['bits_per_pixel'].') - cann…
580 …$this->error('Unknown bits-per-pixel value ('.$thisfile_bmp_header_raw['bits_per_pixel'].') - cann…
620 …$this->error('Unknown bits-per-pixel value ('.$thisfile_bmp_header_raw['bits_per_pixel'].') - cann…
627 …$this->error('Unknown/unhandled compression type value ('.$thisfile_bmp_header_raw['compression'].…
H A Dmodule.audio-video.ts.php33 …$this->error('Expecting "'.getid3_lib::PrintHexBytes($magic).'" at '.$info['avdataoffset'].', foun…
74 …$this->error('MPEG Transport Stream (.ts) parsing not enabled in this version of getID3() ['.$this…
H A Dmodule.audio.rkau.php33 …$this->error('Expecting "'.getid3_lib::PrintHexBytes($magic).'" at offset '.$info['avdataoffset'].…
44 …$this->error('This version of getID3() ['.$this->getid3->version().'] can only parse RKAU files v1…
H A Dmodule.archive.szip.php32 …$this->error('Expecting "53 5A 0A 04" at offset '.$info['avdataoffset'].', found "'.getid3_lib::Pr…
38 …$this->error('SZIP parsing not enabled in this version of getID3() ['.$this->getid3->version().']'…
H A Dmodule.audio.tta.php40 …$this->error('Expecting "'.getid3_lib::PrintHexBytes($magic).'" at offset '.$info['avdataoffset'].…
98 …$this->error('This version of getID3() ['.$this->getid3->version().'] only knows how to handle TTA…
/plugin/combo/ComboStrap/
H A DPageImageTag.php144 LogUtility::error("The ratio value ($ratio) is not a valid ratio for the icon image ($icon)");
196 LogUtility::error("The image ($pageImageProcessing) is an unknown page image type", PageImageTag::CANONICAL);
215 LogUtility::error("The image could not be build. Error: {$e->getMessage()}", PageImageTag::CANONICAL, $e);
279 LogUtility::error($message, self::CANONICAL, $e);
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/MySource/Sniffs/Channels/
H A DUnusedSystemSniff.php145 $error = 'Included system "%s" is never used';
147 $phpcsFile->addError($error, $stackPtr, 'Found', $data);
/plugin/zip/pear/File/Archive/Writer/
H A DZip.php172 $error = $this->innerWriter->writeData($zipData);
173 if (PEAR::isError($error)) {
174 return $error;
/plugin/combo/resources/snippet/js/
H A Dmetadata.js174 console.error('Bad runner request, status Code is: ' + response.status);
207 console.error(e.stack)
209 console.error(e.toString())
/plugin/templater/
H A DCHANGELOG.md43 * Better fix for `{{template>page#section}}` doesn't exist with error message.
44 * Updated error messages to look better.
59 * Fixed PHP 7+ error (line 171).
/plugin/refnotes/
H A Dadmin.js142 error(xhr, status, message) {
187 setErrorStatus('saving_failed', 'Server FS access error');
206 setStatus('error', locale.getString(messageId, details));
591 catch (error) {
592 alert(error);
610 catch (error) {
611 alert(error);
862 catch (error) {
863 alert(error);
881 catch (error) {
[all...]
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Generic/Sniffs/Files/
H A DLineLengthSniff.php162 $error = 'Line exceeds maximum limit of %s characters; contains %s characters';
163 $phpcsFile->addError($error, $stackPtr, 'MaxExceeded', $data);
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/PHP/
H A DDisallowMultipleAssignmentsSniff.php178 $error = 'Assignments must be the first block of code on a line';
179 $phpcsFile->addError($error, $stackPtr, 'Found');
/plugin/pwaoffline/node_modules/idb-keyval/dist/
H A Didb-keyval-iife.min.js1error)),o.onsuccess=(()=>r(o.result)),o.onupgradeneeded=(()=>{o.result.createObjectStore(t)})})}_w…
/plugin/weiqi/
H A Dweiqi_parser.php49 var $error = false; variable in weiqi_parser
101 $this->error = true;
111 $this->error = true;
119 if ($this->error) return;
488 $this->error = true;
/plugin/combo/syntax/
H A Diterator.php118 LogUtility::internalError("The path string should be absolute, we should not get this error", PageImageTag::CANONICAL, $e);
427 $renderer->doc .= "The sql statement generated returns an error. Sql statement: $executableSql";
445 LogUtility::error("Internal Error: the page selected ($contextualPage) was not added. It does not exist and was deleted from the database index.", self::CANONICAL);
567 LogUtility::error("Error while rendering the template header. Error: {$e->getMessage()}", self::CANONICAL);
576 LogUtility::error("Error while rendering a data row. Error: {$e->getMessage()}", self::CANONICAL, $e);
585 LogUtility::error("Error while rendering the template footer. Error: {$e->getMessage()}", self::CANONICAL);
600 LogUtility::error("Error while rendering the iterator footer. Error: {$e->getMessage()}", self::CANONICAL);
/plugin/diagramsnet/lib/
H A Delectron.js438 console.error('Error: cannot import VSDX file: ' + curFile);
472 console.error('Error: Export failed: ' + curFile);
521 console.error('Error writing to file: ' + outFileName);
526 console.error('Error: ' + data + ': ' + curFile);
543 console.error('Error reading file: ' + curFile);
562 console.error(e);
826 autoUpdater.on('error', e => log.error('@error@\n', e))
991 log.error(e.message, {stack: e.stack});
1083 log.error(e.message, {stack: e.stack});
1390 .catch((error) =>
[all …]
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Generic/Sniffs/WhiteSpace/
H A DDisallowSpaceIndentSniff.php168 $error = 'Tabs must be used to indent lines; spaces are not allowed';
169 $fix = $phpcsFile->addFixableError($error, $i, 'SpacesUsed');
/plugin/combo/ComboStrap/TagAttribute/
H A DTextAlign.php36 LogUtility::error("Unable to retrieve the tex-align attribute. Error: {$e->getMessage()}", self::CANONICAL);
43 LogUtility::error("The text-align value($textAlignValue) is not valid. Error: {$e->getMessage()}", self::CANONICAL);

1...<<21222324252627282930>>...73