Home
last modified time | relevance | path

Searched refs:pathFilter (Results 1 – 4 of 4) sorted by relevance

/plugin/webdav/vendor/sabre/dav/lib/DAV/PropertyStorage/
H A DPlugin.php38 public $pathFilter; variable in Sabre\\DAV\\PropertyStorage\\Plugin
89 $pathFilter = $this->pathFilter;
90 if ($pathFilter && !$pathFilter($path)) return;
107 $pathFilter = $this->pathFilter;
108 if ($pathFilter && !$pathFilter($path)) return;
124 $pathFilter = $this->pathFilter;
125 if ($pathFilter && !$pathFilter($path)) return;
141 $pathFilter = $this->pathFilter;
142 if ($pathFilter && !$pathFilter($source)) return;
145 if ($pathFilter && !$pathFilter($destination)) return;
/plugin/davcal/vendor/sabre/dav/lib/DAV/PropertyStorage/
H A DPlugin.php38 public $pathFilter; variable in Sabre\\DAV\\PropertyStorage\\Plugin
84 $pathFilter = $this->pathFilter;
85 if ($pathFilter && !$pathFilter($path)) return;
102 $pathFilter = $this->pathFilter;
103 if ($pathFilter && !$pathFilter($path)) return;
119 $pathFilter = $this->pathFilter;
120 if ($pathFilter && !$pathFilter($path)) return;
136 $pathFilter = $this->pathFilter;
137 if ($pathFilter && !$pathFilter($source)) return;
140 if ($pathFilter && !$pathFilter($destination)) return;
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/PropertyStorage/
H A DPluginTest.php95 $this->plugin->pathFilter = function($path) {
/plugin/webdav/vendor/sabre/dav/
H A DCHANGELOG.md796 * #474: Fixed PropertyStorage `pathFilter()`.