- Sort Score
- Num 10 results
- Language All
Results 1 - 4 of 4 for HTMLEscaper (0.07 seconds)
-
android/guava-tests/test/com/google/common/html/HtmlEscapersTest.java
public void testHtmlEscaper() throws Exception { assertEquals("xxx", htmlEscaper().escape("xxx")); assertEquals(""test"", htmlEscaper().escape("\"test\"")); assertEquals("'test'", htmlEscaper().escape("'test'")); assertEquals("test & test & test", htmlEscaper().escape("test & test & test")); assertEquals("test << 1", htmlEscaper().escape("test << 1"));
Created: Fri Dec 26 12:43:10 GMT 2025 - Last Modified: Fri Dec 05 22:03:28 GMT 2025 - 2.3K bytes - Click Count (0) -
guava-tests/test/com/google/common/html/HtmlEscapersTest.java
public void testHtmlEscaper() throws Exception { assertEquals("xxx", htmlEscaper().escape("xxx")); assertEquals(""test"", htmlEscaper().escape("\"test\"")); assertEquals("'test'", htmlEscaper().escape("'test'")); assertEquals("test & test & test", htmlEscaper().escape("test & test & test")); assertEquals("test << 1", htmlEscaper().escape("test << 1"));
Created: Fri Dec 26 12:43:10 GMT 2025 - Last Modified: Fri Dec 05 22:03:28 GMT 2025 - 2.3K bytes - Click Count (0) -
guava/src/com/google/common/html/HtmlEscapers.java
* numeric), so it does not replace non-ASCII code points with character references. This escaper * escapes only the following five ASCII characters: {@code '"&<>}. */ public static Escaper htmlEscaper() { return HTML_ESCAPER; } // For each xxxEscaper() method, please add links to external reference pages // that are considered authoritative for the behavior of that escaper.Created: Fri Dec 26 12:43:10 GMT 2025 - Last Modified: Sat Dec 21 03:10:51 GMT 2024 - 3K bytes - Click Count (0) -
api/go1.txt
pkg html/template, const ErrSlashAmbig ErrorCode pkg html/template, const OK ErrorCode pkg html/template, func HTMLEscape(io.Writer, []uint8) pkg html/template, func HTMLEscapeString(string) string pkg html/template, func HTMLEscaper(...interface{}) string pkg html/template, func JSEscape(io.Writer, []uint8) pkg html/template, func JSEscapeString(string) string pkg html/template, func JSEscaper(...interface{}) string
Created: Tue Dec 30 11:13:12 GMT 2025 - Last Modified: Wed Aug 14 18:58:28 GMT 2013 - 1.7M bytes - Click Count (0)