/dports/biology/ugene/ugene-40.1/src/corelibs/U2View/src/ov_msa/ |
H A D | ColorSchemaSettingsController.cpp | 43 static void setSchemaColors(const ColorSchemeData &customSchema) { in setSchemaColors() argument 55 const QMap<char, QColor> &alphColors = customSchema.alpColors; in setSchemaColors() 56 bool defaultType = customSchema.defaultAlpType; in setSchemaColors() 58 …QString keyword(customSchema.type == DNAAlphabet_AMINO ? ColorSchemeUtils::COLOR_SCHEME_AMINO_KEYW… in setSchemaColors() 60 QString url = dir.filePath(customSchema.name + ColorSchemeUtils::COLOR_SCHEME_NAME_FILTERS); in setSchemaColors()
|
H A D | ColorSchemaDialogController.cpp | 354 foreach (const ColorSchemeData &customSchema, customSchemas) { in setState() 355 colorSchemas->addItem(new QListWidgetItem(customSchema.name, colorSchemas)); in setState() 434 ColorSchemeData &customSchema = customSchemas[i]; in sl_onChangeColorSchema() local 435 if (customSchema.name == schemaName) { in sl_onChangeColorSchema() 436 alpColors = customSchema.alpColors; in sl_onChangeColorSchema() 448 customSchema.alpColors[it.key()] = it.value(); in sl_onChangeColorSchema() 461 ColorSchemeData &customSchema = customSchemas[i]; in sl_onDeleteColorSchema() local 462 if (customSchema.name == schemaName) { in sl_onDeleteColorSchema()
|
/dports/sysutils/kubectl/kubernetes-1.22.2/vendor/sigs.k8s.io/kustomize/kyaml/openapi/ |
H A D | openapi.go | 28 var customSchema []byte var 446 schemaIsSet := (kubernetesOpenAPIVersion != "") || customSchema != nil 457 customSchema = schema 470 customSchema = nil 477 case kubernetesOpenAPIVersion == "" && customSchema == nil: 479 case customSchema != nil: 493 if customSchema != nil { 494 err := parse(customSchema)
|
/dports/databases/timescaledb/timescaledb-2.5.1/test/expected/ |
H A D | alternate_users.out | 56 CREATE SCHEMA IF NOT EXISTS "customSchema" AUTHORIZATION :ROLE_DEFAULT_PERM_USER_2; 113 CREATE TABLE "customSchema"."Hypertable_1" ( 123 CREATE INDEX ON "customSchema"."Hypertable_1" (time, "Device_id"); 130 SELECT * FROM create_hypertable('"customSchema"."Hypertable_1"', 'time', NULL, 1, chunk_time_interv… 133 4 | customSchema | Hypertable_1 | t 142 …4 | customSchema | Hypertable_1 | _timescaledb_internal | _hyper_4 | … 151 CREATE UNIQUE INDEX "Unique1" ON "customSchema"."Hypertable_1" (time); 152 INSERT INTO "customSchema"."Hypertable_1"(time, "Device_id", temp_c, humidity, sensor_1, sensor_2, … 154 INSERT INTO "customSchema"."Hypertable_1"(time, "Device_id", temp_c, humidity, sensor_1, sensor_2, … 192 INSERT INTO "customSchema"."Hypertable_1"(time, "Device_id", temp_c, humidity, sensor_1, sensor_2, …
|
H A D | ddl-13.out | 5 CREATE SCHEMA IF NOT EXISTS "customSchema" AUTHORIZATION :ROLE_DEFAULT_PERM_USER; 22 CREATE TABLE "customSchema"."Hypertable_1" ( 32 CREATE INDEX ON "customSchema"."Hypertable_1" (time, "Device_id"); 39 SELECT * FROM create_hypertable('"customSchema"."Hypertable_1"', 'time', NULL, 1, chunk_time_interv… 42 2 | customSchema | Hypertable_1 | t 49 …2 | customSchema | Hypertable_1 | _timescaledb_internal | _hyper_2 | … 58 CREATE UNIQUE INDEX "Unique1" ON "customSchema"."Hypertable_1" (time); 59 INSERT INTO "customSchema"."Hypertable_1"(time, "Device_id", temp_c, humidity, sensor_1, sensor_2, … 61 INSERT INTO "customSchema"."Hypertable_1"(time, "Device_id", temp_c, humidity, sensor_1, sensor_2, … 80 INSERT INTO "customSchema"."Hypertable_1"(time, "Device_id", temp_c, humidity, sensor_1, sensor_2, …
|
H A D | ddl-14.out | 5 CREATE SCHEMA IF NOT EXISTS "customSchema" AUTHORIZATION :ROLE_DEFAULT_PERM_USER; 22 CREATE TABLE "customSchema"."Hypertable_1" ( 32 CREATE INDEX ON "customSchema"."Hypertable_1" (time, "Device_id"); 39 SELECT * FROM create_hypertable('"customSchema"."Hypertable_1"', 'time', NULL, 1, chunk_time_interv… 42 2 | customSchema | Hypertable_1 | t 49 …2 | customSchema | Hypertable_1 | _timescaledb_internal | _hyper_2 | … 58 CREATE UNIQUE INDEX "Unique1" ON "customSchema"."Hypertable_1" (time); 59 INSERT INTO "customSchema"."Hypertable_1"(time, "Device_id", temp_c, humidity, sensor_1, sensor_2, … 61 INSERT INTO "customSchema"."Hypertable_1"(time, "Device_id", temp_c, humidity, sensor_1, sensor_2, … 80 INSERT INTO "customSchema"."Hypertable_1"(time, "Device_id", temp_c, humidity, sensor_1, sensor_2, …
|
H A D | ddl-12.out | 5 CREATE SCHEMA IF NOT EXISTS "customSchema" AUTHORIZATION :ROLE_DEFAULT_PERM_USER; 22 CREATE TABLE "customSchema"."Hypertable_1" ( 32 CREATE INDEX ON "customSchema"."Hypertable_1" (time, "Device_id"); 39 SELECT * FROM create_hypertable('"customSchema"."Hypertable_1"', 'time', NULL, 1, chunk_time_interv… 42 2 | customSchema | Hypertable_1 | t 49 …2 | customSchema | Hypertable_1 | _timescaledb_internal | _hyper_2 | … 58 CREATE UNIQUE INDEX "Unique1" ON "customSchema"."Hypertable_1" (time); 59 INSERT INTO "customSchema"."Hypertable_1"(time, "Device_id", temp_c, humidity, sensor_1, sensor_2, … 61 INSERT INTO "customSchema"."Hypertable_1"(time, "Device_id", temp_c, humidity, sensor_1, sensor_2, … 80 INSERT INTO "customSchema"."Hypertable_1"(time, "Device_id", temp_c, humidity, sensor_1, sensor_2, …
|
/dports/mail/thunderbird/thunderbird-91.8.0/toolkit/components/enterprisepolicies/tests/ |
H A D | EnterprisePolicyTesting.jsm | 26 customSchema 56 if (customSchema) { 61 schemaModule.schema = customSchema;
|
/dports/www/firefox/firefox-99.0/toolkit/components/enterprisepolicies/tests/ |
H A D | EnterprisePolicyTesting.jsm | 26 customSchema 56 if (customSchema) { 60 schemaModule.schema = customSchema;
|
/dports/lang/spidermonkey60/firefox-60.9.0/browser/components/enterprisepolicies/tests/ |
H A D | EnterprisePolicyTesting.jsm | 19 setupPolicyEngineWithJson: async function setupPolicyEngineWithJson(json, customSchema) { 45 if (customSchema) { 47 schemaModule.schema = customSchema;
|
/dports/www/firefox-esr/firefox-91.8.0/toolkit/components/enterprisepolicies/tests/ |
H A D | EnterprisePolicyTesting.jsm | 26 customSchema 56 if (customSchema) { 61 schemaModule.schema = customSchema;
|
/dports/lang/spidermonkey78/firefox-78.9.0/toolkit/components/enterprisepolicies/tests/ |
H A D | EnterprisePolicyTesting.jsm | 26 customSchema 56 if (customSchema) { 61 schemaModule.schema = customSchema;
|
/dports/devel/spark/spark-2.1.1/sql/core/src/test/scala/org/apache/spark/sql/execution/datasources/csv/ |
H A D | CSVSuite.scala | 500 val customSchema = new StructType(Array(StructField("date", DateType, true))) constant 508 .schema(customSchema) 744 val customSchema = new StructType(Array(StructField("date", DateType, true))) constant 748 .schema(customSchema) 800 val customSchema = new StructType(Array(StructField("date", DateType, true))) constant 806 .schema(customSchema)
|
/dports/devel/spark/spark-2.1.1/sql/core/src/test/scala/org/apache/spark/sql/execution/datasources/json/ |
H A D | JsonSuite.scala | 1698 val customSchema = new StructType(Array(StructField("date", DateType, true))) constant 1703 .schema(customSchema) 1727 val customSchema = new StructType(Array(StructField("date", TimestampType, true))) constant 1732 .schema(customSchema)
|
/dports/databases/timescaledb/timescaledb-2.5.1/test/sql/ |
H A D | ddl.sql.in | 6 CREATE SCHEMA IF NOT EXISTS "customSchema" AUTHORIZATION :ROLE_DEFAULT_PERM_USER; schema
|