Home
last modified time | relevance | path

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

/external/autotest/site_utils/rpm_control_system/
DBeautifulSoup.py1084 markupMassage=True, smartQuotesTo=XML_ENTITIES, argument
1113 self.smartQuotesTo = smartQuotesTo
1121 self.smartQuotesTo = None
1171 smartQuotesTo=self.smartQuotesTo, isHTML=isHTML)
1770 smartQuotesTo='xml', isHTML=False): argument
1774 self.smartQuotesTo = smartQuotesTo
1808 if self.smartQuotesTo == 'xml':
1823 if self.smartQuotesTo and proposed.lower() in("windows-1252",
/external/chromium-trace/catapult/third_party/beautifulsoup4/doc/source/
Dindex.rst3010 ``smartQuotesTo`` or ``convertEntities`` arguments. (`Unicode,