Home
last modified time | relevance | path

Searched refs:Component (Results 51 – 75 of 496) sorted by path

12345678910>>...20

/plugin/contactmodern/
H A DLICENSE125 packaging a Major Component, but which is not part of that Major
126 Component, and (b) serves only to enable use of the work with that
127 Major Component, or to implement a Standard Interface for which an
129 "Major Component", in this context, means a major essential component
/plugin/copycode/
H A Dstyle.css2 * DokuWiki Plugin copycode (Action Component)
/plugin/dataplot/
H A DCOPYING125 packaging a Major Component, but which is not part of that Major
126 Component, and (b) serves only to enable use of the work with that
127 Major Component, or to implement a Standard Interface for which an
129 "Major Component", in this context, means a major essential component
/plugin/datepicker/
H A Dprint.css2 * DokuWiki Plugin datepicker (CSS-Print Component)
H A Dstyle.css2 * DokuWiki Plugin datepicker (CSS-Print Component)
/plugin/davcal/fullcalendar-3.10.5/
H A Dfullcalendar.js2146 exports.Component = Component_1.default;
9969 var Component = /** @class */ (function (_super) {
9970 tslib_1.__extends(Component, _super);
9971 function Component() {
9974 Component.prototype.setElement = function (el) {
9980 Component.prototype.removeElement = function () {
9989 Component.prototype.bindGlobalHandlers = function () {
9999 Component.prototype.renderSkeleton = function () {
10003 Component.prototype.unrenderSkeleton = function () {
10006 return Component;
[all …]
/plugin/davcal/
H A Dhelper.php780 $vcalendar = new \Sabre\VObject\Component\VCalendar();
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/
H A DCalendarQueryValidator.php32 function validate(VObject\Component\VCalendar $vObject, array $filters) {
58 protected function validateCompFilters(VObject\Component $parent, array $filters) {
129 protected function validatePropFilters(VObject\Component $parent, array $filters) {
H A DICSExportPlugin.php272 $calendar = new VObject\Component\VCalendar();
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/Schedule/
H A DPlugin.php15 use Sabre\VObject\Component\VCalendar;
657 …protected function handleFreeBusyRequest(IOutbox $outbox, VObject\Component $vObject, RequestInter…
756 …unction getFreeBusyForEmail($email, \DateTime $start, \DateTime $end, VObject\Component $request) {
841 $vcalendar = new VObject\Component\VCalendar();
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/
H A DCalendarQueryVAlarmTest.php15 $vcalendar = new VObject\Component\VCalendar();
59 $vcalendar = new VObject\Component\VCalendar();
78 $vcalendar = new VObject\Component\VCalendar();
/plugin/davcal/vendor/sabre/vobject/
H A DChangeLog.md381 * Changed: Component::remove() will throw an exception when trying to a node
416 Component::create, Property::create and Parameter::create. They must instead
/plugin/davcal/vendor/sabre/vobject/bin/
H A Dgenerate_vcards211 $vcard = new Component\VCard(array(
H A Dgenerateicalendardata.php34 $calendar = VObject\Component::create('VCALENDAR');
44 $event = VObject\Component::create('VEVENT');
/plugin/davcal/vendor/sabre/vobject/lib/
H A DComponent.php15 class Component extends Node { class
191 if ($child instanceof Component) {
273 if ($array[$key] instanceof Component) {
333 if ($child instanceof Component) {
419 if ($value instanceof Component || $value instanceof Property) {
/plugin/davcal/vendor/sabre/vobject/lib/Component/
H A DAvailable.php3 namespace Sabre\VObject\Component;
17 class Available extends VObject\Component {
H A DVAlarm.php3 namespace Sabre\VObject\Component;
15 class VAlarm extends VObject\Component {
H A DVAvailability.php3 namespace Sabre\VObject\Component;
17 class VAvailability extends VObject\Component {
H A DVCalendar.php3 namespace Sabre\VObject\Component;
8 use Sabre\VObject\Component; alias
179 if (!$component instanceof VObject\Component)
212 if (!$component instanceof VObject\Component)
429 if($child instanceof Component) {
512 if (!$item instanceof Component) {
H A DVCard.php3 namespace Sabre\VObject\Component;
H A DVEvent.php3 namespace Sabre\VObject\Component;
18 class VEvent extends VObject\Component {
H A DVFreeBusy.php3 namespace Sabre\VObject\Component;
17 class VFreeBusy extends VObject\Component {
H A DVJournal.php3 namespace Sabre\VObject\Component;
16 class VJournal extends VObject\Component {
H A DVTimeZone.php3 namespace Sabre\VObject\Component;
17 class VTimeZone extends VObject\Component {
H A DVTodo.php3 namespace Sabre\VObject\Component;
16 class VTodo extends VObject\Component {

12345678910>>...20