/external/libxml2/ |
D | HTMLparser.c | 1296 htmlCheckAutoClose(const xmlChar * newtag, const xmlChar * oldtag) in htmlCheckAutoClose() argument 1309 if (xmlStrEqual(BAD_CAST * closed, newtag)) in htmlCheckAutoClose() 1333 htmlAutoCloseOnClose(htmlParserCtxtPtr ctxt, const xmlChar * newtag) in htmlAutoCloseOnClose() argument 1338 priority = htmlGetEndPriority(newtag); in htmlAutoCloseOnClose() 1342 if (xmlStrEqual(newtag, ctxt->nameTab[i])) in htmlAutoCloseOnClose() 1356 while (!xmlStrEqual(newtag, ctxt->name)) { in htmlAutoCloseOnClose() 1361 newtag, ctxt->name); in htmlAutoCloseOnClose() 1402 htmlAutoClose(htmlParserCtxtPtr ctxt, const xmlChar * newtag) in htmlAutoClose() argument 1404 while ((newtag != NULL) && (ctxt->name != NULL) && in htmlAutoClose() 1405 (htmlCheckAutoClose(newtag, ctxt->name))) { in htmlAutoClose() [all …]
|
/external/python/cpython3/Lib/tkinter/ |
D | __init__.py | 2409 def addtag_above(self, newtag, tagOrId): argument 2411 self.addtag(newtag, 'above', tagOrId) 2412 def addtag_all(self, newtag): argument 2414 self.addtag(newtag, 'all') 2415 def addtag_below(self, newtag, tagOrId): argument 2417 self.addtag(newtag, 'below', tagOrId) 2418 def addtag_closest(self, newtag, x, y, halo=None, start=None): argument 2423 self.addtag(newtag, 'closest', x, y, halo, start) 2424 def addtag_enclosed(self, newtag, x1, y1, x2, y2): argument 2427 self.addtag(newtag, 'enclosed', x1, y1, x2, y2) [all …]
|
/external/python/cpython2/Lib/lib-tk/ |
D | Tkinter.py | 2245 def addtag_above(self, newtag, tagOrId): argument 2247 self.addtag(newtag, 'above', tagOrId) 2248 def addtag_all(self, newtag): argument 2250 self.addtag(newtag, 'all') 2251 def addtag_below(self, newtag, tagOrId): argument 2253 self.addtag(newtag, 'below', tagOrId) 2254 def addtag_closest(self, newtag, x, y, halo=None, start=None): argument 2259 self.addtag(newtag, 'closest', x, y, halo, start) 2260 def addtag_enclosed(self, newtag, x1, y1, x2, y2): argument 2263 self.addtag(newtag, 'enclosed', x1, y1, x2, y2) [all …]
|
/external/python/cpython2/Modules/ |
D | cstubs | 1086 void newtag long s long s long s
|
D | glmodule.c | 3405 newtag( arg1 , arg2 , arg3 ); in gl_newtag()
|