Searched refs:_checkTableAttr (Results 1 – 2 of 2) sorted by relevance
/dports/www/moinmoin/moin-1.9.11/MoinMoin/formatter/ |
H A D | text_gedit.py | 170 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 D | text_html.py | 1202 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, '')
|