Home
last modified time | relevance | path

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

123

/plugin/fedauth/Auth/Yadis/
H A 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/
H A 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/
H A 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/icalevents/vendor/sabre/uri/lib/
H A 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/webdav/vendor/sabre/uri/lib/
H A 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/evesso/phpoauthlib/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/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/authgooglesheets/vendor/google/apiclient-services/src/GKEHub/
H A DMembership.php68 public function setAuthority(Authority $authority) argument
70 $this->authority = $authority;
77 return $this->authority;
/plugin/fedauth/Auth/OpenID/
H A 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/openid/Auth/OpenID/
H A 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/authgooglesheets/vendor/guzzlehttp/psr7/src/
H A 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;
H A DServerRequest.php187 private static function extractHostAndPortFromAuthority($authority) argument
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A Djson.worker.js1authority=e.authority||h,this.path=e.path||h,this.query=e.query||h,this.fragment=e.fragment||h):(t…
H A D2.2.js36372 if (ret.authority) {
36441 this.authority = schemeOrData.authority || _empty;
36451 this.authority = authority || _empty;
36522 authority = this.authority;
36525 authority = _empty;
36546 && authority === this.authority
36723 if (this.authority) {
36724 res.authority = this.authority;
36873 if (authority) {
36878 authority = authority.substr(idx + 1);
[all …]
/plugin/dirtylittlehelper/mermaid/editor/
H A Djson.worker.js1authority=e.authority||h,this.path=e.path||h,this.query=e.query||h,this.fragment=e.fragment||h):(t…
/plugin/diagramsnet/lib/js/jscolor/
H A 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/
H A 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/
H A Dplugin.info.txt6 …ected actions. Optionally show a splash page with information on certificate and issuing authority.
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/
H A 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/diagramsnet/lib/stencils/
H A 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.
/plugin/diagramsnet/lib/templates/
H A 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.
/plugin/diagramsnet/lib/img/
H A 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.
/plugin/elasticsearch/vendor/nyholm/dsn/
H A DREADME.md222 { scheme:[//]authority[path][?query] | scheme:[//][userinfo]path[?query] | host:port[path][?query] }
227 authority:
/plugin/pureldap/vendor/freedsx/ldap/
H A DCHANGELOG.md52 * Fix an issue with the Socket class not recognizing the certificate authority cert specified in the options.

123