Lines Matching refs:code

60        the base URI reference.  If the given <code>uriReference</code> is a
61 same-document reference, <code>baseUriReference</code> is used as a
71 if <TRUE/>, special segments (&ldquo;<code>.</code>&rdquo; and
72 &ldquo;<code>..</code>&rdquo;) within the path of the base URI (except
79 (&ldquo;<code>..</code>&rdquo;) are handled.
85 <code>uriReference</code> is either already absolute, or can be resolved
87 <code>baseUriReference</code>; otherwise, <NULL/> is returned.
88 Especially, if <code>baseUriReference</code> is <NULL/>, or is not an
89 absolute, hierarchical URI reference, or if <code>uriReference</code> is
108 <code>baseUriReference</code> (e.g.,
109 &ldquo;<code>scheme://auth/a/b</code>&rdquo;) and
110 <code>uriReference</code> (e.g.,
111 &ldquo;<code>scheme://auth//c/d</code>&rdquo;) have the same scheme and
112 authority components, and the path component of <code>uriReference</code>
113 starts with &ldquo;<code>//</code>&rdquo;. If <TRUE/>, the generated
115 &ldquo;<code>//auth//c/d</code>&rdquo;); if <FALSE/>, the generated
117 &ldquo;<code>..//c/d</code>&rdquo;).
121 <code>baseUriReference</code> (e.g.,
122 &ldquo;<code>scheme://auth/a/b</code>&rdquo;) and
123 <code>uriReference</code> (e.g.,
124 &ldquo;<code>scheme://auth/c/d</code>&rdquo;) have the same scheme and
127 &ldquo;<code>/c/d</code>&rdquo;); if <FALSE/>, the generated relative URI
128 reference has a relative path (e.g., &ldquo;<code>../c/d</code>&rdquo;).
131 if <TRUE/>, special segments (&ldquo;<code>.</code>&rdquo; and
132 &ldquo;<code>..</code>&rdquo;) that are already present in the path
133 component of the given <code>uriReference</code> and which end up in a
135 &ldquo;<code>%2E</code>&rdquo; and &ldquo;<code>%2E%2E</code>&rdquo;,
141 <code>uriReference</code> is either already relative, or is not
143 <code>baseUriReference</code>, or can be changed to a relative URI
144 reference, relative to the given <code>baseUriReference</code>;
146 <code>baseUriReference</code> is <NULL/>, or is not an absolute,
147 hierarchical URI reference, or if <code>uriReference</code> is <NULL/>,