Home
last modified time | relevance | path

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

/plugin/webdav/vendor/sabre/dav/lib/DAV/Auth/Backend/
H A DBasicCallBack.php17 class BasicCallBack extends AbstractBasic { class
/plugin/davcal/vendor/sabre/dav/lib/DAV/Auth/Backend/
H A DBasicCallBack.php17 class BasicCallBack extends AbstractBasic { class
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/Auth/Backend/
H A DBasicCallBackTest.php22 $backend = new BasicCallBack($callBack);
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/
H A DHttpHeadTest.php79 $authBackend = new Auth\Backend\BasicCallBack(function($userName,$password) use (&$count) {