HomeSort by relevance Sort by last modified time
    Searched full:striptags (Results 1 - 11 of 11) sorted by null

  /prebuilts/go/darwin-x86/src/html/template/
html_test.go 69 if got := stripTags(test.input); got != test.want {
89 stripTags("The <i>quick</i>,\r\n<span style='color:brown'>brown</span> fox jumps\u2028over the <canine class=\"lazy\">dog</canine>")
95 stripTags("The quick, brown fox jumps over the lazy dog.")
html.go 18 return htmlReplacer(stripTags(s), htmlNospaceNormReplacementTable, false)
27 return htmlReplacer(stripTags(s), htmlNormReplacementTable, true)
168 // stripTags takes a snippet of HTML and returns only the text content.
170 func stripTags(html string) string {
  /prebuilts/go/linux-x86/src/html/template/
html_test.go 69 if got := stripTags(test.input); got != test.want {
89 stripTags("The <i>quick</i>,\r\n<span style='color:brown'>brown</span> fox jumps\u2028over the <canine class=\"lazy\">dog</canine>")
95 stripTags("The quick, brown fox jumps over the lazy dog.")
html.go 18 return htmlReplacer(stripTags(s), htmlNospaceNormReplacementTable, false)
27 return htmlReplacer(stripTags(s), htmlNormReplacementTable, true)
168 // stripTags takes a snippet of HTML and returns only the text content.
170 func stripTags(html string) string {
  /external/libmojo/third_party/markupsafe/
__init__.py 145 def striptags(self): member in class:Markup
150 >>> Markup("Main &raquo; <em>About</em>").striptags()
  /external/libmojo/third_party/jinja2/
filters.py 557 return Markup(text_type(value)).striptags()
975 'striptags': do_striptags,
  /prebuilts/go/darwin-x86/pkg/darwin_amd64/html/
template.a 622 u.len?element?Tgclocals·ec4073cefdca3da84af370e0516ed20e?Tgclocals·56a84be49fafe37eec4b442eb9935957?2runtime.mapaccess2_fast64?6runtime.mapassign_fast64ptr?Xgo.string."node %s shared between templates"?Tgclocals·98b9b3d04bce2510c2871ae2773a73b8?Tgclocals·562f1c6001cdd2e2d3d961001fb7b446? callee?Tgclocals·3060972e9f6b214b96be66a8173d3a0a?text?"".funcMap?>text/template.(*Template).Funcs?>"".(*escaper).arbitraryTemplate?Ltext/template.(*Template).AddParseTree?"".statictmp_3?dtype.*map[*text/template/parse.ActionNode][]string?dtype.*map[*text/template/parse.TemplateNode]string?.autotmp_50?^type.*map[*text/template/parse.TextNode][]uint8?Tgclocals·8c12112595354f6dcb3911f2153fb2d9?Tgclocals·883b7b72f628b7fe8145a16dd2a8235f?@text/template.(*Template).Lookup?"".statictmp_4?Ntype.noalg.map.iter[string]*"".Template?Tgclocals·69c8abe0d2280b641caedd7f008b2cfa?Tgclocals·e84991a80b24f8ce783c4ef5447afa10?"".HTMLEscape?0text/template.HTMLEscape?Tgclocals·b355e63dd7a0e6e486ea5f5d6ae3d2e6?&"".HTMLEscapeString?<text/template.HTMLEscapeString?Tgclocals·4032f753396f2012ad1784f398b170f4?"".HTMLEscaper?2text/template.HTMLEscaper?Tgclocals·6b4b7e46e7c3e785dae149c064ae0142?"".JSEscape?,text/template.JSEscape?""".JSEscapeString?8text/template.JSEscapeString?"".JSEscaper?.text/template.JSEscaper?$"".URLQueryEscaper?:text/template.URLQueryEscaper?*"".htmlNospaceEscaper?"".stripTags?D"".htmlNospaceNormReplacementTable?"".htmlReplacer?<"".htmlNospaceReplacementTable?Rgofile.. (…)
    [all...]
  /prebuilts/go/linux-x86/pkg/linux_amd64/html/
template.a 622 u.len?element?Tgclocals·ec4073cefdca3da84af370e0516ed20e?Tgclocals·56a84be49fafe37eec4b442eb9935957?2runtime.mapaccess2_fast64?6runtime.mapassign_fast64ptr?Xgo.string."node %s shared between templates"?Tgclocals·98b9b3d04bce2510c2871ae2773a73b8?Tgclocals·562f1c6001cdd2e2d3d961001fb7b446? callee?Tgclocals·3060972e9f6b214b96be66a8173d3a0a?text?"".funcMap?>text/template.(*Template).Funcs?>"".(*escaper).arbitraryTemplate?Ltext/template.(*Template).AddParseTree?"".statictmp_3?dtype.*map[*text/template/parse.ActionNode][]string?dtype.*map[*text/template/parse.TemplateNode]string?.autotmp_50?^type.*map[*text/template/parse.TextNode][]uint8?Tgclocals·8c12112595354f6dcb3911f2153fb2d9?Tgclocals·883b7b72f628b7fe8145a16dd2a8235f?@text/template.(*Template).Lookup?"".statictmp_4?Ntype.noalg.map.iter[string]*"".Template?Tgclocals·69c8abe0d2280b641caedd7f008b2cfa?Tgclocals·e84991a80b24f8ce783c4ef5447afa10?"".HTMLEscape?0text/template.HTMLEscape?Tgclocals·b355e63dd7a0e6e486ea5f5d6ae3d2e6?&"".HTMLEscapeString?<text/template.HTMLEscapeString?Tgclocals·4032f753396f2012ad1784f398b170f4?"".HTMLEscaper?2text/template.HTMLEscaper?Tgclocals·6b4b7e46e7c3e785dae149c064ae0142?"".JSEscape?,text/template.JSEscape?""".JSEscapeString?8text/template.JSEscapeString?"".JSEscaper?.text/template.JSEscaper?$"".URLQueryEscaper?:text/template.URLQueryEscaper?*"".htmlNospaceEscaper?"".stripTags?D"".htmlNospaceNormReplacementTable?"".htmlReplacer?<"".htmlNospaceReplacementTable?Rgofile.. (…)
    [all...]
  /prebuilts/go/darwin-x86/pkg/darwin_amd64_race/html/
template.a     [all...]
  /prebuilts/go/linux-x86/pkg/linux_amd64_race/html/
template.a     [all...]
  /external/chromium-trace/catapult/common/py_vulcanize/third_party/rjsmin/bench/
apiviewer.js     [all...]

Completed in 258 milliseconds