Home
last modified time | relevance | path

Searched defs:schemaId (Results 1 – 25 of 102) sorted by relevance

12345

/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.ServiceModel/System/ServiceModel/ComIntegration/
H A DComPlusDiagnosticTraceSchemas.cs179 …const string schemaId = TraceRecord.EventIdBase + "ComPlusDllHostInitializer" + TraceRecord.Namesp… field in System.ServiceModel.ComIntegration.ComPlusDllHostInitializerSchema
270 …const string schemaId = TraceRecord.EventIdBase + "ComPlusTLBImport" + TraceRecord.NamespaceSuffix; field in System.ServiceModel.ComIntegration.ComPlusTLBImportSchema
445 …const string schemaId = TraceRecord.EventIdBase + "ComPlusInstanceReleased" + TraceRecord.Namespac… field in System.ServiceModel.ComIntegration.ComPlusInstanceReleasedSchema
478 … const string schemaId = TraceRecord.EventIdBase + "ComPlusActivity" + TraceRecord.NamespaceSuffix; field in System.ServiceModel.ComIntegration.ComPlusActivitySchema
516 …const string schemaId = TraceRecord.EventIdBase + "ComPlusMethodCall" + TraceRecord.NamespaceSuffi… field in System.ServiceModel.ComIntegration.ComPlusMethodCallSchema
623 …const string schemaId = TraceRecord.EventIdBase + "ComPlusMethodCallNewTx" + TraceRecord.Namespace… field in System.ServiceModel.ComIntegration.ComPlusMethodCallNewTxSchema
675 …const string schemaId = TraceRecord.EventIdBase + "ComPlusServiceMoniker" + TraceRecord.NamespaceS… field in System.ServiceModel.ComIntegration.ComPlusServiceMonikerSchema
891 …const string schemaId = TraceRecord.EventIdBase + "ComPlusMexChannelBuilder" + TraceRecord.Namespa… field in System.ServiceModel.ComIntegration.ComPlusMexChannelBuilderSchema
999 …const string schemaId = TraceRecord.EventIdBase + "ComPlusChannelCreated" + TraceRecord.NamespaceS… field in System.ServiceModel.ComIntegration.ComPlusChannelCreatedSchema
1026 …const string schemaId = TraceRecord.EventIdBase + "ComPlusDispatchMethod" + TraceRecord.NamespaceS… field in System.ServiceModel.ComIntegration.ComPlusDispatchMethodSchema
[all …]
/dports/biology/ugene/ugene-40.1/src/corelibs/U2Formats/src/sqlite_dbi/
H A DSQLiteUdrDbi.cpp39 QString tableName(const UdrSchemaId &schemaId) { in tableName()
70 UdrRecordId SQLiteUdrDbi::addRecord(const UdrSchemaId &schemaId, const QList<UdrValue> &data, U2OpS… in addRecord()
124 void SQLiteUdrDbi::createObject(const UdrSchemaId &schemaId, U2Object &udrObject, const QString &fo… in createObject()
145 QList<UdrRecord> SQLiteUdrDbi::getObjectRecords(const UdrSchemaId &schemaId, const U2DataId &object… in getObjectRecords()
161 QList<UdrRecord> SQLiteUdrDbi::getRecords(const UdrSchemaId &schemaId, U2OpStatus &os) { in getRecords()
250 void SQLiteUdrDbi::createIndex(const UdrSchemaId &schemaId, const QStringList &fields, U2OpStatus &… in createIndex()
259 const UdrSchema *SQLiteUdrDbi::udrSchema(const UdrSchemaId &schemaId, U2OpStatus &os) { in udrSchema()
301 QString SQLiteUdrDbi::tableStartDef(const UdrSchemaId &schemaId) { in tableStartDef()
430 UdrSchema::FieldDesc SQLiteUdrDbi::getBlobField(const UdrSchemaId &schemaId, int fieldNum, U2OpStat… in getBlobField()
/dports/biology/ugene/ugene-40.1/src/corelibs/U2Formats/src/mysql_dbi/
H A DMysqlUdrDbi.cpp43 QString tableName(const UdrSchemaId &schemaId) { in tableName()
78 UdrRecordId MysqlUdrDbi::addRecord(const UdrSchemaId &schemaId, const QList<UdrValue> &data, U2OpSt… in addRecord()
136 void MysqlUdrDbi::createObject(const UdrSchemaId &schemaId, U2Object &udrObject, const QString &fol… in createObject()
157 QList<UdrRecord> MysqlUdrDbi::getObjectRecords(const UdrSchemaId &schemaId, const U2DataId &objectI… in getObjectRecords()
173 QList<UdrRecord> MysqlUdrDbi::getRecords(const UdrSchemaId &schemaId, U2OpStatus &os) { in getRecords()
277 void MysqlUdrDbi::createIndex(const UdrSchemaId &schemaId, const QStringList &fields, U2OpStatus &o… in createIndex()
288 const UdrSchema *MysqlUdrDbi::udrSchema(const UdrSchemaId &schemaId, U2OpStatus &os) { in udrSchema()
333 QString MysqlUdrDbi::tableStartDef(const UdrSchemaId &schemaId) { in tableStartDef()
/dports/www/owncloud/owncloud/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Directory/
H A DSchema.php26 public $schemaId; variable in Google_Service_Directory_Schema
67 public function setSchemaId($schemaId)
/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/google/apiclient-services/src/Google/Service/Directory/
H A DSchema.php26 public $schemaId; variable in Google_Service_Directory_Schema
67 public function setSchemaId($schemaId)
/dports/chinese/ibus-chewing/ibus-chewing-1.5.1/src/
H A DGSettingsBackend.c150 schemaId, in mkdg_g_settings_write_schema_from_spec_array()
254 MkdgBackend *mkdg_g_settings_backend_new(const gchar * in mkdg_g_settings_backend_new()
/dports/astro/marble/marble-21.12.3/src/lib/marble/geodata/data/
H A DGeoDataDocument.cpp241 void GeoDataDocument::removeSchema( const QString& schemaId ) in removeSchema()
254 GeoDataSchema &GeoDataDocument::schema( const QString &schemaId ) in schema()
/dports/databases/pg_citus/citus-10.2.3/src/backend/distributed/worker/
H A Dworker_merge_protocol.c154 Oid schemaId = get_namespace_oid(jobSchemaName->data, false); in worker_repartition_cleanup() local
222 Oid schemaId = get_namespace_oid(jobSchemaName->data, false); in worker_merge_files_into_table() local
357 Oid schemaId = GetSysCacheOid1Compat(NAMESPACENAME, Anum_pg_namespace_oid, in RemoveJobSchema() local
/dports/databases/pg_citus/citus-10.2.3/src/backend/distributed/commands/
H A Dtruncate.c89 Oid schemaId = get_rel_namespace(relationId); in citus_truncate_trigger() local
131 Oid schemaId = get_rel_namespace(relationId); in TruncateTaskList() local
H A Dindex.c755 Oid schemaId = get_namespace_oid(indexStmt->relation->schemaname, true); in PostprocessIndexStmt() local
1173 Oid schemaId = get_rel_namespace(indexId); in DropIndexTaskList() local
1234 Oid schemaId = get_namespace_oid(indexStmt->relation->schemaname, missingOk); in MarkIndexValid() local
H A Dvacuum.c260 Oid schemaId = get_rel_namespace(relationId); in VacuumTaskList() local
/dports/www/wsdlpull/wsdlpull-1.24/src/wsdlparser/
H A DWsdlDebug.cpp60 int typeId = 0,schemaId; in print() local
H A DMessage.h212 Part::schemaId()const in schemaId() function
H A DWsdlParser.h476 WsdlParser::getSchemaParser(int schemaId) const in getSchemaParser()
/dports/databases/pg_citus/citus-10.2.3/src/backend/distributed/operations/
H A Ddelete_protocol.c145 Oid schemaId = get_rel_namespace(relationId); in master_apply_delete_command() local
307 Oid schemaId = get_rel_namespace(relationId); in CheckTableSchemaNameForDrop() local
H A Dstage_protocol.c745 Oid schemaId = get_rel_namespace(relationId); in WorkerCreateShardCommandList() local
842 Oid schemaId = get_rel_namespace(relationId); in UpdateShardStatistics() local
/dports/biology/ugene/ugene-40.1/src/corelibs/U2Core/src/datatype/
H A DUdrRecord.cpp35 UdrRecordId::UdrRecordId(const UdrSchemaId &schemaId, const U2DataId &recordId) in UdrRecordId()
/dports/databases/pg_citus/citus-10.2.3/src/backend/distributed/utils/
H A Dmulti_partitioning_utils.c412 Oid schemaId = get_rel_namespace(relationId); in WorkerFixPartitionConstraintCommandList() local
537 Oid schemaId = get_rel_namespace(parentIndexId); in WorkerFixPartitionShardIndexNamesCommandList() local
1041 Oid schemaId = get_rel_namespace(shardInterval->relationId); in GenerateAttachShardPartitionCommand() local
/dports/databases/pg_citus/citus-10.2.3/src/backend/distributed/planner/
H A Ddeparse_shard_query.c260 Oid schemaId = get_rel_namespace(relationId); in UpdateRelationToShardNames() local
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jaxp/src/com/sun/org/apache/xerces/internal/util/
H A DXMLAttributesImpl.java1156 public void setSchemaId(int attrIndex, boolean schemaId) { in setSchemaId()
1280 public boolean schemaId; field in XMLAttributesImpl.Attribute
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jaxp/src/com/sun/org/apache/xerces/internal/util/
H A DXMLAttributesImpl.java1156 public void setSchemaId(int attrIndex, boolean schemaId) { in setSchemaId()
1280 public boolean schemaId; field in XMLAttributesImpl.Attribute
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/impl/xs/traversers/
H A DXSDHandler.java632 … String schemaId = XMLEntityManager.expandSystemId(is.getSystemId(), is.getBaseSystemId(), false); in parseSchema() local
1136 final String schemaId = XMLEntityManager.expandSystemId( in constructTrees() local
2206 String schemaId = null; in getSchemaDocument() local
2266 String schemaId = null; in getSchemaDocument() local
2389 String schemaId = null; in getSchemaDocument() local
2442 String schemaId = null; in getSchemaDocument() local
2509 private Element getSchemaDocument0(XSDKey key, String schemaId, Element schemaElement) { in getSchemaDocument0()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/impl/xs/traversers/
H A DXSDHandler.java632 … String schemaId = XMLEntityManager.expandSystemId(is.getSystemId(), is.getBaseSystemId(), false); in parseSchema() local
1136 final String schemaId = XMLEntityManager.expandSystemId( in constructTrees() local
2206 String schemaId = null; in getSchemaDocument() local
2266 String schemaId = null; in getSchemaDocument() local
2389 String schemaId = null; in getSchemaDocument() local
2442 String schemaId = null; in getSchemaDocument() local
2509 private Element getSchemaDocument0(XSDKey key, String schemaId, Element schemaElement) { in getSchemaDocument0()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/impl/xs/traversers/
H A DXSDHandler.java614 … String schemaId = XMLEntityManager.expandSystemId(is.getSystemId(), is.getBaseSystemId(), false); in parseSchema() local
1118 final String schemaId = XMLEntityManager.expandSystemId( in constructTrees() local
2186 String schemaId = null; in getSchemaDocument() local
2246 String schemaId = null; in getSchemaDocument() local
2369 String schemaId = null; in getSchemaDocument() local
2422 String schemaId = null; in getSchemaDocument() local
2483 private Element getSchemaDocument0(XSDKey key, String schemaId, Element schemaElement) { in getSchemaDocument0()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/impl/xs/traversers/
H A DXSDHandler.java632 … String schemaId = XMLEntityManager.expandSystemId(is.getSystemId(), is.getBaseSystemId(), false); in parseSchema() local
1136 final String schemaId = XMLEntityManager.expandSystemId( in constructTrees() local
2206 String schemaId = null; in getSchemaDocument() local
2266 String schemaId = null; in getSchemaDocument() local
2389 String schemaId = null; in getSchemaDocument() local
2442 String schemaId = null; in getSchemaDocument() local
2509 private Element getSchemaDocument0(XSDKey key, String schemaId, Element schemaElement) { in getSchemaDocument0()

12345