Home | History | Annotate | Download | only in util

Lines Matching refs:contains

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
69 * that contains a URL. Used by {@link #parseContentAttributeForUrl}.
228 return ATTRIBUTE_EXPECTS_URI.contains(attribute);
252 return HTML_WHITESPACE.contains(chr);
279 return JAVASCRIPT_WHITESPACE.contains(chr);
320 return REGEXP_TOKEN_PREFIXS.contains(input);
354 * Parses the given {@code String} to determine if it contains a URL in the
362 * we instead rely on parsing the given value to determine if it contains
369 * value contains a URL and whether we are at the start of the URL or past
375 * <li>The given input only contains the optional leading single or double
383 * attribute contains a URL [we are not at the start of the URL]:
388 * attribute contains a URL [we are at the start of the URL]: