Home
last modified time | relevance | path

Searched refs:EntityName (Results 1 – 25 of 515) sorted by relevance

12345678910>>...21

/dports/lang/swi-pl/swipl-8.2.3/packages/cql/
H A Dcql_autoschema.pl71 %% routine_return_type(?Schema:atom, ?EntityName:atom, ?OdbcType).
75 %% database_constraint(?Schema:atom, ?EntityName:atom, ?ConstraintName:atom, ?Constraint) is n…
99 …( Fact = database_attribute(table, Schema, EntityName, ColumnName, DomainOrNativeType, AllowsNulls…
100 ; Fact = odbc_data_type(Schema, EntityName, ColumnName, Mapped)
103 schema_fact(Schema, 'PostgreSQL', primary_key_column_name(Schema, EntityName, ColumnName)):-
115 findall(EntityName,
118 member(EntityName, EntityNames),
119 format(atom(Pragma), 'PRAGMA table_info(~w)', [EntityName]),
131 writeln(bad_type(EntityName, ColumnName, ColumnTypeAtom))
142 ; Fact = odbc_data_type(Schema, EntityName, ColumnName, OdbcDataType)
[all …]
/dports/multimedia/navidrome/navidrome-0.40.0/vendor/github.com/deluan/rest/
H A Dcontroller.go28 msg := fmt.Sprintf("%s(id:%s) not found", c.Repository.EntityName(), id)
34 c.errorf("reading %s(id:%s): %v", c.Repository.EntityName(), id, err)
46 c.errorf("Error reading %s: %v", c.Repository.EntityName(), err)
64 c.errorf("parsing %s %#v", c.Repository.EntityName(), err)
70 msg := fmt.Sprintf("%s not found", c.Repository.EntityName())
76 c.errorf("updating %s: %v", c.Repository.EntityName(), err)
93 c.errorf("parsing %s %#v", c.Repository.EntityName(), err)
99 c.errorf("saving %s %#v: %v", c.Repository.EntityName(), entity, err)
116 msg := fmt.Sprintf("%s(id:%s) not found", c.Repository.EntityName(), id)
122 c.errorf("deleting %s(id:%s): %v", c.Repository.EntityName(), id, err)
/dports/security/easy-rsa/EasyRSA-3.0.8/
H A DREADME.quickstart.md29 ./easyrsa gen-req EntityName
34 ./easyrsa import-req /tmp/path/to/import.req EntityName
38 ./easyrsa sign-req client EntityName
59 ./easyrsa revoke EntityName
83 EntityName, use one of the following commands. It is an error to call these
86 ./easyrsa show-req EntityName
87 ./easyrsa show-cert EntityName
95 ./easyrsa set-rsa-pass EntityName
96 ./easyrsa set-ec-pass EntityName
/dports/www/otrs/otrs-rel-6_0_29/scripts/test/SysConfig/
H A DConfigurationEntityCheck.t64 EntityName => '3 normal',
69 Description => 'Without EntityName',
78 EntityName => 'open',
89 EntityName => 'openßČĆ£øπ∂',
103 EntityName => 'openßČĆ£øπ∂',
117 EntityName => 'openßČĆ£øπ∂',
/dports/www/otrs/otrs-rel-6_0_29/scripts/test/SysConfig/ValueType/Entity/
H A DEntityLookupFromWebRequest.t169 …my $EntityName = $Kernel::OM->Get('Kernel::System::SysConfig::ValueType::Entity')->EntityLookupFro…
175 $EntityName,
177 "$Test->{Name} EntityLookupFromWebRequest() - EntityName (No Success)",
183 $EntityName,
185 "$Test->{Name} EntityLookupFromWebRequest() - EntityName",
/dports/cad/stepcode/stepcode-0.8/example/ap203min/
H A Dap203min.cpp106 if( !strcmp( stepcomplex->EntityName(), "Si_Unit" ) ) { in Geometric_Context()
170 if( !strcmp( stepcomplex->EntityName(), "Conversion_Based_Unit" ) ) { in Geometric_Context()
181 if( !strcmp( stepcomplex->EntityName(), "Named_Unit" ) ) { in Geometric_Context()
219 if( !strcmp( stepcomplex->EntityName(), "Si_Unit" ) ) { in Geometric_Context()
253 if( !strcmp( stepcomplex->EntityName(), "Conversion_Based_Unit" ) ) { in Geometric_Context()
264 if( !strcmp( stepcomplex->EntityName(), "Named_Unit" ) ) { in Geometric_Context()
282 if( !strcmp( stepcomplex->EntityName(), "Si_Unit" ) ) { in Geometric_Context()
302 if( !strcmp( stepcomplex->EntityName(), "Geometric_Representation_Context" ) ) { in Geometric_Context()
311 if( !strcmp( stepcomplex->EntityName(), "Global_Uncertainty_Assigned_Context" ) ) { in Geometric_Context()
323 if( !strcmp( stepcomplex->EntityName(), "Global_Unit_Assigned_Context" ) ) { in Geometric_Context()
[all …]
/dports/cad/py-ezdxf/ezdxf-0.16.3/src/ezdxf/
H A Dqueryparser.py53 EntityName = Word(alphanums + '_') variable
61 EntityNames = Group((Literal('*') + ZeroOrMore(ExcludeEntityName)) | OneOrMore(EntityName)).setResu…
/dports/cad/stepcode/stepcode-0.8/src/clstepcore/
H A Dinstmgr.cc187 if( !strcmp( expectedType, mn->GetApplication_instance()->EntityName() ) ) { in VerifyEntity()
314 if( !strcmp( se->EntityName(), in EntityKeywordCount()
365 if( !strcmp( se->EntityName(), in GetApplication_instance()
382 if( !strcmp( se->EntityName(), in GetSTEPentity()
/dports/cad/stepcode/stepcode-0.8/src/test/treg/
H A Dtreg.cc32 cout << "Populating " << ent->EntityName() << " which has "; in PopulateEntity()
59 valstr << ent->EntityName() << rand() % 10 + 1; in PopulateEntity()
/dports/textproc/tidyp/tidyp-1.04/src/
H A Dentities.h15 ctmbstr TY_(EntityName)( uint charCode, uint versions );
/dports/www/tidy-devel/tidy/src/
H A Dentities.h21 ctmbstr TY_(EntityName)( uint charCode, uint versions );
/dports/www/tidy-lib/tidy/src/
H A Dentities.h21 ctmbstr TY_(EntityName)( uint charCode, uint versions );
/dports/www/tidy-html5/tidy-html5-5.8.0/src/
H A Dentities.h15 TY_PRIVATE ctmbstr TY_(EntityName)( uint charCode, uint versions );
/dports/www/mod_tidy/mod_tidy-0.5.5/tidy/src/
H A Dentities.h21 ctmbstr EntityName( uint charCode, uint versions );
/dports/security/lego/lego-4.5.3/vendor/github.com/oracle/oci-go-sdk/loganalytics/
H A Dlog_analytics_associated_entity.go23 EntityName *string `mandatory:"false" json:"entityName"` member
H A Dlog_analytics_meta_source_type.go32 EntityName *string `mandatory:"false" json:"entityName"` member
/dports/security/lego/lego-4.5.3/vendor/github.com/oracle/oci-go-sdk/datacatalog/
H A Djob_definition_scope.go23 EntityName *string `mandatory:"false" json:"entityName"` member
/dports/security/lego/lego-4.5.3/vendor/github.com/aliyun/alibaba-cloud-sdk-go/services/pvtz/
H A Dstruct_change_log.go24 EntityName string `json:"EntityName" xml:"EntityName"` member
/dports/security/lego/lego-4.5.3/vendor/github.com/aliyun/alibaba-cloud-sdk-go/services/alidns/
H A Dstruct_log.go27 EntityName string `json:"EntityName" xml:"EntityName"` member
/dports/net/traefik/traefik-2.6.1/vendor/github.com/aliyun/alibaba-cloud-sdk-go/services/alidns/
H A Dstruct_log.go27 EntityName string `json:"EntityName" xml:"EntityName"` member
/dports/security/vault/vault-1.8.2/vendor/github.com/aliyun/alibaba-cloud-sdk-go/services/pvtz/
H A Dstruct_change_log.go24 EntityName string `json:"EntityName" xml:"EntityName"` member
/dports/security/vault/vault-1.8.2/vendor/github.com/aliyun/alibaba-cloud-sdk-go/services/alidns/
H A Dstruct_log.go24 EntityName string `json:"EntityName" xml:"EntityName"` member
/dports/sysutils/terraform/terraform-1.0.11/vendor/github.com/aliyun/alibaba-cloud-sdk-go/services/pvtz/
H A Dstruct_change_log.go24 EntityName string `json:"EntityName" xml:"EntityName"` member
/dports/sysutils/terraform/terraform-1.0.11/vendor/github.com/aliyun/alibaba-cloud-sdk-go/services/alidns/
H A Dstruct_log.go24 EntityName string `json:"EntityName" xml:"EntityName"` member
/dports/security/lego/lego-4.5.3/vendor/github.com/aliyun/alibaba-cloud-sdk-go/services/scsp/
H A Dstruct_entity_route_list_item.go27 EntityName string `json:"EntityName" xml:"EntityName"` member

12345678910>>...21