Home
last modified time | relevance | path

Searched defs:schemaInfo (Results 1 – 25 of 64) sorted by relevance

123

/dports/net-mgmt/promscale/promscale-0.6.2/pkg/tests/upgrade_tests/
H A Dshapshot.go85 type schemaInfo struct { struct
86 name string
87 tables string // \d+
88 functions string // \df+
89 privileges string // \dp+
90 indices string // \di
91 triggers string // \dy
92 data []tableInfo
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Xml/System/Xml/Dom/
H A DDomNameTable.cs31 … public XmlName GetName(string prefix, string localName, string ns, IXmlSchemaInfo schemaInfo) { in GetName()
56 … public XmlName AddName(string prefix, string localName, string ns, IXmlSchemaInfo schemaInfo) { in AddName()
H A DXmlName.cs22 …ocalName, string ns, int hashCode, XmlDocument ownerDoc, XmlName next, IXmlSchemaInfo schemaInfo) { in Create()
139 public virtual bool Equals(IXmlSchemaInfo schemaInfo) { in Equals()
173 …e, string ns, int hashCode, XmlDocument ownerDoc, XmlName next, IXmlSchemaInfo schemaInfo) : base(… in XmlNameEx()
240 public override bool Equals(IXmlSchemaInfo schemaInfo) { in Equals()
H A DXmlDocumentType.cs24 SchemaInfo schemaInfo; field in System.Xml.XmlDocumentType
H A DXmlDocument.cs30 private SchemaInfo schemaInfo; field in System.Xml.XmlDocument
135 …Name AddXmlName(string prefix, string localName, string namespaceURI, IXmlSchemaInfo schemaInfo) { in AddXmlName()
143 …Name GetXmlName(string prefix, string localName, string namespaceURI, IXmlSchemaInfo schemaInfo) { in GetXmlName()
151 … AddAttrXmlName(string prefix, string localName, string namespaceURI, IXmlSchemaInfo schemaInfo) { in AddAttrXmlName()
H A DDocumentSchemaValidator.cs38 XmlSchemaInfo schemaInfo; field in System.Xml.DocumentSchemaValidator
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Private.Xml/src/System/Xml/Dom/
H A DDomNameTable.cs30 … public XmlName GetName(string prefix, string localName, string ns, IXmlSchemaInfo schemaInfo) in GetName()
60 … public XmlName AddName(string prefix, string localName, string ns, IXmlSchemaInfo schemaInfo) in AddName()
H A DXmlName.cs21 … localName, string ns, int hashCode, XmlDocument ownerDoc, XmlName next, IXmlSchemaInfo schemaInfo) in Create()
175 public virtual bool Equals(IXmlSchemaInfo schemaInfo) in Equals()
217 …e, string ns, int hashCode, XmlDocument ownerDoc, XmlName next, IXmlSchemaInfo schemaInfo) : base(… in XmlNameEx()
302 public override bool Equals(IXmlSchemaInfo schemaInfo) in Equals()
H A DXmlDocument.cs137 …XmlName AddXmlName(string prefix, string localName, string namespaceURI, IXmlSchemaInfo schemaInfo) in AddXmlName()
146 …XmlName GetXmlName(string prefix, string localName, string namespaceURI, IXmlSchemaInfo schemaInfo) in GetXmlName()
155 …ame AddAttrXmlName(string prefix, string localName, string namespaceURI, IXmlSchemaInfo schemaInfo) in AddAttrXmlName()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Runtime.Serialization/System/Runtime/Serialization/
H A DSchemaHelper.cs64 …internal static XmlSchemaType GetSchemaType(SchemaObjectDictionary schemaInfo, XmlQualifiedName ty… in GetSchemaType()
74 …internal static XmlSchema GetSchemaWithType(SchemaObjectDictionary schemaInfo, XmlSchemaSet schema… in GetSchemaWithType()
117 …internal static XmlSchemaElement GetSchemaElement(SchemaObjectDictionary schemaInfo, XmlQualifiedN… in GetSchemaElement()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Xml/System/Xml/Schema/
H A DXmlSchemaValidator.cs363 … public void ValidateElement(string localName, string namespaceUri, XmlSchemaInfo schemaInfo) { in ValidateElement()
369 …public void ValidateElement(string localName, string namespaceUri, XmlSchemaInfo schemaInfo, strin… in ValidateElement()
444 …Attribute(string localName, string namespaceUri, string attributeValue, XmlSchemaInfo schemaInfo) { in ValidateAttribute()
451 …e(string localName, string namespaceUri, XmlValueGetter attributeValue, XmlSchemaInfo schemaInfo) { in ValidateAttribute()
458 …g ns, XmlValueGetter attributeValueGetter, string attributeStringValue, XmlSchemaInfo schemaInfo) { in ValidateAttribute()
649 public void ValidateEndOfAttributes(XmlSchemaInfo schemaInfo) { in ValidateEndOfAttributes()
784 public object ValidateEndElement(XmlSchemaInfo schemaInfo) { in ValidateEndElement()
788 public object ValidateEndElement(XmlSchemaInfo schemaInfo, object typedValue) { in ValidateEndElement()
798 public void SkipToEndElement(XmlSchemaInfo schemaInfo) { in SkipToEndElement()
1006 private object InternalValidateEndElement(XmlSchemaInfo schemaInfo, object typedValue) { in InternalValidateEndElement()
H A DXmlSchemaCollection.cs305 internal XmlSchema Add(string ns, SchemaInfo schemaInfo, XmlSchema schema, bool compile) { in Add()
309 …private XmlSchema Add(string ns, SchemaInfo schemaInfo, XmlSchema schema, bool compile, XmlResolve… in Add()
372 private SchemaInfo schemaInfo; field in System.Xml.Schema.XmlSchemaCollectionNode
H A DSchemaCollectionCompiler.cs26 public bool Execute(XmlSchema schema, SchemaInfo schemaInfo, bool compileContentModel) { in Execute()
215 private void Output(SchemaInfo schemaInfo) { in Output()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Private.Xml/src/System/Xml/Schema/
H A DXmlSchemaValidator.cs405 public void ValidateElement(string localName, string namespaceUri, XmlSchemaInfo schemaInfo) in ValidateElement()
410 …public void ValidateElement(string localName, string namespaceUri, XmlSchemaInfo schemaInfo, strin… in ValidateElement()
499 …teAttribute(string localName, string namespaceUri, string attributeValue, XmlSchemaInfo schemaInfo) in ValidateAttribute()
508 …ute(string localName, string namespaceUri, XmlValueGetter attributeValue, XmlSchemaInfo schemaInfo) in ValidateAttribute()
517 …aceUri, XmlValueGetter attributeValueGetter, string attributeStringValue, XmlSchemaInfo schemaInfo) in ValidateAttribute()
742 public void ValidateEndOfAttributes(XmlSchemaInfo schemaInfo) in ValidateEndOfAttributes()
909 public object ValidateEndElement(XmlSchemaInfo schemaInfo) in ValidateEndElement()
914 public object ValidateEndElement(XmlSchemaInfo schemaInfo, object typedValue) in ValidateEndElement()
927 public void SkipToEndElement(XmlSchemaInfo schemaInfo) in SkipToEndElement()
1188 private object InternalValidateEndElement(XmlSchemaInfo schemaInfo, object typedValue) in InternalValidateEndElement()
H A DXmlSchemaCollection.cs343 internal XmlSchema Add(string ns, SchemaInfo schemaInfo, XmlSchema schema, bool compile) in Add()
348 …private XmlSchema Add(string ns, SchemaInfo schemaInfo, XmlSchema schema, bool compile, XmlResolve… in Add()
H A DXmlSchema.cs245 …bool CompileSchema(XmlSchemaCollection xsc, XmlResolver resolver, SchemaInfo schemaInfo, string ns… in CompileSchema()
716 internal void AddCompiledInfo(SchemaInfo schemaInfo) { in AddCompiledInfo()
H A DSchemaCollectionCompiler.cs25 public bool Execute(XmlSchema schema, SchemaInfo schemaInfo, bool compileContentModel) in Execute()
265 private void Output(SchemaInfo schemaInfo) in Output()
/dports/textproc/xerces-c3/xerces-c-3.2.3/src/xercesc/framework/psvi/
H A DPSVIElement.cpp70 , XSModel* const schemaInfo in reset()
/dports/biology/py-python-libsbml/python-libsbml-5.19.0/libsbml_dependencies/xerces-c/src/xercesc/framework/psvi/
H A DPSVIElement.cpp70 , XSModel* const schemaInfo in reset()
/dports/misc/jbidwatcher/jbidwatcher-2.5.6/src/com/jbidwatcher/
H A DUpgrader.java37 Table schemaInfo = new Table("schema_info"); in dbMigrate() local
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Data/System/Data/Common/
H A DDataRecordInternal.cs27 …internal DataRecordInternal(SchemaInfo[] schemaInfo, object[] values, PropertyDescriptorCollection… in DataRecordInternal()
44 internal void SetSchemaInfo(SchemaInfo[] schemaInfo) { in SetSchemaInfo()
/dports/www/dolibarr/dolibarr-14.0.3/htdocs/includes/nusoap/lib/
H A Dclass.xmlschema.php22 var $schemaInfo = array(); variable in nusoap_xmlschema
/dports/net/nusoap/nusoap-0.9.5/lib/
H A Dclass.xmlschema.php23 var $schemaInfo = array(); variable in nusoap_xmlschema
/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/includes/nusoap/lib/
H A Dclass.xmlschema.php22 var $schemaInfo = array(); variable in nusoap_xmlschema
/dports/net/samba412/samba-4.12.15/source4/dsdb/schema/
H A Dschema_init.c173 const struct ldb_val *schemaInfo) in dsdb_load_oid_mappings_ldb()
251 struct ldb_val *schemaInfo) in dsdb_get_oid_mappings_ldb()

123