/dports/graphics/blender/blender-2.91.0/source/blender/freestyle/intern/view_map/ |
H A D | ViewMap.cpp | 560 directedViewEdge idve(iVEdge, false); in AddOutgoingViewEdge() local 563 for (; (dve != dveend) && ViewEdgeComp(*dve, idve); ++dve) { in AddOutgoingViewEdge() 566 _ViewEdges.insert(dve, idve); in AddOutgoingViewEdge() 569 _ViewEdges.push_back(idve); in AddOutgoingViewEdge() 576 directedViewEdge idve(iVEdge, true); in AddIncomingViewEdge() local 579 for (; (dve != dveend) && ViewEdgeComp(*dve, idve); ++dve) { in AddIncomingViewEdge() 582 _ViewEdges.insert(dve, idve); in AddIncomingViewEdge() 585 _ViewEdges.push_back(idve); in AddIncomingViewEdge()
|
/dports/textproc/zorba/zorba-2.7.0/src/types/schema/ |
H A D | XercSchemaValidator.cpp | 292 catch (XMLException& idve) in checkContent() local 294 emitError (XMLValid::DatatypeError, idve.getCode(), idve.getMessage()); in checkContent() 471 catch (XMLException& idve) { in validateAttrValue() local 473 emitError (XMLValid::DatatypeError, idve.getCode(), idve.getMessage()); in validateAttrValue() 2477 catch (XMLException& idve) 2479 … emitError (XMLValid::DatatypeError, idve.getCode(), idve.getType(), idve.getMessage()); 2650 catch (XMLException& idve) { 2652 emitError (XMLValid::DatatypeError, idve.getCode(), idve.getType(), idve.getMessage());
|
H A D | schema.cpp | 1766 catch (XMLException& idve) in parseUserAtomicTypes() local 1769 transcode(idve.getMessage(), msg); in parseUserAtomicTypes()
|
/dports/textproc/xerces-c3/xerces-c-3.2.3/src/xercesc/validators/schema/ |
H A D | SchemaValidator.cpp | 265 catch (XMLException& idve) in checkContent() local 267 emitError (XMLValid::DatatypeError, idve.getCode(), idve.getMessage()); in checkContent() 447 catch (XMLException& idve) { in validateAttrValue() local 449 emitError (XMLValid::DatatypeError, idve.getCode(), idve.getMessage()); in validateAttrValue()
|
/dports/biology/py-python-libsbml/python-libsbml-5.19.0/libsbml_dependencies/xerces-c/src/xercesc/validators/schema/ |
H A D | SchemaValidator.cpp | 265 catch (XMLException& idve) in checkContent() local 267 emitError (XMLValid::DatatypeError, idve.getCode(), idve.getMessage()); in checkContent() 447 catch (XMLException& idve) { in validateAttrValue() local 449 emitError (XMLValid::DatatypeError, idve.getCode(), idve.getMessage()); in validateAttrValue()
|
/dports/biology/py-python-libsbml/python-libsbml-5.19.0/libsbml_dependencies/xerces-c/src/xercesc/internal/ |
H A D | IGXMLScanner2.cpp | 284 catch (const XMLException& idve) in buildAttList() local 286 … fValidator->emitError (XMLValid::DatatypeError, idve.getCode(), idve.getMessage()); in buildAttList()
|
H A D | SGXMLScanner.cpp | 2274 catch (const XMLException& idve) in buildAttList() local 2276 … fValidator->emitError (XMLValid::DatatypeError, idve.getCode(), idve.getMessage()); in buildAttList()
|
/dports/textproc/xerces-c3/xerces-c-3.2.3/src/xercesc/internal/ |
H A D | IGXMLScanner2.cpp | 284 catch (const XMLException& idve) in buildAttList() local 286 … fValidator->emitError (XMLValid::DatatypeError, idve.getCode(), idve.getMessage()); in buildAttList()
|
H A D | SGXMLScanner.cpp | 2274 catch (const XMLException& idve) in buildAttList() local 2276 … fValidator->emitError (XMLValid::DatatypeError, idve.getCode(), idve.getMessage()); in buildAttList()
|
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jaxp/src/com/sun/org/apache/xerces/internal/impl/xs/ |
H A D | XMLSchemaValidator.java | 2826 } catch (InvalidDatatypeValueException idve) { in processOneAttribute() 2827 reportSchemaError(idve.getKey(), idve.getArgs()); in processOneAttribute()
|
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jaxp/src/com/sun/org/apache/xerces/internal/impl/xs/ |
H A D | XMLSchemaValidator.java | 2826 } catch (InvalidDatatypeValueException idve) { in processOneAttribute() 2827 reportSchemaError(idve.getKey(), idve.getArgs()); in processOneAttribute()
|
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/impl/xs/ |
H A D | XMLSchemaValidator.java | 3106 catch (InvalidDatatypeValueException idve) { in processOneAttribute() 3107 reportSchemaError(idve.getKey(), idve.getArgs()); in processOneAttribute()
|
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/impl/xs/ |
H A D | XMLSchemaValidator.java | 3106 catch (InvalidDatatypeValueException idve) { in processOneAttribute() 3107 reportSchemaError(idve.getKey(), idve.getArgs()); in processOneAttribute()
|
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/impl/xs/ |
H A D | XMLSchemaValidator.java | 3106 catch (InvalidDatatypeValueException idve) { in processOneAttribute() 3107 reportSchemaError(idve.getKey(), idve.getArgs()); in processOneAttribute()
|
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/impl/xs/ |
H A D | XMLSchemaValidator.java | 3107 catch (InvalidDatatypeValueException idve) { in processOneAttribute() 3108 reportSchemaError(idve.getKey(), idve.getArgs()); in processOneAttribute()
|
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/impl/xs/ |
H A D | XMLSchemaValidator.java | 3106 catch (InvalidDatatypeValueException idve) { in processOneAttribute() 3107 reportSchemaError(idve.getKey(), idve.getArgs()); in processOneAttribute()
|
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/impl/xs/ |
H A D | XMLSchemaValidator.java | 3106 catch (InvalidDatatypeValueException idve) { in processOneAttribute() 3107 reportSchemaError(idve.getKey(), idve.getArgs()); in processOneAttribute()
|
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/impl/xs/ |
H A D | XMLSchemaValidator.java | 3106 catch (InvalidDatatypeValueException idve) { in processOneAttribute() 3107 reportSchemaError(idve.getKey(), idve.getArgs()); in processOneAttribute()
|
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/impl/xs/ |
H A D | XMLSchemaValidator.java | 3106 catch (InvalidDatatypeValueException idve) { in processOneAttribute() 3107 reportSchemaError(idve.getKey(), idve.getArgs()); in processOneAttribute()
|