Searched defs:newtag (Results 1 – 2 of 2) sorted by relevance
| /third_party/libxml2/ |
| D | HTMLparser.c | 1487 htmlCheckAutoClose(const xmlChar * newtag, const xmlChar * oldtag) in htmlCheckAutoClose() 1509 htmlAutoCloseOnClose(htmlParserCtxtPtr ctxt, const xmlChar * newtag) in htmlAutoCloseOnClose() 1578 htmlAutoClose(htmlParserCtxtPtr ctxt, const xmlChar * newtag) in htmlAutoClose() 1662 htmlCheckImplied(htmlParserCtxtPtr ctxt, const xmlChar *newtag) { in htmlCheckImplied()
|
| /third_party/python/Lib/tkinter/ |
| D | __init__.py | 2723 def addtag_above(self, newtag, tagOrId): argument 2727 def addtag_all(self, newtag): argument 2731 def addtag_below(self, newtag, tagOrId): argument 2735 def addtag_closest(self, newtag, x, y, halo=None, start=None): argument 2742 def addtag_enclosed(self, newtag, x1, y1, x2, y2): argument 2747 def addtag_overlapping(self, newtag, x1, y1, x2, y2): argument 2752 def addtag_withtag(self, newtag, tagOrId): argument
|