headers/os/media/MediaFile.h
186
const BUrl* url = NULL,
headers/os/media/MediaFile.h
189
const BUrl* url,
headers/os/media/MediaFile.h
192
void _InitStreamer(const BUrl& url,
headers/os/media/MediaFile.h
30
class BUrl;
headers/os/media/MediaFile.h
76
BMediaFile(const BUrl& url);
headers/os/media/MediaFile.h
77
BMediaFile(const BUrl& url, int32 flags);
headers/os/media/MediaFile.h
79
BMediaFile(const BUrl& destination,
headers/os/media/MediaFile.h
88
status_t SetTo(const BUrl& url);
headers/os/support/Url.h
15
class BUrl : public BArchivable {
headers/os/support/Url.h
17
BUrl(const char* url, bool encode = true);
headers/os/support/Url.h
18
BUrl(BMessage* archive);
headers/os/support/Url.h
19
BUrl(const BUrl& other);
headers/os/support/Url.h
20
BUrl(const BUrl& base, const BString& relative);
headers/os/support/Url.h
21
BUrl(const BPath& path);
headers/os/support/Url.h
22
BUrl();
headers/os/support/Url.h
23
virtual ~BUrl();
headers/os/support/Url.h
26
BUrl& SetUrlString(const BString& url,
headers/os/support/Url.h
28
BUrl& SetProtocol(const BString& scheme);
headers/os/support/Url.h
29
BUrl& SetUserName(const BString& user);
headers/os/support/Url.h
30
BUrl& SetPassword(const BString& password);
headers/os/support/Url.h
32
BUrl& SetHost(const BString& host);
headers/os/support/Url.h
33
BUrl& SetPort(int port);
headers/os/support/Url.h
34
BUrl& SetPath(const BString& path);
headers/os/support/Url.h
35
BUrl& SetRequest(const BString& request);
headers/os/support/Url.h
36
BUrl& SetFragment(const BString& fragment);
headers/os/support/Url.h
86
bool operator==(BUrl& other) const;
headers/os/support/Url.h
87
bool operator!=(BUrl& other) const;
headers/os/support/Url.h
90
const BUrl& operator=(const BUrl& other);
headers/os/support/Url.h
91
const BUrl& operator=(const BString& string);
headers/os/support/Url.h
92
const BUrl& operator=(const char* string);
headers/os/support/Url.h
99
explicit BUrl(const char* url);
headers/private/media/MediaStreamer.h
20
MediaStreamer(BUrl url);
headers/private/media/MediaStreamer.h
26
BUrl fUrl;
headers/private/media/PluginManager.h
64
BUrl url, BDataIO** source);
headers/private/media/StreamerPlugin.h
21
virtual status_t Sniff(const BUrl& url, BDataIO** source) = 0;
headers/private/netservices/DataRequest.h
29
BDataRequest(const BUrl& url,
headers/private/netservices/FileRequest.h
31
BFileRequest(const BUrl& url,
headers/private/netservices/Geolocation.h
20
BGeolocation(const BUrl& geolocationService,
headers/private/netservices/Geolocation.h
21
const BUrl& geocodingService);
headers/private/netservices/Geolocation.h
33
BUrl fGeolocationService;
headers/private/netservices/Geolocation.h
34
BUrl fGeocodingService;
headers/private/netservices/GopherRequest.h
31
BGopherRequest(const BUrl& url,
headers/private/netservices/HttpAuthentication.h
72
BString Authorization(const BUrl& url,
headers/private/netservices/HttpRequest.h
70
BHttpRequest(const BUrl& url,
headers/private/netservices/HttpResult.h
27
BHttpResult(const BUrl& url);
headers/private/netservices/HttpResult.h
32
void SetUrl(const BUrl& url);
headers/private/netservices/HttpResult.h
35
const BUrl& Url() const;
headers/private/netservices/HttpResult.h
51
BUrl fUrl;
headers/private/netservices/NetworkCookie.h
24
const char* value, const BUrl& url);
headers/private/netservices/NetworkCookie.h
26
const BUrl& url);
headers/private/netservices/NetworkCookie.h
34
const BUrl& url);
headers/private/netservices/NetworkCookie.h
61
bool IsValidForUrl(const BUrl& url) const;
headers/private/netservices/NetworkCookie.h
92
BString _DefaultPathForUrl(const BUrl& url);
headers/private/netservices/NetworkCookie.h
94
bool _CanBeSetFromUrl(const BUrl& url) const;
headers/private/netservices/NetworkCookieJar.h
142
const BUrl& url);
headers/private/netservices/NetworkCookieJar.h
163
BUrl fUrl;
headers/private/netservices/NetworkCookieJar.h
56
const BUrl& url);
headers/private/netservices/NetworkCookieJar.h
82
UrlIterator GetUrlIterator(const BUrl& url) const;
headers/private/netservices/NetworkRequest.h
25
BNetworkRequest(const BUrl& url,
headers/private/netservices/UrlContext.h
30
void AddAuthentication(const BUrl& url,
headers/private/netservices/UrlContext.h
37
BHttpAuthentication& GetAuthentication(const BUrl& url);
headers/private/netservices/UrlProtocolRoster.h
14
class BUrl;
headers/private/netservices/UrlProtocolRoster.h
28
static BUrlRequest* MakeRequest(const BUrl& url, BDataIO* output,
headers/private/netservices/UrlRequest.h
25
BUrlRequest(const BUrl& url,
headers/private/netservices/UrlRequest.h
40
status_t SetUrl(const BUrl& url);
headers/private/netservices/UrlRequest.h
46
const BUrl& Url() const;
headers/private/netservices/UrlRequest.h
65
BUrl fUrl;
headers/private/netservices2/HttpRequest.h
108
const BUrl& Url() const noexcept;
headers/private/netservices2/HttpRequest.h
119
void SetUrl(const BUrl& url);
headers/private/netservices2/HttpRequest.h
19
class BUrl;
headers/private/netservices2/HttpRequest.h
90
BHttpRequest(const BUrl& url);
headers/private/netservices2/HttpSession.h
14
class BUrl;
headers/private/netservices2/NetServicesDefs.h
24
BUnsupportedProtocol(const char* origin, BUrl url,
headers/private/netservices2/NetServicesDefs.h
26
BUnsupportedProtocol(BString origin, BUrl url,
headers/private/netservices2/NetServicesDefs.h
31
const BUrl& Url() const;
headers/private/netservices2/NetServicesDefs.h
35
BUrl fUrl;
headers/private/netservices2/NetServicesDefs.h
43
BInvalidUrl(const char* origin, BUrl url);
headers/private/netservices2/NetServicesDefs.h
44
BInvalidUrl(BString origin, BUrl url);
headers/private/netservices2/NetServicesDefs.h
48
const BUrl& Url() const;
headers/private/netservices2/NetServicesDefs.h
51
BUrl fUrl;
src/add-ons/media/plugins/dvd_streamer/DVDStreamerPlugin.cpp
31
DVDStreamer::Sniff(const BUrl& url, BDataIO** source)
src/add-ons/media/plugins/dvd_streamer/DVDStreamerPlugin.h
17
virtual status_t Sniff(const BUrl& url, BDataIO**);
src/add-ons/media/plugins/http_streamer/HTTPMediaIO.cpp
107
HTTPMediaIO::HTTPMediaIO(BUrl url)
src/add-ons/media/plugins/http_streamer/HTTPMediaIO.h
19
HTTPMediaIO(BUrl url);
src/add-ons/media/plugins/http_streamer/HTTPMediaIO.h
46
BUrl fUrl;
src/add-ons/media/plugins/http_streamer/HTTPStreamerPlugin.cpp
27
HTTPStreamer::Sniff(const BUrl& url, BDataIO** source)
src/add-ons/media/plugins/http_streamer/HTTPStreamerPlugin.h
17
virtual status_t Sniff(const BUrl& url, BDataIO** source);
src/add-ons/media/plugins/rtsp_streamer/RTSPMediaIO.cpp
13
RTSPMediaIO::RTSPMediaIO(BUrl ourUrl)
src/add-ons/media/plugins/rtsp_streamer/RTSPMediaIO.h
21
RTSPMediaIO(BUrl ourUrl);
src/add-ons/media/plugins/rtsp_streamer/RTSPMediaIO.h
37
BUrl fUrl;
src/add-ons/media/plugins/rtsp_streamer/RTSPStreamerPlugin.cpp
18
RTSPStreamer::Sniff(const BUrl& url, BDataIO** source)
src/add-ons/media/plugins/rtsp_streamer/RTSPStreamerPlugin.h
12
virtual status_t Sniff(const BUrl& url, BDataIO** source);
src/add-ons/print/transports/ipp/HttpURLConnection.cpp
290
BUrl trueUrl(p, true);
src/add-ons/print/transports/ipp/HttpURLConnection.cpp
50
HttpURLConnection::HttpURLConnection(const BUrl &Url)
src/add-ons/print/transports/ipp/HttpURLConnection.h
114
BUrl url;
src/add-ons/print/transports/ipp/HttpURLConnection.h
79
HttpURLConnection(const BUrl &url);
src/add-ons/print/transports/ipp/HttpURLConnection.h
95
const BUrl &getURL() const;
src/add-ons/print/transports/ipp/IppSetupDlg.cpp
117
IppURLConnection conn(BUrl(url->Text(), true));
src/add-ons/print/transports/ipp/IppTransport.cpp
100
BUrl url(__url, true);
src/add-ons/print/transports/ipp/IppURLConnection.cpp
24
IppURLConnection::IppURLConnection(const BUrl &Url)
src/add-ons/print/transports/ipp/IppURLConnection.h
13
IppURLConnection(const BUrl &url);
src/apps/haikudepot/server/AbstractServerProcess.cpp
453
AbstractServerProcess::DownloadToLocalFileAtomically(const BPath& targetFilePath, const BUrl& url)
src/apps/haikudepot/server/AbstractServerProcess.cpp
565
AbstractServerProcess::DownloadToLocalFile(const BPath& targetFilePath, const BUrl& url,
src/apps/haikudepot/server/AbstractServerProcess.cpp
648
BUrl redirectUrl(result.Url(), location);
src/apps/haikudepot/server/AbstractServerProcess.h
71
const BUrl& url);
src/apps/haikudepot/server/AbstractServerProcess.h
88
const BUrl& url,
src/apps/haikudepot/server/ServerSettings.cpp
26
BUrl ServerSettings::sBaseUrl = BUrl(BASEURL_DEFAULT, true);
src/apps/haikudepot/server/ServerSettings.cpp
37
ServerSettings::SetBaseUrl(const BUrl& value)
src/apps/haikudepot/server/ServerSettings.cpp
55
BUrl
src/apps/haikudepot/server/ServerSettings.cpp
58
return BUrl(sBaseUrl, urlPathComponents);
src/apps/haikudepot/server/ServerSettings.h
20
static status_t SetBaseUrl(const BUrl& baseUrl);
src/apps/haikudepot/server/ServerSettings.h
23
static BUrl CreateFullUrl(
src/apps/haikudepot/server/ServerSettings.h
40
static BUrl sBaseUrl;
src/apps/haikudepot/server/WebAppInterface.cpp
1081
BUrl url = ServerSettings::CreateFullUrl(urlPathComponents);
src/apps/haikudepot/server/WebAppInterface.cpp
92
make_http_request(const BUrl& url, BDataIO* output, BUrlProtocolListener* listener = NULL,
src/apps/haikudepot/server/WebAppInterface.cpp
979
BUrl url = ServerSettings::CreateFullUrl(BString("/__api/v2/") << urlPathComponents);
src/apps/haikudepot/ui/App.cpp
283
if (ServerSettings::SetBaseUrl(BUrl(argv[i + 1], true)) != B_OK) {
src/apps/haikudepot/ui/PackageInfoView.cpp
754
BUrl url(fWebsiteLinkView->Text(), true);
src/apps/mediaplayer/MainApp.cpp
221
BUrl url(argv[i], true);
src/apps/mediaplayer/MainWin.cpp
657
BUrl url(urlString, true);
src/apps/mediaplayer/NetworkStreamWin.cpp
140
BUrl url(text, true);
src/apps/mediaplayer/NetworkStreamWin.cpp
65
BUrl url(fTextControl->Text(), true);
src/apps/mediaplayer/playlist/Playlist.cpp
445
BUrl url(&archivedUrl);
src/apps/mediaplayer/playlist/Playlist.cpp
645
Playlist::_ExtraMediaExists(Playlist* playlist, BUrl url)
src/apps/mediaplayer/playlist/Playlist.h
122
BUrl url);
src/apps/mediaplayer/playlist/PlaylistFileReader.cpp
55
BUrl url(entry, true);
src/apps/mediaplayer/playlist/UrlPlaylistItem.cpp
15
UrlPlaylistItem::UrlPlaylistItem(BUrl url)
src/apps/mediaplayer/playlist/UrlPlaylistItem.cpp
192
BUrl
src/apps/mediaplayer/playlist/UrlPlaylistItem.cpp
25
fUrl = BUrl(item.Url());
src/apps/mediaplayer/playlist/UrlPlaylistItem.cpp
33
fUrl = BUrl(url, true);
src/apps/mediaplayer/playlist/UrlPlaylistItem.h
15
UrlPlaylistItem(BUrl url);
src/apps/mediaplayer/playlist/UrlPlaylistItem.h
53
BUrl Url() const;
src/apps/mediaplayer/playlist/UrlPlaylistItem.h
61
BUrl fUrl;
src/apps/webpositive/BrowserApp.cpp
503
BUrl url(path);
src/apps/webpositive/BrowserWindow.cpp
1011
BUrl url(path);
src/bin/checkitout.cpp
122
BUrl url(argv[1], true);
src/bin/checkitout.cpp
125
BString full = BUrl(url).SetProtocol(BString()).UrlString();
src/bin/checkitout.cpp
161
BUrl url(fUrlString, true);
src/bin/checkitout.cpp
162
BString full = BUrl(url).SetProtocol(BString()).UrlString();
src/bin/media_client/MediaPlay.cpp
56
BUrl url;
src/bin/open.cpp
99
BUrl url(*argv, true);
src/bin/pkgman/command_add_repo.cpp
92
BUrl repoURL(repoURLs[i], true);
src/bin/urlwrapper.cpp
120
BUrl u(url.String(), true);
src/bin/urlwrapper.cpp
199
BUrl u(url.String(), true);
src/bin/urlwrapper.cpp
213
BUrl u(buff, true);
src/bin/urlwrapper.cpp
238
BUrl url(argv[1], true);
src/bin/urlwrapper.cpp
240
BString full = BUrl(url).SetProtocol(BString()).UrlString();
src/bin/urlwrapper.cpp
523
BUrl u(url.String(), true);
src/kits/media/MediaFile.cpp
104
BMediaFile::BMediaFile(const BUrl& destination, const media_file_format* mfi,
src/kits/media/MediaFile.cpp
150
BMediaFile::SetTo(const BUrl& url)
src/kits/media/MediaFile.cpp
499
BMediaFile::_InitReader(BDataIO* source, const BUrl* url, int32 flags)
src/kits/media/MediaFile.cpp
540
BMediaFile::_InitWriter(BDataIO* target, const BUrl* url,
src/kits/media/MediaFile.cpp
579
BMediaFile::_InitStreamer(const BUrl& url, BDataIO** adapter)
src/kits/media/MediaFile.cpp
86
BMediaFile::BMediaFile(const BUrl& url)
src/kits/media/MediaFile.cpp
95
BMediaFile::BMediaFile(const BUrl& url, int32 flags)
src/kits/media/MediaStreamer.cpp
17
MediaStreamer::MediaStreamer(BUrl url)
src/kits/media/PluginManager.cpp
579
PluginManager::CreateStreamer(Streamer** streamer, BUrl url, BDataIO** source)
src/kits/network/libnetservices/DataRequest.cpp
20
BDataRequest::BDataRequest(const BUrl& url, BDataIO* output,
src/kits/network/libnetservices/FileRequest.cpp
22
BFileRequest::BFileRequest(const BUrl& url, BDataIO* output,
src/kits/network/libnetservices/Geolocation.cpp
192
BUrl url(fGeocodingService);
src/kits/network/libnetservices/Geolocation.cpp
60
BGeolocation::BGeolocation(const BUrl& geolocationService,
src/kits/network/libnetservices/Geolocation.cpp
61
const BUrl& geocodingService)
src/kits/network/libnetservices/GopherRequest.cpp
184
BGopherRequest::BGopherRequest(const BUrl& url, BDataIO* output,
src/kits/network/libnetservices/HttpAuthentication.cpp
261
BHttpAuthentication::Authorization(const BUrl& url, const BString& method) const
src/kits/network/libnetservices/HttpForm.cpp
301
result << '&' << BUrl::UrlEncode(currentField->Name())
src/kits/network/libnetservices/HttpForm.cpp
302
<< '=' << BUrl::UrlEncode(currentField->String());
src/kits/network/libnetservices/HttpForm.cpp
311
result << '&' << BUrl::UrlEncode(currentField->Name())
src/kits/network/libnetservices/HttpRequest.cpp
101
BHttpRequest::BHttpRequest(const BUrl& url, BDataIO* output, bool ssl,
src/kits/network/libnetservices/HttpRequest.cpp
465
fUrl = BUrl(fUrl, locationUrl);
src/kits/network/libnetservices/HttpResult.cpp
18
BHttpResult::BHttpResult(const BUrl& url)
src/kits/network/libnetservices/HttpResult.cpp
46
BHttpResult::SetUrl(const BUrl& url)
src/kits/network/libnetservices/HttpResult.cpp
55
const BUrl&
src/kits/network/libnetservices/NetworkCookie.cpp
104
BNetworkCookie::ParseCookieString(const BString& string, const BUrl& url)
src/kits/network/libnetservices/NetworkCookie.cpp
37
const BUrl& url)
src/kits/network/libnetservices/NetworkCookie.cpp
463
BNetworkCookie::IsValidForUrl(const BUrl& url) const
src/kits/network/libnetservices/NetworkCookie.cpp
519
BNetworkCookie::_CanBeSetFromUrl(const BUrl& url) const
src/kits/network/libnetservices/NetworkCookie.cpp
54
BNetworkCookie::BNetworkCookie(const BString& cookieString, const BUrl& url)
src/kits/network/libnetservices/NetworkCookie.cpp
852
BNetworkCookie::_DefaultPathForUrl(const BUrl& url)
src/kits/network/libnetservices/NetworkCookieJar.cpp
117
BNetworkCookieJar::AddCookie(const BString& cookie, const BUrl& referrer)
src/kits/network/libnetservices/NetworkCookieJar.cpp
463
BNetworkCookieJar::GetUrlIterator(const BUrl& url) const
src/kits/network/libnetservices/NetworkCookieJar.cpp
466
BUrl copy(url);
src/kits/network/libnetservices/NetworkCookieJar.cpp
731
const BUrl& url)
src/kits/network/libnetservices/NetworkRequest.cpp
19
BNetworkRequest::BNetworkRequest(const BUrl& url, BDataIO* output,
src/kits/network/libnetservices/UrlContext.cpp
116
BUrlContext::GetAuthentication(const BUrl& url)
src/kits/network/libnetservices/UrlContext.cpp
64
BUrlContext::AddAuthentication(const BUrl& url,
src/kits/network/libnetservices/UrlProtocolRoster.cpp
25
BUrlProtocolRoster::MakeRequest(const BUrl& url, BDataIO* output,
src/kits/network/libnetservices/UrlRequest.cpp
144
const BUrl&
src/kits/network/libnetservices/UrlRequest.cpp
20
BUrlRequest::BUrlRequest(const BUrl& url, BDataIO* output,
src/kits/network/libnetservices/UrlRequest.cpp
93
BUrlRequest::SetUrl(const BUrl& url)
src/kits/network/libnetservices2/HttpRequest.cpp
160
static const BUrl kDefaultUrl = BUrl();
src/kits/network/libnetservices2/HttpRequest.cpp
165
BUrl url = kDefaultUrl;
src/kits/network/libnetservices2/HttpRequest.cpp
202
BHttpRequest::BHttpRequest(const BUrl& url)
src/kits/network/libnetservices2/HttpRequest.cpp
289
const BUrl&
src/kits/network/libnetservices2/HttpRequest.cpp
395
BHttpRequest::SetUrl(const BUrl& url)
src/kits/network/libnetservices2/HttpRequest.cpp
401
throw BInvalidUrl(__PRETTY_FUNCTION__, BUrl(url));
src/kits/network/libnetservices2/HttpRequest.cpp
407
throw BUnsupportedProtocol(__PRETTY_FUNCTION__, BUrl(url), list);
src/kits/network/libnetservices2/HttpSession.cpp
174
BUrl url;
src/kits/network/libnetservices2/HttpSession.cpp
951
BUrl(fRequest.Url(), locationString), redirectToGet};
src/kits/network/libnetservices2/NetServicesMisc.cpp
21
const char* origin, BUrl url, BStringList supportedProtocols)
src/kits/network/libnetservices2/NetServicesMisc.cpp
30
BUnsupportedProtocol::BUnsupportedProtocol(BString origin, BUrl url, BStringList supportedProtocols)
src/kits/network/libnetservices2/NetServicesMisc.cpp
46
const BUrl&
src/kits/network/libnetservices2/NetServicesMisc.cpp
63
BInvalidUrl::BInvalidUrl(const char* origin, BUrl url)
src/kits/network/libnetservices2/NetServicesMisc.cpp
71
BInvalidUrl::BInvalidUrl(BString origin, BUrl url)
src/kits/network/libnetservices2/NetServicesMisc.cpp
86
const BUrl&
src/kits/package/PackageInfoParser.cpp
1207
BUrl url(urlString, true);
src/kits/support/Url.cpp
1115
BUrl::_MergePath(const BString& relative) const
src/kits/support/Url.cpp
114
BUrl::BUrl(const BUrl& base, const BString& location)
src/kits/support/Url.cpp
1140
BUrl::_SetPathUnsafe(const BString& path)
src/kits/support/Url.cpp
1157
BUrl::SetAuthority(const BString& authority)
src/kits/support/Url.cpp
1282
BUrl::_DoUrlEncodeChunk(const BString& chunk, bool strict, bool directory)
src/kits/support/Url.cpp
1308
BUrl::_DoUrlDecodeChunk(const BString& chunk, bool strict)
src/kits/support/Url.cpp
134
BUrl relative;
src/kits/support/Url.cpp
1340
BUrl::_IsHostIPV6Valid(size_t offset, int32 length) const
src/kits/support/Url.cpp
1353
BUrl::_IsHostValid() const
src/kits/support/Url.cpp
1383
BUrl::_IsProtocolValid() const
src/kits/support/Url.cpp
1399
BUrl::_IsUnreserved(char c)
src/kits/support/Url.cpp
1406
BUrl::_IsGenDelim(char c)
src/kits/support/Url.cpp
1414
BUrl::_IsSubDelim(char c)
src/kits/support/Url.cpp
1423
BUrl::_IsUsernameChar(char c)
src/kits/support/Url.cpp
1430
BUrl::_IsPasswordChar(char c)
src/kits/support/Url.cpp
1437
BUrl::_IsHostChar(char c)
src/kits/support/Url.cpp
1445
BUrl::_IsPortChar(char c)
src/kits/support/Url.cpp
1452
BUrl::_IsIPV6Char(char c)
src/kits/support/Url.cpp
1459
BUrl::_UrlMimeType() const
src/kits/support/Url.cpp
1471
BUrl::BUrl(const char* string)
src/kits/support/Url.cpp
1482
BUrl::SetUrlString(const BString& string)
src/kits/support/Url.cpp
1489
BUrl::UrlEncode(bool strict)
src/kits/support/Url.cpp
1504
BUrl::UrlDecode(bool strict)
src/kits/support/Url.cpp
179
BUrl::BUrl()
src/kits/support/Url.cpp
196
BUrl::BUrl(const BPath& path)
src/kits/support/Url.cpp
214
BUrl::~BUrl()
src/kits/support/Url.cpp
222
BUrl&
src/kits/support/Url.cpp
223
BUrl::SetUrlString(const BString& url, bool encode)
src/kits/support/Url.cpp
233
BUrl&
src/kits/support/Url.cpp
234
BUrl::SetProtocol(const BString& protocol)
src/kits/support/Url.cpp
243
BUrl&
src/kits/support/Url.cpp
244
BUrl::SetUserName(const BString& user)
src/kits/support/Url.cpp
255
BUrl&
src/kits/support/Url.cpp
256
BUrl::SetPassword(const BString& password)
src/kits/support/Url.cpp
267
BUrl&
src/kits/support/Url.cpp
268
BUrl::SetHost(const BString& host)
src/kits/support/Url.cpp
278
BUrl&
src/kits/support/Url.cpp
279
BUrl::SetPort(int port)
src/kits/support/Url.cpp
290
BUrl::_RemoveLastPathComponent(BString& path)
src/kits/support/Url.cpp
301
BUrl&
src/kits/support/Url.cpp
302
BUrl::SetPath(const BString& path)
src/kits/support/Url.cpp
373
BUrl&
src/kits/support/Url.cpp
374
BUrl::SetRequest(const BString& request)
src/kits/support/Url.cpp
383
BUrl&
src/kits/support/Url.cpp
384
BUrl::SetFragment(const BString& fragment)
src/kits/support/Url.cpp
39
BUrl::BUrl(const char* url, bool encode)
src/kits/support/Url.cpp
397
BUrl::UrlString() const
src/kits/support/Url.cpp
426
BUrl::Protocol() const
src/kits/support/Url.cpp
433
BUrl::UserName() const
src/kits/support/Url.cpp
440
BUrl::Password() const
src/kits/support/Url.cpp
447
BUrl::UserInfo() const
src/kits/support/Url.cpp
463
BUrl::Host() const
src/kits/support/Url.cpp
470
BUrl::Port() const
src/kits/support/Url.cpp
477
BUrl::Authority() const
src/kits/support/Url.cpp
496
BUrl::Path() const
src/kits/support/Url.cpp
503
BUrl::Request() const
src/kits/support/Url.cpp
510
BUrl::Fragment() const
src/kits/support/Url.cpp
520
BUrl::IsValid() const
src/kits/support/Url.cpp
548
BUrl::HasProtocol() const
src/kits/support/Url.cpp
555
BUrl::HasAuthority() const
src/kits/support/Url.cpp
56
BUrl::BUrl(BMessage* archive)
src/kits/support/Url.cpp
562
BUrl::HasUserName() const
src/kits/support/Url.cpp
569
BUrl::HasPassword() const
src/kits/support/Url.cpp
576
BUrl::HasUserInfo() const
src/kits/support/Url.cpp
583
BUrl::HasHost() const
src/kits/support/Url.cpp
590
BUrl::HasPort() const
src/kits/support/Url.cpp
597
BUrl::HasPath() const
src/kits/support/Url.cpp
604
BUrl::HasRequest() const
src/kits/support/Url.cpp
611
BUrl::HasFragment() const
src/kits/support/Url.cpp
619
BUrl::IDNAToAscii()
src/kits/support/Url.cpp
643
BUrl::IDNAToUnicode()
src/kits/support/Url.cpp
670
BUrl::HasPreferredApplication() const
src/kits/support/Url.cpp
686
BUrl::PreferredApplication() const
src/kits/support/Url.cpp
700
BUrl::OpenWithPreferredApplication(bool onProblemAskUser) const
src/kits/support/Url.cpp
745
BUrl::UrlEncode(const BString& url, bool strict, bool directory)
src/kits/support/Url.cpp
752
BUrl::UrlDecode(const BString& url, bool strict)
src/kits/support/Url.cpp
762
BUrl::Archive(BMessage* into, bool deep) const
src/kits/support/Url.cpp
774
BUrl::Instantiate(BMessage* archive)
src/kits/support/Url.cpp
777
return new(std::nothrow) BUrl(archive);
src/kits/support/Url.cpp
78
BUrl::BUrl(const BUrl& other)
src/kits/support/Url.cpp
786
BUrl::operator==(BUrl& other) const
src/kits/support/Url.cpp
796
BUrl::operator!=(BUrl& other) const
src/kits/support/Url.cpp
805
const BUrl&
src/kits/support/Url.cpp
806
BUrl::operator=(const BUrl& other)
src/kits/support/Url.cpp
842
const BUrl&
src/kits/support/Url.cpp
843
BUrl::operator=(const BString& string)
src/kits/support/Url.cpp
850
const BUrl&
src/kits/support/Url.cpp
851
BUrl::operator=(const char* string)
src/kits/support/Url.cpp
861
BUrl::operator const char*() const
src/kits/support/Url.cpp
868
BUrl::_ResetFields()
src/kits/support/Url.cpp
896
BUrl::_ContainsDelimiter(const BString& url)
src/kits/support/Url.cpp
974
BUrl::_ExplodeUrlString(const BString& url, uint32 flags)
src/preferences/repositories/AddRepoWindow.cpp
132
BUrl testUrl(clipString.String(), true);
src/preferences/repositories/AddRepoWindow.cpp
85
BUrl newRepoUrl(url, true);
src/preferences/repositories/RepositoriesView.cpp
508
BUrl newRepoUrl(url, true);
src/preferences/repositories/RepositoriesView.cpp
517
BUrl rowRepoUrl(repoItem->Url(), true);
src/preferences/repositories/RepositoriesView.cpp
641
BUrl repoUrl(url, true);
src/preferences/repositories/RepositoriesView.cpp
649
BUrl itemUrl(repoItem->Url(), true);
src/tests/kits/media/playsound/playfile.cpp
58
BUrl url;
src/tests/kits/media/streamer_sniff_test/main.cpp
22
BUrl url = BUrl(argv[1]);
src/tests/kits/net/cookie/cookie_test.cpp
62
BUrl url(host);
src/tests/kits/net/libnetapi/NetworkUrlTest.cpp
106
BUrl url("http://[123:a3:0:E3::123]:8080/some/path?key1=value1", true);
src/tests/kits/net/libnetapi/NetworkUrlTest.cpp
126
BUrl url("file:///northisland/wellington/brooklyn/windturbine", true);
src/tests/kits/net/libnetapi/NetworkUrlTest.cpp
144
BUrl url("data:image/png;base64,iVBORw0KGI12P4//8/w38GIErkJggg==", true);
src/tests/kits/net/libnetapi/NetworkUrlTest.cpp
162
BUrl url("wierd://tea:tree@/x", true);
src/tests/kits/net/libnetapi/NetworkUrlTest.cpp
182
BUrl url("https://www.something.co.nz:443/z", true);
src/tests/kits/net/libnetapi/NetworkUrlTest.cpp
201
BUrl url("https://www.something.co.nz/z", true);
src/tests/kits/net/libnetapi/NetworkUrlTest.cpp
219
BUrl url("https://www.something.co.nz", true);
src/tests/kits/net/libnetapi/NetworkUrlTest.cpp
236
BUrl url("https://www.something.co.nz:1234", true);
src/tests/kits/net/libnetapi/NetworkUrlTest.cpp
254
BUrl url("https://www.something.co.nz:", true);
src/tests/kits/net/libnetapi/NetworkUrlTest.cpp
271
BUrl url("olala:", true);
src/tests/kits/net/libnetapi/NetworkUrlTest.cpp
287
BUrl url("mailto:eric@example.com", true);
src/tests/kits/net/libnetapi/NetworkUrlTest.cpp
307
BUrl url("anything://:pwd@host", true);
src/tests/kits/net/libnetapi/NetworkUrlTest.cpp
320
BUrl url("anything://unam:@host", true);
src/tests/kits/net/libnetapi/NetworkUrlTest.cpp
333
BUrl url("anything://unam@host", true);
src/tests/kits/net/libnetapi/NetworkUrlTest.cpp
346
BUrl url("anything://host:aaa", true);
src/tests/kits/net/libnetapi/NetworkUrlTest.cpp
361
BUrl url(" https://www.something.co.nz/z", true);
src/tests/kits/net/libnetapi/NetworkUrlTest.cpp
368
BUrl url("https://www.something.co.nz/z\t\t ", true);
src/tests/kits/net/libnetapi/NetworkUrlTest.cpp
375
BUrl url("https://www. something.co.nz/z", true);
src/tests/kits/net/libnetapi/NetworkUrlTest.cpp
382
BUrl url("https:///z", true);
src/tests/kits/net/libnetapi/NetworkUrlTest.cpp
389
BUrl url("", true);
src/tests/kits/net/libnetapi/NetworkUrlTest.cpp
400
BUrl("http://host.example.com", true).IsValid());
src/tests/kits/net/libnetapi/NetworkUrlTest.cpp
403
(BUrl("http://host.peppermint_tea.com", true).IsValid()));
src/tests/kits/net/libnetapi/NetworkUrlTest.cpp
405
(BUrl("http://host.camomile.co.nz.", true).IsValid()));
src/tests/kits/net/libnetapi/NetworkUrlTest.cpp
407
(BUrl("http://tumeric", true).IsValid()));
src/tests/kits/net/libnetapi/NetworkUrlTest.cpp
410
(BUrl("http://xn--bcher-kva.tld", true).IsValid()));
src/tests/kits/net/libnetapi/NetworkUrlTest.cpp
412
(BUrl("http://www.b\xc3\xbcch.at", true).IsValid()));
src/tests/kits/net/libnetapi/NetworkUrlTest.cpp
415
!(BUrl("http://.host.example.com", true).IsValid()));
src/tests/kits/net/libnetapi/NetworkUrlTest.cpp
417
!(BUrl("http://host.example..com", true).IsValid()));
src/tests/kits/net/libnetapi/NetworkUrlTest.cpp
419
!(BUrl("http://host.example..com", true).IsValid()));
src/tests/kits/net/libnetapi/NetworkUrlTest.cpp
421
!(BUrl("http://<unexpected.characters>", true).IsValid()));
src/tests/kits/net/libnetapi/NetworkUrlTest.cpp
423
!(BUrl("http://host.exa ple.com", true).IsValid()));
src/tests/kits/net/libnetapi/NetworkUrlTest.cpp
46
BUrl url("http://ewe:pea@www.something.co.nz:8888/some/path?key1=value1#fragment", true);
src/tests/kits/net/libnetapi/NetworkUrlTest.cpp
69
BUrl url("http://1.2.3.4/some/path#frag/ment", true);
src/tests/kits/net/libnetapi/NetworkUrlTest.cpp
88
BUrl url("http://1.2.3.4#frag/ment", true);
src/tests/kits/net/netservices2/HttpProtocolTest.cpp
291
auto url = BUrl("https://www.haiku-os.org", true);
src/tests/kits/net/netservices2/HttpProtocolTest.cpp
493
auto request = BHttpRequest(BUrl("http://doesnotexist/", true));
src/tests/kits/net/netservices2/HttpProtocolTest.cpp
506
auto request = BHttpRequest(BUrl("http://localhost:59445/", true));
src/tests/kits/net/netservices2/HttpProtocolTest.cpp
539
auto request = BHttpRequest(BUrl(fTestServer.BaseUrl(), BString("/")));
src/tests/kits/net/netservices2/HttpProtocolTest.cpp
565
auto request = BHttpRequest(BUrl(fTestServer.BaseUrl(), BString("/")));
src/tests/kits/net/netservices2/HttpProtocolTest.cpp
582
auto request = BHttpRequest(BUrl(fTestServer.BaseUrl(), BString("/")));
src/tests/kits/net/netservices2/HttpProtocolTest.cpp
613
auto request = BHttpRequest(BUrl(fTestServer.BaseUrl(), BString("/204")));
src/tests/kits/net/netservices2/HttpProtocolTest.cpp
640
auto request = BHttpRequest(BUrl(fTestServer.BaseUrl(), BString("/302")));
src/tests/kits/net/netservices2/HttpProtocolTest.cpp
667
auto request = BHttpRequest(BUrl(fTestServer.BaseUrl(), BString("/auth/basic/walter/secret")));
src/tests/kits/net/netservices2/HttpProtocolTest.cpp
674
request = BHttpRequest(BUrl(fTestServer.BaseUrl(), BString("/auth/basic/walter/secret")));
src/tests/kits/net/netservices2/HttpProtocolTest.cpp
688
auto request = BHttpRequest(BUrl(fTestServer.BaseUrl(), BString("/400")));
src/tests/kits/net/netservices2/HttpProtocolTest.cpp
704
auto request = BHttpRequest(BUrl(fTestServer.BaseUrl(), BString("/")));
src/tests/kits/net/netservices2/HttpProtocolTest.cpp
766
auto request = BHttpRequest(BUrl(fTestServer.BaseUrl(), BString("/post")));
src/tests/kits/net/netservices2/TestServer.cpp
252
BUrl
src/tests/kits/net/netservices2/TestServer.cpp
269
return BUrl(baseUrl.c_str(), true);
src/tests/kits/net/netservices2/TestServer.h
61
BUrl BaseUrl() const;
src/tests/kits/net/service/CookieTest.cpp
114
BUrl url("http://testsuites.opera.com/cookies/003.php", true);
src/tests/kits/net/service/CookieTest.cpp
134
BUrl url("http://testsuites.opera.com/cookies/004/004.php", true);
src/tests/kits/net/service/CookieTest.cpp
154
BUrl url("http://testsuites.opera.com/cookies/006.php", true);
src/tests/kits/net/service/CookieTest.cpp
175
BUrl url("http://testsuites.opera.com/cookies/007.php", true);
src/tests/kits/net/service/CookieTest.cpp
202
BUrl url("http://testsuites.opera.com/cookies/008.php", true);
src/tests/kits/net/service/CookieTest.cpp
223
BUrl url("http://testsuites.opera.com/cookies/010.php", true);
src/tests/kits/net/service/CookieTest.cpp
242
BUrl url("http://testsuites.opera.com/cookies/011.php", true);
src/tests/kits/net/service/CookieTest.cpp
261
BUrl url("http://testsuites.opera.com/cookies/012.php", true);
src/tests/kits/net/service/CookieTest.cpp
289
BUrl url("http://testsuites.opera.com/cookies/013.php", true);
src/tests/kits/net/service/CookieTest.cpp
334
BUrl url("http://testsuites.opera.com/cookies/015/015.php", true);
src/tests/kits/net/service/CookieTest.cpp
367
BUrl url("http://testsuites.opera.com/cookies/016.php", true);
src/tests/kits/net/service/CookieTest.cpp
404
BUrl url("http://testsuites.opera.com/cookies/301.php", true);
src/tests/kits/net/service/CookieTest.cpp
41
BUrl url("http://www.chipchapin.com/WebTools/cookietest.php", true);
src/tests/kits/net/service/CookieTest.cpp
526
const BUrl url("http://testsuites.opera.com/cookies/302/302.php", true);
src/tests/kits/net/service/CookieTest.cpp
527
const BUrl url1("http://testsuites.opera.com/cookies/302-5.php", true);
src/tests/kits/net/service/CookieTest.cpp
528
const BUrl url2("http://testsuites.opera.com/cookies/302/302-3.php", true);
src/tests/kits/net/service/CookieTest.cpp
529
const BUrl url3("http://testsuites.opera.com/cookies/302/sub/302-4.php", true);
src/tests/kits/net/service/CookieTest.cpp
530
const BUrl url4("http://testsuites.opera.com/cookies/302-2/302-6.php", true);
src/tests/kits/net/service/CookieTest.cpp
618
const BUrl setter("http://testsuites.opera.com/cookies/304.php", true);
src/tests/kits/net/service/CookieTest.cpp
619
const BUrl getter("http://testsuites.opera.com/cookies/304-1.php", true);
src/tests/kits/net/service/CookieTest.cpp
671
const BUrl setter("http://testsuites.opera.com/cookies/305.php", true);
src/tests/kits/net/service/CookieTest.cpp
770
BUrl url(tests[i].url, true);
src/tests/kits/net/service/CookieTest.cpp
842
CookieTest::_GetCookie(BNetworkCookieJar& jar, const BUrl& url,
src/tests/kits/net/service/CookieTest.cpp
88
BUrl url("http://testsuites.opera.com/cookies/001.php", true);
src/tests/kits/net/service/CookieTest.h
20
class BUrl;
src/tests/kits/net/service/CookieTest.h
52
const BNetworkCookie* _GetCookie(BNetworkCookieJar& jar, const BUrl& url,
src/tests/kits/net/service/DataTest.cpp
156
BUrl testUrl(url, true);
src/tests/kits/net/service/FileTest.cpp
65
BUrl url("file://", true);
src/tests/kits/net/service/GeolocationTest.cpp
26
BGeolocation locator(BUrl(
src/tests/kits/net/service/GeolocationTest.cpp
27
"https://location.services.mozilla.com/v1/geolocate?key=test", true), BUrl());
src/tests/kits/net/service/GeolocationTest.cpp
39
BGeolocation geocoder(BUrl("", true), BUrl("https://secure.geonames.org/?username=demo", true));
src/tests/kits/net/service/HttpTest.cpp
124
BUrl &testUrl,
src/tests/kits/net/service/HttpTest.cpp
209
BUrl testUrl(fTestServer.BaseUrl(), BString("/"));
src/tests/kits/net/service/HttpTest.cpp
257
BUrl testUrl(fTestServer.BaseUrl(), BString("/204"));
src/tests/kits/net/service/HttpTest.cpp
299
BUrl testUrl(fTestServer.BaseUrl(), BString("/"));
src/tests/kits/net/service/HttpTest.cpp
421
BUrl testUrl(fTestServer.BaseUrl(), BString("/post"));
src/tests/kits/net/service/HttpTest.cpp
461
BUrl testUrl(fTestServer.BaseUrl(), BString("/auth/basic/walter/secret"));
src/tests/kits/net/service/HttpTest.cpp
497
BUrl testUrl(fTestServer.BaseUrl(), BString("/auth/digest/walter/secret"));
src/tests/kits/net/service/HttpTest.cpp
598
BUrl testUrl(fTestServer.BaseUrl(), path);
src/tests/kits/net/service/TestServer.cpp
261
BUrl TestServer::BaseUrl() const
src/tests/kits/net/service/TestServer.cpp
277
return BUrl(baseUrl.c_str(), true);
src/tests/kits/net/service/TestServer.h
57
BUrl BaseUrl() const;
src/tests/kits/net/service/UrlTest.cpp
128
BUrl url;
src/tests/kits/net/service/UrlTest.cpp
147
BUrl url1("http://example.com", true);
src/tests/kits/net/service/UrlTest.cpp
148
BUrl url2(url1, true);
src/tests/kits/net/service/UrlTest.cpp
213
BUrl testUrl;
src/tests/kits/net/service/UrlTest.cpp
245
BUrl test = "lol";
src/tests/kits/net/service/UrlTest.cpp
35
BUrl testUrl;
src/tests/kits/net/service/UrlTest.cpp
531
BUrl baseUrl(tests[index].base, true);
src/tests/kits/net/service/UrlTest.cpp
540
BUrl(baseUrl, BString(tests[index].relative)).UrlString());
src/tests/kits/net/service/UrlTest.cpp
599
BUrl url(tests[i].escaped, false);
src/tests/kits/net/service/UrlTest.cpp
600
BUrl idn(tests[i].decoded, false);
src/tests/kits/net/service/UrlTest.cpp
66
BUrl url("http:", true);
src/tests/kits/net/service/UrlTest.cpp
99
BUrl url;