Home
last modified time | relevance | path

Searched refs:getExpression (Results 1 – 25 of 2623) sorted by relevance

12345678910>>...105

/dports/lang/rhino/rhino1_7R4/testsrc/org/mozilla/javascript/tests/
H A DParserTest.java34 root.getFirstChild()).getExpression(); in testAutoSemiColonBetweenNames()
69 AstNode n = st.getExpression(); in testLinenoAssign()
79 AstNode n = st.getExpression(); in testLinenoCall()
89 AstNode n = st.getExpression(); in testLinenoGetProp()
106 AstNode n = st.getExpression(); in testLinenoGetElem()
234 AstNode caseArg = firstCase.getExpression(); in testLinenoSwitch()
315 AstNode returnVal = exprStmt.getExpression(); in testLinenoReturn()
817 AstNode aRef = exprStmt.getExpression(); in testLinenoName()
819 AstNode bRef = bExprStmt.getExpression(); in testLinenoName()
1098 root.getFirstChild()).getExpression(); in testParseUnicodeFormatName()
[all …]
/dports/www/elgg/elgg-3.3.23/vendor/mtdowling/cron-expression/tests/Cron/
H A DCronExpressionTest.php35 $this->assertEquals('1', $cron->getExpression(CronExpression::MINUTE));
36 $this->assertEquals('2-4', $cron->getExpression(CronExpression::HOUR));
37 $this->assertEquals('*', $cron->getExpression(CronExpression::DAY));
38 $this->assertEquals('4,5,6', $cron->getExpression(CronExpression::MONTH));
39 $this->assertEquals('*/3', $cron->getExpression(CronExpression::WEEKDAY));
40 $this->assertEquals('1 2-4 * 4,5,6 */3', $cron->getExpression());
42 $this->assertNull($cron->getExpression('foo'));
60 $this->assertEquals($expected[1], $cron->getExpression(CronExpression::HOUR));
61 $this->assertEquals($expected[2], $cron->getExpression(CronExpression::DAY));
62 $this->assertEquals($expected[3], $cron->getExpression(CronExpression::MONTH));
[all …]
/dports/www/groupoffice/groupoffice-6.4.231-php-71/vendor/mtdowling/cron-expression/tests/Cron/
H A DCronExpressionTest.php35 $this->assertEquals('1', $cron->getExpression(CronExpression::MINUTE));
36 $this->assertEquals('2-4', $cron->getExpression(CronExpression::HOUR));
37 $this->assertEquals('*', $cron->getExpression(CronExpression::DAY));
38 $this->assertEquals('4,5,6', $cron->getExpression(CronExpression::MONTH));
39 $this->assertEquals('*/3', $cron->getExpression(CronExpression::WEEKDAY));
40 $this->assertEquals('1 2-4 * 4,5,6 */3', $cron->getExpression());
42 $this->assertNull($cron->getExpression('foo'));
60 $this->assertEquals($expected[1], $cron->getExpression(CronExpression::HOUR));
61 $this->assertEquals($expected[2], $cron->getExpression(CronExpression::DAY));
62 $this->assertEquals($expected[3], $cron->getExpression(CronExpression::MONTH));
[all …]
/dports/audio/carla/Carla-2.4.1/source/modules/juce_gui_basics/positioning/
H A Djuce_RelativeRectangle.cpp129 case RelativeCoordinate::StandardStrings::left: return rect.left.getExpression(); in getSymbolValue()
131 case RelativeCoordinate::StandardStrings::top: return rect.top.getExpression(); in getSymbolValue()
132 case RelativeCoordinate::StandardStrings::right: return rect.right.getExpression(); in getSymbolValue()
180 return dependsOnSymbolsOtherThanThis (left.getExpression()) in isDynamic()
181 || dependsOnSymbolsOtherThanThis (right.getExpression()) in isDynamic()
182 || dependsOnSymbolsOtherThanThis (top.getExpression()) in isDynamic()
183 || dependsOnSymbolsOtherThanThis (bottom.getExpression()); in isDynamic()
193 left = left.getExpression().withRenamedSymbol (oldSymbol, newName, scope); in renameSymbol()
194 right = right.getExpression().withRenamedSymbol (oldSymbol, newName, scope); in renameSymbol()
195 top = top.getExpression().withRenamedSymbol (oldSymbol, newName, scope); in renameSymbol()
[all …]
/dports/devel/juce/JUCE-f37e9a1/modules/juce_gui_basics/positioning/
H A Djuce_RelativeRectangle.cpp129 case RelativeCoordinate::StandardStrings::left: return rect.left.getExpression(); in getSymbolValue()
131 case RelativeCoordinate::StandardStrings::top: return rect.top.getExpression(); in getSymbolValue()
132 case RelativeCoordinate::StandardStrings::right: return rect.right.getExpression(); in getSymbolValue()
180 return dependsOnSymbolsOtherThanThis (left.getExpression()) in isDynamic()
181 || dependsOnSymbolsOtherThanThis (right.getExpression()) in isDynamic()
182 || dependsOnSymbolsOtherThanThis (top.getExpression()) in isDynamic()
183 || dependsOnSymbolsOtherThanThis (bottom.getExpression()); in isDynamic()
193 left = left.getExpression().withRenamedSymbol (oldSymbol, newName, scope); in renameSymbol()
194 right = right.getExpression().withRenamedSymbol (oldSymbol, newName, scope); in renameSymbol()
195 top = top.getExpression().withRenamedSymbol (oldSymbol, newName, scope); in renameSymbol()
[all …]
/dports/www/ilias/ILIAS-5.4.25/Modules/TestQuestionPool/classes/questions/LogicalAnswerCompare/Exception/
H A DilAssLacExpressionNotSupportedByQuestion.php39 $this->getExpression()
44 $this->getExpression(),
63 public function getExpression() function in ilAssLacExpressionNotSupportedByQuestion
77 $this->getExpression()
84 $this->getExpression()
/dports/www/ilias6/ILIAS-6.14/Modules/TestQuestionPool/classes/questions/LogicalAnswerCompare/Exception/
H A DilAssLacExpressionNotSupportedByQuestion.php39 $this->getExpression()
44 $this->getExpression(),
63 public function getExpression() function in ilAssLacExpressionNotSupportedByQuestion
77 $this->getExpression()
84 $this->getExpression()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/
H A DASTMatcher.java370 safeSubtreeMatch(node.getExpression(), o.getExpression()) in match()
596 safeSubtreeMatch(node.getExpression(), o.getExpression()) in match()
649 safeSubtreeMatch(node.getExpression(), o.getExpression()) in match()
771 safeSubtreeMatch(node.getExpression(), o.getExpression()) in match()
929 safeSubtreeMatch(node.getExpression(), o.getExpression()) in match()
976 safeSubtreeMatch(node.getExpression(), o.getExpression()) in match()
1062 safeSubtreeMatch(node.getExpression(), o.getExpression()) in match()
1551 safeSubtreeMatch(node.getExpression(), o.getExpression()) in match()
2204 safeSubtreeMatch(node.getExpression(), o.getExpression()) in match()
2366 safeSubtreeMatch(node.getExpression(), o.getExpression()) in match()
[all …]
H A DReturnStatement.java93 return getExpression(); in internalGetSetChildProperty()
114 (Expression) ASTNode.copySubtree(target, getExpression())); in clone0()
128 acceptChild(visitor, getExpression()); in accept0()
139 public Expression getExpression() { in getExpression() method in ReturnStatement
171 + (this.optionalExpression == null ? 0 : getExpression().treeSize()); in treeSize()
H A DParenthesizedExpression.java98 return getExpression(); in internalGetSetChildProperty()
117 result.setExpression((Expression) getExpression().clone(target)); in clone0()
131 acceptChild(visitor, getExpression()); in accept0()
141 public Expression getExpression() { in getExpression() method in ParenthesizedExpression
185 + (this.expression == null ? 0 : getExpression().treeSize()); in treeSize()
H A DThrowStatement.java99 return getExpression(); in internalGetSetChildProperty()
119 result.setExpression((Expression) getExpression().clone(target)); in clone0()
133 acceptChild(visitor, getExpression()); in accept0()
143 public Expression getExpression() { in getExpression() method in ThrowStatement
187 + (this.expression == null ? 0 : getExpression().treeSize()); in treeSize()
H A DExpressionStatement.java102 return getExpression(); in internalGetSetChildProperty()
122 result.setExpression((Expression) getExpression().clone(target)); in clone0()
136 acceptChild(visitor, getExpression()); in accept0()
146 public Expression getExpression() { in getExpression() method in ExpressionStatement
190 + (this.expression == null ? 0 : getExpression().treeSize()); in treeSize()
H A DYieldStatement.java107 return getExpression(); in internalGetSetChildProperty()
128 result.setExpression((Expression) ASTNode.copySubtree(target, getExpression())); in clone0()
144 acceptChild(visitor, getExpression()); in accept0()
158 public Expression getExpression() { in getExpression() method in YieldStatement
219 + (this.expression == null ? 0 : getExpression().treeSize()); in treeSize()
/dports/net-mgmt/librenms/librenms-vendor-21.5.1/dragonmantank/cron-expression/src/Cron/
H A DCronExpression.php264 public function getExpression($part = null): ?string function in Cron\\CronExpression
295 return (string) $this->getExpression();
374 $part = $this->getExpression($position);
383 …sprintf('%s %s %s %s *', $this->getExpression(0), $this->getExpression(1), $this->getExpression(2)…
384 …sprintf('%s %s * %s %s', $this->getExpression(0), $this->getExpression(1), $this->getExpression(3)…
/dports/cad/digital/Digital-0.27/src/test/java/de/neemann/digital/analyse/quinemc/
H A DQuineMcCluskeyRowTest.java24 assertEquals("A && B && C && D", FormatToExpression.JAVA.format(tr.getExpression(vars))); in testSimple()
27 assertEquals("!A && B && !C && D", FormatToExpression.JAVA.format(tr.getExpression(vars))); in testSimple()
29 assertEquals("A && !B && C && !D", FormatToExpression.JAVA.format(tr.getExpression(vars))); in testSimple()
32 assertEquals("A && !B && !D", FormatToExpression.JAVA.format(tr.getExpression(vars))); in testSimple()
35 assertEquals("!B && C && !D", FormatToExpression.JAVA.format(tr.getExpression(vars))); in testSimple()
H A DQuineMcCluskeyTest.java33 .getExpression(); in testDontCare()
121 Expression exp = t.getExpression(); in testSimplify()
126 exp = t.getExpression(); in testSimplify()
135 …rtEquals("(!A && !C) || (B && D) || (B && !C)", FormatToExpression.JAVA.format(t.getExpression())); in testSimplify2()
142 Expression e = t.getExpression(); in testZero()
153 Expression e = t.getExpression(); in testZero2()
164 Expression e = t.getExpression(); in testOne()
175 Expression e = t.getExpression(); in testOne2()
229 .getExpression(); in createExpression()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.replacements.processor/src/org/graalvm/compiler/replacements/processor/
H A DInjectedDependencies.java46 String getExpression(AbstractProcessor processor, ExecutableElement inject); in getExpression() method
62 public abstract String getExpression(AbstractProcessor processor, ExecutableElement inject); in getExpression() method in InjectedDependencies.DependencyImpl
82 public String getExpression(AbstractProcessor processor, ExecutableElement inject) { in getExpression() method in InjectedDependencies.InjectedDependency
94 public String getExpression(AbstractProcessor processor, ExecutableElement inject) { in getExpression() method in InjectedDependencies.InjectedStampDependency
133 public String getExpression(AbstractProcessor processor, ExecutableElement inject) { in getExpression() method in InjectedDependencies.WellKnownDependency
135 return generateMember.getExpression(processor, inject); in getExpression()
174 … return wellKnown.getExpression(processor, intrinsicMethod) + "/* B " + wellKnown + " */"; in use()
200 return find(processor, type).getExpression(processor, intrinsicMethod); in inject()
/dports/devel/llvm90/llvm-9.0.1.src/lib/CodeGen/AsmPrinter/
H A DDebugLocEntry.h68 bool isFragment() const { return getExpression()->isFragment(); } in isFragment()
69 bool isEntryVal() const { return getExpression()->isEntryValue(); } in isEntryVal()
70 const DIExpression *getExpression() const { return Expression; } in getExpression() function
141 return A.getExpression() == B.getExpression(); in sortUniqueValues()
178 return A.getExpression()->getFragmentInfo()->OffsetInBits <
179 B.getExpression()->getFragmentInfo()->OffsetInBits;
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/api/tree/
H A DSimpleTreeVisitorES5_1.java57 node.getExpression().accept(this, r); in visitAssignment()
64 node.getExpression().accept(this, r); in visitCompoundAssignment()
209 node.getExpression().accept(this, r); in visitExpressionStatement()
237 node.getExpression().accept(this, r); in visitForInLoop()
303 node.getExpression().accept(this, r); in visitArrayAccess()
329 node.getExpression().accept(this, r); in visitParenthesized()
344 node.getExpression().accept(this, r); in visitMemberSelect()
423 node.getExpression().accept(this, r); in visitSwitch()
432 node.getExpression().accept(this, r); in visitThrow()
461 node.getExpression().accept(this, r); in visitInstanceOf()
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/api/tree/
H A DSimpleTreeVisitorES5_1.java57 node.getExpression().accept(this, r); in visitAssignment()
64 node.getExpression().accept(this, r); in visitCompoundAssignment()
209 node.getExpression().accept(this, r); in visitExpressionStatement()
237 node.getExpression().accept(this, r); in visitForInLoop()
303 node.getExpression().accept(this, r); in visitArrayAccess()
329 node.getExpression().accept(this, r); in visitParenthesized()
344 node.getExpression().accept(this, r); in visitMemberSelect()
423 node.getExpression().accept(this, r); in visitSwitch()
432 node.getExpression().accept(this, r); in visitThrow()
461 node.getExpression().accept(this, r); in visitInstanceOf()
[all …]
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/api/tree/
H A DSimpleTreeVisitorES5_1.java57 node.getExpression().accept(this, r); in visitAssignment()
64 node.getExpression().accept(this, r); in visitCompoundAssignment()
209 node.getExpression().accept(this, r); in visitExpressionStatement()
237 node.getExpression().accept(this, r); in visitForInLoop()
303 node.getExpression().accept(this, r); in visitArrayAccess()
329 node.getExpression().accept(this, r); in visitParenthesized()
344 node.getExpression().accept(this, r); in visitMemberSelect()
423 node.getExpression().accept(this, r); in visitSwitch()
432 node.getExpression().accept(this, r); in visitThrow()
461 node.getExpression().accept(this, r); in visitInstanceOf()
[all …]
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/api/tree/
H A DSimpleTreeVisitorES5_1.java57 node.getExpression().accept(this, r); in visitAssignment()
64 node.getExpression().accept(this, r); in visitCompoundAssignment()
209 node.getExpression().accept(this, r); in visitExpressionStatement()
237 node.getExpression().accept(this, r); in visitForInLoop()
303 node.getExpression().accept(this, r); in visitArrayAccess()
329 node.getExpression().accept(this, r); in visitParenthesized()
344 node.getExpression().accept(this, r); in visitMemberSelect()
423 node.getExpression().accept(this, r); in visitSwitch()
432 node.getExpression().accept(this, r); in visitThrow()
461 node.getExpression().accept(this, r); in visitInstanceOf()
[all …]
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/api/tree/
H A DSimpleTreeVisitorES5_1.java57 node.getExpression().accept(this, r); in visitAssignment()
64 node.getExpression().accept(this, r); in visitCompoundAssignment()
209 node.getExpression().accept(this, r); in visitExpressionStatement()
237 node.getExpression().accept(this, r); in visitForInLoop()
303 node.getExpression().accept(this, r); in visitArrayAccess()
329 node.getExpression().accept(this, r); in visitParenthesized()
344 node.getExpression().accept(this, r); in visitMemberSelect()
423 node.getExpression().accept(this, r); in visitSwitch()
432 node.getExpression().accept(this, r); in visitThrow()
461 node.getExpression().accept(this, r); in visitInstanceOf()
[all …]
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/langtools/src/share/classes/com/sun/source/util/
H A DTreeScanner.java197 R r = scan(node.getExpression(), p); in visitSwitch()
203 R r = scan(node.getExpression(), p); in visitCase()
209 R r = scan(node.getExpression(), p); in visitSynchronized()
243 return scan(node.getExpression(), p); in visitExpressionStatement()
255 return scan(node.getExpression(), p); in visitReturn()
259 return scan(node.getExpression(), p); in visitThrow()
302 return scan(node.getExpression(), p); in visitParenthesized()
318 return scan(node.getExpression(), p); in visitUnary()
334 R r = scan(node.getExpression(), p); in visitInstanceOf()
340 R r = scan(node.getExpression(), p); in visitArrayAccess()
[all …]
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/langtools/src/share/classes/com/sun/source/util/
H A DTreeScanner.java197 R r = scan(node.getExpression(), p); in visitSwitch()
203 R r = scan(node.getExpression(), p); in visitCase()
209 R r = scan(node.getExpression(), p); in visitSynchronized()
243 return scan(node.getExpression(), p); in visitExpressionStatement()
255 return scan(node.getExpression(), p); in visitReturn()
259 return scan(node.getExpression(), p); in visitThrow()
302 return scan(node.getExpression(), p); in visitParenthesized()
318 return scan(node.getExpression(), p); in visitUnary()
334 R r = scan(node.getExpression(), p); in visitInstanceOf()
340 R r = scan(node.getExpression(), p); in visitArrayAccess()
[all …]

12345678910>>...105