Lines Matching full:apple
101 // case for vCard 3. Apple has a workaround for this that
102 // allows applications that support Apple's extension still
105 // choosing 1604 for the birthyear, because that's what apple
111 $newProperty['X-APPLE-OMIT-YEAR'] = '1604';
118 // We also need to add a new apple property for the same
119 // purpose. This apple property needs a 'label' in the same
133 // but apple has an extension that means the same
156 …if ($property instanceof Property\VCard\DateAndOrTime && isset($parameters['X-APPLE-OMIT-YEAR'])) {
157 // If a property such as BDAY contained 'X-APPLE-OMIT-YEAR',
160 if ($parts['year'] === $property['X-APPLE-OMIT-YEAR']->getValue()) {
166 // X-APPLE-OMIT-YEAR.
167 unset($parameters['X-APPLE-OMIT-YEAR']);
211 // Apple's per-property label system.