Home
last modified time | relevance | path

Searched refs:Node (Results 476 – 500 of 567) sorted by last modified time

1...<<11121314151617181920>>...23

/plugin/findologicxmlexport/vendor/twig/twig/src/TokenParser/
H A DUseTokenParser.php15 use Twig\Node\Expression\ConstantExpression;
16 use Twig\Node\Node; alias
64 … $this->parser->addTrait(new Node(['template' => $template, 'targets' => new Node($targets)]));
66 return new Node();
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Node/Expression/
H A DConstantTest.php12 use Twig\Node\Expression\ConstantExpression;
H A DFilterTest.php13 use Twig\Node\Expression\ConstantExpression;
14 use Twig\Node\Expression\FilterExpression;
15 use Twig\Node\Node; alias
25 $args = new Node();
144 $arguments = new Node($arguments);
H A DGetAttrTest.php12 use Twig\Node\Expression\ArrayExpression;
13 use Twig\Node\Expression\ConstantExpression;
14 use Twig\Node\Expression\GetAttrExpression;
15 use Twig\Node\Expression\NameExpression;
H A DTestTest.php13 use Twig\Node\Expression\ConstantExpression;
14 use Twig\Node\Expression\Test\NullTest;
15 use Twig\Node\Expression\TestExpression;
16 use Twig\Node\Node; alias
26 $args = new Node();
42 $node = new NullTest($expr, 'null', new Node([]), 1);
75 return new TestExpression($node, $name, new Node($arguments), 1);
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Node/Expression/Unary/
H A DNotTest.php12 use Twig\Node\Expression\ConstantExpression;
13 use Twig\Node\Expression\Unary\NotUnary;
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Node/
H A DForTest.php12 use Twig\Node\Expression\AssignNameExpression;
13 use Twig\Node\Expression\ConstantExpression;
14 use Twig\Node\Expression\NameExpression;
15 use Twig\Node\ForNode;
16 use Twig\Node\Node; alias
17 use Twig\Node\PrintNode;
28 $body = new Node([new PrintNode(new NameExpression('foo', 1), 1)], [], 1);
55 $body = new Node([new PrintNode(new NameExpression('foo', 1), 1)], [], 1);
77 $body = new Node([new PrintNode(new NameExpression('foo', 1), 1)], [], 1);
120 $body = new Node([new PrintNode(new NameExpression('foo', 1), 1)], [], 1);
[all …]
H A DImportTest.php12 use Twig\Node\Expression\AssignNameExpression;
13 use Twig\Node\Expression\ConstantExpression;
14 use Twig\Node\ImportNode;
H A DIncludeTest.php12 use Twig\Node\Expression\ArrayExpression;
13 use Twig\Node\Expression\ConditionalExpression;
14 use Twig\Node\Expression\ConstantExpression;
15 use Twig\Node\IncludeNode;
H A DMacroTest.php12 use Twig\Node\Expression\ConstantExpression;
13 use Twig\Node\Expression\NameExpression;
14 use Twig\Node\MacroNode;
15 use Twig\Node\Node; alias
16 use Twig\Node\TextNode;
24 $arguments = new Node([new NameExpression('foo', 1)], [], 1);
35 $arguments = new Node([
H A DPrintTest.php12 use Twig\Node\Expression\ConstantExpression;
13 use Twig\Node\PrintNode;
H A DSandboxTest.php12 use Twig\Node\SandboxNode;
13 use Twig\Node\TextNode;
H A DSetTest.php12 use Twig\Node\Expression\AssignNameExpression;
13 use Twig\Node\Expression\ConstantExpression;
14 use Twig\Node\Expression\NameExpression;
15 use Twig\Node\Node; alias
16 use Twig\Node\PrintNode;
17 use Twig\Node\SetNode;
18 use Twig\Node\TextNode;
25 $names = new Node([new AssignNameExpression('foo', 1)], [], 1);
26 $values = new Node([new ConstantExpression('foo', 1)], [], 1);
38 $names = new Node([new AssignNameExpression('foo', 1)], [], 1);
[all …]
H A DTextTest.php12 use Twig\Node\TextNode;
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Doubler/ClassPatch/
H A DMagicCallPatch.php14 use Prophecy\Doubler\Generator\Node\ClassNode;
15 use Prophecy\Doubler\Generator\Node\MethodNode;
H A DProphecySubjectPatch.php14 use Prophecy\Doubler\Generator\Node\ClassNode;
15 use Prophecy\Doubler\Generator\Node\MethodNode;
16 use Prophecy\Doubler\Generator\Node\ArgumentNode;
H A DReflectionClassNewInstancePatch.php14 use Prophecy\Doubler\Generator\Node\ClassNode;
H A DSplFileInfoPatch.php14 use Prophecy\Doubler\Generator\Node\ClassNode;
15 use Prophecy\Doubler\Generator\Node\MethodNode;
H A DClassPatchInterface.php14 use Prophecy\Doubler\Generator\Node\ClassNode;
H A DDisableConstructorPatch.php14 use Prophecy\Doubler\Generator\Node\ClassNode;
15 use Prophecy\Doubler\Generator\Node\MethodNode;
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Doubler/Generator/
H A DClassMirror.php44 * @return Node\ClassNode
50 $node = new Node\ClassNode;
88 private function reflectClassToNode(ReflectionClass $class, Node\ClassNode $node)
121 private function reflectInterfaceToNode(ReflectionClass $interface, Node\ClassNode $node)
130 private function reflectMethodToNode(ReflectionMethod $method, Node\ClassNode $classNode)
132 $node = new Node\MethodNode($method->getName());
173 …private function reflectArgumentToNode(ReflectionParameter $parameter, Node\MethodNode $methodNode)
176 $node = new Node\ArgumentNode($name);
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/
H A DCodeCoverage.php17 use SebastianBergmann\CodeCoverage\Node\Builder;
18 use SebastianBergmann\CodeCoverage\Node\Directory;
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Node/
H A DDirectory.php11 namespace SebastianBergmann\CodeCoverage\Node;
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/
H A DDashboard.php13 use SebastianBergmann\CodeCoverage\Node\AbstractNode;
14 use SebastianBergmann\CodeCoverage\Node\Directory as DirectoryNode;
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/js/
H A Dholder.min.js12 …t.querySelectorAll(b):a.NodeList&&b instanceof a.NodeList?c=b:a.Node&&b instanceof a.Node?c=[b]:a.…

1...<<11121314151617181920>>...23