/third_party/python/Lib/xml/sax/ |
D | _exceptions.py | 59 def __init__(self, msg, exception, locator): argument 62 self._locator = locator
|
D | handler.py | 57 def setDocumentLocator(self, locator): argument 78 self._locator = locator
|
D | saxutils.py | 252 def setDocumentLocator(self, locator): argument 253 self._cont_handler.setDocumentLocator(locator)
|
/third_party/skia/src/gpu/ops/ |
D | SmallPathAtlasMgr.cpp | 120 GrDrawOpAtlas::AtlasLocator* locator) { in addToAtlas() argument 121 return fAtlas->addToAtlas(resourceProvider, target, width, height, image, locator); in addToAtlas()
|
/third_party/node/deps/openssl/openssl/crypto/ocsp/ |
D | v3_ocsp.c | 250 for (i = 0; i < sk_ACCESS_DESCRIPTION_num(a->locator); i++) { in i2r_ocsp_serviceloc() 251 ad = sk_ACCESS_DESCRIPTION_value(a->locator, i); in i2r_ocsp_serviceloc()
|
D | ocsp_local.h | 217 STACK_OF(ACCESS_DESCRIPTION) *locator;
|
D | ocsp_ext.c | 446 && (sloc->locator = sk_ACCESS_DESCRIPTION_new_null()) == NULL) in OCSP_url_svcloc_new() 461 if (!sk_ACCESS_DESCRIPTION_push(sloc->locator, ad)) in OCSP_url_svcloc_new()
|
D | ocsp_asn.c | 132 ASN1_SEQUENCE_OF_OPT(OCSP_SERVICELOC, locator, ACCESS_DESCRIPTION)
|
/third_party/openssl/crypto/ocsp/ |
D | v3_ocsp.c | 250 for (i = 0; i < sk_ACCESS_DESCRIPTION_num(a->locator); i++) { in i2r_ocsp_serviceloc() 251 ad = sk_ACCESS_DESCRIPTION_value(a->locator, i); in i2r_ocsp_serviceloc()
|
D | ocsp_local.h | 217 STACK_OF(ACCESS_DESCRIPTION) *locator;
|
D | ocsp_ext.c | 446 && (sloc->locator = sk_ACCESS_DESCRIPTION_new_null()) == NULL) in OCSP_url_svcloc_new() 461 if (!sk_ACCESS_DESCRIPTION_push(sloc->locator, ad)) in OCSP_url_svcloc_new()
|
D | ocsp_asn.c | 132 ASN1_SEQUENCE_OF_OPT(OCSP_SERVICELOC, locator, ACCESS_DESCRIPTION)
|
/third_party/python/Doc/library/ |
D | xml.sax.handler.rst | 171 .. method:: ContentHandler.setDocumentLocator(locator) 173 Called by the parser to give the application a locator for locating the origin 177 locator: if it does so, it must supply the locator to the application by 181 The locator allows the application to determine the end position of any 185 information returned by the locator is probably not sufficient for use with a 188 Note that the locator will return correct information only during the invocation
|
D | xml.sax.rst | 116 .. exception:: SAXParseException(msg, exception, locator)
|
D | xml.sax.reader.rst | 48 Interface for associating a SAX event with a document location. A locator object
|
/third_party/cef/libcef/browser/ |
D | xml_reader_impl.cc | 55 xmlTextReaderLocatorPtr locator) { in xml_error_callback() argument 64 ss << error_str << ", line " << xmlTextReaderLocatorLineNumber(locator); in xml_error_callback()
|
/third_party/python/Lib/xml/dom/ |
D | pulldom.py | 38 def setDocumentLocator(self, locator): argument 39 self._locator = locator
|
/third_party/node/deps/corepack/dist/lib/ |
D | corepack.cjs | 39026 async function installVersion(installTarget, locator, { spec }) { 39028 const { version: version2, build } = import_semver.default.parse(locator.reference); 39029 const installFolder = import_path2.default.join(installTarget, locator.name, version2); 39031 log(`Reusing ${locator.name}@${locator.reference}`); 39040 log(`Installing ${locator.name}@${version2} from ${url} to ${tmpFolder}`); 39064 log(`Another instance of corepack installed ${locator.name}@${locator.reference}`); 39073 async function runVersion(locator, installSpec, binName, args) { 39093 if (locator.name !== `npm` || import_semver.default.lt(locator.reference, `9.7.0`)) 39210 async activatePackageManager(locator) { 39219 lastKnownGood[locator.name] = locator.reference; [all …]
|
/third_party/python/Misc/ |
D | HISTORY | 23031 circular references by using itself as the locator that gets passed
|
/third_party/chromium/patch/ |
D | 0001-cve.patch | 126497 - * Receive the document locator at startup, actually xmlDefaultSAXLocator 128367 - * Receive the document locator at startup, actually xmlDefaultSAXLocator
|