• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/

Lines Matching defs:wxURI

3 %% 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::wxURI}\label{wxuriwxuri}
90 \func{}{wxURI}{\void}
94 \func{}{wxURI}{\param{const wxChar* }{uri}}
100 \func{}{wxURI}{\param{const wxURI\& }{uri}}
107 \membersection{wxURI::BuildURI}\label{wxuribuilduri}
118 \membersection{wxURI::BuildUnescapedURI}\label{wxuribuildunescapeduri}
129 \membersection{wxURI::Create}\label{wxuricreate}
136 is no such thing as an "invalid" wxURI).
141 \membersection{wxURI::GetFragment}\label{wxurigetfragment}
153 \membersection{wxURI::GetHostType}\label{wxurigethosttype}
158 wxURI::HostType:
162 \twocolitem{{\bf wxURI\_REGNAME}}{Server is a host name, or the Server component itself is undefined.}
163 \twocolitem{{\bf wxURI\_IPV4ADDRESS}}{Server is a IP version 4 address (XXX.XXX.XXX.XXX)}
164 \twocolitem{{\bf wxURI\_IPV6ADDRESS}}{Server is a IP version 6 address ((XXX:)XXX::(XXX)XXX:XXX}
165 \twocolitem{{\bf wxURI\_IPVFUTURE}}{Server is an IP address, but not versions 4 or 6}
169 \membersection{wxURI::GetPassword}\label{wxurigetpassword}
180 \membersection{wxURI::GetPath}\label{wxurigetpath}
196 \membersection{wxURI::GetPort}\label{wxurigetport}
210 \membersection{wxURI::GetQuery}\label{wxurigetquery}
223 \membersection{wxURI::GetScheme}\label{wxurigetscheme}
234 \membersection{wxURI::GetServer}\label{wxurigetserver}
249 \membersection{wxURI::GetUser}\label{wxurigetuser}
260 \membersection{wxURI::GetUserInfo}\label{wxurigetuserinfo}
272 \membersection{wxURI::HasFragment}\label{wxurihasfragment}
279 \membersection{wxURI::HasPath}\label{wxurihaspath}
286 \membersection{wxURI::HasPort}\label{wxurihasport}
293 \membersection{wxURI::HasQuery}\label{wxurihasquery}
300 \membersection{wxURI::HasScheme}\label{wxurihasscheme}
307 \membersection{wxURI::HasServer}\label{wxurihasserver}
314 \membersection{wxURI::HasUser}\label{wxurihasuserinfo}
321 \membersection{wxURI::IsReference}\label{wxuriisreference}
330 \membersection{wxURI::operator ==}\label{wxurioperatorcompare}
332 \func{void}{operator ==}{\param{const wxURI\& }{uricomp}}
340 \membersection{wxURI::Resolve}\label{wxuriresolve}
342 \func{void}{Resolve}{\param{const wxURI\& }{base}, \param{int }{flags = \texttt{wxURI\_STRICT}}}
357 \docparam{flags}{Currently either \texttt{wxURI\_STRICT} or $0$, in non-strict
361 \membersection{wxURI::Unescape}\label{wxuriunescape}
370 If you want to unescape an entire wxURI, use \helpref{BuildUnescapedURI}{wxuribuildunescapeduri} instead,