Home
last modified time | relevance | path

Searched refs:INode (Results 51 – 65 of 65) sorted by path

123

/plugin/webdav/vendor/sabre/dav/lib/DAV/
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.php199 * @param Tree|INode|array|null $treeOrNode The tree object
205 } elseif ($treeOrNode instanceof INode) {
212 if (!($node instanceof INode)) {
1054 * @param INode $node
1057 function getPropertiesByNode(PropFind $propFind, INode $node) {
1631 * @param INode $node
1634 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
294 * @param INode $source
299 …protected function copyNode(INode $source, ICollection $destinationParent, $destinationName = null…
/plugin/webdav/vendor/sabre/dav/lib/DAV/Locks/
H A DPlugin.php94 function propFind(DAV\PropFind $propFind, DAV\INode $node) {
/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/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/Sync/
H A DPlugin.php208 function propFind(DAV\PropFind $propFind, DAV\INode $node) {
/plugin/webdav/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.php10 use Sabre\DAV\INode; alias
438 * @param string|INode $node
526 * @param string|INode $node
986 function propFind(DAV\PropFind $propFind, DAV\INode $node) {
1596 function htmlActionsPanel(DAV\INode $node, &$output) {

123