Home
last modified time | relevance | path

Searched refs:Node (Results 76 – 100 of 567) sorted by relevance

12345678910>>...23

/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Node/
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;
/plugin/prosemirror/parser/
H A DRootNode.php11 class RootNode extends Node
14 /** @var Node[] */
19 public function __construct($data, Node $ignored = null)
H A DImageNode.php5 class ImageNode extends Node implements InlineNodeInterface
8 /** @var Node */
15 public function __construct($data, Node $parent, Node $previousNode = null)
76 $node = new \dokuwiki\plugin\prosemirror\schema\Node('image');
101 \dokuwiki\plugin\prosemirror\schema\Node $node,
H A DListItemNode.php11 class ListItemNode extends Node
15 /** @var Node[] */
24 public function __construct($data, Node $parent)
H A DLinkNode.php7 abstract class LinkNode extends Node implements InlineNodeInterface
14 /** @var Node */
22 public function __construct($data, Node $parent, Node $previousNode = null)
90 $linkNode = new \dokuwiki\plugin\prosemirror\schema\Node('link');
H A DTableCellNode.php5 class TableCellNode extends Node
10 /** @var Node[] */
13 public function __construct($data, Node $parent = null)
H A DInlineNodeInterface.php8 public function __construct($data, Node $parent, Node $previous = null);
/plugin/findologicxmlexport/vendor/twig/twig/doc/
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/lib/Twig/
H A DFilter.php12 use Twig\Node\Node; alias
61 public function getSafe(Node $filterArgs)
/plugin/commonmark/vendor/league/commonmark/src/Extension/Footnote/
H A DFootnoteExtension.php24 use League\CommonMark\Extension\Footnote\Node\Footnote;
25 use League\CommonMark\Extension\Footnote\Node\FootnoteBackref;
26 use League\CommonMark\Extension\Footnote\Node\FootnoteContainer;
27 use League\CommonMark\Extension\Footnote\Node\FootnoteRef;
/plugin/findologicxmlexport/vendor/twig/twig/src/Node/
H A DEmbedNode.php12 namespace Twig\Node;
15 use Twig\Node\Expression\AbstractExpression;
16 use Twig\Node\Expression\ConstantExpression;
H A DBodyNode.php12 namespace Twig\Node;
19 class BodyNode extends Node
H A DCheckSecurityNode.php12 namespace Twig\Node;
19 class CheckSecurityNode extends Node
39 if ($node instanceof Node) {
/plugin/findologicxmlexport/vendor/twig/twig/src/TokenParser/
H A DForTokenParser.php16 use Twig\Node\Expression\AssignNameExpression;
17 use Twig\Node\Expression\ConstantExpression;
18 use Twig\Node\Expression\GetAttrExpression;
19 use Twig\Node\Expression\NameExpression;
20 use Twig\Node\ForNode;
H A DSandboxTokenParser.php15 use Twig\Node\IncludeNode;
16 use Twig\Node\SandboxNode;
17 use Twig\Node\TextNode;
/plugin/findologicxmlexport/vendor/twig/twig/src/
H A DExpressionParser.php16 use Twig\Node\Expression\ArrayExpression;
24 use Twig\Node\Expression\NameExpression;
25 use Twig\Node\Expression\ParentExpression;
26 use Twig\Node\Expression\Unary\NegUnary;
27 use Twig\Node\Expression\Unary\NotUnary;
28 use Twig\Node\Expression\Unary\PosUnary;
29 use Twig\Node\Node; alias
525 * @return Node
581 return new Node($args);
601 return new Node($targets);
[all …]
H A DTwigFunction.php14 use Twig\Node\Node; alias
81 public function getSafe(Node $functionArgs)
H A DTwigFilter.php14 use Twig\Node\Node; alias
83 public function getSafe(Node $filterArgs)
/plugin/commonmark/src/Dokuwiki/Plugin/Commonmark/Extension/
H A DFootnoteToDokuwikiExtension.php27 use League\CommonMark\Extension\Footnote\Node\Footnote;
28 use League\CommonMark\Extension\Footnote\Node\FootnoteBackref;
29 use League\CommonMark\Extension\Footnote\Node\FootnoteContainer;
30 use League\CommonMark\Extension\Footnote\Node\FootnoteRef;
/plugin/commonmark/vendor/league/commonmark/src/Block/Element/
H A DAbstractBlock.php
/plugin/prosemirror/schema/
H A DNode.php6 * Class Node
9 * @link http://prosemirror.net/ref.html#model.Node
11 class Node implements \JsonSerializable class
17 /** @var Node[] holding the node's children */
30 * Node constructor.
43 * @param Node $child
45 public function addChild(Node $child)
92 * @return $this|mixed Either the wanted value or the Node itself
/plugin/elasticsearch/vendor/ruflin/elastica/src/
H A DNode.php5 use Elastica\Node\Info;
6 use Elastica\Node\Stats;
13 class Node class
28 * Node name.
30 * @var string Node name
35 * Node stats.
37 * @var Stats|null Node Stats
42 * Node info.
44 * @var Info|null Node info
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Doubler/ClassPatch/
H A DProphecySubjectPatch.php14 use Prophecy\Doubler\Generator\Node\ClassNode;
15 use Prophecy\Doubler\Generator\Node\MethodNode;
16 use Prophecy\Doubler\Generator\Node\ArgumentNode;
/plugin/findologicxmlexport/vendor/twig/twig/src/Test/
H A DNodeTestCase.php18 use Twig\Node\Node; alias
32 …public function assertNodeCompilation($source, Node $node, Environment $environment = null, $isPat…
/plugin/findologicxmlexport/vendor/hoa/protocol/
H A DCHANGELOG.md15 * Node: Fix Composer to lookup in vendor parent dir. (Ivan Enderlin, 2016-03-07T17:25:55+01:00)
30 * Test: Write test suite of `…rotocol\Node\Library`. (Ivan Enderlin, 2016-01-05T17:12:09+01:00)
31 * Test: Write test suite of `…a\Protocol\Node\Node`. (Ivan Enderlin, 2016-01-05T17:11:20+01:00)

12345678910>>...23