/external/markdown/markdown/ |
D | postprocessors.py | 30 def run(self, text): argument 43 def run(self, text): argument 62 def escape(self, html): argument 75 def run(self, text): argument
|
/external/python/cpython2/Doc/includes/ |
D | email-alternative.py | 20 text = "Hi!\nHow are you?\nHere is the link you wanted:\nhttps://www.python.org" variable 21 html = """\ variable
|
/external/python/cpython2/Doc/ |
D | Makefile | 43 html: BUILDER = html target 44 html: build target 58 text: BUILDER = text target 59 text: build target
|
/external/python/cpython3/Doc/ |
D | Makefile | 60 html: BUILDER = html target 61 html: build target 75 text: BUILDER = text target 76 text: build target
|
/external/harfbuzz_ng/test/shaping/data/text-rendering-tests/ |
D | extract-tests.py | 29 html = ET.fromstring(sys.stdin.read()) variable 35 text = elt.get(ns('ft:render')) variable 54 text = elt.get(ns('ft:render')) variable
|
/external/chromium-trace/catapult/common/node_runner/node_runner/ |
D | minify | 20 let html = fs.readFileSync(filename).toString('utf8'); variable 41 let text = dom5.getTextContent(node); variable
|
/external/python/cpython3/Lib/ |
D | cgitb.py | 46 def small(text): argument 52 def strong(text): argument 58 def grey(text): argument 101 def html(einfo, context=5): function 191 def text(einfo, context=5): function
|
D | pydoc.py | 119 def replace(text, *pairs): argument 126 def cram(text, maxlen): argument 135 def stripid(text): argument 439 def escape(self, text): argument 530 def preformat(self, text): argument 548 def grey(self, text): return '<font color="#909090">%s</font>' % text argument 588 def markup(self, text, escape=None, funcs={}, classes={}, methods={}): argument 1080 def bold(self, text): argument 1084 def indent(self, text, prefix=' '): argument 1440 def bold(self, text): argument [all …]
|
/external/python/cpython2/Lib/ |
D | cgitb.py | 47 def small(text): argument 53 def strong(text): argument 59 def grey(text): argument 102 def html(einfo, context=5): function 193 def text(einfo, context=5): function
|
/external/owasp/sanitizer/distrib/lib/ |
D | owasp-java-html-sanitizer.jar | ... org/
org/owasp/
org/owasp/html/
org/owasp/html/AbstractTokenStream.class ... |
/external/owasp/sanitizer/src/main/org/owasp/html/ |
D | HtmlSanitizer.java | 81 void text(String textChunk); in text() method 102 public static void sanitize(@Nullable String html, final Policy policy) { in sanitize()
|
/external/python/uritemplates/docs/ |
D | Makefile | 39 html: target 106 text: target
|
/external/python/six/documentation/ |
D | Makefile | 39 html: target 106 text: target
|
/external/libchrome/third_party/markupsafe/ |
D | _speedups.c | 118 escape(PyObject *self, PyObject *text) in escape() 120 PyObject *s = NULL, *rv = NULL, *html; in escape() local 163 escape_silent(PyObject *self, PyObject *text) in escape_silent()
|
/external/python/rsa/doc/ |
D | Makefile | 41 html: target 108 text: target
|
/external/python/funcsigs/docs/ |
D | Makefile | 44 html: target 111 text: target
|
/external/python/dateutil/docs/ |
D | Makefile | 52 html: target 125 text: target
|
/external/python/oauth2client/docs/ |
D | Makefile | 52 html: target 125 text: target
|
/external/iperf3/docs/ |
D | Makefile | 52 html: target 125 text: target
|
/external/python/pyasn1/docs/ |
D | Makefile | 54 html: target 135 text: target
|
/external/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/ |
D | APIInfo.java | 433 public void print(PrintWriter pw, boolean detail, boolean html) { in print() 437 public void print(PrintWriter pw, boolean detail, boolean html, boolean withStatus) { in print() 443 public void format(StringBuilder buf, boolean detail, boolean html, boolean withStatus) { in format() 558 buf.append(prepText(xsig.substring(n), html)); in format() local 563 private static String prepText(String text, boolean html) { in prepText() 581 public void println(PrintWriter pw, boolean detail, boolean html) { in println()
|
/external/clang/tools/scan-build-py/libscanbuild/ |
D | report.py | 292 def read_bugs(output_dir, html): argument 479 def escape(text): argument 492 def reindent(text, indent): argument
|
/external/python/cpython2/Lib/xml/etree/ |
D | ElementTree.py | 195 text = None variable in Element 546 def Comment(text=None): argument 561 def ProcessingInstruction(target, text=None): argument 842 def encode(text): argument 1050 def _raise_serialization_error(text): argument 1055 def _encode(text, encoding): argument 1061 def _escape_cdata(text, encoding): argument 1077 def _escape_attrib(text, encoding): argument 1094 def _escape_attrib_html(text, encoding): argument 1308 def XML(text, parser=None): argument [all …]
|
/external/python/cpython3/Lib/xml/etree/ |
D | ElementTree.py | 151 text = None variable in Element 462 def Comment(text=None): argument 476 def ProcessingInstruction(target, text=None): argument 1056 def _raise_serialization_error(text): argument 1061 def _escape_cdata(text): argument 1077 def _escape_attrib(text): argument 1105 def _escape_attrib_html(text): argument 1302 def XML(text, parser=None): argument 1319 def XMLID(text, parser=None): argument 1448 def __init__(self, html=_sentinel, target=None, encoding=None): argument [all …]
|
/external/owasp/sanitizer/empiricism/ |
D | canned-data.js | 63 "html": false, property 20632 "text": true property 20637 "text": true property 20642 "text": true property 20647 "text": true property 20652 "text": true property 20658 "text": true property 20663 "text": true property 20668 "text": true property 20673 "text": true property [all …]
|