/vbox/include/iprt/cpp/ |
H A D | list.h | 485 * @param i The position of the item to replace. If this is out of range, 490 RTCListBase<T, ITYPE, MT> &replace(size_t i, const T &val) function in class:RTCListBase
|
/vbox/src/libs/libxml2-2.6.31/ |
H A D | catalog.c | 1489 * @replace: the replacement value for the match 1498 const xmlChar *orig, const xmlChar *replace) { 1536 cur->value = xmlStrdup(replace); 1537 cur->URL = xmlStrdup(replace); 1549 catal->children = xmlNewCatalogEntry(typ, orig, replace, 1552 cur->next = xmlNewCatalogEntry(typ, orig, replace, 2947 * @replace: the replacement value for the match 2956 const xmlChar * orig, const xmlChar * replace) 2964 res = xmlAddXMLCatalog(catal->xml, type, orig, replace); 2972 entry = xmlNewCatalogEntry(cattype, orig, replace, NUL 1497 xmlAddXMLCatalog(xmlCatalogEntryPtr catal, const xmlChar *type, const xmlChar *orig, const xmlChar *replace) argument 2955 xmlACatalogAdd(xmlCatalogPtr catal, const xmlChar * type, const xmlChar * orig, const xmlChar * replace) argument 3409 xmlCatalogAdd(const xmlChar *type, const xmlChar *orig, const xmlChar *replace) argument [all...] |
H A D | testapi.c | 5578 xmlChar * replace; /* the replacement value for the match */ local 5589 replace = gen_const_xmlChar_ptr(n_replace, 3); 5591 ret_val = xmlACatalogAdd(catal, (const xmlChar *)type, (const xmlChar *)orig, (const xmlChar *)replace); 5597 des_const_xmlChar_ptr(n_replace, (const xmlChar *)replace, 3); 5882 xmlChar * replace; /* the replacement value for the match */ local 5891 replace = gen_const_xmlChar_ptr(n_replace, 2); 5893 ret_val = xmlCatalogAdd((const xmlChar *)type, (const xmlChar *)orig, (const xmlChar *)replace); 5898 des_const_xmlChar_ptr(n_replace, (const xmlChar *)replace, 2); 22180 int inLine; /* should we replace entity contents or show their external form */ 22227 int inLine; /* should we replace entit [all...] |
/vbox/src/VBox/Main/webservice/jaxlibs/ |
H A D | jaxb-api.jar | META-INF/ META-INF/MANIFEST.MF javax/ javax/xml/ javax/xml/bind/ javax/xml/bind/annotation/ ... |
H A D | jaxb-xjc.jar | META-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/com. ... |
H A D | jaxb-impl.jar | META-INF/ META-INF/MANIFEST.MF com/ com/sun/ com/sun/xml/ com/sun/xml/bind/ ... |
H A D | jaxws-tools.jar | META-INF/ META-INF/MANIFEST.MF META-INF/services/ com/ com/sun/ com/sun/istack/ ... |
/vbox/src/libs/libxml2-2.6.31/python/ |
H A D | libxml2-py.c | 1382 xmlChar * replace; local 1384 if (!PyArg_ParseTuple(args, (char *)"zzz:xmlCatalogAdd", &type, &orig, &replace)) 1387 c_retval = xmlCatalogAdd(type, orig, replace); 5653 xmlChar * replace; local 5655 if (!PyArg_ParseTuple(args, (char *)"Ozzz:xmlACatalogAdd", &pyobj_catal, &type, &orig, &replace)) 5659 c_retval = xmlACatalogAdd(catal, type, orig, replace);
|