Home
last modified time | relevance | path

Searched refs:Node (Results 376 – 400 of 567) sorted by relevance

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

/plugin/davcal/vendor/sabre/dav/lib/DAV/FS/
H A DFile.php14 class File extends Node implements DAV\IFile {
H A DNode.php17 abstract class Node implements DAV\INode { class
/plugin/webdav/vendor/sabre/dav/lib/DAV/
H A DCollection.php15 abstract class Collection extends Node implements ICollection {
/plugin/davcal/vendor/sabre/dav/lib/DAV/
H A DCollection.php15 abstract class Collection extends Node implements ICollection {
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Node/Expression/
H A DNameTest.php13 use Twig\Node\Expression\NameExpression;
/plugin/commonmark/vendor/league/commonmark/src/Extension/Attributes/Node/
H A DAttributes.php15 namespace League\CommonMark\Extension\Attributes\Node;
17 use League\CommonMark\Node\Block\AbstractBlock;
/plugin/webdav/vendor/sabre/dav/lib/DAV/FS/
H A DNode.php17 abstract class Node implements DAV\INode { class
/plugin/jdraw/src/com/mxgraph/examples/swing/
H A DUserObject.java13 import org.w3c.dom.Node;
112 if (value instanceof Node) in UserObject()
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/Notifications/
H A DPluginTest.php100 $notification = new Node(
120 $notification = new Node(
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/
H A DCalendarQueryValidator.php259 if ($check instanceof VObject\Node) {
280 protected function validateTimeRange(VObject\Node $component, $start, $end) {
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Node/
H A DIterator.php11 namespace SebastianBergmann\CodeCoverage\Node;
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAVACL/
H A DMockPrincipal.php8 class MockPrincipal extends DAV\Node implements IPrincipal {
/plugin/findologicxmlexport/vendor/twig/twig/src/Node/Expression/
H A DMethodCallExpression.php12 namespace Twig\Node\Expression;
/plugin/commonmark/vendor/league/commonmark/src/Extension/Footnote/Node/
H A DFootnoteRef.php15 namespace League\CommonMark\Extension\Footnote\Node;
17 use League\CommonMark\Node\Inline\AbstractInline;
H A DFootnote.php15 namespace League\CommonMark\Extension\Footnote\Node;
17 use League\CommonMark\Node\Block\AbstractBlock;
/plugin/commonmark/src/Dokuwiki/Plugin/Commonmark/Extension/Renderer/Inline/
H A DFootnoteBackrefRenderer.php21 use League\CommonMark\Extension\Footnote\Node\FootnoteBackref;
22 use League\CommonMark\Node\Node;
32 public function render(Node $node, ChildNodeRendererInterface $DWRenderer)
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/Notifications/
H A DCollection.php66 $children[] = new Node(
/plugin/commonmark/src/Dokuwiki/Plugin/Commonmark/Extension/Renderer/Block/
H A DFootnoteContainerRenderer.php20 use League\CommonMark\Node\Node;
23 use League\CommonMark\Extension\Footnote\Node\FootnoteContainer;
32 public function render(Node $node, ChildNodeRendererInterface $DWRenderer): string
/plugin/combo/vendor/carica/phpcss/src/PhpCss/Parser/
H A DText.php22 public function parse(): PhpCss\Ast\Node {
/plugin/findologicxmlexport/vendor/hoa/protocol/Node/
H A DNode.php37 namespace Hoa\Protocol\Node;
50 class Node implements \ArrayAccess, \IteratorAggregate class
/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/prosemirror/
H A DREADME.md43 - `renderer.php` uses the classes `NodeStack` `Node` and `Mark` in `schema` to do its job
45 - to keep information about a Node in as few places as possible,
48 `script/schema.js` and creates its `doc`-Node from it.
81 - if a Node cannot be simply rendered and edited by ProseMirror, it needs a NodeView
/plugin/findologicxmlexport/vendor/twig/twig/src/TokenParser/
H A DWithTokenParser.php14 use Twig\Node\WithNode;
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/Xml/
H A DNode.php13 class Node class
/plugin/commonmark/vendor/league/commonmark/src/Extension/Attributes/Parser/
H A DAttributesBlockParser.php

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