Home
last modified time | relevance | path

Searched refs:authority (Results 1 – 25 of 80) sorted by relevance

1234

/plugin/fedauth/Auth/Yadis/
DXRI.php154 $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/
DXRI.php154 $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 Dfunctions.php196 $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/
DNotificationEndpointGrpcSettings.php25 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/
Dfunctions.php225 $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/
Dfunctions.php225 $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 DUri.php216 $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/
DUri.php216 $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/
DURI.php222 $authority = null;
227 $authority = '';
229 $authority .= $this->userinfo . '@';
231 $authority .= $this->host;
233 $authority .= ':' . $this->port;
247 if (!is_null($authority)) {
248 $result .= '//' . $authority;
DURIParser.php48 $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/
DMembership.php68 public function setAuthority(Authority $authority) argument
70 $this->authority = $authority;
77 return $this->authority;
/plugin/openid/Auth/OpenID/
DURINorm.php179 $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/
DURINorm.php177 $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/
DUri.php149 * @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;
DServerRequest.php187 private static function extractHostAndPortFromAuthority($authority) argument
/plugin/matrixnotifierwas/vendor/guzzlehttp/psr7/src/
DUri.php167 …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;
DServerRequest.php183 private static function extractHostAndPortFromAuthority(string $authority): array argument
/plugin/dirtylittlehelper/mermaid/editor/docs/
Djson.worker.js1authority=e.authority||h,this.path=e.path||h,this.query=e.query||h,this.fragment=e.fragment||h):(t… property
/plugin/dirtylittlehelper/mermaid/editor/
Djson.worker.js1authority=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/
Djscolor.js189 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/
Djscolor.js221 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/
Dplugin.info.txt6 …ected actions. Optionally show a splash page with information on certificate and issuing authority.
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/
DCHANGELOG.md158 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/
DCHANGELOG.md294 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/
DLICENSE10 …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.

1234