Lines Matching refs:URL
57 /** registers a content provider for a specific URL template.
69 wildcard URL template: For example, imagine that you want to route all
77 the URL scheme for the provided contents. More generally, this may not
78 only be a URL scheme, but a URL template.
80 <p>A URL template is a regular expression (represented as a string) that
102 <p>A <code><scheme>:</code> matches any URL of exactly the given
103 scheme (ignoring case), keeping the extension from URL schemes to URL
105 regexps match any URL starting with a given string literal, followed
114 but they also describe how a (local) URL is mapped to another (remote)
115 URL. This mapping is only relevant for methods of the
122 <TRUE/>: replace the provider possibly registered for the given URL
127 for the given URL template.
145 the URL scheme for the provided contents. More generally, this
146 may not only be a URL scheme, but a URL template (see
147 <member>registerContentProvider</member> for a discussion of URL
167 a content identifier (i.e., a URL).