Home
last modified time | relevance | path

Searched refs:_authority (Results 1 – 25 of 57) sorted by relevance

123

/dports/devel/hadoop/jetty-6.1.14/modules/jetty/src/main/java/org/mortbay/jetty/
H A DHttpURI.java62 int _authority; field in HttpURI
121 _authority=offset; in parse2()
174 if ((_partial||_scheme!=_authority) && c=='/') in parse2()
225 _authority = m; in parse2()
328 if (_port<=_authority) in parse2()
410 if (_scheme==_authority) in getScheme()
412 int l=_authority-_scheme; in getScheme()
427 return toUtf8String(_scheme,_authority-_scheme-1); in getScheme()
432 if (_authority==_path) in getAuthority()
434 return toUtf8String(_authority,_path-_authority); in getAuthority()
[all …]
H A DEncodedHttpURI.java24 if (_scheme==_authority) in getScheme()
26 int l=_authority-_scheme; in getScheme()
41 return StringUtil.toString(_raw,_scheme,_authority-_scheme-1,_encoding); in getScheme()
46 if (_authority==_path) in getAuthority()
48 return StringUtil.toString(_raw,_authority,_path-_authority,_encoding); in getAuthority()
/dports/devel/hadoop2/jetty-6.1.14/modules/jetty/src/main/java/org/mortbay/jetty/
H A DHttpURI.java62 int _authority; field in HttpURI
121 _authority=offset; in parse2()
174 if ((_partial||_scheme!=_authority) && c=='/') in parse2()
225 _authority = m; in parse2()
328 if (_port<=_authority) in parse2()
410 if (_scheme==_authority) in getScheme()
412 int l=_authority-_scheme; in getScheme()
427 return toUtf8String(_scheme,_authority-_scheme-1); in getScheme()
432 if (_authority==_path) in getAuthority()
434 return toUtf8String(_authority,_path-_authority); in getAuthority()
[all …]
H A DEncodedHttpURI.java24 if (_scheme==_authority) in getScheme()
26 int l=_authority-_scheme; in getScheme()
41 return StringUtil.toString(_raw,_scheme,_authority-_scheme-1,_encoding); in getScheme()
46 if (_authority==_path) in getAuthority()
48 return StringUtil.toString(_raw,_authority,_path-_authority,_encoding); in getAuthority()
/dports/devel/collada-dom/collada-dom-2.5.0/dom/src/dae/
H A DdaeURI.cpp119 _authority = ""; in reset()
222 return _authority; in authority()
308 return _authority.c_str(); in getAuthority()
332 set(scheme_, _authority, _path, _query, _fragment); in scheme()
338 set(_scheme, _authority, path_, _query, _fragment); in path()
341 set(_scheme, _authority, _path, query_, _fragment); in query()
344 set(_scheme, _authority, _path, _query, fragment_); in fragment()
355 fprintf(stderr,"authority = %s\n",_authority.c_str()); in print()
451 _authority = baseURI->_authority; in validate()
490 _authority != docURI->_authority) { in isExternalReference()
[all …]
/dports/security/zaproxy/zaproxy-2.11.1/zap/src/main/java/org/apache/commons/httpclient/
H A DURI.java537 this._authority = base._authority; in URI()
554 this._authority = relative._authority; in URI()
568 this._authority = base._authority; in URI()
580 this._authority = relative._authority; in URI()
594 if (relative._authority == null in URI()
696 protected char[] _authority = null; field in URI
2743 return _authority; in getRawAuthority()
2753 return (_authority == null) ? null : new String(_authority); in getEscapedAuthority()
2764 return (_authority == null) ? null : decode(_authority, in getAuthority()
3624 if (!equals(_authority, another._authority)) { in equals()
[all …]
/dports/java/apache-commons-httpclient/commons-httpclient-3.1/src/java/org/apache/commons/httpclient/
H A DURI.java516 this._authority = base._authority; in URI()
533 this._authority = relative._authority; in URI()
547 this._authority = base._authority; in URI()
559 this._authority = relative._authority; in URI()
573 if (relative._authority == null in URI()
675 protected char[] _authority = null; field in URI
2704 return _authority; in getRawAuthority()
2714 return (_authority == null) ? null : new String(_authority); in getEscapedAuthority()
2725 return (_authority == null) ? null : decode(_authority, in getAuthority()
3584 if (!equals(_authority, another._authority)) { in equals()
[all …]
H A DHttpURL.java496 _authority = authority.toCharArray(); in setRawUserinfo()
559 _authority = authority.toCharArray(); in setRawUser()
655 _authority = authority.toCharArray(); in setRawPassword()
848 if (_authority != null) { // has_authority in setURI()
858 buf.append(_authority); in setURI()
/dports/devel/py-azure-identity/azure-identity-1.5.0/azure/identity/
H A D_auth_record.py13 self._authority = authority
22 return self._authority
71 "authority": self._authority,
/dports/net-mgmt/py-adal/adal-1.2.7/adal/
H A Dcache_driver.py67 self._authority = authority
106 x[TokenResponseFields._AUTHORITY] == self._authority]
142 …if entry[TokenResponseFields.IS_MRRT] and self._authority != entry[TokenResponseFields._AUTHORITY]:
143 new_entry[TokenResponseFields._AUTHORITY] = self._authority
239 entry[TokenResponseFields._AUTHORITY] = self._authority
/dports/devel/py-azure-identity/azure-identity-1.5.0/azure/identity/_internal/
H A Dmsal_credentials.py34 self._authority = normalize_authority(authority) if authority else get_default_authority()
65 authority="{}/{}".format(self._authority, self._tenant_id),
H A Dshared_token_cache.py92 self._authority = normalize_authority(authority) if authority else get_default_authority()
93 environment = urlparse(self._authority).netloc
109 …self._client = self._get_auth_client(authority=self._authority, cache=self._cache, **self._client_…
H A Dinteractive.py166 if self._authority not in _DEFAULT_AUTHENTICATE_SCOPES:
172 scopes = _DEFAULT_AUTHENTICATE_SCOPES[self._authority]
/dports/dns/flamethrower/flamethrower-0.11.0/flame/
H A Dhttpssession.h16 …http2_stream_data(std::string _scheme, std::string _authority, std::string _path, int32_t _id, std… in http2_stream_data()
18 , authority(_authority) in http2_stream_data()
/dports/net-p2p/qtum/qtum-mainnet-fastlane-v0.20.3/src/cpp-ethereum/test/unittests/libethereum/
H A DBlockChainInsert.cpp31 TestClient(Secret const& _authority): in TestClient() argument
36 sealer()->setOption("authority", rlp(_authority.makeInsecure())); in TestClient()
37 sealer()->setOption("authorities", rlpList(toAddress(_authority))); in TestClient()
/dports/net/py-uritools/uritools-3.0.2/src/uritools/
H A Dcompose.py33 def _authority(userinfo, host, port, encoding): function
158 authority = _authority(
/dports/dns/p5-DNS-Ldns/ldns-1.8.1/
H A Dpacket.c138 return packet->_authority; in ldns_pkt_authority()
529 p->_authority = rr; in ldns_pkt_set_authority()
770 packet->_authority = ldns_rr_list_new(); in ldns_pkt_new()
813 ldns_rr_list_deep_free(packet->_authority); in ldns_pkt_free()
1169 ldns_rr_list_deep_free(new_pkt->_authority); in ldns_pkt_clone()
1173 new_pkt->_authority = ldns_rr_list_clone(ldns_pkt_authority(pkt)); in ldns_pkt_clone()
/dports/dns/py-ldns/ldns-1.8.1/
H A Dpacket.c138 return packet->_authority; in ldns_pkt_authority()
529 p->_authority = rr; in ldns_pkt_set_authority()
770 packet->_authority = ldns_rr_list_new(); in ldns_pkt_new()
813 ldns_rr_list_deep_free(packet->_authority); in ldns_pkt_free()
1169 ldns_rr_list_deep_free(new_pkt->_authority); in ldns_pkt_clone()
1173 new_pkt->_authority = ldns_rr_list_clone(ldns_pkt_authority(pkt)); in ldns_pkt_clone()
/dports/dns/ldns/ldns-1.8.1/
H A Dpacket.c138 return packet->_authority; in ldns_pkt_authority()
529 p->_authority = rr; in ldns_pkt_set_authority()
770 packet->_authority = ldns_rr_list_new(); in ldns_pkt_new()
813 ldns_rr_list_deep_free(packet->_authority); in ldns_pkt_free()
1169 ldns_rr_list_deep_free(new_pkt->_authority); in ldns_pkt_clone()
1173 new_pkt->_authority = ldns_rr_list_clone(ldns_pkt_authority(pkt)); in ldns_pkt_clone()
/dports/net/freeswitch/freeswitch-1.10.3.-release/clients/flex/com/adobe/net/
H A DURI.as214 _authority = "";
250 _authority = "";
463 _authority = "";
486 _authority = baseURI;
497 index = _authority.search('@');
504 _authority = _authority.substr(index + 1); // Skip the '@'
525 index = _authority.search(':');
528 _port = _authority.substring(index + 1, _authority.length); // skip the ':'
529 _authority = _authority.substr(0, index);
538 _authority = _authority.toLowerCase();
[all …]
/dports/www/py-h2/h2-4.0.0/src/h2/
H A Dstream.py772 self._authority = None
880 if self.state_machine.client and self._authority is None:
881 self._authority = authority_from_headers(headers)
1025 self._authority = authority_from_headers(pushed_headers)
1155 events[0].origin = self._authority
/dports/www/firefox-esr/firefox-91.8.0/testing/web-platform/tests/tools/third_party/h2/h2/
H A Dstream.py770 self._authority = None
878 if self.state_machine.client and self._authority is None:
879 self._authority = authority_from_headers(headers)
1023 self._authority = authority_from_headers(pushed_headers)
1153 events[0].origin = self._authority
/dports/www/firefox-esr/firefox-91.8.0/testing/web-platform/tests/tools/third_party/hyper/hyper/h2/
H A Dstream.py806 self._authority = None
925 if self.state_machine.client and self._authority is None:
926 self._authority = authority_from_headers(headers)
1073 self._authority = authority_from_headers(pushed_headers)
1207 events[0].origin = self._authority
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/tools/blinkpy/third_party/wpt/wpt/tools/third_party/h2/h2/
H A Dstream.py804 self._authority = None
912 if self.state_machine.client and self._authority is None:
913 self._authority = authority_from_headers(headers)
1057 self._authority = authority_from_headers(pushed_headers)
1187 events[0].origin = self._authority
/dports/www/firefox/firefox-99.0/testing/web-platform/tests/tools/third_party/hyper/hyper/h2/
H A Dstream.py806 self._authority = None
925 if self.state_machine.client and self._authority is None:
926 self._authority = authority_from_headers(headers)
1073 self._authority = authority_from_headers(pushed_headers)
1207 events[0].origin = self._authority

123