Home
last modified time | relevance | path

Searched refs:Condition (Results 1 – 25 of 8273) sorted by relevance

12345678910>>...331

/dports/games/opendungeons/OpenDungeons-0.7.1/config/
H A Dspawnconditions.cfg22 [Condition]
25 [Condition]
28 [Condition]
31 [Condition]
34 [Condition]
37 [Condition]
43 [Condition]
46 [Condition]
49 [Condition]
55 [Condition]
[all …]
/dports/graphics/p5-Image-ExifTool/Image-ExifTool-12.30/lib/Image/ExifTool/
H A DMRC.pm80 56 => { Name => 'Label0', Format => 'string[80]', Condition => '$$self{NLab} > 0' },
81 76 => { Name => 'Label1', Format => 'string[80]', Condition => '$$self{NLab} > 1' },
82 96 => { Name => 'Label2', Format => 'string[80]', Condition => '$$self{NLab} > 2' },
83 116 => { Name => 'Label3', Format => 'string[80]', Condition => '$$self{NLab} > 3' },
84 136 => { Name => 'Label4', Format => 'string[80]', Condition => '$$self{NLab} > 4' },
85 156 => { Name => 'Label5', Format => 'string[80]', Condition => '$$self{NLab} > 5' },
86 176 => { Name => 'Label6', Format => 'string[80]', Condition => '$$self{NLab} > 6' },
87 196 => { Name => 'Label7', Format => 'string[80]', Condition => '$$self{NLab} > 7' },
108 Condition => '$$self{BitM} & 0x01',
219 Condition => '$$self{BitM} & 0x40',
[all …]
H A DSigma.pm279 Condition => '$format eq "string"',
292 Condition => '$format eq "string"',
305 Condition => '$format eq "string"',
318 Condition => '$format eq "string"',
331 Condition => '$format eq "string"',
344 Condition => '$format eq "string"',
357 Condition => '$format eq "string"',
369 Condition => '$format eq "string"',
394 Condition => '$format eq "int32u"',
565 Condition => '$format eq "int32u"',
[all …]
H A DJPEG.pm27 Condition => '$$valPt =~ /^JFIF\0/',
39 Condition => '$$valPt =~ /^AVI1/',
43 Condition => '$$valPt =~ /^Ocad/',
48 Condition => '$$valPt =~ /^Exif\0/',
60 Condition => '$$valPt =~ /^QVCI\0/',
64 Condition => '$$valPt =~ /^FLIR\0/',
80 Condition => '$$valPt =~ /^FPXR\0/',
84 Condition => '$$valPt =~ /^MPF\0/',
97 Condition => '$$valPt =~ /^Stim\0/',
206 Condition => '$$valPt =~ /^JP/',
[all …]
H A DCasio.pm585 Condition => '$$self{Model} eq "EX-FC100"',
615 Condition => '$$self{Model} eq "EX-FC150"',
705 Condition => '$$self{Model} eq "EX-FH100"',
741 Condition => '$$self{Model} eq "EX-G1"',
775 Condition => '$$self{Model} eq "EX-S10"',
820 Condition => '$$self{Model} eq "EX-S880"',
868 Condition => '$$self{Model} eq "EX-Z16"',
900 Condition => '$$self{Model} eq "EX-Z9"',
932 Condition => '$$self{Model} eq "EX-Z80"',
1503 Condition => '$$self{Model} eq "QV-4000"',
[all …]
/dports/biology/jalview/jalview/test/jalview/util/matcher/
H A DConditionTest.java55 assertEquals(Condition.fromString("Contains"), Condition.Contains); in testFromString()
57 assertEquals(Condition.fromString("contains"), Condition.Contains); in testFromString()
58 assertEquals(Condition.fromString("CONTAINS"), Condition.Contains); in testFromString()
61 assertEquals(Condition.fromString("Matches"), Condition.Matches); in testFromString()
63 assertEquals(Condition.fromString("Present"), Condition.Present); in testFromString()
65 assertEquals(Condition.fromString("LT"), Condition.LT); in testFromString()
66 assertEquals(Condition.fromString("LE"), Condition.LE); in testFromString()
67 assertEquals(Condition.fromString("GT"), Condition.GT); in testFromString()
68 assertEquals(Condition.fromString("GE"), Condition.GE); in testFromString()
69 assertEquals(Condition.fromString("EQ"), Condition.EQ); in testFromString()
[all …]
H A DMatcherTest.java30 m = new Matcher(Condition.GT, -2.1f); in testConstructor()
44 m = new Matcher(Condition.GE, "-1.2f"); in testConstructor()
58 m = new Matcher(Condition.GE, "-987f"); in testConstructor()
119 m = new Matcher(Condition.NE, 2f); in testMatches_float()
127 m = new Matcher(Condition.GE, "2f"); in testMatches_float()
135 m = new Matcher(Condition.GT, 2f); in testMatches_float()
143 m = new Matcher(Condition.LE, "2.0f"); in testMatches_float()
151 m = new Matcher(Condition.LT, 2f); in testMatches_float()
164 for (Condition cond : Condition.values()) in testNumericMatch_nullOrInvalidValue()
313 m = new Matcher(Condition.LT, -1f); in testEquals()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/wasm/baseline/
H A Dliftoff-assembler-defs.h95 constexpr Condition kEqual = eq;
122 constexpr Condition kEqual = static_cast<Condition>(0);
123 constexpr Condition kUnequal = static_cast<Condition>(0);
124 constexpr Condition kSignedLessThan = static_cast<Condition>(0);
125 constexpr Condition kSignedLessEqual = static_cast<Condition>(0);
126 constexpr Condition kSignedGreaterThan = static_cast<Condition>(0);
127 constexpr Condition kSignedGreaterEqual = static_cast<Condition>(0);
128 constexpr Condition kUnsignedLessThan = static_cast<Condition>(0);
129 constexpr Condition kUnsignedLessEqual = static_cast<Condition>(0);
130 constexpr Condition kUnsignedGreaterThan = static_cast<Condition>(0);
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/wasm/baseline/
H A Dliftoff-assembler-defs.h95 constexpr Condition kEqual = eq;
122 constexpr Condition kEqual = static_cast<Condition>(0);
123 constexpr Condition kUnequal = static_cast<Condition>(0);
124 constexpr Condition kSignedLessThan = static_cast<Condition>(0);
125 constexpr Condition kSignedLessEqual = static_cast<Condition>(0);
126 constexpr Condition kSignedGreaterThan = static_cast<Condition>(0);
127 constexpr Condition kSignedGreaterEqual = static_cast<Condition>(0);
128 constexpr Condition kUnsignedLessThan = static_cast<Condition>(0);
129 constexpr Condition kUnsignedLessEqual = static_cast<Condition>(0);
130 constexpr Condition kUnsignedGreaterThan = static_cast<Condition>(0);
[all …]
/dports/www/node10/node-v10.24.1/deps/v8/src/wasm/baseline/
H A Dliftoff-assembler-defs.h110 constexpr Condition kEqual = eq;
137 constexpr Condition kEqual = static_cast<Condition>(0);
138 constexpr Condition kUnequal = static_cast<Condition>(0);
139 constexpr Condition kSignedLessThan = static_cast<Condition>(0);
140 constexpr Condition kSignedLessEqual = static_cast<Condition>(0);
141 constexpr Condition kSignedGreaterThan = static_cast<Condition>(0);
142 constexpr Condition kSignedGreaterEqual = static_cast<Condition>(0);
143 constexpr Condition kUnsignedLessThan = static_cast<Condition>(0);
144 constexpr Condition kUnsignedLessEqual = static_cast<Condition>(0);
145 constexpr Condition kUnsignedGreaterThan = static_cast<Condition>(0);
[all …]
/dports/graphics/p5-Image-ExifTool-devel/Image-ExifTool-12.14/lib/Image/ExifTool/
H A DSigma.pm279 Condition => '$format eq "string"',
292 Condition => '$format eq "string"',
305 Condition => '$format eq "string"',
318 Condition => '$format eq "string"',
331 Condition => '$format eq "string"',
344 Condition => '$format eq "string"',
357 Condition => '$format eq "string"',
369 Condition => '$format eq "string"',
394 Condition => '$format eq "int32u"',
565 Condition => '$format eq "int32u"',
[all …]
H A DJPEG.pm27 Condition => '$$valPt =~ /^JFIF\0/',
39 Condition => '$$valPt =~ /^AVI1/',
43 Condition => '$$valPt =~ /^Ocad/',
48 Condition => '$$valPt =~ /^Exif\0/',
60 Condition => '$$valPt =~ /^QVCI\0/',
64 Condition => '$$valPt =~ /^FLIR\0/',
80 Condition => '$$valPt =~ /^FPXR\0/',
84 Condition => '$$valPt =~ /^MPF\0/',
97 Condition => '$$valPt =~ /^Stim\0/',
110 Condition => '$$valPt =~ /^FPXR\0/',
[all …]
H A DCasio.pm585 Condition => '$$self{Model} eq "EX-FC100"',
615 Condition => '$$self{Model} eq "EX-FC150"',
705 Condition => '$$self{Model} eq "EX-FH100"',
741 Condition => '$$self{Model} eq "EX-G1"',
775 Condition => '$$self{Model} eq "EX-S10"',
820 Condition => '$$self{Model} eq "EX-S880"',
868 Condition => '$$self{Model} eq "EX-Z16"',
900 Condition => '$$self{Model} eq "EX-Z9"',
932 Condition => '$$self{Model} eq "EX-Z80"',
1503 Condition => '$$self{Model} eq "QV-4000"',
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/external/lcms2/
H A Dlcms2-win-arm64.patch.185 <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" />
86 <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" />
87 + <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'" />
95 <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Release|x64'" />
113 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
119 + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'">
283 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
286 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
289 + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'">
292 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
[all …]
/dports/lang/v8/v8-9.6.180.12/test/cctest/
H A Dtest-assembler-s390.cc646 __ vlc(d2, d2, Condition(0), Condition(0), Condition(3));
728 __ vuph(d2, d1, Condition(0), Condition(0), Condition(2));
729 __ vupl(d1, d1, Condition(0), Condition(0), Condition(2));
737 __ vuplh(d2, d1, Condition(0), Condition(0), Condition(2));
738 __ vupll(d1, d1, Condition(0), Condition(0), Condition(2));
793 __ vlr(d4, d3, Condition(0), Condition(0), Condition(0));
877 __ vtm(d2, d1, Condition(0), Condition(0), Condition(0));
923 __ vfsq(d1, d1, Condition(0), Condition(0), Condition(3));
935 __ vlr(d3, d2, Condition(0), Condition(0), Condition(0));
936 __ vlr(d4, d1, Condition(0), Condition(0), Condition(0));
[all …]
/dports/databases/sqlitestudio/sqlitestudio-3.3.3/SQLiteStudio3/coreSQLiteStudio/parser/ast/
H A Dsqliteforeignkey.cpp6 SqliteForeignKey::Condition::Condition(SqliteForeignKey::Condition::Action action, SqliteForeignKey… in Condition() function in SqliteForeignKey::Condition
12 SqliteForeignKey::Condition::Condition(const QString &name) in Condition() function in SqliteForeignKey::Condition
14 this->action = SqliteForeignKey::Condition::MATCH; in Condition()
18 SqliteForeignKey::Condition::Condition(const SqliteForeignKey::Condition& other) : in Condition() function in SqliteForeignKey::Condition
23 QString SqliteForeignKey::Condition::toString(SqliteForeignKey::Condition::Reaction reaction) in toString()
27 case SqliteForeignKey::Condition::SET_NULL: in toString()
31 case SqliteForeignKey::Condition::CASCADE: in toString()
33 case SqliteForeignKey::Condition::RESTRICT: in toString()
41 SqliteForeignKey::Condition::Reaction SqliteForeignKey::Condition::toEnum(const QString& reaction) in toEnum()
65 return new SqliteForeignKey::Condition(*this); in clone()
[all …]
/dports/biology/jalview/jalview/test/jalview/datamodel/features/
H A DFeatureMatcherTest.java15 import jalview.util.matcher.Condition;
102 .byAttribute(Condition.GE, "-2", "AF"); in testMatches_byAttribute()
165 fm = FeatureMatcher.byScore(Condition.GE, "12.2"); in testToString()
240 assertSame(Condition.LT, matcher.getCondition()); in testFromString()
252 assertSame(Condition.LT, matcher.getCondition()); in testFromString()
261 assertSame(Condition.Present, matcher.getCondition()); in testFromString()
279 assertSame(Condition.Matches, matcher.getCondition()); in testFromString()
287 assertSame(Condition.Matches, matcher.getCondition()); in testFromString()
305 assertSame(Condition.GE, matcher.getCondition()); in testFromString()
318 assertSame(Condition.GE, matcher.getCondition()); in testFromString()
[all …]
/dports/games/wyrmsun/Wyrmsun-3.5.4/scripts/
H A Dui.lua928 { Pos = {9, 130}, Condition = {},
931 { Pos = {76, 130}, Condition = {},
934 { Pos = {115, 130}, Condition = {},
937 { Pos = {184, 130}, Condition = {},
940 { Pos = {9, 157}, Condition = {Speed = "only"},
1517 { Condition = {ButtonAction = "train-unit"},
1523 { Condition = {ButtonAction = "buy"},
2176 { Condition = {ButtonAction = "buy"},
2641 { Condition = {KnowledgeMagic = "only"},
2647 { Condition = {KnowledgeWarfare = "only"},
[all …]
/dports/multimedia/navidrome/navidrome-0.40.0/vendor/github.com/astaxie/beego/orm/
H A Dorm_conds.go30 cond *Condition
46 c := &Condition{}
51 func (c Condition) Raw(expr string, sql string) *Condition { argument
60 func (c Condition) And(expr string, args ...interface{}) *Condition { argument
69 func (c Condition) AndNot(expr string, args ...interface{}) *Condition { argument
78 func (c *Condition) AndCond(cond *Condition) *Condition { argument
90 func (c *Condition) AndNotCond(cond *Condition) *Condition { argument
103 func (c Condition) Or(expr string, args ...interface{}) *Condition { argument
121 func (c *Condition) OrCond(cond *Condition) *Condition { argument
133 func (c *Condition) OrNotCond(cond *Condition) *Condition { argument
[all …]
/dports/net/anet/libanet-0.4.1/tests/
H A Dtype_tests.adb160 Assert (Condition => To_Hex (Data => A2) = "",
169 Assert (Condition => To_Byte (Str => "00") = 0,
171 Assert (Condition => To_Byte (Str => "0a") = 10,
207 Assert (Condition => To_IPv4_Addr
211 Assert (Condition => To_IPv4_Addr
214 Assert (Condition => To_IPv4_Addr
261 Assert (Condition => To_IPv6_Addr
265 Assert (Condition => To_IPv6_Addr
269 Assert (Condition => To_IPv6_Addr
273 Assert (Condition => To_IPv6_Addr
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/external/coinmp/
H A Dwindows.build.patch.177 + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
81 + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
85 + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
89 + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
595 + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
777 + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
1175 + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
1755 + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
1942 + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
2250 + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/external/coinmp/
H A Dwindows.build.patch.177 + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
81 + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
85 + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
89 + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
595 + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
777 + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
1175 + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
1755 + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
1942 + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
2250 + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/media/libstagefright/system/core/include/utils/
H A DCondition.h44 class Condition {
56 Condition();
57 Condition(int type);
58 ~Condition();
88 inline Condition::Condition() {
91 inline Condition::Condition(int type) {
102 inline Condition::~Condition() {
134 inline void Condition::signal() {
143 inline Condition::Condition() {}
144 inline Condition::Condition(int type) {}
[all …]
/dports/devel/plasma5-khotkeys/khotkeys-5.23.5/libkhotkeysprivate/conditions/
H A Dconditions_list_base.cpp17 : Condition(parent_P) in Condition_list_base()
18 , QList<Condition *>() in Condition_list_base()
23 : Condition(parent_P) in Condition_list_base()
24 , QList<Condition *>(children_P) in Condition_list_base()
29 : Condition(parent_P) in Condition_list_base()
44 Condition *c = first(); in ~Condition_list_base()
62 QList<Condition *>::append(cond); in append()
67 return QList<Condition *>::begin(); in begin()
72 return QList<Condition *>::begin(); in begin()
107 return QList<Condition *>::end(); in end()
[all …]
/dports/games/irrlamb/irrlamb-1.0.1/src/ou/
H A Dassert.h147 #define OU_ASSERT(Condition) ((void)0) argument
149 #define OU_VERIFY(Condition) ((void)(Condition)) argument
151 #define OU_CHECK(Condition) (void)(false || (Condition) \ argument
163 #define OU__ASSERT_HANDLER(Condition) (false || (Condition) \ argument
166 _OU_NAMESPACE::AFS_ASSERT, #Condition, __FILE__, __LINE__), true)))
168 #define OU__CHECK_HANDLER(Condition) (((bConditionValue = false || (Condition)), bConditionValue) \ argument
171 _OU_NAMESPACE::AFS_CHECK, #Condition, __FILE__, __LINE__), true)))
174 #define OU_ASSERT(Condition) assert(OU__ASSERT_HANDLER(Condition)) argument
176 #define OU_VERIFY(Condition) OU_ASSERT(Condition) argument
178 #define OU_CHECK(Condition) { \ argument
[all …]

12345678910>>...331