Home
last modified time | relevance | path

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

/plugin/webdav/vendor/sabre/dav/lib/DAV/PropertyStorage/
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/asciidocjs/node_modules/resolve/test/
Dpathfilter.js55 var pathFilter = pathFilterFactory(st);
59 { basedir: resolverDir, pathFilter: pathFilter } property
65 { basedir: resolverDir, pathFilter: pathFilter }, property
/plugin/asciidocjs/node_modules/resolve/lib/
Dsync.js118 if (pkg && pkg.dir && pkg.pkg && opts.pathFilter) {
120 var r = opts.pathFilter(pkg.pkg, x, rfile);
Dasync.js196 if (dir && pkg && opts.pathFilter) {
199 var r = opts.pathFilter(pkg, x, rel);
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/PropertyStorage/
H A DPluginTest.php95 $this->plugin->pathFilter = function($path) {
/plugin/asciidocjs/node_modules/resolve/
Dreadme.markdown90 * `opts.pathFilter(pkg, path, relativePath)` - transform a path within a package
198 * `opts.pathFilter(pkg, path, relativePath)` - transform a path within a package
/plugin/webdav/vendor/sabre/dav/
DCHANGELOG.md796 * #474: Fixed PropertyStorage `pathFilter()`.