Home
last modified time | relevance | path

Searched refs:INode (Results 1 – 25 of 65) sorted by last modified time

123

/plugin/davcal/vendor/sabre/dav/lib/CalDAV/Schedule/
H A DPlugin.php9 use Sabre\DAV\INode; alias
197 * @param INode $node
200 function propFind(PropFind $propFind, INode $node) {
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/
H A DSharingPlugin.php115 function propFindEarly(DAV\PropFind $propFind, DAV\INode $node) {
180 function propFindLate(DAV\PropFind $propFind, DAV\INode $node) {
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/Subscriptions/
H A DPlugin.php5 use Sabre\DAV\INode; alias
63 * @param INode $node
66 function propFind(PropFind $propFind, INode $node) {
/plugin/davcal/vendor/sabre/dav/lib/DAV/Browser/
H A DPlugin.php498 function htmlActionsPanel(DAV\INode $node, &$output) {
625 * @param INode $node
/plugin/davcal/vendor/sabre/dav/lib/DAV/FS/
H A DNode.php17 abstract class Node implements DAV\INode {
/plugin/davcal/vendor/sabre/dav/lib/DAV/FSExt/
H A DDirectory.php202 function moveInto($targetName, $sourcePath, DAV\INode $sourceNode) {
/plugin/davcal/vendor/sabre/dav/lib/DAV/
H A DICollection.php14 interface ICollection extends INode {
H A DIFile.php16 interface IFile extends INode {
H A DIMoveTarget.php39 * @param INode $sourceNode Source node itself
42 function moveInto($targetName, $sourcePath, INode $sourceNode);
H A DINode.php12 interface INode { interface
H A DIProperties.php14 interface IProperties extends INode {
H A DNode.php14 abstract class Node implements INode {
H A DServer.php193 * @param Tree|INode|array|null $treeOrNode The tree object
199 } elseif ($treeOrNode instanceof INode) {
206 if (!($node instanceof INode)) {
989 * @param INode $node
992 function getPropertiesByNode(PropFind $propFind, INode $node) {
1555 * @param INode $node
1558 function getResourceTypeForNode(INode $node) {
H A DSimpleCollection.php20 * @var INode[]
38 * @param INode[] $children
45 …if (!($child instanceof INode)) throw new Exception('Only instances of Sabre\DAV\INode are allowed…
55 * @param INode $child
58 function addChild(INode $child) {
86 * @return INode
98 * @return INode[]
H A DTree.php51 * @return INode
292 * @param INode $source
297 …protected function copyNode(INode $source, ICollection $destinationParent, $destinationName = null…
/plugin/davcal/vendor/sabre/dav/lib/DAV/Locks/
H A DPlugin.php94 function propFind(DAV\PropFind $propFind, DAV\INode $node) {
/plugin/davcal/vendor/sabre/dav/lib/DAV/PropertyStorage/
H A DPlugin.php9 use Sabre\DAV\INode; alias
78 * @param INode $node
81 function propFind(PropFind $propFind, INode $node) {
/plugin/davcal/vendor/sabre/dav/lib/DAV/Sync/
H A DPlugin.php208 function propFind(DAV\PropFind $propFind, DAV\INode $node) {
/plugin/davcal/vendor/sabre/dav/lib/DAVACL/
H A DIACL.php16 interface IACL extends DAV\INode {
H A DIPrincipal.php16 interface IPrincipal extends DAV\INode {
H A DPlugin.php6 use Sabre\DAV\INode; alias
322 * @param string|INode $node
412 * @param string|INode $node
839 function propFind(DAV\PropFind $propFind, DAV\INode $node) {
1282 function htmlActionsPanel(DAV\INode $node, &$output) {
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/Mock/
H A DCollection.php43 } elseif ($value instanceof \Sabre\DAV\INode) {
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/Notifications/
H A DINode.php19 interface INode { interface
H A DNode.php21 class Node extends DAV\File implements INode, DAVACL\IACL {
H A DPlugin.php7 use Sabre\DAV\INode as BaseINode;

123