Lines Matching refs:example
51 /** contains the string representation of the complete URL, for example,
64 /** contains the URL without a mark and without arguments, for example,
70 /** contains the protocol (scheme) of the URL, for example, "http"
75 /** contains the user-identifier of the URL, for example, "me"
80 /** contains the users password of the URL, for example, "pass"
85 /** contains the server part of the URL, for example, "www.sun.de"
90 /** contains the port at the server of the URL, for example, "8080"
95 …/** contains all segments but the last one of the hierarchical path of the URL, for example, "/pub…
100 /** contains the last segment of the hierarchical path of the URL, for the above example, "foo.txt"
112 /** contains the arguments part of the URL, for example, "a=b"
117 /** contains the mark part of the URL, for example, "xyz"