Lines Matching refs:of

6  * You may obtain a copy of the License at
34 * the corresponding logic in the C-version of the HtmlParser as such
49 * Indicates the type of content contained in the {@code content} HTML
50 * attribute of the {@code meta} HTML tag. Used by
55 * <li>{@code URL_START} if it contains a URL but hasn't seen any of
57 * <li>{@code URL} if it contains a URL and has seen at least some of
68 * A regular expression matching the format of a {@code content} attribute
79 * Set of keywords that can precede a regular expression literal. Taken from:
88 ImmutableSortedSet.of(
138 * Set of all HTML attributes which expect a URI (as the value).
139 * <a href="http://www.w3.org/TR/html4/index/attributes.html">Index of Attributes</a>
142 ImmutableSortedSet.of(
157 * Set of {@code Character}s considered whitespace in Javascript.
161 ImmutableSortedSet.of(
173 * Set of {@code Character}s considered whitespace in HTML.
177 ImmutableSortedSet.of(
194 * @param attribute the name of an HTML attribute
207 * @param attribute the name of an HTML attribute
221 * @param attribute the name of an HTML attribute
234 * of the characters below.
258 * and only if it is one of the characters below:
268 * <p>Encompasses the characters in sections 7.2 and 7.3 of ECMAScript 3, in
288 * <li>It does not distinguish between the first character of an identifier
312 * a {@code Set} of identifiers that can precede a regular expression in the
317 * @return {@code true} iff the token is a valid prefix of a regexp
331 * @return an Ascii-friendly encoding of the given {@code char}
348 // 0-padded hex-encoding with minimum width of two.
355 * format followed by the {@code content} attribute of the {@code meta}
358 * <p>This function expects to receive the value of the {@code content} HTML
360 * value of the {@code http-equiv} HTML attribute of the same {@code meta}
365 * The specification of the {@code meta} HTML tag can be found in:
369 * value contains a URL and whether we are at the start of the URL or past
370 * the start. We are at the start of the URL if and only if one of the two
382 * <li> Example of a complete {@code meta} tag where the {@code content}
383 * attribute contains a URL [we are not at the start of the URL]:
387 * <li> Example of a complete {@code meta} tag where the {@code content}
388 * attribute contains a URL [we are at the start of the URL]:
392 * <li>Example of a complete {@code meta} tag where the {@code content}
401 * of a URL in the given value