Lines Matching +defs:text +defs:cache
212 def replace(text, *pairs): argument
219 def cram(text, maxlen): argument
228 def stripid(text): argument
343 def synopsis(filename, cache={}): argument
410 def safeimport(path, forceload=0, cache={}): argument
524 def escape(self, text): argument
615 def preformat(self, text): argument
633 def grey(self, text): return '<font color="#909090">%s</font>' % text argument
673 def markup(self, text, escape=None, funcs={}, classes={}, methods={}): argument
1165 def bold(self, text): argument
1169 def indent(self, text, prefix=' '): argument
1545 def bold(self, text): argument
1550 def pager(text): argument
1590 def plain(text): argument
1594 def pipepager(text, cmd): argument
1618 def tempfilepager(text, cmd): argument
1630 def _escape_stdout(text): argument
1635 def ttypager(text): argument
1679 def plainpager(text): argument
1731 text = TextDoc() variable