Home
last modified time | relevance | path

Searched refs:SecondaryType (Results 1 – 25 of 51) sorted by relevance

123

/dports/net-im/libquotient/libQuotient-0.6.8/lib/
H A Duri.h37 enum SecondaryType : char { NoSecondaryId = 0x0, EventId = '$' }; enum
38 Q_ENUM(SecondaryType)
70 Q_INVOKABLE SecondaryType secondaryType() const;
/dports/audio/libmusicbrainz5/libmusicbrainz-release-5.1.0-19-ge29cc9a/src/
H A DSecondaryType.cc117 std::string MusicBrainz5::CSecondaryType::SecondaryType() const in SecondaryType() function in MusicBrainz5::CSecondaryType
128 os << "\tSecondaryType: " << SecondaryType() << std::endl; in Serialise()
/dports/audio/libmusicbrainz5/libmusicbrainz-release-5.1.0-19-ge29cc9a/tests/
H A Dmbtest.cc127 MusicBrainz5::CSecondaryType *SecondaryType=SecondaryTypeList->Item(count); in main() local
128 if (SecondaryType) in main()
130 … std::cout << "Secondary type " << count << " = " << SecondaryType->SecondaryType() << std::endl; in main()
/dports/games/gemrb/gemrb-0.9.0/gemrb/plugins/SPLImporter/
H A DSPLImporter.cpp128 str->Read( &s->SecondaryType, 1 ); in GetSpell()
249 fx->SecondaryType = s->SecondaryType; in GetFeature()
/dports/audio/libmusicbrainz5/libmusicbrainz-release-5.1.0-19-ge29cc9a/include/musicbrainz5/
H A DSecondaryType.h50 std::string SecondaryType() const;
/dports/games/cdogs-sdl/cdogs-sdl-1.0.1/src/cdogsed/
H A Deditor_brush.h79 int SecondaryType; member
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/Azure/azure-sdk-for-go/services/preview/sql/mgmt/v4.0/sql/
H A Denums.go1365 type SecondaryType string type
1369 Geo SecondaryType = "Geo"
1371 Named SecondaryType = "Named"
1375 func PossibleSecondaryTypeValues() []SecondaryType {
1376 return []SecondaryType{Geo, Named}
/dports/www/grafana8/azure-sdk-for-go-sdk-azcore-v0.19.0/services/preview/sql/mgmt/v4.0/sql/
H A Denums.go1365 type SecondaryType string type
1369 Geo SecondaryType = "Geo"
1371 Named SecondaryType = "Named"
1375 func PossibleSecondaryTypeValues() []SecondaryType {
1376 return []SecondaryType{Geo, Named}
/dports/sysutils/restic/restic-0.12.1/vendor/github.com/Azure/azure-sdk-for-go/services/preview/sql/mgmt/v4.0/sql/
H A Denums.go1365 type SecondaryType string type
1369 Geo SecondaryType = "Geo"
1371 Named SecondaryType = "Named"
1375 func PossibleSecondaryTypeValues() []SecondaryType {
1376 return []SecondaryType{Geo, Named}
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/Azure/azure-sdk-for-go/services/preview/sql/mgmt/v4.0/sql/
H A Denums.go1365 type SecondaryType string type
1369 Geo SecondaryType = "Geo"
1371 Named SecondaryType = "Named"
1375 func PossibleSecondaryTypeValues() []SecondaryType {
1376 return []SecondaryType{Geo, Named}
/dports/www/grafana8/azure-sdk-for-go-sdk-azidentity-v0.10.0/services/preview/sql/mgmt/v4.0/sql/
H A Denums.go1365 type SecondaryType string type
1369 Geo SecondaryType = "Geo"
1371 Named SecondaryType = "Named"
1375 func PossibleSecondaryTypeValues() []SecondaryType {
1376 return []SecondaryType{Geo, Named}
/dports/www/grafana8/azure-sdk-for-go-sdk-internal-v0.7.0/services/preview/sql/mgmt/v4.0/sql/
H A Denums.go1365 type SecondaryType string type
1369 Geo SecondaryType = "Geo"
1371 Named SecondaryType = "Named"
1375 func PossibleSecondaryTypeValues() []SecondaryType {
1376 return []SecondaryType{Geo, Named}
/dports/sysutils/terraform/terraform-1.0.11/vendor/github.com/Azure/azure-sdk-for-go/services/preview/sql/mgmt/v4.0/sql/
H A Denums.go1376 type SecondaryType string type
1380 Geo SecondaryType = "Geo"
1382 Named SecondaryType = "Named"
1386 func PossibleSecondaryTypeValues() []SecondaryType {
1387 return []SecondaryType{Geo, Named}
/dports/games/gemrb/gemrb-0.9.0/gemrb/plugins/EFFImporter/
H A DEFFImporter.cpp181 str->ReadDword( &fx->SecondaryType ); in GetEffectV20()
250 stream->WriteDword( &fx->SecondaryType ); in PutEffectV2()
/dports/games/gemrb/gemrb-0.9.0/gemrb/core/
H A DEffect.h134 ieDword SecondaryType; member
H A DEffectQueue.cpp900 if( fx->SecondaryType) { in check_type()
901 if( actor->fxqueue.HasEffectWithParam(fx_secondary_type_immunity_ref, fx->SecondaryType) ) { in check_type()
935 if( fx->SecondaryType) { in check_type()
936 efx = actor->fxqueue.HasEffectWithParam(fx_secondary_type_immunity_dec_ref, fx->SecondaryType); in check_type()
988 if( fx->SecondaryType && (bounce&BNC_SECTYPE) ) { in check_type()
989 if( actor->fxqueue.HasEffectWithParam(fx_secondary_type_bounce_ref, fx->SecondaryType)) { in check_type()
1023 if( fx->SecondaryType && (bounce&BNC_SECTYPE_DEC) ) { in check_type()
1024 efx=actor->fxqueue.HasEffectWithParam(fx_secondary_type_bounce_dec_ref, fx->SecondaryType); in check_type()
1627 if( (*f)->SecondaryType!=match) { in RemoveLevelEffects()
H A DSpell.h131 ieByte SecondaryType; variable
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/Azure/azure-sdk-for-go/services/preview/sql/mgmt/v5.0/sql/
H A Denums.go1561 type SecondaryType string type
1565 SecondaryTypeGeo SecondaryType = "Geo"
1567 SecondaryTypeNamed SecondaryType = "Named"
1571 func PossibleSecondaryTypeValues() []SecondaryType {
1572 return []SecondaryType{SecondaryTypeGeo, SecondaryTypeNamed}
/dports/www/grafana8/azure-sdk-for-go-sdk-azcore-v0.19.0/services/preview/sql/mgmt/v5.0/sql/
H A Denums.go1561 type SecondaryType string type
1565 SecondaryTypeGeo SecondaryType = "Geo"
1567 SecondaryTypeNamed SecondaryType = "Named"
1571 func PossibleSecondaryTypeValues() []SecondaryType {
1572 return []SecondaryType{SecondaryTypeGeo, SecondaryTypeNamed}
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/Azure/azure-sdk-for-go/services/preview/sql/mgmt/v5.0/sql/
H A Denums.go1561 type SecondaryType string type
1565 SecondaryTypeGeo SecondaryType = "Geo"
1567 SecondaryTypeNamed SecondaryType = "Named"
1571 func PossibleSecondaryTypeValues() []SecondaryType {
1572 return []SecondaryType{SecondaryTypeGeo, SecondaryTypeNamed}
/dports/www/grafana8/azure-sdk-for-go-sdk-azidentity-v0.10.0/services/preview/sql/mgmt/v5.0/sql/
H A Denums.go1561 type SecondaryType string type
1565 SecondaryTypeGeo SecondaryType = "Geo"
1567 SecondaryTypeNamed SecondaryType = "Named"
1571 func PossibleSecondaryTypeValues() []SecondaryType {
1572 return []SecondaryType{SecondaryTypeGeo, SecondaryTypeNamed}
/dports/www/grafana8/azure-sdk-for-go-sdk-internal-v0.7.0/services/preview/sql/mgmt/v5.0/sql/
H A Denums.go1561 type SecondaryType string type
1565 SecondaryTypeGeo SecondaryType = "Geo"
1567 SecondaryTypeNamed SecondaryType = "Named"
1571 func PossibleSecondaryTypeValues() []SecondaryType {
1572 return []SecondaryType{SecondaryTypeGeo, SecondaryTypeNamed}
/dports/sysutils/restic/restic-0.12.1/vendor/github.com/Azure/azure-sdk-for-go/services/preview/sql/mgmt/v5.0/sql/
H A Denums.go1561 type SecondaryType string type
1565 SecondaryTypeGeo SecondaryType = "Geo"
1567 SecondaryTypeNamed SecondaryType = "Named"
1571 func PossibleSecondaryTypeValues() []SecondaryType {
1572 return []SecondaryType{SecondaryTypeGeo, SecondaryTypeNamed}
/dports/games/gemrb/gemrb-0.9.0/gemrb/unhardcoded/iwd/
H A Deffects.ids205 0xcb Bounce:SecondaryType
207 0xcd Protection:SecondaryType
/dports/games/gemrb/gemrb-0.9.0/gemrb/unhardcoded/how/
H A Deffects.ids205 0xcb Bounce:SecondaryType
207 0xcd Protection:SecondaryType

123