Home
last modified time | relevance | path

Searched refs:_server (Results 1 – 7 of 7) sorted by relevance

/plugin/evesso/phpoauthlib/src/OAuth/Common/Http/Uri/
DUriFactory.php15 * @param array $_server
19 public function createFromSuperGlobalArray(array $_server) argument
21 if ($uri = $this->attemptProxyStyleParse($_server)) {
25 $scheme = $this->detectScheme($_server);
26 $host = $this->detectHost($_server);
27 $port = $this->detectPort($_server);
28 $path = $this->detectPath($_server);
29 $query = $this->detectQuery($_server);
72 * @param array $_server
76 private function attemptProxyStyleParse($_server) argument
[all …]
DUriFactoryInterface.php13 * @param array $_server
17 public function createFromSuperGlobalArray(array $_server); argument
/plugin/oauth/vendor/lusitanian/oauth/src/OAuth/Common/Http/Uri/
H A DUriFactory.php15 * @param array $_server
19 public function createFromSuperGlobalArray(array $_server) argument
21 if ($uri = $this->attemptProxyStyleParse($_server)) {
25 $scheme = $this->detectScheme($_server);
26 $host = $this->detectHost($_server);
27 $port = $this->detectPort($_server);
28 $path = $this->detectPath($_server);
29 $query = $this->detectQuery($_server);
72 * @param array $_server
76 private function attemptProxyStyleParse($_server) argument
[all …]
H A DUriFactoryInterface.php13 * @param array $_server
17 public function createFromSuperGlobalArray(array $_server); argument
/plugin/authssocas/vendor/apereo/phpcas/source/CAS/
H A DClient.php284 private $_server = array( variable in CAS_Client
297 return $this->_server['version'];
307 return $this->_server['hostname'];
317 return $this->_server['port'];
327 return $this->_server['uri'];
338 if ( empty($this->_server['base_url']) ) {
339 $this->_server['base_url'] = 'https://' . $this->_getServerHostname();
1013 $this->_server['version'] = $server_version;
1021 $this->_server['hostname'] = $server_hostname;
1029 $this->_server['port'] = $server_port;
[all …]
/plugin/redproject/
DREADME.md58 …t another redmine server in syntax. This server should be defined in the _server.json_ file of the…
60 Example of _server.json_ file:
/plugin/redissue/
DREADME.md102 Example of _server.json_ file: