Home
last modified time | relevance | path

Searched refs:host (Results 1 – 25 of 413) sorted by relevance

12345678910>>...17

/plugin/authfacebook/lib/Url/
H A DFacebookUrlDetectionHandler.php101 $host = $elements[count($elements) - 1];
102 } elseif (!$host = $this->getHeader('HOST')) {
103 if (!$host = $this->getServerVar('SERVER_NAME')) {
104 $host = $this->getServerVar('SERVER_ADDR');
110 $host = strtolower(preg_replace('/:\d+$/', '', trim($host)));
122 return $host . $appendPort;
176 $host = $elements[count($elements) - 1];
178 …return preg_match("/^([a-z\d](-*[a-z\d])*)(\.([a-z\d](-*[a-z\d])*))*$/i", $host) //valid chars che…
179 && 0 < strlen($host) && strlen($host) < 254 //overall length check
180 && preg_match("/^[^\.]{1,63}(\.[^\.]{1,63})*$/", $host); //length of each label
/plugin/evesso/phpoauthlib/src/OAuth/Common/Http/Uri/
H A DUriFactory.php26 $host = $this->detectHost($_server);
31 return $this->createFromParts($scheme, '', $host, $port, $path, $query);
49 * @param string $host
57 …public function createFromParts($scheme, $userInfo, $host, $port, $path = '', $query = '', $fragme… argument
62 $uri->setHost($host);
120 $host = isset($_server['HTTP_HOST']) ? $_server['HTTP_HOST'] : '';
122 if (strstr($host, ':')) {
123 $host = parse_url($host, PHP_URL_HOST);
126 return $host;
/plugin/oauth/vendor/lusitanian/oauth/src/OAuth/Common/Http/Uri/
H A DUriFactory.php26 $host = $this->detectHost($_server);
31 return $this->createFromParts($scheme, '', $host, $port, $path, $query);
49 * @param string $host
57 public function createFromParts($scheme, $userInfo, $host, $port, $path = '', $query = '', $fragment = '') argument
62 $uri->setHost($host);
120 $host = isset($_server['HTTP_HOST']) ? $_server['HTTP_HOST'] : '';
122 if (strstr($host, ':')) {
123 $host = parse_url($host, PHP_URL_HOST);
126 return $host;
[all...]
/plugin/html2pdf/html2pdf/html2ps/classes/org/active-link/net/
H A DSocket.php36 var $host; variable in Socket
44 * @param host
47 function Socket($host, $port) { argument
48 $this->host = $host;
60 $this->connectionID = fsockopen($this->host, $this->port, $errorID, $errorDesc, $connectTimeout);
148 function setHost($host) { argument
149 $this->host = $host;
/plugin/elasticsearch/vendor/nyholm/dsn/src/Configuration/
H A DUrl.php24 private $host; variable in Nyholm\\Dsn\\Configuration\\Url
39 public function __construct(?string $scheme, string $host, ?int $port = null, ?string $path = null, array $parameters = [], array $authentication = []) argument
41 $this->host = $host;
50 return $this->host;
56 public function withHost(string $host) argument
59 $new->host = $host;
/plugin/onlinenumber/
H A Dsyntax.php38 function plugin_online_check_online(& $count, $host = '') argument
65 if (! $found && $matches[1] == $host) $found = TRUE;
72 if (! $found && $host != '') ++$count; // About you
79 function plugin_online_sweep_records($host = '') argument
100 $matches[1] == $host) {
106 if ($host != '' ) {
108 array_unshift($lines, strtr($host, "\n", '') . '|' . UTIME . "\n");
159 $host = & $_SERVER['REMOTE_ADDR'];
161 $host = '';
165 if ($this->plugin_online_check_online($count, $host)) {
[all …]
/plugin/pureldap/vendor/freedsx/socket/src/FreeDSx/Socket/
H A DSocket.php217 * @param string $host
221 public function connect(string $host)
228 $uri = $transport . '://' . $host;
245 $host,
267 * Create a socket by connecting to a specific host.
269 * @param string $host
274 public static function create(string $host, array $options = []) : Socket
276 return (new self(null, $options))->connect($host);
303 * @param string $host
308 public static function tcp(string $host, arra
220 connect(string $host) global() argument
268 create(string $host, array $options = []) global() argument
281 tcp(string $host, array $options = []) global() argument
294 udp(string $host, array $options = []) global() argument
[all...]
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/
H A DClientBuilder.php458 'host' => $this->parseElasticCloudId($cloudId),
765 foreach ($hosts as $host) {
766 if (is_string($host)) {
767 $host = $this->prependMissingScheme($host);
768 $host = $this->extractURIParts($host);
769 } elseif (is_array($host)) {
770 $host = $this->normalizeExtendedHost($host);
785 normalizeExtendedHost(array $host) global() argument
804 extractURIParts(string $host) global() argument
819 prependMissingScheme(string $host) global() argument
[all...]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudRun/
H A DTCPSocketAction.php25 public $host; variable in Google\\Service\\CloudRun\\TCPSocketAction
34 public function setHost($host) argument
36 $this->host = $host;
43 return $this->host;
H A DHTTPGetAction.php26 public $host; variable in Google\\Service\\CloudRun\\HTTPGetAction
41 public function setHost($host) argument
43 $this->host = $host;
50 return $this->host;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Compute/
H A DCacheInvalidationRule.php25 public $host; variable in Google\\Service\\Compute\\CacheInvalidationRule
34 public function setHost($host) argument
36 $this->host = $host;
43 return $this->host;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudRedis/
H A DEndpoint.php25 public $host; variable in Google\\Service\\CloudRedis\\Endpoint
34 public function setHost($host) argument
36 $this->host = $host;
43 return $this->host;
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Dhost-config.asciidoc1 [[host-config]]
6 * <<inline-host-config>>
7 * <<extended-host-config>>
11 [[inline-host-config]]
20 to one node in your cluster. The format of the host can vary, depending on your
58 [[extended-host-config]]
61 The client also supports an _extended_ host configuration syntax. The inline
70 For this reason, the client supports an extended host syntax which provides
71 greater control over host initialization. None of the components are validated,
74 The extended syntax is an array of parameters for each host
[all...]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudScheduler/
H A DAppEngineRouting.php25 public $host; variable in Google\\Service\\CloudScheduler\\AppEngineRouting
42 public function setHost($host) argument
44 $this->host = $host;
51 return $this->host;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AndroidManagement/
H A DProxyInfo.php30 public $host; variable in Google\\Service\\AndroidManagement\\ProxyInfo
57 public function setHost($host) argument
59 $this->host = $host;
66 return $this->host;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudTasks/
H A DAppEngineRouting.php25 public $host; variable in Google\\Service\\CloudTasks\\AppEngineRouting
42 public function setHost($host) argument
44 $this->host = $host;
51 return $this->host;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Gmail/
H A DSmtpMsa.php25 public $host; variable in Google\\Service\\Gmail\\SmtpMsa
46 public function setHost($host) argument
48 $this->host = $host;
55 return $this->host;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Apigee/
H A DGoogleCloudApigeeV1EndpointAttachment.php25 public $host; variable in Google\\Service\\Apigee\\GoogleCloudApigeeV1EndpointAttachment
46 public function setHost($host) argument
48 $this->host = $host;
55 return $this->host;
H A DGoogleCloudApigeeV1TargetServerConfig.php29 public $host; variable in Google\\Service\\Apigee\\GoogleCloudApigeeV1TargetServerConfig
62 public function setHost($host) argument
64 $this->host = $host;
71 return $this->host;
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Filter/
H A DCssRewriteFilter.php40 list($host, $path) = explode('/', $url, 2);
42 $host = $scheme.'://'.$host.'/';
47 $host = '';
70 … $content = $this->filterReferences($asset->getContent(), function ($matches) use ($host, $path) {
78 return str_replace($matches['url'], $host.$matches['url'], $matches[0]);
89 foreach (explode('/', $host.$path.$url) as $part) {
/plugin/authgooglesheets/vendor/google/apiclient-services/src/TagManager/
H A DGalleryReference.php25 public $host; variable in Google\\Service\\TagManager\\GalleryReference
50 public function setHost($host) argument
52 $this->host = $host;
59 return $this->host;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudMemorystoreforMemcached/
H A DNode.php25 public $host; variable in Google\\Service\\CloudMemorystoreforMemcached\\Node
48 public function setHost($host) argument
50 $this->host = $host;
57 return $this->host;
/plugin/fedauth/Auth/OpenID/
H A DURINorm.php197 list($_whole, $userinfo, $host, $port) = $authority_matches;
203 if (strpos($host, '%') !== -1) {
204 $host = strtolower($host);
205 $host = preg_replace_callback(
207 'Auth_OpenID_pct_encoded_replace', $host);
211 $host = strtolower($host);
224 $authority = $userinfo . $host . $port;
/plugin/openid/Auth/OpenID/
H A DURINorm.php199 list(, $userinfo, $host, $port) = $authority_matches;
205 if (strpos($host, '%') !== false) {
206 $host = strtolower($host);
207 $host = preg_replace_callback(
209 'Auth_OpenID_pct_encoded_replace', $host);
213 $host = strtolower($host);
226 $authority = $userinfo . $host . $port;
/plugin/cli/
H A Dcli-examples.txt14 user@host:~/somedir $ ls # List current directory
19 user@host:~/somedir $ ls \
28 user@host:~/somedir $ dosemu
52 user@host:~/somedir $
63 user@host:~/somedir $ ls \
72 user@host:~/somedir $ dosemu
96 user@host:~/somedir $
234 user@host:~/somedir $
264 user@host:~/somedir $
296 user@host:~/somedir $
[all …]

12345678910>>...17