Searched defs:newtag (Results 1 – 3 of 3) sorted by relevance
/external/libxml2/ |
D | HTMLparser.c | 1296 htmlCheckAutoClose(const xmlChar * newtag, const xmlChar * oldtag) in htmlCheckAutoClose() 1333 htmlAutoCloseOnClose(htmlParserCtxtPtr ctxt, const xmlChar * newtag) in htmlAutoCloseOnClose() 1402 htmlAutoClose(htmlParserCtxtPtr ctxt, const xmlChar * newtag) in htmlAutoClose() 1486 htmlCheckImplied(htmlParserCtxtPtr ctxt, const xmlChar *newtag) { in htmlCheckImplied()
|
/external/python/cpython3/Lib/tkinter/ |
D | __init__.py | 2409 def addtag_above(self, newtag, tagOrId): argument 2412 def addtag_all(self, newtag): argument 2415 def addtag_below(self, newtag, tagOrId): argument 2418 def addtag_closest(self, newtag, x, y, halo=None, start=None): argument 2424 def addtag_enclosed(self, newtag, x1, y1, x2, y2): argument 2428 def addtag_overlapping(self, newtag, x1, y1, x2, y2): argument 2432 def addtag_withtag(self, newtag, tagOrId): argument
|
/external/python/cpython2/Lib/lib-tk/ |
D | Tkinter.py | 2245 def addtag_above(self, newtag, tagOrId): argument 2248 def addtag_all(self, newtag): argument 2251 def addtag_below(self, newtag, tagOrId): argument 2254 def addtag_closest(self, newtag, x, y, halo=None, start=None): argument 2260 def addtag_enclosed(self, newtag, x1, y1, x2, y2): argument 2264 def addtag_overlapping(self, newtag, x1, y1, x2, y2): argument 2268 def addtag_withtag(self, newtag, tagOrId): argument
|