Home
last modified time | relevance | path

Searched defs:AtomicValueType (Results 1 – 10 of 10) sorted by relevance

/dports/textproc/py-xmlschema/xmlschema-1.8.2/xmlschema/
H A Dhelpers.py315 def raw_xml_encode(value: Union[None, AtomicValueType, List[AtomicValueType], argument
316 Tuple[AtomicValueType, ...]]) -> Optional[str]:
H A Daliases.py78 AtomicValueType = Union[str, int, float, Decimal, bool, Integer, Float10, NormalizedString, variable
/dports/textproc/py-elementpath/elementpath-2.4.0/elementpath/datatypes/
H A D__init__.py69 AtomicValueType = Union[str, int, float, Decimal, bool, Integer, Float10, NormalizedString, variable
/dports/biology/libnuml/NuML-1.1.4/libnuml/src/numl/
H A DDimension.h317 enum DimensionType { Unknown, CompositeValueType, TupleType, AtomicValueType }; enumerator
/dports/biology/py-libnuml/NuML-1.1.4/libnuml/src/numl/
H A DDimension.h317 enum DimensionType { Unknown, CompositeValueType, TupleType, AtomicValueType }; enumerator
/dports/textproc/py-elementpath/elementpath-2.4.0/elementpath/
H A Dxpath_token.py190 default: Optional[AtomicValueType] = None,
1186 List[Union[XPathToken, AtomicValueType]], argument
H A Dtdop.py183 value: Optional[AtomicValueType] = None) -> None:
/dports/textproc/py-xmlschema/xmlschema-1.8.2/xmlschema/validators/
H A Dwildcards.py647 def iter_encode(self, obj: Tuple[str, AtomicValueType], validation: str = 'lax', argument
H A Dfacets.py813 def __call__(self, value: AtomicValueType) -> None:
H A Dschemas.py1861 value_hook: Optional[Callable[[AtomicValueType, BaseXsdType], Any]] = None,