Home
last modified time | relevance | path

Searched refs:lastError (Results 1 – 10 of 10) sorted by relevance

/plugin/jplayer/vendor/symfony/process/Pipes/
H A DAbstractPipes.php28 private $lastError; variable in Symfony\\Component\\Process\\Pipes\\AbstractPipes
62 $lastError = $this->lastError;
63 $this->lastError = null;
66 return null !== $lastError && false !== stripos($lastError, 'interrupted system call');
180 $this->lastError = $msg;
H A DWindowsPipes.php52 $lastError = 'unknown reason';
53 set_error_handler(function ($type, $msg) use (&$lastError) { $lastError = $msg; });
63 … RuntimeException('A temporary file could not be opened to write the process output: '.$lastError);
/plugin/combo/vendor/symfony/process/Pipes/
H A DAbstractPipes.php28 private $lastError; variable in Symfony\\Component\\Process\\Pipes\\AbstractPipes
62 $lastError = $this->lastError;
63 $this->lastError = null;
66 return null !== $lastError && false !== stripos($lastError, 'interrupted system call');
178 $this->lastError = $msg;
H A DWindowsPipes.php52 $lastError = 'unknown reason';
53 set_error_handler(function ($type, $msg) use (&$lastError) { $lastError = $msg; });
63 throw new RuntimeException('A temporary file could not be opened to write the process output: '.$lastError);
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/
H A DErrorHandler.php245 $lastError = error_get_last();
246 if ($lastError && in_array($lastError['type'], self::$fatalErrors, true)) {
249 'Fatal Error ('.self::codeToString($lastError['type']).'): '.$lastError['message'],
250 …['code' => $lastError['type'], 'message' => $lastError['message'], 'file' => $lastError['file'], '…
/plugin/evesso/phpoauthlib/src/OAuth/Common/Http/Client/
H A DStreamClient.php66 $lastError = error_get_last();
67 if (is_null($lastError)) {
70 throw new TokenResponseException($lastError['message']);
/plugin/oauth/vendor/lusitanian/oauth/src/OAuth/Common/Http/Client/
H A DStreamClient.php66 $lastError = error_get_last();
67 if (is_null($lastError)) {
73 throw new TokenResponseException($lastError['message']);
/plugin/fileshare/syntax/
H A DFileshare.php88 $lastError = error_get_last();
89 $err = $lastError ? "Error: ".$lastError["message"]." on line ".$lastError["line"] : "";
/plugin/sequencediagram/bower_components/lodash/vendor/backbone/test/
H A Dmodel.js551 var lastError, model = new Backbone.Model();
559 lastError = error;
563 assert.equal(lastError, "Can't change admin status.");
781 var lastError;
787 lastError = error;
792 assert.equal(lastError, undefined);
796 assert.equal(lastError, "Can't change admin status.");
826 var lastError, boundError;
/plugin/diagramsnet/lib/math/
H A DMathJax.js19 …athJax.preview.innerHTML="";b.MathJax.preview.style.display="none"}this.lastError=f;this.signal.Po…