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

  /external/chromium_org/third_party/markupsafe/
__init__.py 145 def striptags(self): member in class:Markup
150 >>> Markup("Main &raquo; <em>About</em>").striptags()
  /external/chromium-trace/trace-viewer/third_party/closure_linter/closure_linter/common/
htmlutil.py 126 def StripTags(str):
  /external/chromium_org/third_party/closure_linter/closure_linter/common/
htmlutil.py 126 def StripTags(str):
  /external/chromium-trace/trace-viewer/third_party/closure_linter/closure_linter/
ecmalintrules.py 518 end_string = htmlutil.StripTags(end_token.string).strip()
523 end_string = htmlutil.StripTags(end_token.string).rstrip()
    [all...]
  /external/chromium_org/third_party/jinja2/
filters.py 557 return Markup(text_type(value)).striptags()
975 'striptags': do_striptags,
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/parse-only/
prototype-1.6.0.3.js 385 stripTags: function() {
413 div.innerHTML = this.stripTags();
541 return this.stripTags().replace(/&amp;/g,'&').replace(/&lt;/g,'<').replace(/&gt;/g,'>');
    [all...]
concat-jquery-mootools-prototype.js     [all...]
  /external/chromium_org/third_party/WebKit/PerformanceTests/Dromaeo/resources/dromaeo/web/lib/
prototype-1.7.js 595 function stripTags() {
620 return this.stripTags().replace(/&lt;/g,'<').replace(/&gt;/g,'>').replace(/&amp;/g,'&');
754 stripTags: stripTags,
    [all...]
  /external/chromium_org/third_party/WebKit/PerformanceTests/Dromaeo/resources/dromaeo/web/tests/
v8-raytrace.html 225 stripTags: function() {
254 div.innerHTML = this.stripTags();
    [all...]

Completed in 608 milliseconds