Home
last modified time | relevance | path

Searched refs:group (Results 501 – 525 of 769) sorted by path

1...<<2122232425262728293031

/plugin/icalevents/vendor/sabre/uri/
H A DREADME.md43 [4]: http://groups.google.com/group/sabredav-discuss
/plugin/icalevents/vendor/sabre/vobject/
H A DCHANGELOG.md304 a single group with `$vcard->{'ITEM1.'}` syntax. (@armin-hackmann)
489 * 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/icalevents/vendor/sabre/vobject/lib/
H A DComponent.php233 $group = null;
236 list($group, $name) = explode('.', $name, 2);
244 if (is_null($group)) {
251 function($child) use ($group) {
253 return $child instanceof Property && strtoupper($child->group) === $group;
268 if ($child instanceof Property && strtoupper($child->group) === $group) {
H A DDocument.php200 $group = substr($name, 0, $i);
204 $group = null;
229 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
72 …function __construct(Component $root, $name, $value = null, array $parameters = [], $group = null)… argument
75 $this->group = $group;
239 if ($this->group) $str = $this->group . '.' . $this->name;
315 if ($this->group) {
316 $parameters['group'] = $this->group;
H A DVCardConverter.php209 if (!$property->group) {
212 $label = $input->{$property->group . '.X-ABLABEL'};
242 $newProperty->group = $property->group;
/plugin/icalevents/vendor/sabre/vobject/lib/Component/
H A DVCard.php484 $group = $property->group;
486 if (!isset($propertiesByGroup[$group])) {
487 $propertiesByGroup[$group] = [];
490 $propertiesByGroup[$group][] = $property;
496 foreach ($propertiesByGroup as $group => $properties) {
498 if (!empty($group)) {
501 $writer->writeAttribute('name', strtolower($group));
524 if (!empty($group)) {
/plugin/icalevents/vendor/sabre/vobject/lib/Property/
H A DText.php71 * @param string $group The vcard property group
75 …function __construct(Component $root, $name, $value = null, array $parameters = [], $group = null)… argument
86 parent::__construct($root, $name, $value, $parameters, $group);
231 if ($this->group) $str = $this->group . '.' . $this->name;
/plugin/icalevents/vendor/sabre/vobject/resources/schema/
H A Dxcard.rng123 element text { "individual" | "group" | "org" | "location" |
383 | element group {
/plugin/icalevents/vendor/sabre/vobject/tests/VObject/
H A DComponentTest.php68 $this->assertEquals('GROUP1', $email1[0]->group);
72 $this->assertEquals(null, $email3[0]->group);
/plugin/icalevents/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/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Generic/Sniffs/Commenting/
H A DDocCommentSniff.php264 foreach ($tagGroups as $group) {
267 foreach ($group as $pos => $tag) {
282 $lastTag = $group[$pos];
/plugin/icons/
H A D.travis.yml16 script: cd _test && phpunit --bootstrap ../../../_test/bootstrap.php --stderr --group plugin_icons
/plugin/icons/assets/font-awesome/css/
H A Dfont-awesome.min.css4group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa…
/plugin/icons/assets/material-design-icons/css/
H A Dmaterialdesignicons.min.css1group::before{content:"\F848"}.mdi-account-group-outline::before{content:"\FB34"}.mdi-account-hear…
/plugin/icons/assets/typicons/
H A Dtypicons.css423 .typcn-group-outline:before {
426 .typcn-group:before {
H A Dtypicons.min.css1 …:'\e080'}.typcn-globe:before{content:'\e081'}.typcn-group-outline:before{content:'\e082'}.typcn-gr…
/plugin/ifauthex/lib/
H A Dgrammar.php18 public function belongToGroup($group) { argument
20 if (in_array($group, $this->SIMULATE_IN_GROUPS)) {
29 return in_array($group, $INFO[$key1][$key2]);
/plugin/imagecarousel/
H A D.travis.yml32 - ./phpunit.phar --group plugin_imagecarousel
/plugin/imagemapping/
H A D.travis.yml
/plugin/include/
H A Ddeleted.files5 _test/include.group.php
H A Dhelper.php882 // Take first group if possible
884 $group = $USERINFO['grps'][0];
886 $group = 'ALL';
923 '@GROUP@' => cleanID($group),
/plugin/inlineedit/
H A D.travis.yml32 - phpunit --group plugin_inlineedit
/plugin/ipban/
H A D.travis.yml15 script: cd _test && ./phpunit.phar --stderr --group plugin_ipban

1...<<2122232425262728293031