Home
last modified time | relevance | path

Searched refs:group (Results 251 – 275 of 769) sorted by path

1...<<11121314151617181920>>...31

/plugin/datatables/assets/pdfmake/build/
H A Dpdfmake.min.js
/plugin/datatemplate/
H A Dstyle.css27 form.filterform_plugin div.group {
/plugin/datepicker/
H A D.travis.yml26 - phpunit --group plugin_datepicker
/plugin/davcal/fullcalendar-3.10.5/
H A Dfullcalendar.less127 .fc-button-group {
131 every button that is not first in a button group should scootch over one pixel and cover the
134 .fc .fc-button-group > * {
139 .fc .fc-button-group > :first-child {
H A Dfullcalendar.print.less173 .fc-button-group,
/plugin/davcal/vendor/sabre/dav/
H A DCONTRIBUTING.md86 [6]: http://groups.google.com/group/sabredav-discuss
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/
H A DPlugin.php367 foreach ($membership as $group) {
369 $groupNode = $this->server->tree->getNodeForPath($group);
371 $listItem = Uri\split($group)[0] . '/';
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAVACL/PrincipalBackend/
H A DMock.php108 foreach ($this->groupMembers as $group => $members) {
109 if (in_array($path, $members)) $membership[] = $group;
/plugin/davcal/vendor/sabre/event/
H A DREADME.md47 [4]: http://groups.google.com/group/sabredav-discuss
/plugin/davcal/vendor/sabre/uri/
H A DREADME.md51 [4]: http://groups.google.com/group/sabredav-discuss
/plugin/davcal/vendor/sabre/vobject/
H A DChangeLog.md99 a single group with `$vcard->{'ITEM1.'}` syntax. (@armin-hackmann)
284 * 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/davcal/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);
H A DProperty.php33 public $group; variable in Sabre\\VObject\\Property
66 * @param string $group The vcard property group
69 …function __construct(Component $root, $name, $value = null, array $parameters = array(), $group = … argument
72 $this->group = $group;
234 if ($this->group) $str = $this->group . '.' . $this->name;
309 if ($this->group) {
310 $parameters['group'] = $this->group;
H A DVCardConverter.php205 if (!$property->group) {
208 $label = $input->{$property->group . '.X-ABLABEL'};
238 $newProperty->group = $property->group;
/plugin/davcal/vendor/sabre/vobject/lib/Property/
H A DText.php70 * @param string $group The vcard property group
73 …on __construct(Component $root, $name, $value = null, array $parameters = array(), $group = null) { argument
84 parent::__construct($root, $name, $value, $parameters, $group);
229 if ($this->group) $str = $this->group . '.' . $this->name;
/plugin/davcal/vendor/sabre/vobject/tests/VObject/
H A DComponentTest.php69 $this->assertEquals('GROUP1', $email1[0]->group);
73 $this->assertEquals(null, $email3[0]->group);
/plugin/davcal/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/davcard/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/davcard/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);
H A DProperty.php33 public $group; variable in Sabre\\VObject\\Property
66 * @param string $group The vcard property group
69 …function __construct(Component $root, $name, $value = null, array $parameters = array(), $group = … argument
72 $this->group = $group;
234 if ($this->group) $str = $this->group . '.' . $this->name;
309 if ($this->group) {
310 $parameters['group'] = $this->group;
/plugin/davcard/vendor/sabre/vobject/lib/Property/
H A DText.php70 * @param string $group The vcard property group
73 …on __construct(Component $root, $name, $value = null, array $parameters = array(), $group = null) { argument
84 parent::__construct($root, $name, $value, $parameters, $group);
229 if ($this->group) $str = $this->group . '.' . $this->name;

1...<<11121314151617181920>>...31