Home
last modified time | relevance | path

Searched refs:port (Results 1 – 25 of 226) sorted by path

12345678910

/plugin/aceeditor/
H A Dbuild.js1 …&location.protocol.replace(/\:/,""),l=a&&location.hostname,c=a&&(location.port||undefined),h=[],p=…
/plugin/adfs/phpsaml/
H A DCHANGELOG102 * [#175](https://github.com/onelogin/php-saml/pull/175) Allow overriding of host, port, protocol an…
123 * [#154](https://github.com/onelogin/php-saml/pull/154) getSelfHost no longer returns a port number
H A DREADME.md1209 * `getSelfPort` Return the port number used for the request
1211 * `getSelfURLhost` Returns the protocol + the current host + the port (if different than common por…
1466 * `getSelfURLhost` - Returns the protocol + the current host + the port
/plugin/advanced/lang/en/config/
H A Dinterwiki.txt27 | {PORT} | port part if an URL was given as wikiname …
/plugin/aichat/vendor/mehrab-wj/tiktoken-php/data/
H A Dvocab.bpe735 Ġre port
1076 Ġim port
3488 port s
4585 Ġtrans port
7347 Ġpro port
8749 Ġair port
8959 port ed
9935 port ation
10530 Ġex port
11494 im port
[all...]
/plugin/aichat/vendor/vanderlee/php-sentence/doc/resources/
H A Dcombined.js496 port: "autocomplete" + input.name,
/plugin/amcharts/assets/amcharts/plugins/export/
H A Dexport.js786 …tocol + "//" + window.location.hostname + ( window.location.port ? ':' + window.location.port : ''…
H A Dexport.min.js1 …ation.protocol+"//"+window.location.hostname+(window.location.port?":"+window.location.port:""));r…
/plugin/amcharts/assets/amcharts/plugins/export/libs/fabric.js/
H A Dfabric.js23278 if ( !oURL.port ) {
23279 oURL.port = ( oURL.protocol.indexOf('https:') === 0 ) ? 443 : 80;
23286 port: oURL.port,
23306 fabric.log('ECONNREFUSED: connection refused to ' + oURL.hostname + ':' + oURL.port);
H A Dfabric.min.js15port){oURL.port=oURL.protocol.indexOf("https:")===0?443:80}var reqHandler=oURL.protocol.indexOf("h…
/plugin/authfacebook/lib/Url/
H A DFacebookUrlDetectionHandler.php114 $port = $this->getCurrentPort();
115 $appendPort = ':' . $port;
118 if (($scheme == 'http' && $port == '80') || ($scheme == 'https' && $port == '443')) {
128 $port = $this->getHeader('X_FORWARDED_PORT');
129 if ($port) {
130 return (string)$port;
H A DFacebookUrlManipulator.php62 $port = isset($parts['port']) ? ':' . $parts['port'] : '';
66 return $scheme . $host . $port . $path . $query . $fragment;
/plugin/authgoogle/google/cache/
H A DGoogle_MemcacheCache.php35 $this->port = $apiConfig['ioMemCacheCache_port'];
36 if (empty($this->host) || empty($this->port)) {
81 if (! $this->connection = @memcache_pconnect($this->host, $this->port)) {
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AndroidManagement/
H A DProxyInfo.php38 public $port; variable in Google\\Service\\AndroidManagement\\ProxyInfo
85 public function setPort($port) argument
87 $this->port = $port;
94 return $this->port;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Apigee/
H A DGoogleCloudApigeeV1Instance.php70 public $port; variable in Google\\Service\\Apigee\\GoogleCloudApigeeV1Instance
241 public function setPort($port) argument
243 $this->port = $port;
250 return $this->port;
H A DGoogleCloudApigeeV1TargetServer.php41 public $port; variable in Google\\Service\\Apigee\\GoogleCloudApigeeV1TargetServer
108 public function setPort($port) argument
110 $this->port = $port;
117 return $this->port;
H A DGoogleCloudApigeeV1TargetServerConfig.php37 public $port; variable in Google\\Service\\Apigee\\GoogleCloudApigeeV1TargetServerConfig
90 public function setPort($port) argument
92 $this->port = $port;
99 return $this->port;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudBuild/
H A DSMTPDelivery.php32 public $port; variable in Google\\Service\\CloudBuild\\SMTPDelivery
77 public function setPort($port) argument
79 $this->port = $port;
86 return $this->port;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudMemorystoreforMemcached/
H A DNode.php35 public $port; variable in Google\\Service\\CloudMemorystoreforMemcached\\Node
90 public function setPort($port) argument
92 $this->port = $port;
99 return $this->port;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudRedis/
H A DEndpoint.php29 public $port; variable in Google\\Service\\CloudRedis\\Endpoint
48 public function setPort($port) argument
50 $this->port = $port;
57 return $this->port;
H A DInstance.php86 public $port; variable in Google\\Service\\CloudRedis\\Instance
379 public function setPort($port) argument
381 $this->port = $port;
388 return $this->port;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudRun/
H A DTCPSocketAction.php29 public $port; variable in Google\\Service\\CloudRun\\TCPSocketAction
48 public function setPort($port) argument
50 $this->port = $port;
57 return $this->port;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DCompute.php4842 'port' => [
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Compute/
H A DBackendService.php110 public $port; variable in Google\\Service\\Compute\\BackendService
525 public function setPort($port) argument
527 $this->port = $port;
534 return $this->port;
H A DGRPCHealthCheck.php29 public $port; variable in Google\\Service\\Compute\\GRPCHealthCheck
56 public function setPort($port) argument
58 $this->port = $port;
65 return $this->port;

12345678910