Home
last modified time | relevance | path

Searched refs:port (Results 51 – 75 of 226) sorted by path

12345678910

/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/
H A DRequest.php131 if (($port = $this->uri->getPort()) !== null) {
132 $host .= ':' . $port;
H A DServerRequest.php196 $port = isset($parts['port']) ? $parts['port'] : null;
H A DUri.php52 private $port; variable in GuzzleHttp\\Psr7\\Uri
454 return $this->port;
523 $port = $this->filterPort($port);
525 if ($this->port === $port) {
530 $new->port = $port;
668 * @param int|null $port
676 if ($port === null) {
680 $port = (int) $port;
681 if (0 > $port || 0xffff < $port) {
687 return $port;
[all …]
H A DUtils.php181 if ($port = $changes['uri']->getPort()) {
184 if (isset($standardPorts[$scheme]) && $port != $standardPorts[$scheme]) {
185 $changes['set_headers']['Host'] .= ':' . $port;
/plugin/authgooglesheets/vendor/monolog/monolog/
H A DCHANGELOG.md59 …* Added support for unix sockets in SyslogUdpHandler (set $port to 0 to make the $host a unix sock…
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DCouchDBHandler.php54 …$url = 'http://'.$basicAuth.$this->options['host'].':'.$this->options['port'].'/'.$this->options['…
H A DCubeHandler.php34 private $port; variable in Monolog\\Handler\\CubeHandler
62 $this->port = (int) $urlInfo['port'];
85 if (!socket_connect($this->udpConnection, $this->host, $this->port)) {
86 …throw new \LogicException('Unable to connect to the socket at ' . $this->host . ':' . $this->port);
H A DSyslogUdpHandler.php47 * @param int $port Port number, or 0 if $host is a unix socket
56 …public function __construct(string $host, int $port = 514, $facility = LOG_USER, $level = Logger::… argument
67 $this->socket = new UdpSocket($host, $port);
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/SyslogUdp/
H A DUdpSocket.php24 protected $port; variable in Monolog\\Handler\\SyslogUdp\\UdpSocket
28 public function __construct(string $ip, int $port = 514) argument
31 $this->port = $port;
35 if ($port === 0) {
63 …throw new \RuntimeException('The UdpSocket to '.$this->ip.':'.$this->port.' has been closed and ca…
65 socket_sendto($this->socket, $chunk, strlen($chunk), $flags = 0, $this->ip, $this->port);
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Net/
H A DSFTP.php352 * @param int $port
356 public function __construct($host, $port = 22, $timeout = 10) argument
358 parent::__construct($host, $port, $timeout);
H A DSSH2.php1019 private $port; variable in phpseclib3\\Net\\SSH2
1204 * @param int $port
1209 public function __construct($host, $port = 22, $timeout = 10) argument
1305 $this->port = $port;
1404 …$this->fsock = @fsockopen($this->host, $this->port, $errno, $errstr, $this->curTimeout == 0 ? 1000…
1406 $host = $this->host . ':' . $this->port;
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Net/SFTP/
H A DStream.php216 if (isset(self::$instances[$host][$port][$user][(string) $pass])) {
217 $this->sftp = self::$instances[$host][$port][$user][(string) $pass];
219 $this->sftp = new SFTP($host, $port);
243 self::$instances[$host][$port][$user][(string) $pass] = $this->sftp;
/plugin/authgooglesheets/vendor/psr/http-message/src/
H A DUriInterface.php235 * @param null|int $port The port to use with the new instance; a null value
240 public function withPort($port); argument
/plugin/authldaplocal/
H A DREADME.md30 # port (required but may be zero)
31 $conf['plugin']['authldaplocal']['port'] = 0;
H A Dauth.php721 $port = $this->getConf('port');
726 $this->con = @ldap_connect($server, $port);
/plugin/authnc/conf/
H A Ddefault.php9 $conf['port'] = '443';
/plugin/authnc/lang/de/
H A Dsettings.php9 $lang['port'] = 'Nextcloud Port (z.B. 443)';
/plugin/authnc/lang/en/
H A Dsettings.php9 $lang['port'] = 'Nextcloud port (e.g. 443)';
/plugin/authphpbb3/
H A Dauth.php592 $port = '';
596 $port = ';port=' . intval($this->_phpbb_conf['dbport']);
598 $dsn = ':host=' . $this->_phpbb_conf['dbhost'] . $port .
/plugin/authradius/
H A Dauth.php43 $port = $this->getConf('port');
57 if (!radius_add_server($this->radius,$hosts[$i],$port,$secret,$timeout,$tries)){
/plugin/authucenter/lib/uc_client/
H A Dclient.php75 function fsocketopen($hostname, $port = 80, &$errno, &$errstr, $timeout = 15) { argument
78 $fp = @fsockopen($hostname, $port, $errno, $errstr, $timeout);
80 $fp = @pfsockopen($hostname, $port, $errno, $errstr, $timeout);
82 $fp = @stream_socket_client($hostname.':'.$port, $errno, $errstr, $timeout);
236 $port = !empty($matches['port']) ? $matches['port'] : 80;
261 if(!$fp = @fsocketopen(($ip ? $ip : $host), $port, $errno, $errstr, $timeout)) {
271 $fp = @fopen($scheme.'://'.($ip ? $ip : $host).':'.$port.$path, 'b', false, $context);
/plugin/authucenter/lib/uc_client/model/
H A Dmisc.php70 $port = !empty($matches['port']) ? $matches['port'] : 80;
79 $header .= "Host: $host:$port\r\n";
90 $header .= "Host: $host:$port\r\n";
97 if(!$fp = @fsocketopen(($ip ? $ip : $host), $port, $errno, $errstr, $timeout)) {
107 $fp = @fopen($scheme.'://'.($ip ? $ip : $host).':'.$port.$path, 'b', false, $context);
/plugin/authwordpress/
H A Dauth.php259 $port = $this->getConf('port');
260 if ($port) {
261 $dsn[] = 'port=' . $port;
/plugin/autotweet/
H A DOAuth.php383 $port = @$parts['port'];
388 $port or $port = ($scheme == 'https') ? '443' : '80';
390 if (($scheme == 'https' && $port != '443')
391 || ($scheme == 'http' && $port != '80')) {
392 $host = "$host:$port";
/plugin/botbouncer/lib/
H A Dbotbouncer.php271 list($server,$port) = explode(':',$memCachedServer);
274 $port = 11211;
277 return $this->memCached->addServer($server,$port);

12345678910