Home
last modified time | relevance | path

Searched refs:host (Results 51 – 75 of 413) sorted by path

12345678910>>...17

/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/
H A DMessage.php192 $host = $headers[reset($hostKey)][0];
193 $scheme = substr($host, -4) === ':443' ? 'https' : 'http';
195 return $scheme . '://' . $host . '/' . ltrim($path, '/');
H A DRequest.php125 $host = $this->uri->getHost();
127 if ($host == '') {
132 $host .= ':' . $port;
143 $this->headers = [$header => [$host]] + $this->headers;
H A DServerRequest.php195 $host = isset($parts['host']) ? $parts['host'] : null;
H A DUri.php49 private $host = ''; variable in GuzzleHttp\\Psr7\\Uri
430 $authority = $this->host;
449 return $this->host;
506 public function withHost($host) argument
508 $host = $this->filterHost($host);
510 if ($this->host === $host) {
515 $new->host = $host;
593 $this->host = isset($parts['host'])
652 * @param string $host
658 private function filterHost($host) argument
[all …]
H A DUtils.php178 if ($host = $changes['uri']->getHost()) {
179 $changes['set_headers']['Host'] = $host;
/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…
385 * Added $host to HipChatHandler for users of private instances
/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.php32 private $host; variable in Monolog\\Handler\\CubeHandler
61 $this->host = $urlInfo['host'];
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 DLogEntriesHandler.php29 * @param string $host Custom hostname to send the data to if needed
38 string $host = 'data.logentries.com', argument
49 $endpoint = $useSSL ? 'ssl://' . $host . ':443' : $host . ':80';
H A DSyslogUdpHandler.php46 … * @param string $host Either IP/hostname or a path to a unix socket (port must be 0 then)
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/Processor/
H A DHostnameProcessor.php20 private static $host; variable in Monolog\\Processor\\HostnameProcessor
24 self::$host = (string) gethostname();
32 $record['extra']['hostname'] = self::$host;
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Net/
H A DSFTP.php351 * @param string $host
356 public function __construct($host, $port = 22, $timeout = 10) argument
358 parent::__construct($host, $port, $timeout);
H A DSSH2.php1009 private $host; variable in phpseclib3\\Net\\SSH2
1203 * @param mixed $host
1209 public function __construct($host, $port = 22, $timeout = 10) argument
1298 if (is_resource($host)) {
1299 $this->fsock = $host;
1303 if (Strings::is_stringable($host)) {
1304 $this->host = $host;
1404 …$this->fsock = @fsockopen($this->host, $this->port, $errno, $errstr, $this->curTimeout == 0 ? 1000…
1406 $host = $this->host . ':' . $this->port;
1407 … throw new UnableToConnectException(rtrim("Cannot connect to $host. Error $errno. $errstr"));
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Net/SFTP/
H A DStream.php170 if (!isset($host)) {
181 if (preg_match('/^{[a-z0-9]+}$/i', $host)) {
182 $host = SSH2::getConnectionByResourceId($host);
183 if ($host === false) {
186 $this->sftp = $host;
216 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.php217 * @param string $host The hostname to use with the new instance.
221 public function withHost($host); argument
/plugin/authjoomla3/
H A Dauth.php68 …name=%s;host=%s', $this->joomlaConfig->dbtype, $this->joomlaConfig->db, $this->joomlaConfig->host);
/plugin/authnc/
H A Dauth.php419 $host = explode(':', $this->getConf('server'));
420 $fp = fSockOpen('ssl:' . $host[1], $this->getConf('port'), $errno, $errstr, 5);
/plugin/authphpbb3/
H A Dauth.php591 $host = strtolower(end(explode('\\', $this->_phpbb_conf['dbms'])));
601 switch ($host) {
626 if ($host === 'sqlite') {
628 $host = 'sqlite2';
631 $host = 'sqlite';
633 … $dsn = $host . ':' . $this->_phpbb_conf['root_path'] . $this->_phpbb_conf['dbhost'];
/plugin/authradius/
H A Dauth.php42 $host = $this->getConf('host');
48 $hosts = explode(",", $host);
/plugin/authshibboleth/plugin/authshibboleth/
H A Daction.php75 protected function mkUrl($host, $path, $params = array(), $ssl = true) argument
77 …return sprintf("%s://%s%s%s", $ssl ? 'https' : 'http', $host, $path, $this->mkQueryString($params)…
85 $host = $urlParts['host'];
87 $host .= ':' . $urlParts['port'];
93 return $this->mkUrl($host, $urlParts['path'], $query, $ssl);
/plugin/authsmartcard/
H A DREADME.md28 Depending on your version of Apache and virtual host configuration, you may also need (but should u…
/plugin/authucenter/lib/uc_client/
H A Dclient.php234 $host = $matches['host'];
243 $header .= "Host: $host\r\n";
254 $header .= "Host: $host\r\n";
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.php68 $host = $matches['host'];
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/autotweet/
H A DOAuth.php385 $host = $parts['host'];
392 $host = "$host:$port";
394 return "$scheme://$host$path";
H A Dtwitteroauth.php21 public $host = "https://api.twitter.com/1/"; variable in TwitterOAuth
180 $url = "{$this->host}{$url}.{$this->format}";

12345678910>>...17