Home
last modified time | relevance | path

Searched refs:NOT_FOUND_ERR (Results 1 – 25 of 757) sorted by relevance

12345678910>>...31

/dports/www/kf5-khtml/khtml-5.89.0/src/dom/
H A Ddom_element.cpp75 throw DOMException(DOMException::NOT_FOUND_ERR); in name()
99 throw DOMException(DOMException::NOT_FOUND_ERR); in value()
160 throw DOMException(DOMException::NOT_FOUND_ERR); in tagName()
171 throw DOMException(DOMException::NOT_FOUND_ERR); in getAttribute()
174 throw DOMException(DOMException::NOT_FOUND_ERR); in getAttribute()
183 throw DOMException(DOMException::NOT_FOUND_ERR); in setAttribute()
195 throw DOMException(DOMException::NOT_FOUND_ERR); in removeAttribute()
209 throw DOMException(DOMException::NOT_FOUND_ERR); in getAttributeNode()
212 throw DOMException(DOMException::NOT_FOUND_ERR); in getAttributeNode()
221 throw DOMException(DOMException::NOT_FOUND_ERR); in setAttributeNode()
[all …]
H A Ddom_node.cpp87 throw DOMException(DOMException::NOT_FOUND_ERR); in setNamedItem()
101 throw DOMException(DOMException::NOT_FOUND_ERR); in removeNamedItem()
130 throw DOMException(DOMException::NOT_FOUND_ERR); in setNamedItemNS()
143 throw DOMException(DOMException::NOT_FOUND_ERR); in removeNamedItemNS()
230 throw DOMException(DOMException::NOT_FOUND_ERR); in setNodeValue()
245 throw DOMException(DOMException::NOT_FOUND_ERR); in nodeType()
253 throw DOMException(DOMException::NOT_FOUND_ERR); in parentNode()
269 throw DOMException(DOMException::NOT_FOUND_ERR); in firstChild()
277 throw DOMException(DOMException::NOT_FOUND_ERR); in lastChild()
285 throw DOMException(DOMException::NOT_FOUND_ERR); in previousSibling()
[all …]
H A Ddom_doc.cpp96 throw DOMException(DOMException::NOT_FOUND_ERR); in createDocumentType()
112 throw DOMException(DOMException::NOT_FOUND_ERR); in createDocument()
128 throw DOMException(DOMException::NOT_FOUND_ERR); in createHTMLDocument()
136 throw DOMException(DOMException::NOT_FOUND_ERR); in getInterface()
146 throw DOMException(DOMException::NOT_FOUND_ERR); in createCSSStyleSheet()
254 throw DOMException(DOMException::NOT_FOUND_ERR); in createElement()
268 throw DOMException(DOMException::NOT_FOUND_ERR); in createElementNS()
327 throw DOMException(DOMException::NOT_FOUND_ERR); in createAttribute()
330 throw DOMException(DOMException::NOT_FOUND_ERR); in createAttribute()
343 throw DOMException(DOMException::NOT_FOUND_ERR); in createAttributeNS()
[all …]
/dports/converters/wkhtmltopdf/qt-5db36ec/tests/auto/declarative/qdeclarativexmlhttprequest/data/
H A DdomExceptionCodes.qml11 property int not_found_err: DOMException.NOT_FOUND_ERR
31 DOMException.NOT_FOUND_ERR = 44;
49 delete DOMException.NOT_FOUND_ERR;
/dports/java/eclipse-pydev/eclipse-pydev-8.2.0/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/xml/dom/
H A DMessageSource.py4 from xml.dom import NO_MODIFICATION_ALLOWED_ERR, NOT_FOUND_ERR, NOT_SUPPORTED_ERR
32 NOT_FOUND_ERR: _("Node does not exist in this context"),
/dports/textproc/xalan-c/xalan_c-1.12/src/xalanc/XercesParserLiaison/
H A DXercesDOMWrapperException.cpp92 case DOMExceptionType::NOT_FOUND_ERR: in translateErrorCode()
93 theXalanCode = NOT_FOUND_ERR; in translateErrorCode()
H A DXercesDOMException.cpp66 case ExceptionType::NOT_FOUND_ERR: in translateErrorCode()
67 theXalanCode = XercesDOMException::NOT_FOUND_ERR; in translateErrorCode()
/dports/databases/py-gdbm/Python-3.8.12/Lib/xml/dom/
H A D__init__.py51 NOT_FOUND_ERR = 8 variable
98 code = NOT_FOUND_ERR
/dports/lang/python310/Python-3.10.1/Lib/xml/dom/
H A D__init__.py51 NOT_FOUND_ERR = 8 variable
98 code = NOT_FOUND_ERR
/dports/lang/python37/Python-3.7.12/Lib/xml/dom/
H A D__init__.py51 NOT_FOUND_ERR = 8 variable
98 code = NOT_FOUND_ERR
/dports/lang/python-tools/Python-3.8.12/Lib/xml/dom/
H A D__init__.py51 NOT_FOUND_ERR = 8 variable
98 code = NOT_FOUND_ERR
/dports/lang/python-legacy/Python-2.7.18/Lib/xml/dom/
H A D__init__.py50 NOT_FOUND_ERR = 8 variable
97 code = NOT_FOUND_ERR
/dports/lang/python27/Python-2.7.18/Lib/xml/dom/
H A D__init__.py50 NOT_FOUND_ERR = 8 variable
97 code = NOT_FOUND_ERR
/dports/lang/python38/Python-3.8.12/Lib/xml/dom/
H A D__init__.py51 NOT_FOUND_ERR = 8 variable
98 code = NOT_FOUND_ERR
/dports/lang/python311/Python-3.11.0a3/Lib/xml/dom/
H A D__init__.py51 NOT_FOUND_ERR = 8 variable
98 code = NOT_FOUND_ERR
/dports/databases/py-sqlite3/Python-3.8.12/Lib/xml/dom/
H A D__init__.py51 NOT_FOUND_ERR = 8 variable
98 code = NOT_FOUND_ERR
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/AppPkg/Applications/Python/Python-2.7.2/Lib/xml/dom/
H A D__init__.py50 NOT_FOUND_ERR = 8 variable
97 code = NOT_FOUND_ERR
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Lib/xml/dom/
H A D__init__.py51 NOT_FOUND_ERR = 8 variable
98 code = NOT_FOUND_ERR
/dports/lang/python39/Python-3.9.9/Lib/xml/dom/
H A D__init__.py51 NOT_FOUND_ERR = 8 variable
98 code = NOT_FOUND_ERR
/dports/java/sablevm-classpath/sablevm-classpath-1.13/gnu/xml/dom/
H A DDomElement.java324 if (e.code != DOMException.NOT_FOUND_ERR) in removeAttribute()
344 throw new DomDOMException(DOMException.NOT_FOUND_ERR, null, node, 0); in removeAttributeNode()
362 throw new DomDOMException(DOMException.NOT_FOUND_ERR, localPart, null, 0); in removeAttributeNS()
495 throw new DomDOMException(DOMException.NOT_FOUND_ERR); in setIdAttributeNode()
/dports/textproc/xerces-c3/xerces-c-3.2.3/src/xercesc/dom/impl/
H A DDOMConfigurationImpl.cpp69 throw DOMException(DOMException::NOT_FOUND_ERR, 0, fMemoryManager); in setParameter()
110 throw DOMException(DOMException::NOT_FOUND_ERR, 0, fMemoryManager); in getParameter()
236 throw DOMException(DOMException::NOT_FOUND_ERR, 0, fMemoryManager); in getFeatureFlag()
/dports/www/p5-HTML-DOM/HTML-DOM-0.058/t/
H A Delement.t143 cmp_ok $@, '==', HTML::DOM::Exception::NOT_FOUND_ERR,
164 cmp_ok $@, '==', HTML::DOM::Exception::NOT_FOUND_ERR,
180 cmp_ok $@, '==', HTML::DOM::Exception::NOT_FOUND_ERR,
/dports/biology/py-python-libsbml/python-libsbml-5.19.0/libsbml_dependencies/xerces-c/src/xercesc/dom/impl/
H A DDOMConfigurationImpl.cpp69 throw DOMException(DOMException::NOT_FOUND_ERR, 0, fMemoryManager); in setParameter()
110 throw DOMException(DOMException::NOT_FOUND_ERR, 0, fMemoryManager); in getParameter()
236 throw DOMException(DOMException::NOT_FOUND_ERR, 0, fMemoryManager); in getFeatureFlag()
/dports/misc/py-cinder/cinder-12.0.10/cinder/volume/drivers/coprhd/helpers/
H A Dtenant.py50 raise common.CoprHdError(common.CoprHdError.NOT_FOUND_ERR,
115 raise common.CoprHdError(common.CoprHdError.NOT_FOUND_ERR,
/dports/lang/gcc6-aux/gcc-6-20180516/libjava/classpath/gnu/xml/libxmlj/dom/
H A DGnomeNode.java220 throw new GnomeDOMException(DOMException.NOT_FOUND_ERR, null); in insertBefore()
228 throw new GnomeDOMException(DOMException.NOT_FOUND_ERR, null); in insertBefore()
248 throw new GnomeDOMException(DOMException.NOT_FOUND_ERR, null); in replaceChild()
256 throw new GnomeDOMException(DOMException.NOT_FOUND_ERR, null); in replaceChild()

12345678910>>...31