Home
last modified time | relevance | path

Searched refs:group (Results 726 – 750 of 769) sorted by path

1...<<2122232425262728293031

/plugin/webcomponent/_test/data/pages/
H A Ddropdown.txt4 …are a dropdown list for the [[navbar|navbar]] that must be placed inside a [[group|group]] element.
14 <group>
17 [[dokuwiki:webcomponent:group|group]]
20 </group>
H A Dgroup.txt5 ''group'' implements the ''navbar-nav'' element that is used in a [[navbar|navbar]] to group elemen…
7 This is used mostly if you want a group of element at the right and an other at the left
13 The first group will be at the left and the search form at the right
17 <group class="mr-auto">
23 </group>
H A Dnavbar.txt9 * a [[group|group]] to group [[dropdown|dropdown menu]]
11 * a [[collapse|collapse container]] to group the element that will collapse
38 <group class="mr-auto">
94 </group>
H A Dstart.txt17 * [[group|group]]
H A Dwebcomponent.txt17 * [[group|group]]
/plugin/webdav/
H A D.travis.yml13 script: cd _test && ./phpunit.phar --stderr --group plugin_webdav
/plugin/webdav/vendor/sabre/dav/
H A DCHANGELOG.md1666 users to update the {DAV:}group-member-set property.
H A DCONTRIBUTING.md86 [6]: http://groups.google.com/group/sabredav-discuss
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/
H A DPlugin.php382 foreach ($membership as $group) {
384 $groupNode = $this->server->tree->getNodeForPath($group);
386 $listItem = Uri\split($group)[0] . '/';
/plugin/webdav/vendor/sabre/event/
H A DREADME.md49 [4]: http://groups.google.com/group/sabredav-discuss
/plugin/webdav/vendor/sabre/uri/
H A DREADME.md43 [4]: http://groups.google.com/group/sabredav-discuss
/plugin/webdav/vendor/sabre/vobject/
H A DCHANGELOG.md365 a single group with `$vcard->{'ITEM1.'}` syntax. (@armin-hackmann)
550 * Fixed: Setting correct property group on VCard conversion
H A DREADME.md48 Head over to the [SabreDAV mailing list](http://groups.google.com/group/sabredav-discuss) for any q…
/plugin/webdav/vendor/sabre/vobject/lib/
H A DComponent.php223 $group = null;
226 list($group, $name) = explode('.', $name, 2);
235 if (is_null($group)) {
242 function ($child) use ($group) {
243 return $child instanceof Property && strtoupper($child->group) === $group;
254 if ($child instanceof Property && strtoupper($child->group) === $group) {
H A DDocument.php196 $group = substr($name, 0, $i);
200 $group = null;
226 return new $class($this, $name, $value, $parameters, $group);
H A DProperty.php35 public $group; variable in Sabre\\VObject\\Property
68 * @param string $group The vcard property group
70 … function __construct(Component $root, $name, $value = null, array $parameters = [], $group = null) argument
73 $this->group = $group;
225 if ($this->group) {
226 $str = $this->group.'.'.$this->name;
295 if ($this->group) {
296 $parameters['group'] = $this->group;
H A DVCardConverter.php192 if (!$property->group) {
195 $label = $input->{$property->group.'.X-ABLABEL'};
223 $newProperty->group = $property->group;
/plugin/webdav/vendor/sabre/vobject/lib/Component/
H A DVCard.php475 $group = $property->group;
477 if (!isset($propertiesByGroup[$group])) {
478 $propertiesByGroup[$group] = [];
481 $propertiesByGroup[$group][] = $property;
486 foreach ($propertiesByGroup as $group => $properties) {
487 if (!empty($group)) {
489 $writer->writeAttribute('name', strtolower($group));
509 if (!empty($group)) {
/plugin/webdav/vendor/sabre/vobject/lib/Property/
H A DText.php71 * @param string $group The vcard property group
73 … function __construct(Component $root, $name, $value = null, array $parameters = [], $group = null) argument
84 parent::__construct($root, $name, $value, $parameters, $group);
218 if ($this->group) {
219 $str = $this->group.'.'.$this->name;
/plugin/webdav/vendor/sabre/vobject/resources/schema/
H A Dxcard.rng123 element text { "individual" | "group" | "org" | "location" |
383 | element group {
/plugin/webdav/vendor/sabre/xml/
H A DREADME.md20 Head over to the [SabreDAV mailing list](http://groups.google.com/group/sabredav-discuss) for any q…
/plugin/webdavclient/vendor/sabre/vobject/
H A DChangeLog.md139 a single group with `$vcard->{'ITEM1.'}` syntax. (@armin-hackmann)
324 * Fixed: Setting correct property group on VCard conversion
H A DREADME.md45 Head over to the [SabreDAV mailing list](http://groups.google.com/group/sabredav-discuss) for any q…
/plugin/webdavclient/vendor/sabre/vobject/lib/
H A DComponent.php218 $group = null;
221 list($group,$name) = explode('.', $name, 2);
230 … && (is_null($group) || ( $child instanceof Property && strtoupper($child->group) === $group))
234 … $name === '' && $child instanceof Property && strtoupper($child->group) === $group
H A DDocument.php197 $group = substr($name, 0, $i);
201 $group = null;
221 return new $class($this, $name, $value, $parameters, $group);

1...<<2122232425262728293031