Searched refs:wxURI (Results 1 - 25 of 28) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/tests/uris/
H A Duris.cpp3 // Purpose: wxURI unit test
27 // Test wxURL & wxURI compat?
99 uri = new wxURI(wxT(uristring));\
114 wxURI* uri;
130 wxURI* uri;
158 wxURI* uri;
179 uri = new wxURI(wxT(string));\
192 wxURI masteruri(wxT("http://a/b/c/d;p?q"));
193 wxURI* uri;
223 wxURI masterur
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Duri.cpp32 IMPLEMENT_CLASS(wxURI, wxObject)
44 // wxURI
52 wxURI::wxURI() : m_hostType(wxURI_REGNAME), m_fields(0) function in class:wxURI
56 wxURI::wxURI(const wxString& uri) : m_hostType(wxURI_REGNAME), m_fields(0) function in class:wxURI
61 wxURI::wxURI(const wxURI& uri) : wxObject(), m_hostType(wxURI_REGNAME), m_fields(0) function in class:wxURI
70 wxURI
[all...]
H A Dsckfile.cpp43 wxFileInputStream *retval = new wxFileInputStream(wxURI::Unescape(path));
H A Durl.cpp34 IMPLEMENT_CLASS(wxURL, wxURI)
63 wxURL::wxURL(const wxString& url) : wxURI(url)
69 wxURL::wxURL(const wxURI& url) : wxURI(url)
106 wxURL& wxURL::operator = (const wxURI& url)
108 wxURI::operator = (url);
115 wxURI::operator = (url);
528 return wxURI::Unescape(uri);
H A Dmediactrlcmn.cpp156 const wxURI& location,
299 bool wxMediaCtrl::Load(const wxURI& location)
306 bool wxMediaCtrl::Load(const wxURI& location, const wxURI& proxy)
H A Dftp.cpp770 wxString tmp_str = wxT("RETR ") + wxURI::Unescape(path);
H A Dutilscmn.cpp751 wxURI uri(url);
953 wxURI uri(url);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Duri.h3 // Purpose: wxURI - Class for parsing URIs
25 wxURI_IPVFUTURE // Host is a future ip address (wxURI is unsure what kind)
50 class WXDLLIMPEXP_BASE wxURI : public wxObject class in inherits:wxObject
53 wxURI();
54 wxURI(const wxString& uri);
55 wxURI(const wxURI& uri);
57 virtual ~wxURI();
85 void Resolve(const wxURI& base, int flags = wxURI_STRICT);
88 wxURI
[all...]
H A Durl.h47 class WXDLLIMPEXP_NET wxURL : public wxURI
51 wxURL(const wxURI& url);
55 wxURL& operator = (const wxURI& url);
75 //Use the proper wxURI accessors instead
80 //Use wxURI instead - this does not work that well
86 //Use wxURI::Unescape instead
H A Dmediactrl.h143 const wxURI& location,
166 const wxURI& location,
200 bool Load(const wxURI& location);
201 bool Load(const wxURI& location, const wxURI& proxy);
214 { return Load(wxURI(fileName)); }
216 { return Load(wxURI(fileName), wxURI(proxy)); }
281 virtual bool Load(const wxURI& WXUNUSED(location))
310 virtual bool Load(const wxURI
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Duri.tex3 %% Purpose: wxURI docs
12 \section{\class{wxURI}}\label{wxuri}
14 wxURI is used to extract information from
24 wxURI automatically escapes invalid characters in a string,
25 so there is no chance of wxURI "failing" on construction/creation.
27 wxURI supports copy construction and standard assignment
28 operators. wxURI can also be inherited from to provide
77 wxURI myuri(wxT("http://mysite.com"));
84 Note that on URIs with a "file" scheme wxURI does not
88 \membersection{wxURI
[all...]
H A Dactivexcontainer.tex131 virtual bool Load(const wxURI& location)
135 virtual bool Load(const wxURI& WXUNUSED(location),
136 const wxURI& WXUNUSED(proxy))
H A Durl.tex3 wxURL is a specialization of \helpref{wxURI}{wxuri} for parsing URLs.
4 Please look at \helpref{wxURI}{wxuri} documentation for more info about the functions
12 \helpref{wxURI}{wxuri}\\
H A Dmediactrl.tex314 \func{bool}{Load}{\param{const wxURI\& }{uri}}
321 \func{bool}{Load}{\param{const wxURI\& }{uri}, \param{const wxURI\& }{proxy}}
328 \func{bool}{LoadURI}{\param{const wxURI\& }{uri}}
335 \func{bool}{LoadURIWithProxy}{\param{const wxURI\& }{uri}, \param{const wxURI\& }{proxy}}
H A Dtchanges.tex78 \item Many accessors of \helpref{wxURL}{wxurl} - GetHostName, GetProtocolName, and GetPath, have been replaced by its parent's (\helpref{wxURI}{wxuri}) counterparts - \helpref{GetServer}{wxurigetserver}, \helpref{GetScheme}{wxurigetscheme}, and \helpref{GetPath}{wxurigetpath}, respectively.
79 \item ConvertToValidURI has been replaced by \helpref{wxURI}{wxuri}. Do not use ConvertToValidURI for future applications.
80 \item ConvertFromURI has been replaced by \helpref{wxURI::Unescape}{wxuriunescape}.
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/html/
H A Dwinpars.cpp426 wxURI current(myurl);
433 wxURI base(basepath);
438 wxURI path(myfullurl);
448 wxURI connected( basepath );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/
H A Dmediactrl_wmp10.cpp640 virtual bool Load(const wxURI& location);
641 virtual bool Load(const wxURI& location, const wxURI& proxy);
890 bool wxWMP10MediaBackend::Load(const wxURI& location)
898 bool wxWMP10MediaBackend::Load(const wxURI& location,
899 const wxURI& proxy)
H A Dmediactrl_qt.cpp390 virtual bool Load(const wxURI& location,
391 const wxURI& proxy)
395 virtual bool Load(const wxURI& location);
791 bool wxQTMediaBackend::Load(const wxURI& location)
H A Dmediactrl.cpp1427 virtual bool Load(const wxURI& location);
1428 virtual bool Load(const wxURI& location, const wxURI& proxy);
1524 virtual bool Load(const wxURI& location,
1525 const wxURI& proxy)
1529 virtual bool Load(const wxURI& location);
1884 virtual bool Load(const wxURI& location,
1885 const wxURI& proxy)
1889 virtual bool Load(const wxURI& location);
2359 bool wxAMMediaBackend::Load(const wxURI
[all...]
H A Dmediactrl_am.cpp1429 virtual bool Load(const wxURI& location);
1430 virtual bool Load(const wxURI& location, const wxURI& proxy);
1735 bool wxAMMediaBackend::Load(const wxURI& location)
1753 bool wxAMMediaBackend::Load(const wxURI& location, const wxURI& proxy)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/gtk1/
H A Ddataobj.cpp272 AddFile(wxURI::Unescape(filename.c_str() + lenPrefix));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/libs/common/
H A DStringFunctions.cpp29 #include <wx/uri.h> // Needed for wxURI
154 wxURI uri(url);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/carbon/
H A Dmediactrl.cpp97 virtual bool Load(const wxURI& location);
468 bool wxQTMediaBackend::Load(const wxURI& location)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/utils/aLinkCreator/src/
H A Dalcframe.cpp561 arrayOfUrls.Add(wxURI(url).BuildURI());
617 m_inputUrlListBox->Append(wxURI(url).BuildURI());
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/unix/
H A Dmediactrl.cpp184 virtual bool Load(const wxURI& location);
1193 bool wxGStreamerMediaBackend::Load(const wxURI& location)

Completed in 349 milliseconds

12