Home
last modified time | relevance | path

Searched refs:entitydefs (Results 1 – 7 of 7) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dhtmlentitydefs.py264 entitydefs = {} variable
269 entitydefs[name] = chr(codepoint)
271 entitydefs[name] = '&#%d;' % codepoint
DHTMLParser.py364 entitydefs = None variable in HTMLParser
384 if HTMLParser.entitydefs is None:
385 entitydefs = HTMLParser.entitydefs = {'apos':u"'"}
387 entitydefs[k] = unichr(v)
389 return self.entitydefs[s]
Dxmllib.py209 if str in self.entitydefs:
210 str = self.entitydefs[str]
378 if name in self.entitydefs:
379 … self.rawdata = rawdata = rawdata[:res.start(0)] + self.entitydefs[name] + rawdata[i:]
770 entitydefs = {'lt': '<', # must use charref variable in XMLParser
Dsgmllib.py415 entitydefs = \ variable in SGMLParser
424 table = self.entitydefs
Dhtmllib.py32 from htmlentitydefs import entitydefs
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
DHTMLParser.py446 entitydefs = None variable in HTMLParser
466 if HTMLParser.entitydefs is None:
467 entitydefs = HTMLParser.entitydefs = {'apos':u"'"}
469 entitydefs[k] = unichr(v)
471 return self.entitydefs[s]
Dxmllib.py209 if str in self.entitydefs:
210 str = self.entitydefs[str]
378 if name in self.entitydefs:
379 … self.rawdata = rawdata = rawdata[:res.start(0)] + self.entitydefs[name] + rawdata[i:]
770 entitydefs = {'lt': '<', # must use charref variable in XMLParser