Home
last modified time | relevance | path

Searched refs:errno (Results 51 – 75 of 78) sorted by relevance

1234

/plugin/sphinxsearch/
H A Dsphinxapi.php564 $errno = 0;
580 $fp = @fsockopen ( $host, $port, $errno, $errstr );
582 $fp = @fsockopen ( $host, $port, $errno, $errstr, $this->_timeout );
592 $this->_error = "connection to $location failed (errno=$errno, msg=$errstr)";
/plugin/snap/
H A Dhelper.php217 $fp = fsockopen($this->snapServer, $this->selectedPort, $errno, $errstr, 30);
/plugin/upgrade/HTTP/
H A DHTTPClient.php262 $socket = @fsockopen($server,$port,$errno, $errstr, $this->timeout);
265 $this->error = "Could not connect to $server:$port\n$errstr ($errno)";
/plugin/elwikiupgrade/
H A DHTTPClient.php270 $socket = @fsockopen($server,$port,$errno, $errstr, $this->timeout);
273 $this->error = "Could not connect to $server:$port\n$errstr ($errno)";
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Dper-request-configuration.asciidoc217 [errno] => 0
/plugin/sequencediagram/bower_components/raphael/
H A Dyarn.lock841 errno@^0.1.3, errno@~0.1.7:
843 …resolved "https://registry.yarnpkg.com/errno/-/errno-0.1.7.tgz#4684d71779ad39af177e3f007996f7c67c8…
1613 errno "^0.1.3"
2810 errno "~0.1.7"
/plugin/dropfiles/
H A Dyarn.lock741 errno@^0.1.3:
743 …resolved "https://registry.yarnpkg.com/errno/-/errno-0.1.4.tgz#b896e23a9e5e8ba33871fc996abd3635fc9…
1733 errno "^0.1.3"
/plugin/googlesearch/
H A Dnusoap.php2123 $this->fp = @fsockopen( $host, $this->port, $this->errno, $this->error_str, $connection_timeout);
2125 $this->fp = @fsockopen( $host, $this->port, $this->errno, $this->error_str);
2131 if ($this->errno) {
2132 $msg .= ', Error ('.$this->errno.'): '.$this->error_str;
/plugin/fetchmedia/
H A Dyarn.lock1157 errno@^0.1.3:
1159 …resolved "https://registry.yarnpkg.com/errno/-/errno-0.1.4.tgz#b896e23a9e5e8ba33871fc996abd3635fc9…
2090 errno "^0.1.3"
/plugin/sequencediagram/bower_components/lodash/
H A Dyarn.lock1256 errno@^0.1.3:
1258 …resolved "https://registry.yarnpkg.com/errno/-/errno-0.1.4.tgz#b896e23a9e5e8ba33871fc996abd3635fc9…
2119 errno "^0.1.3"
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Net/
H A DSSH2.php1404 …$this->fsock = @fsockopen($this->host, $this->port, $errno, $errstr, $this->curTimeout == 0 ? 1000…
1407 … throw new UnableToConnectException(rtrim("Cannot connect to $host. Error $errno. $errstr"));
/plugin/jplayer/vendor/happyworm/jplayer/lib/aurora/
H A Dogg.js2errno)}),lookupPath:(function(path,opts){path=PATH.resolve(FS.cwd(),path);opts=opts||{};var defaul… argument
H A Dvorbis.js2errno)}),lookupPath:(function(path,opts){path=PATH.resolve(FS.cwd(),path);opts=opts||{};var defaul… argument
H A Dopus.js2errno)}),lookupPath:(function(path,opts){path=PATH.resolve(FS.cwd(),path);opts=opts||{};var defaul… argument
/plugin/mantis/lib/
H A Dnusoap.php2325 $this->fp = @fsockopen( $host, $this->port, $this->errno, $this->error_str, $connection_timeout);
2327 $this->fp = @fsockopen( $host, $this->port, $this->errno, $this->error_str);
2333 if ($this->errno) {
2334 $msg .= ', Error ('.$this->errno.'): '.$this->error_str;
/plugin/diagramsnet/lib/js/dropbox/
H A DDropbox-sdk.min.js9 …d){var n=new Error(e+t+"ms exceeded");n.timeout=t,n.code="ECONNABORTED",n.errno=r,this.timedout=!0…
/plugin/scrape/
H A DHTMLPurifier.standalone.php
/plugin/amcharts/assets/amcharts/plugins/export/libs/pdfmake/
H A Dpdfmake.js20698 this._binding.onerror = function(message, errno) {
20705 error.errno = errno;
20706 error.code = exports.codes[errno];
H A Dpdfmake.min.js11 …onerror=function(t,n){i._binding=null,i._hadError=!0;var r=new Error(t);r.errno=n,r.code=e.codes[n…
H A Dpdfmake.min.js.map1errno","codes","Z_DEFAULT_COMPRESSION","init","Z_DEFAULT_WINDOWBITS","Z_DEFAULT_MEMLEVEL","_buffer…
/plugin/elasticsearch/vendor/ruflin/elastica/
H A DCHANGELOG.md683 - `\Elastica\JSON` throws exception with readable message instead of errno
/plugin/syntaxhighlighter4/dist/
H A Dsyntaxhighlighter.js.map1errno localeconv ' +\n 'setlocale acos asin atan atan2 ceil cos cosh exp fabs floor fmod ' +\n …
/plugin/amcharts/assets/amcharts/plugins/export/libs/fabric.js/
H A Dfabric.min.js15 …se.statusCode===200){body+=chunk}})});req.on("error",function(err){if(err.errno===process.ECONNREF…
H A Dfabric.js23305 if (err.errno === process.ECONNREFUSED) {
/plugin/datatables/assets/pdfmake/build/
H A Dpdfmake.min.js

1234