Home
last modified time | relevance | path

Searched refs:components (Results 576 – 600 of 617) sorted by path

1...<<2122232425

/plugin/unsplashdoku/
H A DLICENSE162 form) with the major components (compiler, kernel, and so on) of the
/plugin/uparrow/
H A DCOPYING162 form) with the major components (compiler, kernel, and so on) of the
/plugin/upgrade/
H A DLICENSE162 form) with the major components (compiler, kernel, and so on) of the
/plugin/usermanagerextended/
H A DLICENSE162 form) with the major components (compiler, kernel, and so on) of the
/plugin/usersubscriptions/
H A DCOPYING162 form) with the major components (compiler, kernel, and so on) of the
/plugin/var/
H A DCOPYING162 form) with the major components (compiler, kernel, and so on) of the
/plugin/vbsso/
H A DREADME.md8 The system has two components. First, there’s a vBulletin plugin that creates an interface for auth…
/plugin/vimeo/
H A DLICENSE162 form) with the major components (compiler, kernel, and so on) of the
/plugin/virtualkeyboard/vk/
H A Dlicense.txt323 components (compiler, kernel, and so on) of the operating system on
/plugin/vote/
H A DCOPYING162 form) with the major components (compiler, kernel, and so on) of the
/plugin/webcomponent/_test/data/pages/
H A Dcard.txt7 This is the implement of the [[https://getbootstrap.com/docs/4.3/components/card/|Bootstrap card]]
27 A example taken from [[https://getbootstrap.com/docs/4.3/components/card/#example|the bootstrap qui…
40 A example taken from [[https://getbootstrap.com/docs/4.3/components/card/#example|the bootstrap qui…
H A Dcard_column.txt6 With the ''card-columns'' components, you can put any type [[card|card]] ([[blockquote|blockquote]]…
26 A example taken from [[https://getbootstrap.com/docs/4.3/components/card/#example|the bootstrap qui…
45 A example taken from [[https://getbootstrap.com/docs/4.3/components/card/#example|the bootstrap qui…
H A Dcontainer.txt6 …ed to limit the horizontal width. ([[https://getbootstrap.com/docs/4.0/components/navbar/#containe…
H A Dnavbar.txt4 …plementation of the top element of [[https://getbootstrap.com/docs/4.0/components/navbar/|bootstra…
H A Dsearch.txt5 …search|dokuwiki search form]] in a [[https://getbootstrap.com/docs/4.0/components/navbar/#forms|Bo…
/plugin/webdav/vendor/sabre/dav/
H A DCHANGELOG.md140 todos using MySQL, because the `components` column was 1 byte too small.
247 todos using MySQL, because the `components` column was 1 byte too small.
508 todos using MySQL, because the `components` column was 1 byte too small.
1418 * Added: Support for time-range filters on VALARM components.
1462 components and not properties.
1542 * Fixed: VObject properties are now always encoded before components.
1643 * Added: unset() support to VObject components.
1651 * Changed: If calendars don't specify which components they allow, 'all'
1652 components are assumed (e.g.: VEVENT, VTODO, VJOURNAL).
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/Backend/
H A DPDO.php181 $components = [];
183 $components = explode(',', $row['components']);
192 …rted-calendar-component-set' => new CalDAV\Xml\Property\SupportedCalendarComponentSet($components),
250 $components = 'VEVENT,VTODO';
255 $components = implode(',', $properties[$sccs]->getValue());
262 $stmt->execute([$components]);
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/Xml/Property/
H A DSupportedCalendarComponentSet.php33 protected $components = []; variable in Sabre\\CalDAV\\Xml\\Property\\SupportedCalendarComponentSet
38 * @param array $components
40 function __construct(array $components) { argument
42 $this->components = $components;
53 return $this->components;
78 foreach ($this->components as $component) {
113 $components = [];
117 $components[] = $elem['attributes']['name'];
121 if (!$components) {
125 return new self($components);
/plugin/webdav/vendor/sabre/vobject/
H A DCHANGELOG.md148 * #278: `expand()` did not work correctly on events with sub-components.
214 especially helps objects that have a lot of sub-components or properties,
216 * #197: The `$children` property on components has been changed from `public`
328 * #202: Support for parsing and validating `VAVAILABILITY` components. (@Hywan)
373 * #163: Added a `getTimeZone()` method to `VTIMEZONE` components.
532 many, are now automatically padded with empty components.
533 * Added: The vCard validator now also checks for a minimum number of components,
538 VCalendar and VCard components.
679 * Added: remove() method for easily removing properties and sub-components
680 components.
[all …]
/plugin/webdav/vendor/sabre/vobject/lib/
H A DComponent.php346 $components = [];
352 $components[] = $child->jsonSerialize();
362 $components,
374 $components = [];
380 $components[] = $child;
399 if (!empty($components)) {
402 foreach ($components as $component) {
/plugin/webdav/vendor/sabre/vobject/lib/Component/
H A DVCalendar.php200 $components = [];
209 $components[] = $child;
214 return $components;
/plugin/webdav/vendor/sabre/vobject/lib/Parser/
H A DJson.php107 $components = array_map(
114 $components = [];
119 array_merge($properties, $components),
H A DXML.php310 $components = $this->pointer['value'] ?: [];
312 foreach ($components as $component) {
/plugin/webdav/vendor/sabre/vobject/resources/schema/
H A Dxcal.rng406 type-component = element components {
420 element components {
465 element components {
576 element components {
/plugin/webdavclient/
H A Dhelper.php597 $components = parse_url($uri);
600 $components['host'].
630 $components = parse_url($uri);
631 $calendarhomes[] = $components['scheme'].'://'.
632 $components['host'].
649 $components = parse_url($uri);
651 $components['host'].
710 $components = parse_url($uri);
711 $href = $components['scheme'].'://'.$components['host'].$href;
732 $components = parse_url($uri);
[all …]

1...<<2122232425