Home
last modified time | relevance | path

Searched refs:authority (Results 51 – 70 of 70) sorted by path

123

/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/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/forcessllogin/
H A Dplugin.info.txt6 …ected actions. Optionally show a splash page with information on certificate and issuing 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/jcapture/lib/
H A Dhttpclient-4.0.1.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/jdraw/lib/
H A Dhttpclient-4.0.1.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/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/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/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/openlayersmap/ol7/
H A Dol.js.map
/plugin/pdfjs/pdfjs/build/
H A Dpdf.js9618 var authority = '';
9621 authority = this._username + (this._password !== null ? ':' + this._password : '') + '@';
9624 …return this.protocol + (this._isRelative ? '//' + authority + this.host : '') + this.pathname + th…
H A Dpdf.js.map1authority","host","DEFAULT_RANGE_CHUNK_SIZE","isWorkerDisabled","fakeWorkerFilesLoader","useRequir…
H A Dpdf.worker.js10787 var authority = '';
10790 authority = this._username + (this._password !== null ? ':' + this._password : '') + '@';
10793 …return this.protocol + (this._isRelative ? '//' + authority + this.host : '') + this.pathname + th…
H A Dpdf.worker.js.map1authority","host","EOF","Name","nameCache","nameValue","Cmd","cmdCache","cmdValue","Dict","nonSeri…
/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/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.
/plugin/scrape/
H A DHTMLPurifier.standalone.php
/plugin/subjectindex/plugins/
H A Dbible_verses.txt23346 for he was teaching them as a person having authority, and not as their scribes.
24304 and to have authority to expel the demons.
24669 and began to say to him: "By what authority do you do these things? or who gave you this authority
25782 …oke up, saying to him: "Tell us by what authority you do these things, or who it is that gave you …
26238 And he has given him authority to do judging, because Son of man he is.
26500 … me, but I surrender it of my own initiative. I have authority to surrender it, and I have authori…
26836 …: "Are you not speaking to me? Do you not know I have authority to release you and I have authorit…
28492 …wife does not exercise authority over her own body, but her husband does; likewise, also, the husb…
28545 We have authority to eat and drink, do we not?
30844 …t of the smoke locusts came forth upon the earth; and authority was given them, the same authority
[all …]
/plugin/tuxquote/
H A Dquotes.txt817 Always acknowledge a fault. This will throw those in authority off their guard and give you an oppo…
/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;

123