Home
last modified time | relevance | path

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

/plugin/evesso/phpoauthlib/src/OAuth/Common/Http/Uri/
H A DUriFactory.php15 * @param array $_server
72 * @param array $_server
81 if (isset($_server['REQUEST_URI']) && parse_url($_server['REQUEST_URI'], PHP_URL_SCHEME)) {
89 * @param array $_server
114 * @param array $_server
120 $host = isset($_server['HTTP_HOST']) ? $_server['HTTP_HOST'] : '';
130 * @param array $_server
136 return isset($_server['SERVER_PORT']) ? $_server['SERVER_PORT'] : 80;
140 * @param array $_server
146 return isset($_server['QUERY_STRING']) ? $_server['QUERY_STRING'] : '';
[all …]
H A 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
95 detectPath($_server) global() argument
118 detectHost(array $_server) global() argument
134 detectPort(array $_server) global() argument
144 detectQuery(array $_server) global() argument
160 detectScheme(array $_server) global() argument
[all...]
H A DUriFactoryInterface.php13 * @param array $_server
17 public function createFromSuperGlobalArray(array $_server); argument
/plugin/redproject/
H A 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/
H A DREADME.md102 Example of _server.json_ file: