Searched defs:preformat (Results 1 - 2 of 2) sorted by relevance

/external/ImageMagick/scripts/
H A Dtxt2html112 # * Can preformat entire document (-pb 0) or disable preformatting
178 # <= 0 : Never preformat within document
679 sub preformat subroutine
896 &preformat if (!($line_action & ($HEADER | $LIST | $MAILHEADER)) &&
/external/python/cpython2/Lib/
H A Dpydoc.py506 def preformat(self, text): function
697 doc = self.markup(getdoc(object), self.preformat, fdict, cdict)
736 contents = self.markup(_binstr(object.__author__), self.preformat)
740 contents = self.markup(_binstr(object.__credits__), self.preformat)
818 doc = self.markup(getdoc(value), self.preformat,
893 doc = self.markup(getdoc(object), self.preformat, funcs, classes, mdict)
952 getdoc(object), self.preformat, funcs, classes, methods)
963 doc = self.markup(getdoc(value), self.preformat)

Completed in 149 milliseconds