Home
last modified time | relevance | path

Searched refs:get404Properties (Results 1 – 9 of 9) sorted by path

/plugin/davcal/vendor/sabre/dav/lib/DAV/Browser/
H A DPropFindAll.php116 function get404Properties() { function in Sabre\\DAV\\Browser\\PropFindAll
/plugin/davcal/vendor/sabre/dav/lib/DAV/
H A DCorePlugin.php846 if ($node instanceof IProperties && $propertyNames = $propFind->get404Properties()) {
H A DPropFind.php222 function get404Properties() { function in Sabre\\DAV\\PropFind
/plugin/davcal/vendor/sabre/dav/lib/DAV/PropertyStorage/Backend/
H A DPDO.php75 if (!$propFind->isAllProps() && count($propFind->get404Properties()) === 0) {
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/Browser/
H A DPropFindAllTest.php54 $pf->get404Properties()
65 $pf->get404Properties()
/plugin/webdav/vendor/sabre/dav/lib/DAV/Browser/
H A DPropFindAll.php116 function get404Properties() { function in Sabre\\DAV\\Browser\\PropFindAll
/plugin/webdav/vendor/sabre/dav/lib/DAV/
H A DCorePlugin.php846 if ($node instanceof IProperties && $propertyNames = $propFind->get404Properties()) {
H A DPropFind.php222 function get404Properties() { function in Sabre\\DAV\\PropFind
/plugin/webdav/vendor/sabre/dav/lib/DAV/PropertyStorage/Backend/
H A DPDO.php82 if (!$propFind->isAllProps() && count($propFind->get404Properties()) === 0) {