Home
last modified time | relevance | path

Searched refs:host (Results 76 – 100 of 413) sorted by relevance

12345678910>>...17

/plugin/combo/ComboStrap/Web/
H A DUrl.php78 private ?string $host = null;
126 $this->host = $urlComponents["host"] ?? null;
369 * @return Url - add the scheme and the host based on the request if not present
418 if ($this->host === null) {
419 throw new ExceptionNotFound("No host");
421 return $this->host;
501 throw new ExceptionNotEquals("The host are not equals ($actualHost vs $expectedHost)");
547 public function setHost($host): Url
549 $this->host
81 private ?string $host = null; global() variable in ComboStrap\\Web\\Url
536 setHost($host) global() argument
[all...]
/plugin/smtp/subtree/txtthinking/Mailer/src/
H A DMailer.php55 * @param string $host server
60 public function setServer($host, $port, $secure=null){ argument
61 $this->smtp->setServer($host, $port, $secure);
/plugin/evesso/phpoauthlib/src/OAuth/Common/Http/Uri/
H A DUriInterface.php23 * @param string $host
25 public function setHost($host); argument
/plugin/oauth/vendor/lusitanian/oauth/src/OAuth/Common/Http/Uri/
H A DUriInterface.php23 * @param string $host
25 public function setHost($host); argument
/plugin/groupmail/
H A Drecaptchalib.php61 * @param string $host
67 function _recaptcha_http_post($host, $path, $data, $port = 80) { argument
72 $http_request .= "Host: $host\r\n";
80 if( false == ( $fs = @fsockopen($host, $port, $errno, $errstr, 10) ) ) {
/plugin/recaptcha/lib/
H A Drecaptchalib.php63 * @param string $host
69 function _recaptcha_http_post($host, $path, $data, $port = 80) { argument
74 $http_request .= "Host: $host\r\n";
82 if( false == ( $fs = @fsockopen($host, $port, $errno, $errstr, 10) ) ) {
/plugin/contactmodern/
H A Drecaptchalib.php61 * @param string $host
67 function _recaptcha_http_post($host, $path, $data, $port = 80) { argument
72 $http_request .= "Host: $host\r\n";
80 if( false == ( $fs = @fsockopen($host, $port, $errno, $errstr, 10) ) ) {
/plugin/fedauth/Auth/Yadis/
H A DPlainHTTPFetcher.php70 $host = $parts['host'];
73 $host = 'ssl://' . $host;
97 @$sock = fsockopen($host, $parts['port'], $errno, $errstr,
/plugin/datatables/assets/datatables.net-plugins/features/pageResize/
H A DdataTables.pageResize.min.js
/plugin/openid/Auth/Yadis/
H A DPlainHTTPFetcher.php78 $host = $parts['host'];
81 $host = 'ssl://' . $host;
106 @$sock = fsockopen($host, $parts['port'], $errno, $errstr,
/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/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
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/pureldap/vendor/freedsx/socket/src/FreeDSx/Socket/
H A DSocketPool.php64 foreach ($hosts as $host) {
67 $host,
/plugin/logstats/
H A Daction.php123 $host = clientIP(true);
144 if(strcmp($host, $ip_banned) == 0) {
172 …$logline = "$host - $user $timestamp \"$method $page $protocol\" $status $size \"$referer\" \"$age…
/plugin/phpbblinks/
H A Daction.php237 $host = '';
246 $host = $conf['auth']['mysql']['server'];
254 $host = $this->getConf('host');
261 $con = @mysql_connect( $host , $user , $pass) or $err = @mysql_error();
/plugin/fedauth/Auth/
H A DOpenID.php363 * @param string $host The host. Required.
371 static function urlunparse($scheme, $host, $port = null, $path = '/', argument
379 if (!$host) {
387 $result = $scheme . "://" . $host;
/plugin/openid/Auth/
H A DOpenID.php379 * @param string $host The host. Required.
387 static function urlunparse($scheme, $host, $port = null, $path = '/', argument
395 if (!$host) {
403 $result = $scheme . "://" . $host;
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dextension.cache.mysql.php95 * @param string $host
104 public function __construct($host, $database, $username, $password, $table='getid3_cache') { argument
112 $this->connection = mysql_pconnect($host, $username, $password);
/plugin/farmer/lang/en/
H A Dtab_config_help.txt7 The **Farmer's host name** was set automatically during the setup, but you can change it here. It
8 will be used to detect if a request was made directly to the Farmer when using host based farms. This
24 behavior here. Be sure that your Farmer's host name is set up correctly above, before switching away from the
/plugin/iptrust/
H A Daction.php63 list($login, $host, $date) = explode("\t", $logins[$i]);
64 if ($ip == $host) {
/plugin/elasticsearch/vendor/ruflin/elastica/src/
H A DConnection.php21 * Default host.
55 * @param array $params OPTIONAL Connection params: host, port, transport, timeout. All are optional
91 return $this->hasParam('host') ? $this->getParam('host') : self::DEFAULT_HOST;
95 * @param string $host
99 public function setHost($host) argument
101 return $this->setParam('host', $host);
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Connections/
H A DConnection.php67 protected $host; variable in Elasticsearch\\Connections\\Connection
177 $host = $hostDetails['host'];
184 $this->host = $host;
215 $host = $this->host;
217 $host .= ':' . $this->port;
227 'Host' => [$host]
550 return $this->host;
[all...]
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Asset/
H A DHttpAsset.php49 list($host, $path) = explode('/', $url, 2);
51 parent::__construct($filters, $scheme.'://'.$host, $path, $vars);
/plugin/mantis/lib/
H A Dclass.soap_transport_http.php21 var $host = ''; variable in soap_transport_http
145 $this->setHeader('Host', $this->host);
147 $this->setHeader('Host', $this->host.':'.$this->port);
193 $host = $this->host;
196 $host = $this->proxy['host'];
212 $host = 'ssl://' . $host;
214 …$this->debug('calling fsockopen with host ' . $host . ' connection_timeout ' . $connection_timeout…
218 $this->fp = @fsockopen( $host, $this->port, $this->errno, $this->error_str, $connection_timeout);
220 $this->fp = @fsockopen( $host, $this->port, $this->errno, $this->error_str);
278 …URL = ($this->port != '') ? "$this->scheme://$this->host:$this->port" : "$this->scheme://$this->ho…
[all …]
/plugin/html2pdf/html2pdf/html2ps/classes/org/active-link/xml/
H A DXMLRPCClient.php56 function XMLRPCClient($host, $port = 80) { argument
57 $this->HTTPClient($host, $port);

12345678910>>...17