Home
last modified time | relevance | path

Searched refs:err (Results 101 – 125 of 261) sorted by relevance

1234567891011

/plugin/diagramsnet/lib/js/diagramly/
H A DDriveClient.js1296 var err = 'sl_' + file.saveLevel + '-error_' +
1301 err += '-code_' + e.error.code;
1312 action: err, label: ((this.user != null) ? ('user_' + this.user.id) : 'nouser') +
1623 }), mxUtils.bind(this, function(err) argument
1633 if (!file.isConflict(err))
1635 error(err);
1700 error(err, resp);
1709 error(err);
1792 }), mxUtils.bind(this, function(err) argument
1800 error(err);
H A DOneDriveFile.js409 }), mxUtils.bind(this, function(err, req) argument
448 error(err);
/plugin/s5reloaded/ui/effects_support/
H A Dpresentacular.js131 } catch (err) {}
/plugin/freechat/phpfreechat/src/
H A Dpfctools.php218 foreach( $f_list as $func => $err )
221 $errors[] = _pfc("%s doesn't exist: %s", $func, $err);
/plugin/elasticsearch/vendor/ezimuel/ringphp/src/Client/
H A DStreamHandler.php172 foreach ($errors as $err) {
173 foreach ($err as $key => $value) {
/plugin/elwikiupgrade/
H A DHTTPClient.php466 } catch (HTTPClientException $err) {
467 $this->error = $err->getMessage();
468 if ($err->getCode())
469 $this->status = $err->getCode();
/plugin/ckgedit/fckeditor/editor/filemanager/connectors/php/
H A Dcommands.php762 function send_ckg_UploadError($err,$sFileUrl, $file) { argument
763 switch($err) {
797 $upload_error = 300 + $err;
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/asp/
H A Dcommands.asp113 iErrNumber = err.number
114 sErrDescription = err.Description
/plugin/bugzillaint/helper/
H A Dbugzillaclient.php354 $err = error_get_last();
355 throw new Exception($err['message']);
/plugin/jplayer/vendor/happyworm/jplayer/lib/aurora/
H A Dogg.js2err,local){if(err)return callback(err);IDBFS.getRemoteSet(mount,(function(err,remote){if(err)retur… argument
/plugin/simplemysqlclient/syntax/
H A Dsimplemysqlclient.php173 $err = mysqli_errno ( $db );
174 …echo $this->getLang ( 'queryexecuted' ) . ($err != 0 ? $this->getLang ( 'no' ) : $this->getLang ( …
/plugin/crossdbsqlclient/syntax/
H A Ddbwrapper.php92 $err = mysqli_errno ( $db );
93 …echo $this->getLang ( 'queryexecuted' ) . ($err != 0 ? $this->getLang ( 'no' ) : $this->getLang ( …
/plugin/guestbook/
H A Dbasic.class.php358 foreach($error as $err)
359 $output .= '<li>' . wordwrap($err, 70, '<br />') . '</li>';
/plugin/diagramsnet/lib/plugins/
H A DcConf-comments.js390 ui.saveComments(tmpComments, success, function(err) argument
393 error(err);
/plugin/jplayer/vendor/symfony/process/
H A DProcess.php592 $err = stream_get_contents($this->stderr, -1, $this->incrementalErrorOutputOffset);
594 if (isset($err[0])) {
601 yield self::ERR => $err;
605 if (!$blocking && !isset($out[0]) && !isset($err[0])) {
/plugin/combo/vendor/symfony/process/
H A DProcess.php35 public const ERR = 'err';
230 * The callback receives the type of output (out or err) and
286 * The callback receives the type of output (out or err) and some bytes from
403 * The callback receives the type of output (out or err) and some bytes
450 * The callback receives the type of output (out or err) and some bytes
651 $err = stream_get_contents($this->stderr, -1, $this->incrementalErrorOutputOffset);
653 if (isset($err[0])) {
660 yield self::ERR => $err;
664 if (!$blocking && !isset($out[0]) && !isset($err[0])) {
/plugin/authldaplocal/
H A Dauth.php841 * @param int $err
846 protected function _debug($message, $err, $line, $file) { argument
848 msg($message, $err, $line, $file);
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/Handler/
H A DStreamHandler.php248 foreach ($errors as $err) {
249 foreach ($err as $key => $value) {
/plugin/chordsheets/
H A Dscript.js167 } catch (err) {
/plugin/ckgedit/
H A Dlocktimer.js87 catch(err) {
/plugin/pdfjs/pdfjs/build/
H A Dpdf.js3306 } catch (err) {
10192 } catch (err) {
10222 } catch (err) {
10253 } catch (err) {
10284 } catch (err) {
12271 } catch (err) {
12274 arg: err
13399 } catch (err) {
13424 } catch (err) {
18050 } catch (err) {
[all …]
/plugin/qc/
H A Drenderer.php39 'err' => [
100 $this->docArray['err']['nobacklink'] += 2;
104 $this->docArray['err']['fixme'] += $this->docArray['fixme'];
108 $this->docArray['err']['noh1'] += 5;
112 $this->docArray['err']['manyh1'] += $this->docArray['header_count'][1];
119 ++$this->docArray['err']['headernest'];
125 $this->docArray['err']['deepquote'] = $this->docArray['quote_nest'] / 2;
132 $this->docArray['err']['manyhr'] = ($this->docArray['hr'] - 2) / 2;
137 $this->docArray['err']['manybr'] = $this->docArray['linebreak'] - 2;
142 $this->docArray['err']['singleautho
[all...]
/plugin/bookcreator/script/
H A Djquery.fileDownload.js404 catch (err) {
407 internalCallbacks.onFail('', fileUrl, err);
/plugin/mantis/lib/
H A Dclass.soap_transport_http.php966 $err = 'cURL ERROR: '.curl_errno($this->ch).': '.$cErr.'<br>';
969 $err .= "$k: $v<br>";
971 $this->debug($err);
972 $this->setError($err);
/plugin/googlesearch/
H A Dnusoap.php2720 $err .= "$k: $v<br>";
2722 $this->debug($err);
2723 $this->setError($err);
3247 die('WSDL ERROR: '.$err);
3836 if($err = $parser->getError()){
4259 if($err = $tr->getError() ){
5861 $this->debug($err);
5863 $this->setError($err);
5895 $this->debug($err);
5897 $this->setError($err);
[all …]

1234567891011