Home
last modified time | relevance | path

Searched refs:INode (Results 1 – 25 of 65) sorted by relevance

123

/plugin/webdav/vendor/sabre/dav/lib/DAV/
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 DICollection.php14 interface ICollection extends INode {
57 * @return INode
64 * @return INode[]
H A DIMoveTarget.php39 * @param INode $sourceNode Source node itself
42 function moveInto($targetName, $sourcePath, INode $sourceNode);
H A DTree.php51 * @return INode
294 * @param INode $source
299 …protected function copyNode(INode $source, ICollection $destinationParent, $destinationName = null…
H A DINode.php12 interface INode { interface
H A DIFile.php16 interface IFile extends INode {
H A DIProperties.php14 interface IProperties extends INode {
/plugin/davcal/vendor/sabre/dav/lib/DAV/
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 DIMoveTarget.php39 * @param INode $sourceNode Source node itself
42 function moveInto($targetName, $sourcePath, INode $sourceNode);
H A DTree.php51 * @return INode
292 * @param INode $source
297 …protected function copyNode(INode $source, ICollection $destinationParent, $destinationName = null…
H A DINode.php12 interface INode { interface
H A DIFile.php16 interface IFile extends INode {
H A DIProperties.php14 interface IProperties extends INode {
/plugin/webdav/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/CalDAV/Subscriptions/
H A DPlugin.php5 use Sabre\DAV\INode; alias
63 * @param INode $node
66 function propFind(PropFind $propFind, INode $node) {
/plugin/webdav/vendor/sabre/dav/lib/DAV/Sharing/
H A DISharedNode.php5 use Sabre\DAV\INode; alias
16 interface ISharedNode extends INode {
H A DPlugin.php7 use Sabre\DAV\INode; alias
150 * @param INode $node
153 function propFind(PropFind $propFind, INode $node) {
226 * @param INode $node
229 function getSupportedPrivilegeSet(INode $node, array &$supportedPrivilegeSet) {
/plugin/webdav/vendor/sabre/dav/lib/DAV/PropertyStorage/
H A DPlugin.php5 use Sabre\DAV\INode; alias
83 * @param INode $node
86 function propFind(PropFind $propFind, 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/webdav/core/Plugin/
H A DFakeLocker.php29 use Sabre\DAV\INode; alias
92 * @param INode $node
95 public function propFind(PropFind $propFind, INode $node)
H A DDokuWiki.php50 * @param INode $node
53 public function propFind(PropFind $propFind, INode $node)
/plugin/webdav/vendor/sabre/dav/lib/DAV/Browser/
H A DGuessContentType.php70 * @param INode $node
73 function propFind(PropFind $propFind, INode $node) {
/plugin/davcal/vendor/sabre/dav/lib/DAV/Browser/
H A DGuessContentType.php70 * @param INode $node
73 function propFind(PropFind $propFind, INode $node) {
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/Notifications/
H A DINode.php19 interface INode { interface
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/Notifications/
H A DINode.php21 interface INode { interface

123