Home
last modified time | relevance | path

Searched refs:error (Results 551 – 575 of 1814) sorted by relevance

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

/plugin/davcal/vendor/sabre/vobject/tests/VObject/
H A DCliTest.php528 $error = stream_get_contents($this->cli->stderr);
533 "This should have been error free. stderr output:\n" . $error
576 $error = stream_get_contents($this->cli->stderr);
581 "This should have been error free. stderr output:\n" . $error
619 $error = stream_get_contents($this->cli->stderr);
624 "This should have been error free. stderr output:\n" . $error
/plugin/photogallery/lightGallery/js/
H A Dlg-video.js63 console.error('Make sure you have included videojs');
99 console.error('Make sure you have included videojs');
148 console.error('Make sure you have included froogaloop2 js');
158 console.error('Make sure you have included videojs');
198 console.error('Make sure you have included froogaloop2 js');
208 console.error('Make sure you have included videojs');
H A Dlg-video.min.js4error("Make sure you have included videojs")}else b.core.$slide.eq(c).find(".lg-html5").get(0).pla…
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/PSR1/Sniffs/Methods/
H A DCamelCapsMethodNameSniff.php66 $error = 'Method name "%s" is not in camel caps format';
69 $phpcsFile->addError($error, $stackPtr, 'NotCamelCaps', $errorData);
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/WhiteSpace/
H A DFunctionOpeningBraceSpaceSniff.php92 $error = 'Expected 0 blank lines after opening function brace; %s found';
94 $fix = $phpcsFile->addFixableError($error, $openBrace, 'SpacingAfter', $data);
H A DSemicolonSpacingSniff.php82 $error = 'Space found before semicolon; expected "%s" but found "%s"';
88 $fix = $phpcsFile->addFixableError($error, $stackPtr, 'Incorrect', $data);
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dmodule.audio.mpc.php58 …$this->error('Expecting "MP+" or "MPCK" at offset '.$info['avdataoffset'].', found "'.getid3_lib::…
92 …$this->error('Found unexpected key value "'.$thisPacket['key'].'" at offset '.$thisPacket['offset'…
98 …$this->error('Did not find expected packet length within '.$maxHandledPacketLength.' bytes at offs…
204 …$this->error('Found unhandled key type "'.$thisPacket['key'].'" at offset '.$thisPacket['offset']);
240 …$this->error('Only Musepack SV7 supported (this file claims to be v'.$thisfile_mpc_header['stream_…
279 $this->error('Corrupt MPC file: frequency == zero');
287 $this->error('Corrupt MPC file: playtime_seconds == zero');
H A Dmodule.archive.gzip.php52 …$this->error('File is too large ('.number_format($info['filesize']).' bytes) to read into memory (…
113 $this->error('Read error on gzip file');
231 $this->error('Unable to create temp file to parse TAR inside GZIP file');
245 $this->error('Unable to fopen() temp file to parse TAR inside GZIP file');
H A Dmodule.audio.dsdiff.php35 …$this->error('Expecting "FRM8" at offset '.$info['avdataoffset'].', found "'.getid3_lib::PrintHexB…
51 …$this->error('Expecting chunk header at offset '.$thisChunk['offset'].', found insufficient data i…
59 …$this->error('Invalid chunk name "'.$thisChunk['name'].'" ('.getid3_lib::PrintHexBytes($thisChunk[…
68 …$this->error('Expecting "DSD " at offset '.($this->ftell() - 4).', found "'.getid3_lib::PrintHexBy…
76 …$this->error('Expecting "SND " at offset '.($this->ftell() - 4).', found "'.getid3_lib::PrintHexBy…
/plugin/combo/ComboStrap/
H A DEvent.php62 LogUtility::error("Sqlite is mandatory for asynchronous event", self::CANONICAL, $e);
93 LogUtility::error($e->getMessage(), $e->getCanonical(), $e);
175 LogUtility::internalError("An internal error has runned on event. " . $e->getMessage(), self::CANONICAL, $e);
195 LogUtility::error("Unable to create the event $name. Sqlite is not available");
219 LogUtility::error("Unable to create the event $name. Error:" . $e->getMessage(), self::CANONICAL, $e);
/plugin/diagramsnet/lib/js/diagramly/
H A DApp.js3766 error = (error != null) ? error : mxUtils.bind(this, function(e)
3799 error(e);
3815 }), error);
3819 error(e);
3874 error = (error != null) ? error : mxUtils.bind(this, function(e)
3891 }), error);
3893 }), error);
4362 }), error);
4384 }), error)
6196 error(err);
[all …]
/plugin/pycode/
H A Dsyntax.php336 catch (Exception $error) {
337 if ($error->getMessage() == "error") {
340 elseif ($error->getMessage() == "wrong-flag") {
343 elseif ($error->getMessage() == "notfound-lns") {
346 elseif ($error->getMessage() == "notfound-def") {
349 elseif ($error->getMessage() == "notfound-cls") {
739 $error = $this->getLang("error");
742 $renderer->cdata($error);
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Generic/Sniffs/Debug/
H A DClosureLinterSniff.php108 $error = trim($matches[4]);
113 $error,
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Regression/Trac/
H A D578.phpt22 Invalid error type specified
27 Invalid error type specified
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D47.47.js1 …@default":"error-token"}}],[/'/,"string.escape","@popall"],[/./,"string"]],dblStringBody:[[/\\./,{…
/plugin/jcapture/.settings/
H A Dorg.eclipse.jdt.core.prefs9 org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
10 org.eclipse.jdt.core.compiler.problem.enumIdentifier=error
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/PSR2/Sniffs/Namespaces/
H A DNamespaceDeclarationSniff.php81 $error = 'There must be one blank line after the namespace declaration';
82 $fix = $phpcsFile->addFixableError($error, $stackPtr, 'BlankLineAfter');
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/CSS/
H A DLowercaseStyleDefinitionSniff.php93 $error = 'Style definitions must be lowercase; expected %s but found %s';
99 $fix = $phpcsFile->addFixableError($error, $i, 'FoundUpper', $data);
/plugin/bureaucracyau/helper/
H A Dfield.php25 protected $error = false; variable in helper_plugin_bureaucracyau_field
154 if ($this->error) {
287 $this->error = false;
290 $this->error = true;
292 return !$this->error;
/plugin/bureaucracy-au/helper/
H A Dfield.php25 protected $error = false; variable in helper_plugin_bureaucracyau_field
154 if ($this->error) {
287 $this->error = false;
290 $this->error = true;
292 return !$this->error;
/plugin/bureaucracy/helper/
H A Dfield.php25 protected $error = false; variable in helper_plugin_bureaucracy_field
154 if ($this->error) {
287 $this->error = false;
290 $this->error = true;
292 return !$this->error;
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/TextUI/
H A Dlog-junit.phpt30 <error type="Exception">StatusTest::testError
34 </error>
43 There was 1 error:
/plugin/watchcycle/
H A Dscript.js38 console.error(result.responseJSON.error + "\n" + result.responseJSON.stacktrace);
40 alert(result.responseJSON.error);
109 $picker.find(".error").remove();
121 $picker.find("form").append('<div class="error">' + l10n.invalid_maintainers + '</div>');
/plugin/pot/
H A Dsyntax.php146 $error = $mycargo[$potid]['output']['error'];
168 if (isset($error)) {
169 …$renderer->doc .= "<span class='pot_error style='$display'>&nbsp; $error <b><i>$formula</i></b></s…
/plugin/upgrade/HTTP/
H A DHTTPClient.php36 // don't set these, read on error
37 public $error; variable in dokuwiki\\plugin\\upgrade\\HTTP\\HTTPClient
91 * Returns the wanted page or false on an error;
95 * @return false|string response body, false on error
109 * Returns the wanted page or false on an error.
117 * @return false|string response body, false on error
134 * Returns the resulting page or false on an error;
138 * @return false|string response body, false on error
166 $this->error = '';
208 $this->error
[all...]

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