/plugin/webdav/vendor/sabre/dav/lib/DAVACL/Xml/Property/ |
H A D | Principal.php | 140 function toHtml(HtmlOutputHelper $html) { function in Sabre\\DAVACL\\Xml\\Property\\Principal 149 return parent::toHtml($html);
|
H A D | CurrentUserPrivilegeSet.php | 149 function toHtml(HtmlOutputHelper $html) { function in Sabre\\DAVACL\\Xml\\Property\\CurrentUserPrivilegeSet
|
H A D | SupportedPrivilegeSet.php | 94 function toHtml(HtmlOutputHelper $html) { function in Sabre\\DAVACL\\Xml\\Property\\SupportedPrivilegeSet
|
H A D | Acl.php | 123 function toHtml(HtmlOutputHelper $html) { function in Sabre\\DAVACL\\Xml\\Property\\Acl
|
/plugin/davcal/vendor/sabre/dav/lib/DAVACL/Xml/Property/ |
H A D | Principal.php | 140 function toHtml(HtmlOutputHelper $html) { function in Sabre\\DAVACL\\Xml\\Property\\Principal 149 return parent::toHtml($html);
|
H A D | CurrentUserPrivilegeSet.php | 149 function toHtml(HtmlOutputHelper $html) { function in Sabre\\DAVACL\\Xml\\Property\\CurrentUserPrivilegeSet
|
H A D | SupportedPrivilegeSet.php | 94 function toHtml(HtmlOutputHelper $html) { function in Sabre\\DAVACL\\Xml\\Property\\SupportedPrivilegeSet
|
H A D | Acl.php | 123 function toHtml(HtmlOutputHelper $html) { function in Sabre\\DAVACL\\Xml\\Property\\Acl
|
/plugin/webdav/vendor/sabre/dav/lib/DAV/Browser/ |
H A D | HtmlOutput.php | 32 function toHtml(HtmlOutputHelper $html); function
|
H A D | Plugin.php | 749 return $value->toHtml($html);
|
/plugin/davcal/vendor/sabre/dav/lib/DAV/Browser/ |
H A D | HtmlOutput.php | 32 function toHtml(HtmlOutputHelper $html); function
|
H A D | Plugin.php | 744 return $value->toHtml($html);
|
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAVACL/Xml/Property/ |
H A D | SupportedPrivilegeSetTest.php | 117 $this->assertEquals($expected, $prop->toHtml($html));
|
H A D | CurrentUserPrivilegeSetTest.php | 82 $this->assertEquals($expected, $prop->toHtml($html));
|
H A D | ACLTest.php | 338 $this->assertEquals($expected, $acl->toHtml($html));
|
H A D | PrincipalTest.php | 153 $html = $principal->toHtml(new HtmlOutputHelper('/', []));
|
/plugin/webdav/vendor/sabre/dav/lib/DAV/Xml/Property/ |
H A D | SupportedMethodSet.php | 112 function toHtml(HtmlOutputHelper $html) { function in Sabre\\DAV\\Xml\\Property\\SupportedMethodSet
|
H A D | ResourceType.php | 119 function toHtml(HtmlOutputHelper $html) { function in Sabre\\DAV\\Xml\\Property\\ResourceType
|
H A D | SupportedReportSet.php | 145 function toHtml(HtmlOutputHelper $html) { function in Sabre\\DAV\\Xml\\Property\\SupportedReportSet
|
H A D | Href.php | 118 function toHtml(HtmlOutputHelper $html) { function in Sabre\\DAV\\Xml\\Property\\Href
|
/plugin/davcal/vendor/sabre/dav/lib/DAV/Xml/Property/ |
H A D | SupportedMethodSet.php | 117 function toHtml(HtmlOutputHelper $html) { function in Sabre\\DAV\\Xml\\Property\\SupportedMethodSet
|
H A D | ResourceType.php | 119 function toHtml(HtmlOutputHelper $html) { function in Sabre\\DAV\\Xml\\Property\\ResourceType
|
H A D | SupportedReportSet.php | 145 function toHtml(HtmlOutputHelper $html) { function in Sabre\\DAV\\Xml\\Property\\SupportedReportSet
|
H A D | Href.php | 129 function toHtml(HtmlOutputHelper $html) { function in Sabre\\DAV\\Xml\\Property\\Href
|
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/Xml/Property/ |
H A D | HrefTest.php | 119 $this->assertEquals($expected, $href->toHtml($html));
|