Home
last modified time | relevance | path

Searched refs:Node (Results 201 – 225 of 567) sorted by path

12345678910>>...23

/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/Xml/
H A DNode.php13 class Node class
H A DProject.php13 class Project extends Node
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/tests/tests/
H A DBuilderTest.php14 use SebastianBergmann\CodeCoverage\Node\Builder;
/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 Dadvanced_legacy.rst390 * Defining a Node class (responsible for converting the parsed code to PHP);
431 tag. It should return a ``\Twig\Node\Node`` instance that represents the node (the
459 Defining a Node
464 class Project_Set_Node extends \Twig\Node\Node
495 ``\Twig\Node\ForNode`` for a usage example).
500 * ``indent()``: Indents the generated code (see ``\Twig\Node\BlockNode`` for a
503 * ``outdent()``: Outdents the generated code (see ``\Twig\Node\BlockNode`` for a
801 '!' => ['precedence' => 50, 'class' => '\Twig\Node\Expression\Unary\NotUnary'],
875 Node Tests
880 `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
H A Dinternals.rst79 node tree (an instance of ``\Twig\Node\ModuleNode``). The core extension defines
95 \Twig\Node\ModuleNode(
96 \Twig\Node\TextNode(Hello )
97 \Twig\Node\PrintNode(
98 \Twig\Node\Expression\NameExpression(name)
H A Drecipes.rst372 Reusing a stateful Node Visitor
385 if ($node instanceof \Twig\Node\ModuleNode) {
/plugin/findologicxmlexport/vendor/twig/twig/lib/Twig/
H A DFilter.php12 use Twig\Node\Node; alias
61 public function getSafe(Node $filterArgs)
H A DFilterInterface.php12 use Twig\Node\Node; alias
36 public function getSafe(Node $filterArgs);
H A DFunction.php12 use Twig\Node\Node; alias
59 public function getSafe(Node $functionArgs)
H A DFunctionInterface.php13 use Twig\Node\Node; alias
37 public function getSafe(Node $filterArgs);
H A DNode.php3 use Twig\Node\Node; alias
8 class Twig_Node extends Node
/plugin/findologicxmlexport/vendor/twig/twig/lib/Twig/Node/
H A DAutoEscape.php3 use Twig\Node\AutoEscapeNode;
H A DBlock.php3 use Twig\Node\BlockNode;
H A DBlockReference.php3 use Twig\Node\BlockReferenceNode;
H A DBody.php3 use Twig\Node\BodyNode;
H A DCheckSecurity.php3 use Twig\Node\CheckSecurityNode;
H A DDeprecated.php3 use Twig\Node\DeprecatedNode;
H A DDo.php3 use Twig\Node\DoNode;
H A DEmbed.php3 use Twig\Node\EmbedNode;
H A DExpression.php3 use Twig\Node\Expression\AbstractExpression;

12345678910>>...23