Home
last modified time | relevance | path

Searched defs:attdefs (Results 1 – 8 of 8) sorted by relevance

/dports/textproc/p5-XML-AutoWriter/XML-AutoWriter-0.4/lib/XML/Doctype/
H A DElementDecl.pm184 sub attdefs { subroutine
/dports/cad/py-ezdxf/ezdxf-0.16.3/src/ezdxf/layouts/
H A Dblocklayout.py77 def attdefs(self) -> Iterable['AttDef']: member in BlockLayout
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Xml/System/Xml/Schema/
H A DSchemaElementDecl.cs16 …Dictionary<XmlQualifiedName, SchemaAttDef> attdefs = new Dictionary<XmlQualifiedName, SchemaAttDef… field in System.Xml.Schema.SchemaElementDecl
/dports/math/libmesh/libmesh-1.6.2/contrib/netcdf/netcdf-c-4.6.2/ncgen/
H A Dncgen.y106 List* attdefs; /* variable-specific attributes*/ variable
H A Dncgeny.c169 List* attdefs; /* variable-specific attributes*/ variable
/dports/science/netcdf/netcdf-c-4.7.4/ncgen/
H A Dncgen.y106 List* attdefs; /* variable-specific attributes*/ variable
H A Dncgeny.c169 List* attdefs; /* variable-specific attributes*/ variable
/dports/textproc/opensp/OpenSP-1.5.2/lib/
H A DArcEngine.cxx302 Vector<CopyOwner<AttributeDefinition> > attdefs; in pi() local