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

  /external/chromium-trace/trace-viewer/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/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...]

Completed in 83 milliseconds