| /plugin/fedauth/Auth/Yadis/ |
| D | XRI.php | 154 $authority = explode('/', $xri, 2); 155 $authority = $authority[0]; 156 if ($authority[0] == '(') { 162 $root = substr($authority, 0, strpos($authority, ')') + 1); 163 } else if (in_array($authority[0], Auth_Yadis_getXRIAuthorities())) { 165 $root = $authority[0]; 168 $_segments = explode("!", $authority);
|
| /plugin/openid/Auth/Yadis/ |
| D | XRI.php | 154 $authority = explode('/', $xri, 2); 155 $authority = $authority[0]; 156 if ($authority[0] == '(') { 162 $root = substr($authority, 0, strpos($authority, ')') + 1); 163 } else if (in_array($authority[0], Auth_Yadis_getXRIAuthorities())) { 165 $root = $authority[0]; 168 $_segments = explode("!", $authority);
|
| /plugin/davcal/vendor/sabre/uri/lib/ |
| H A D | functions.php | 196 $authority = ''; 198 $authority = $parts['host']; 200 $authority = $parts['user'] . '@' . $authority; 203 $authority = $authority . ':' . $parts['port']; 212 if ($authority) { 214 $uri .= '//' . $authority;
|
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/Compute/ |
| D | NotificationEndpointGrpcSettings.php | 25 public $authority; variable in Google\\Service\\Compute\\NotificationEndpointGrpcSettings 44 public function setAuthority($authority) argument 46 $this->authority = $authority; 53 return $this->authority;
|
| /plugin/webdav/vendor/sabre/uri/lib/ |
| D | functions.php | 225 $authority = ''; 227 $authority = $parts['host']; 229 $authority = $parts['user'] . '@' . $authority; 232 $authority = $authority . ':' . $parts['port']; 241 if ($authority || (!empty($parts['scheme']) && $parts['scheme'] === 'file')) { 243 $uri .= '//' . $authority;
|
| /plugin/icalevents/vendor/sabre/uri/lib/ |
| D | functions.php | 225 $authority = ''; 227 $authority = $parts['host']; 229 $authority = $parts['user'] . '@' . $authority; 232 $authority = $authority . ':' . $parts['port']; 241 if ($authority || (!empty($parts['scheme']) && $parts['scheme'] === 'file')) { 243 $uri .= '//' . $authority;
|
| /plugin/oauth/vendor/lusitanian/oauth/src/OAuth/Common/Http/Uri/ |
| H A D | Uri.php | 216 $authority = $this->userInfo ? $this->userInfo.'@' : ''; 217 $authority .= $this->host; 220 $authority .= ":{$this->port}"; 223 return $authority; 231 $authority = $this->rawUserInfo ? $this->rawUserInfo.'@' : ''; 232 $authority .= $this->host; 235 $authority .= ":{$this->port}"; 238 return $authority;
|
| /plugin/evesso/phpoauthlib/src/OAuth/Common/Http/Uri/ |
| D | Uri.php | 216 $authority = $this->userInfo ? $this->userInfo.'@' : ''; 217 $authority .= $this->host; 220 $authority .= ":{$this->port}"; 223 return $authority; 231 $authority = $this->rawUserInfo ? $this->rawUserInfo.'@' : ''; 232 $authority .= $this->host; 235 $authority .= ":{$this->port}"; 238 return $authority;
|
| /plugin/scrape/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ |
| D | URI.php | 222 $authority = null; 227 $authority = ''; 229 $authority .= $this->userinfo . '@'; 231 $authority .= $this->host; 233 $authority .= ':' . $this->port; 247 if (!is_null($authority)) { 248 $result .= '//' . $authority;
|
| D | URIParser.php | 48 $authority = !empty($matches[3]) ? $matches[4] : null; 54 if ($authority !== null) { 57 preg_match($r_authority, $authority, $matches);
|
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/GKEHub/ |
| D | Membership.php | 68 public function setAuthority(Authority $authority) argument 70 $this->authority = $authority; 77 return $this->authority;
|
| /plugin/openid/Auth/OpenID/ |
| D | URINorm.php | 179 $authority = $uri_matches[4]; 180 if ($authority === '') { 187 $authority, $authority_matches); 226 $authority = $userinfo . $host . $port; 248 return $scheme . '://' . $authority . $path . $query . $fragment;
|
| /plugin/fedauth/Auth/OpenID/ |
| D | URINorm.php | 177 $authority = $uri_matches[4]; 178 if ($authority === '') { 185 $authority, $authority_matches); 224 $authority = $userinfo . $host . $port; 246 return $scheme . '://' . $authority . $path . $query . $fragment;
|
| /plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/ |
| D | Uri.php | 149 * @param string $authority 158 public static function composeComponents($scheme, $authority, $path, $query, $fragment) argument 167 if ($authority != ''|| $scheme === 'file') { 168 $uri .= '//' . $authority; 430 $authority = $this->host; 432 $authority = $this->userInfo . '@' . $authority; 436 $authority .= ':' . $this->port; 439 return $authority;
|
| D | ServerRequest.php | 187 private static function extractHostAndPortFromAuthority($authority) argument
|
| /plugin/matrixnotifierwas/vendor/guzzlehttp/psr7/src/ |
| D | Uri.php | 167 …public static function composeComponents(?string $scheme, ?string $authority, string $path, ?strin… argument 176 if ($authority != '' || $scheme === 'file') { 177 $uri .= '//'.$authority; 180 if ($authority != '' && $path != '' && $path[0] != '/') { 376 $authority = $this->host; 378 $authority = $this->userInfo.'@'.$authority; 382 $authority .= ':'.$this->port; 385 return $authority;
|
| D | ServerRequest.php | 183 private static function extractHostAndPortFromAuthority(string $authority): array argument
|
| /plugin/dirtylittlehelper/mermaid/editor/docs/ |
| D | json.worker.js | 1 …authority=e.authority||h,this.path=e.path||h,this.query=e.query||h,this.fragment=e.fragment||h):(t… property
|
| /plugin/dirtylittlehelper/mermaid/editor/ |
| D | json.worker.js | 1 …authority=e.authority||h,this.path=e.path||h,this.query=e.query||h,this.fragment=e.fragment||h):(t… property
|
| /plugin/diagramsnet/lib/js/jscolor/ |
| D | jscolor.js | 189 this.authority = null; 197 this.authority = m[5] ? m[6] : null; 207 if(this.authority !== null) { result = result + '//' + this.authority; } 227 t.authority = r.authority; 231 if(r.authority !== null) { 232 t.authority = r.authority; 247 if(base.authority !== null && base.path === '') { // TODO: == or === ? 256 t.authority = base.authority;
|
| /plugin/pgn4web/pgn4web/libs/jscolor/ |
| D | jscolor.js | 221 this.authority = null; 229 this.authority = m[5] ? m[6] : null; 239 if(this.authority !== null) { result = result + '//' + this.authority; } 259 t.authority = r.authority; 263 if(r.authority !== null) { 264 t.authority = r.authority; 279 if(base.authority !== null && base.path === '') { 288 t.authority = base.authority;
|
| /plugin/forcessllogin/ |
| D | plugin.info.txt | 6 …ected actions. Optionally show a splash page with information on certificate and issuing authority.
|
| /plugin/authgooglesheets/vendor/guzzlehttp/psr7/ |
| D | CHANGELOG.md | 158 relative path and an authority by adding a leading slash to the path. It's only 186 because the path of a URI with an authority must start with a slash "/" or be empty 251 - Support for URIs without any authority.
|
| /plugin/matrixnotifierwas/vendor/guzzlehttp/psr7/ |
| D | CHANGELOG.md | 294 relative path and an authority by adding a leading slash to the path. It's only 322 because the path of a URI with an authority must start with a slash "/" or be empty 387 - Support for URIs without any authority.
|
| /plugin/diagramsnet/lib/stencils/ |
| D | LICENSE | 10 …Effective Technological Measures means those measures that, in the absence of proper authority, ma… 13 …hts that apply to Your use of the Licensed Material and that the Licensor has authority to license. 27 … to do so. The Licensor waives and/or agrees not to assert any right or authority to forbid You fr… 95 … apply to the Licensor or You, including from the legal processes of any jurisdiction or authority.
|