Home
last modified time | relevance | path

Searched refs:ifTrue (Results 1 – 25 of 1083) sorted by relevance

12345678910>>...44

/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Linq.Expressions/src/System/Linq/Expressions/
H A DConditionalExpression.cs18 internal ConditionalExpression(Expression test, Expression ifTrue) in ConditionalExpression() argument
21 IfTrue = ifTrue; in ConditionalExpression()
26 if (ifTrue.Type != type || ifFalse.Type != type) in Make()
32 return new ConditionalExpression(test, ifTrue); in Make()
97 return Expression.Condition(test, ifTrue, ifFalse, Type); in Update()
106 : base(test, ifTrue) in FullConditionalExpression()
117 : base(test, ifTrue, ifFalse) in FullConditionalExpressionWithType()
139 ExpressionUtils.RequiresCanRead(ifTrue, nameof(ifTrue)); in Condition()
151 return ConditionalExpression.Make(test, ifTrue, ifFalse, ifTrue.Type); in Condition()
170 ExpressionUtils.RequiresCanRead(ifTrue, nameof(ifTrue)); in Condition()
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Core/Microsoft/Scripting/Ast/
H A DConditionalExpression.cs42 _true = ifTrue; in ConditionalExpression()
46 if (ifTrue.Type != type || ifFalse.Type != type) { in Make()
49 return new ConditionalExpression(test, ifTrue); in Make()
115 return Expression.Condition(test, ifTrue, ifFalse, Type); in Update()
123 : base(test, ifTrue) { in FullConditionalExpression()
136 : base(test, ifTrue, ifFalse) { in FullConditionalExpressionWithType()
158 RequiresCanRead(ifTrue, "ifTrue"); in Condition()
164 if (!TypeUtils.AreEquivalent(ifTrue.Type, ifFalse.Type)) { in Condition()
168 return ConditionalExpression.Make(test, ifTrue, ifFalse, ifTrue.Type); in Condition()
187 RequiresCanRead(ifTrue, "ifTrue"); in Condition()
[all …]
/dports/lang/smalltalk/smalltalk-3.2.5/packages/i18n/
H A DTimes.st136 ifTrue:
140 ifTrue:
220 ifTrue:
251 ifTrue:
258 ifTrue:
265 ifTrue:
271 ifTrue:
277 ifTrue:
291 ifTrue:
298 ifTrue:
[all …]
H A DNumbers.st93 ifTrue:
115 n = 255 ifTrue: [n := left].
125 grouping isEmpty ifTrue: [^0].
129 each >= 255 ifTrue: [^n].
130 left < each ifTrue: [^n].
196 ifTrue:
215 paren ifTrue: [signPos := 0].
219 ifTrue:
222 ifTrue:
231 ifTrue:
[all …]
/dports/mail/phplist/phplist-3.6.6/public_html/lists/base/vendor/symfony/monolog-bundle/DependencyInjection/
H A DConfiguration.php480 ->ifTrue(function ($v) {
502 ->ifTrue(function ($v) {
524 ->ifTrue(function ($v) {
530 ->ifTrue(function ($v) {
551 ->ifTrue(function ($v) {
575 ->ifTrue(function ($v) {
592 ->ifTrue(function ($v) {
662 ->ifTrue(function ($v) {
737 ->ifTrue(function ($v) { return empty($v); })
891 … ->ifTrue(function ($v) { return 'cube' === $v['type'] && empty($v['url']); })
[all …]
/dports/finance/prestashop/prestashop/vendor/symfony/monolog-bundle/DependencyInjection/
H A DConfiguration.php471 ->ifTrue(function ($v) {
493 ->ifTrue(function ($v) {
515 ->ifTrue(function ($v) {
521 ->ifTrue(function ($v) {
542 ->ifTrue(function ($v) {
566 ->ifTrue(function ($v) {
583 ->ifTrue(function ($v) {
653 ->ifTrue(function ($v) {
728 ->ifTrue(function ($v) { return empty($v); })
878 … ->ifTrue(function ($v) { return 'cube' === $v['type'] && empty($v['url']); })
[all …]
/dports/lang/squeak/Squeak-4.10.2.2614-src/unix/misc/
H A DVMM38b4-64bit-image2-ikp.1.cs31 instSize > 254 ifTrue:[
35 ifTrue:[^CompiledMethod instSpec].
42 (isPointers not and:[instSize > 0]) ifTrue:[
71 ifTrue:[4]
73 ifTrue: [isVar
74 ifTrue: [nInstVars>0 ifTrue: [3] ifFalse: [2]]
75 ifFalse: [nInstVars>0 ifTrue: [1] ifFalse: [0]]]
77 [fieldType == #words ifTrue: [6] ifFalse:
78 [fieldType == #bytes ifTrue: [8]
142 ifTrue: ['File ''{1}'' is {2} bytes long.
[all …]
H A DVMM38b4-64bit-vm1-ikp.1.cs390 ifTrue: [
981 ifTrue:
1031 ifTrue:
1286 ifTrue: [sourceDepth < 16 ifTrue:
1547 ifTrue:
3665 ifTrue:
4135 ifTrue:
4541 ifTrue:
4567 ifTrue:
4596 ifTrue:
[all …]
/dports/lang/smalltalk/smalltalk-3.2.5/packages/java/
H A DJavaExtensions.st46 low > high ifTrue: [^nil].
60 ifTrue: [
77 ifTrue: [
92 ifTrue: [JavaObject]
115 smalltalkClass isNil ifTrue: [
185 j size <= 4 ifTrue: [ ^j ].
199 j size <= 8 ifTrue: [ ^j ].
282 shift >= 2 ifTrue: [
291 shift >= 34 ifTrue: [
312 size < 0 ifTrue: [
[all …]
H A Djava_lang_Character.st45 arg1 < 65 ifTrue: [ ^arg1 ].
46 arg1 > 90 ifTrue: [ ^arg1 ].
53 arg1 < 97 ifTrue: [ ^arg1 ].
54 arg1 > 122 ifTrue: [ ^arg1 ].
61 arg1 < 97 ifTrue: [ ^arg1 ].
62 arg1 > 122 ifTrue: [ ^arg1 ].
86 arg1 < 48 ifTrue: [ ^-1 ].
87 arg1 <= 57 ifTrue: [ ^arg1 - 48 ].
88 arg1 < 65 ifTrue: [ ^-1 ].
89 arg1 <= 90 ifTrue: [ ^arg1 - 55 ].
[all …]
H A Djava_lang_String.st39 ifTrue: [ ^self data ].
46 arg1 < 0 ifTrue: [
58 arg1 < 0 ifTrue: [
74 arg1 < 0 ifTrue: [
152 ifTrue: [
173 arg1 < 0 ifTrue: [ ^0 ].
174 arg3 < 0 ifTrue: [ ^0 ].
175 arg4 < 0 ifTrue: [ ^0 ].
206 ifTrue: [
243 ifTrue: [
[all …]
/dports/lang/smalltalk/smalltalk-3.2.5/packages/stinst/parser/
H A DRBParser.st236 ifTrue:
350 ifTrue:
419 ifTrue:
489 ifTrue:
518 ifTrue:
524 ifTrue:
530 ifTrue:
567 ifTrue:
606 ifTrue:
618 ifTrue:
[all …]
H A DRBFormatter.st128 ifTrue:
169 ^#(#ifTrue:ifFalse: #ifFalse:ifTrue: #ifTrue: #ifFalse:)
177 ifTrue:
184 ifTrue:
191 ifTrue:
198 ifTrue:
202 ifTrue:
299 ifTrue:
394 ifTrue:
405 ifTrue: [^true].
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/jdk.rmic/share/classes/sun/tools/tree/
H A DIfStatement.java42 Statement ifTrue; field in IfStatement
51 this.ifTrue = ifTrue; in IfStatement()
116 if (ifTrue != null) { in inline()
117 ifTrue = ifTrue.inline(env, ctx); in inline()
123 return eliminate(env, ifTrue); in inline()
131 if (ifTrue == null) { in inline()
144 if (ifTrue != null) { in copyInline()
145 s.ifTrue = ifTrue.copyInline(ctx, valNeeded); in copyInline()
158 if (ifTrue != null) { in costInline()
175 ifTrue.code(env, newctx, asm); in code()
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/jdk.rmic/share/classes/sun/tools/tree/
H A DIfStatement.java42 Statement ifTrue; field in IfStatement
51 this.ifTrue = ifTrue; in IfStatement()
116 if (ifTrue != null) { in inline()
117 ifTrue = ifTrue.inline(env, ctx); in inline()
123 return eliminate(env, ifTrue); in inline()
131 if (ifTrue == null) { in inline()
144 if (ifTrue != null) { in copyInline()
145 s.ifTrue = ifTrue.copyInline(ctx, valNeeded); in copyInline()
158 if (ifTrue != null) { in costInline()
175 ifTrue.code(env, newctx, asm); in code()
[all …]
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/sun/tools/tree/
H A DIfStatement.java42 Statement ifTrue; field in IfStatement
51 this.ifTrue = ifTrue; in IfStatement()
116 if (ifTrue != null) { in inline()
117 ifTrue = ifTrue.inline(env, ctx); in inline()
123 return eliminate(env, ifTrue); in inline()
131 if (ifTrue == null) { in inline()
144 if (ifTrue != null) { in copyInline()
145 s.ifTrue = ifTrue.copyInline(ctx, valNeeded); in copyInline()
158 if (ifTrue != null) { in costInline()
175 ifTrue.code(env, newctx, asm); in code()
[all …]
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/jdk.rmic/share/classes/sun/tools/tree/
H A DIfStatement.java42 Statement ifTrue; field in IfStatement
51 this.ifTrue = ifTrue; in IfStatement()
116 if (ifTrue != null) { in inline()
117 ifTrue = ifTrue.inline(env, ctx); in inline()
123 return eliminate(env, ifTrue); in inline()
131 if (ifTrue == null) { in inline()
144 if (ifTrue != null) { in copyInline()
145 s.ifTrue = ifTrue.copyInline(ctx, valNeeded); in copyInline()
158 if (ifTrue != null) { in costInline()
175 ifTrue.code(env, newctx, asm); in code()
[all …]
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/jdk.rmic/share/classes/sun/tools/tree/
H A DIfStatement.java42 Statement ifTrue; field in IfStatement
51 this.ifTrue = ifTrue; in IfStatement()
116 if (ifTrue != null) { in inline()
117 ifTrue = ifTrue.inline(env, ctx); in inline()
123 return eliminate(env, ifTrue); in inline()
131 if (ifTrue == null) { in inline()
144 if (ifTrue != null) { in copyInline()
145 s.ifTrue = ifTrue.copyInline(ctx, valNeeded); in copyInline()
158 if (ifTrue != null) { in costInline()
175 ifTrue.code(env, newctx, asm); in code()
[all …]
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/jdk.rmic/share/classes/sun/tools/tree/
H A DIfStatement.java42 Statement ifTrue; field in IfStatement
51 this.ifTrue = ifTrue; in IfStatement()
116 if (ifTrue != null) { in inline()
117 ifTrue = ifTrue.inline(env, ctx); in inline()
123 return eliminate(env, ifTrue); in inline()
131 if (ifTrue == null) { in inline()
144 if (ifTrue != null) { in copyInline()
145 s.ifTrue = ifTrue.copyInline(ctx, valNeeded); in copyInline()
158 if (ifTrue != null) { in costInline()
175 ifTrue.code(env, newctx, asm); in code()
[all …]
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/sun/tools/tree/
H A DIfStatement.java42 Statement ifTrue; field in IfStatement
51 this.ifTrue = ifTrue; in IfStatement()
116 if (ifTrue != null) { in inline()
117 ifTrue = ifTrue.inline(env, ctx); in inline()
123 return eliminate(env, ifTrue); in inline()
131 if (ifTrue == null) { in inline()
144 if (ifTrue != null) { in copyInline()
145 s.ifTrue = ifTrue.copyInline(ctx, valNeeded); in copyInline()
158 if (ifTrue != null) { in costInline()
175 ifTrue.code(env, newctx, asm); in code()
[all …]
/dports/lang/smalltalk/smalltalk-3.2.5/examples/
H A DMiniDebugger.st115 ifTrue: [ { self eofCommand } ]
159 (command = $p) ifTrue: [
167 (command = $e) ifTrue: [
172 (command = $i) ifTrue: [
323 source isNil ifTrue: [ ^self ].
337 source isNil ifTrue: [ ^self ].
339 line = 0 ifTrue: [ ^self ].
360 (command == $u) ifTrue: [ self up ].
361 (command == $d) ifTrue: [ self down ].
362 (command == $s) ifTrue: [ self step ].
[all …]
H A DMan.st183 ifTrue: [
255 ifTrue: [
276 ch == $* ifTrue: [
277 line atEnd ifTrue: [ ^nil ].
281 ch == $( ifTrue: [
282 line atEnd ifTrue: [ ^nil ].
284 line atEnd ifTrue: [ ^nil ].
296 ch == $f ifTrue: [
297 line atEnd ifTrue: [ ^nil ].
299 ch == $B ifTrue: [ ^#bold ].
[all …]
/dports/lang/smalltalk/smalltalk-3.2.5/packages/sunit/
H A DSUnitScript.st41 ifTrue:
53 ifTrue:
99 script isNil ifTrue: [^self].
110 ifTrue:
116 realName isEmpty ifTrue: [^nil].
118 testCase isNil ifTrue: [^nil].
141 ifTrue: ['']
167 stream atEnd ifTrue: [^nil].
175 stream atEnd ifTrue: [^nil].
182 stream atEnd ifTrue: [^word contents]]
[all …]
/dports/lang/smalltalk/smalltalk-3.2.5/packages/net/
H A DFTP.st271 ifTrue:
547 ifTrue:
552 ifTrue:
557 ifTrue:
562 ifTrue:
569 ifTrue:
574 ifTrue:
579 ifTrue:
584 ifTrue:
589 ifTrue:
[all …]
/dports/lang/smalltalk/smalltalk-3.2.5/scripts/
H A DRemote.st35 ifTrue: [
189 opt = 'help' ifTrue: [
207 opt = 'port' ifTrue: [
214 ifTrue: [
221 opt = 'stop' ifTrue: [
225 ifTrue: [
241 opt = 'pid' ifTrue: [
257 opt isNil ifTrue: [
261 ifTrue: [
282 server ifTrue: [
[all …]

12345678910>>...44