Home
last modified time | relevance | path

Searched refs:htmlToTextLine (Results 1 – 4 of 4) sorted by relevance

/dports/games/anki/anki-2.1.16/aqt/
H A Daddcards.py12 from anki.utils import htmlToTextLine, isMac
143 txt = htmlToTextLine(", ".join(fields))
H A Dbrowser.py17 from anki.utils import fmtTimeSpan, ids2str, htmlToTextLine, \
243 return htmlToTextLine(f.fields[self.col.models.sortIdx(f.model())])
292 return htmlToTextLine(c.q(browser=True))
298 return htmlToTextLine(c.a())
301 a = htmlToTextLine(c.a())
/dports/games/py-mnemosyne/Mnemosyne-2.7.3/mnemosyne/libmnemosyne/renderers/anki/
H A Dutils.py155 def htmlToTextLine(s): function
/dports/games/anki/anki-2.1.16/anki/
H A Dutils.py166 def htmlToTextLine(s): function