Home
last modified time | relevance | path

Searched refs:_checkTableAttr (Results 1 – 2 of 2) sorted by relevance

/dports/www/moinmoin/moin-1.9.11/MoinMoin/formatter/
H A Dtext_gedit.py170 def _checkTableAttr(self, attrs, prefix): member in Formatter
172 attrs = text_html.Formatter._checkTableAttr(self, attrs, prefix)
199 attrs = self._checkTableAttr(attrs, 'table')
H A Dtext_html.py1202 def _checkTableAttr(self, attrs, prefix): member in Formatter
1271 attrs = self._checkTableAttr(attrs, 'table')
1290 attrs = self._checkTableAttr(attrs, 'row')
1302 attrs = self._checkTableAttr(attrs, '')