Home
last modified time | relevance | path

Searched refs:Node (Results 501 – 525 of 567) sorted by last modified time

1...<<212223

/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Doubler/ClassPatch/
H A DHhvmExceptionPatch.php14 use Prophecy\Doubler\Generator\Node\ClassNode;
H A DKeywordPatch.php14 use Prophecy\Doubler\Generator\Node\ClassNode;
H A DThrowablePatch.php5 use Prophecy\Doubler\Generator\Node\ClassNode;
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Doubler/Generator/
H A DClassCreator.php40 * @param Node\ClassNode $class
46 public function create($classname, Node\ClassNode $class)
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Doubler/Generator/Node/
H A DMethodNode.php12 namespace Prophecy\Doubler\Generator\Node;
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Node/
H A DIterator.php11 namespace SebastianBergmann\CodeCoverage\Node;
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/
H A DCrap4j.php14 use SebastianBergmann\CodeCoverage\Node\File;
/plugin/findologicxmlexport/vendor/symfony/yaml/Tests/Fixtures/
H A DYtsSpecificationExamples.yml216 test: Node for Sammy Sosa appears twice in this document
/plugin/findologicxmlexport/vendor/twig/extensions/src/Node/
H A DTransNode.php3 namespace Twig\Extensions\Node;
/plugin/findologicxmlexport/vendor/twig/twig/
H A DCHANGELOG90 * fixed use TokenParser to return an empty Node
224 * deprecated the ability to store non Node instances in Node::$nodes
686 * added Twig_Function_Node to allow more complex functions to have their own Node class
687 * added Twig_Filter_Node to allow more complex filters to have their own Node class
688 * added Twig_Test_Node to allow more complex tests to have their own Node class
696 * moved all node manipulations outside the compile() Node method
862 * in Node classes,
924 …* refactored the Node system (if you have custom nodes, you will have to update them to use the ne…
/plugin/findologicxmlexport/vendor/twig/twig/doc/
H A Dadvanced.rst347 ['node_class' => '\Twig\Node\Expression\Test\OddTest']);
371 The ``node`` sub-node will contain an expression of ``my_value``. Node-based
449 * Defining a Node class (responsible for converting the parsed code to PHP);
491 tag. It should return a ``\Twig\Node\Node`` instance that represents the node (the
519 Defining a Node
524 class Project_Set_Node extends \Twig\Node\Node
555 ``\Twig\Node\ForNode`` for a usage example).
560 * ``indent()``: Indents the generated code (see ``\Twig\Node\BlockNode`` for a
995 Node Tests
1000 `tests/Twig/Node`_ directory.
[all …]
H A Ddeprecated.rst124 * As of Twig 1.x, ``Node::toXml()`` is deprecated and will be removed in Twig
127 * As of Twig 1.26, ``Node::$nodes`` should only contains ``\Twig\Node\Node``
131 * As of Twig 1.27, the ``filename`` attribute on ``\Twig\Node\ModuleNode`` is
134 * As of Twig 1.27, the ``\Twig\Node\Node::getFilename()/\Twig\Node\Node::getLine()``
136 ``\Twig\Node\Node::getTemplateName()/\Twig\Node\Node::getTemplateLine()`` instead.
146 * ``Twig_NodeInterface`` (use ``\Twig\Node\Node`` instead)
173 Node Visitors
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Node/
H A DDoTest.php12 use Twig\Node\DoNode;
13 use Twig\Node\Expression\ConstantExpression;
H A DIfTest.php12 use Twig\Node\Expression\ConstantExpression;
13 use Twig\Node\Expression\NameExpression;
14 use Twig\Node\IfNode;
15 use Twig\Node\Node; alias
16 use Twig\Node\PrintNode;
23 $t = new Node([
42 $t = new Node([
57 $t = new Node([
76 $t = new Node([
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Node/Expression/
H A DArrayTest.php12 use Twig\Node\Expression\ArrayExpression;
13 use Twig\Node\Expression\ConstantExpression;
H A DCallTest.php12 use Twig\Node\Expression\CallExpression;
H A DConditionalTest.php12 use Twig\Node\Expression\ConditionalExpression;
13 use Twig\Node\Expression\ConstantExpression;
H A DFunctionTest.php13 use Twig\Node\Expression\ConstantExpression;
14 use Twig\Node\Expression\FunctionExpression;
15 use Twig\Node\Node; alias
24 $args = new Node();
102 return new FunctionExpression($name, new Node($arguments), 1);
H A DNameTest.php13 use Twig\Node\Expression\NameExpression;
H A DNullCoalesceTest.php12 use Twig\Node\Expression\ConstantExpression;
13 use Twig\Node\Expression\NameExpression;
14 use Twig\Node\Expression\NullCoalesceExpression;
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Node/Expression/Binary/
H A DAddTest.php12 use Twig\Node\Expression\Binary\AddBinary;
13 use Twig\Node\Expression\ConstantExpression;
H A DAndTest.php12 use Twig\Node\Expression\Binary\AndBinary;
13 use Twig\Node\Expression\ConstantExpression;
H A DConcatTest.php12 use Twig\Node\Expression\Binary\ConcatBinary;
13 use Twig\Node\Expression\ConstantExpression;
H A DSubTest.php12 use Twig\Node\Expression\Binary\SubBinary;
13 use Twig\Node\Expression\ConstantExpression;
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/
H A DParserTest.php13 use Twig\Node\Node; alias
14 use Twig\Node\SetNode;
15 use Twig\Node\TextNode;
79 new Node([new TextNode(' ', 1)]),
80 new Node([]),
83 $input = new Node([new SetNode(false, new Node(), new Node(), 1)]),
87 …$input = new Node([new SetNode(true, new Node(), new Node([new Node([new TextNode('foo', 1)])]), 1…
108 [new Node([new Node([new TextNode('foo', 1)])])],
178 $parser->setParent(new Node());
210 return new Node([]);

1...<<212223