Home
last modified time | relevance | path

Searched refs:Node (Results 101 – 125 of 567) sorted by path

12345678910>>...23

/plugin/davcal/vendor/sabre/dav/lib/DAV/
H A DFile.php15 abstract class File extends Node implements IFile {
H A DNode.php14 abstract class Node implements INode { class
/plugin/davcal/vendor/sabre/dav/lib/DAVACL/
H A DPrincipal.php23 class Principal extends DAV\Node implements IPrincipal, DAV\IProperties, IACL {
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/Notifications/
H A DCollectionTest.php35 new Node($this->caldavBackend, $this->principalUri, $this->notification)
H A DNodeTest.php24 $node = new Node($this->caldavBackend, 'principals/user1', $this->systemStatus);
H A DPluginTest.php100 $notification = new Node(
120 $notification = new Node(
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAVACL/
H A DMockACLNode.php8 class MockACLNode extends DAV\Node implements IACL {
H A DMockPrincipal.php8 class MockPrincipal extends DAV\Node implements IPrincipal {
/plugin/davcal/vendor/sabre/uri/
H A DREADME.md7 Partially inspired by [Node.js URL library][3], and created to solve real
/plugin/davcal/vendor/sabre/vobject/lib/
H A DComponent.php15 class Component extends Node {
63 if ($value instanceof Node) {
80 if ($child instanceof Node) {
105 * @return Node
109 if ($a1 instanceof Node) {
H A DNode.php12 abstract class Node implements \IteratorAggregate, \ArrayAccess, \Countable { class
43 * @var Node
H A DParameter.php20 class Parameter extends Node {
H A DProperty.php15 abstract class Property extends Node {
168 * @return Node
366 * @return Node
H A DReader.php62 * @return Node
/plugin/davcal/vendor/sabre/vobject/lib/Parser/
H A DMimeDir.php156 * @return Node
/plugin/davcal/vendor/sabre/vobject/tests/VObject/Property/
H A DTextTest.php90 $vcard->validate(\Sabre\VObject\Node::REPAIR);
/plugin/davcard/vendor/sabre/vobject/lib/
H A DComponent.php15 class Component extends Node {
63 if ($value instanceof Node) {
80 if ($child instanceof Node) {
105 * @return Node
109 if ($a1 instanceof Node) {
H A DNode.php12 abstract class Node implements \IteratorAggregate, \ArrayAccess, \Countable { class
43 * @var Node
H A DParameter.php20 class Parameter extends Node {
H A DProperty.php15 abstract class Property extends Node {
168 * @return Node
366 * @return Node
H A DReader.php62 * @return Node
/plugin/davcard/vendor/sabre/vobject/lib/Parser/
H A DMimeDir.php156 * @return Node
/plugin/davcard/vendor/sabre/vobject/tests/VObject/Property/
H A DTextTest.php90 $vcard->validate(\Sabre\VObject\Node::REPAIR);
/plugin/diagrams/action/
H A Dprosemirror.php5 use dokuwiki\plugin\prosemirror\schema\Node; alias
60 $node = new Node('diagrams');
/plugin/diagrams/parser/
H A DDiagramsNode.php5 use dokuwiki\plugin\prosemirror\parser\Node; alias
12 class DiagramsNode extends Node
15 * @var Node
25 public function __construct($data, Node $parent)

12345678910>>...23