Home
last modified time | relevance | path

Searched full:apple (Results 1 – 25 of 367) sorted by relevance

12345678910>>...15

/plugin/findologicxmlexport/vendor/symfony/yaml/Tests/Fixtures/
DYtsBasicTests.yml8 - apple
12 ['apple', 'banana', 'carrot']
20 - apple
24 ['apple', null, 'carrot']
32 - apple
36 ['apple', 'banana', null]
56 - apple
64 ['apple', ['foo', 'bar', 'x123'], 'banana', 'carrot']
109 fruit: apple
116 'fruit' => 'apple',
[all …]
/plugin/statistics/vendor/matomo/device-detector/regexes/client/
Dmobile_apps.yml13 # CSDN (https://apps.apple.com/us/app/csdn-%E6%8A%80%E6%9C%AF%E5%BC%80%E5%8F%91%E8%80%85%E7%A4%BE%E…
18 # Moya (https://play.google.com/store/apps/details?id=nu.bi.moya | https://apps.apple.com/za/app/mo…
23 …google.com/store/apps/details?id=com.fsecure.ms.kpn.veilig | https://apps.apple.com/nl/app/kpn-vei…
28 # Naver (https://apps.apple.com/app/id393499958)
41 # NAVER Dictionary (https://apps.apple.com/us/app/naver-dictionary/id673085116)
56 # Apple News
57 - regex: '(?:Apple)?News(?:[ /][\d.]+)? Version(?:[ /]([\d.]+))?'
58 name: 'Apple News'
61 # Apple TV
63 name: 'Apple TV'
[all …]
Dpim.yml12 # Outlook https://apps.apple.com/ru/app/microsoft-outlook/id951937596
121 # Yahoo Mail (https://apps.apple.com/us/app/yahoo-mail-organised-email/id577586159)
126 …google.com/store/apps/details?id=jp.co.yahoo.android.ymail | https://apps.apple.com/jp/app/yahoo-%…
142 name: 'Apple Mail'
150 # Mail Master (https://apps.apple.com/mw/app/mail-master-by-netease/id897003024)
/plugin/findologicxmlexport/vendor/twig/twig/doc/filters/
Dmerge.rst10 {% set values = values|merge(['apple', 'orange']) %}
12 {# values now contains [1, 2, 'apple', 'orange'] #}
20 {% set items = { 'apple': 'fruit', 'orange': 'fruit', 'peugeot': 'unknown' } %}
24 …{# items now contains { 'apple': 'fruit', 'orange': 'fruit', 'peugeot': 'car', 'renault': 'car' } …
37 {% set items = { 'apple': 'fruit', 'orange': 'fruit' } %}
39 {% set items = { 'apple': 'unknown' }|merge(items) %}
41 {# items now contains { 'apple': 'fruit', 'orange': 'fruit' } #}
/plugin/statistics/vendor/matomo/device-detector/regexes/device/
Dportable_media_player.yml8 Apple:
9 regex: '(?:Apple-)?iPod'
12 - regex: '(?:Apple-)?iPod1[C,_]?1'
14 - regex: '(?:Apple-)?iPod2[C,_]?1'
16 - regex: '(?:Apple-)?iPod3[C,_]?1'
18 - regex: '(?:Apple-)?iPod4[C,_]?1'
20 - regex: '(?:Apple-)?iPod5[C,_]?1'
22 - regex: '(?:Apple-)?iPod7[C,_]?1'
24 - regex: '(?:Apple-)?iPod9[C,_]?1|iPodTouch7'
26 - regex: '(?:Apple-)?iPod'
/plugin/statistics/vendor/matomo/device-detector/regexes/
Doss.yml1285 # tvOS (https://developer.apple.com/tvos/)
1287 - regex: 'Apple ?TV.*CPU (?:iPhone )?OS ((?:9|1[0-8])[_.]\d+(?:[_.]\d+)*)'
1291 - regex: 'Apple TV; iOS ((?:9|1[0-8])[_.]\d+(?:[_.]\d+)*)'
1308 # watchOS (https://developer.apple.com/watchos/)
1313 - regex: 'Apple Watch(?!;)'
1318 # iPadOS (https://www.apple.com/ipados/)
1336 - regex: 'iOS/(1[3-8]|26)\.(\d+[.\d]*).+Apple/iPad'
1387 - regex: '^(?!com\.apple\.Safari\.SearchHelper|Safari|NetworkingExtension).*(?:CFNetwork|Mana)/.+ D…
1593 - regex: 'os=Apple-iOS.+osversion=(\d+[.\d]+)/'
1597 - regex: '(?:Apple-)?(?<!like )(?:iPhone|iPad|iPod)(?:.*Mac OS X.*Version/(\d+\.\d+)|; Opera)?'
[all …]
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/functions/
Dcycle.test8 return ['array1' => ['odd', 'even'], 'array2' => ['apple', 'orange', 'citrus']]
10 odd-apple
13 even-apple
16 odd-apple
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/Subscriptions/
H A DCreateSubscriptionTest.php28 <E:calendar-color xmlns:E="http://apple.com/ns/ical/">#1C4587FF</E:calendar-color>
31 <E:calendar-order xmlns:E="http://apple.com/ns/ical/">19</E:calendar-order>
35 <E:refreshrate xmlns:E="http://apple.com/ns/ical/">P1W</E:refreshrate>
72 <D:refreshrate xmlns:D="http://apple.com/ns/ical/">P1W</D:refreshrate>
76 <D:calendar-color xmlns:D="http://apple.com/ns/ical/">#1C4587FF</D:calendar-color>
77 <D:calendar-order xmlns:D="http://apple.com/ns/ical/">19</D:calendar-order>
110 … $this->assertEquals('#1C4587FF', $subscription['{http://apple.com/ns/ical/}calendar-color']);
113 $this->assertEquals('19', $subscription['{http://apple.com/ns/ical/}calendar-order']);
115 $this->assertEquals('P1W', $subscription['{http://apple.com/ns/ical/}refreshrate']);
/plugin/findologicxmlexport/vendor/twig/extensions/test/Twig/Tests/Extension/
DArrayTest.php38 array('a' => 'apple', 'b' => 'orange', 'c' => 'citrus'),
39 array('apple', 'orange', 'citrus'),
42 new ArrayObject(array('apple', 'orange', 'citrus')),
43 array('apple', 'orange', 'citrus'),
/plugin/combo/vendor/salesforce/handlebars-php/tests/Handlebars/
H A DHandlebarsTest.php240 $object->{'@first'} = 'apple';
252 $this->assertEquals('apple, banana, 0, zucchini', $engine->render($template, $data));
267 foreach (['apple', 'banana', 'carrot', 'zucchini'] as $itemValue) {
281 'data' => ['data' => ['apple', 'banana', 'carrot', 'zucchini']],
288 'data' => ['data' => ['apple', 'banana', 'carrot', 'zucchini']],
294 'data' => ['data' => [['apple', 'banana'], ['carrot', 'zucchini']]],
300 'data' => ['data' => ['apple', 'banana', 'carrot', 'zucchini']],
306 'data' => ['data' => ['apple', 'banana', 'carrot', 'zucchini']],
312 'data' => ['data' => [['apple', 'banana'], ['carrot', 'zucchini']]],
318 'data' => ['data' => ['apple', 'banana', 'carrot', 'zucchini']],
[all …]
/plugin/davcard/vendor/sabre/vobject/lib/
DVCardConverter.php104 // case for vCard 3. Apple has a workaround for this that
105 // allows applications that support Apple's extension still
108 // choosing 1604 for the birthyear, because that's what apple
114 $newProperty['X-APPLE-OMIT-YEAR'] = '1604';
121 // We also need to add a new apple property for the same
122 // purpose. This apple property needs a 'label' in the same
138 // but apple has an extension that means the same
167 …if ($property instanceof Property\VCard\DateAndOrTime && isset($parameters['X-APPLE-OMIT-YEAR'])) {
169 // If a property such as BDAY contained 'X-APPLE-OMIT-YEAR',
172 if ($parts['year']===$property['X-APPLE-OMIT-YEAR']->getValue()) {
[all …]
/plugin/webdavclient/vendor/sabre/vobject/lib/
DVCardConverter.php104 // case for vCard 3. Apple has a workaround for this that
105 // allows applications that support Apple's extension still
108 // choosing 1604 for the birthyear, because that's what apple
114 $newProperty['X-APPLE-OMIT-YEAR'] = '1604';
121 // We also need to add a new apple property for the same
122 // purpose. This apple property needs a 'label' in the same
138 // but apple has an extension that means the same
167 …if ($property instanceof Property\VCard\DateAndOrTime && isset($parameters['X-APPLE-OMIT-YEAR'])) {
169 // If a property such as BDAY contained 'X-APPLE-OMIT-YEAR',
172 if ($parts['year']===$property['X-APPLE-OMIT-YEAR']->getValue()) {
[all …]
/plugin/icalevents/vendor/sabre/vobject/lib/
DVCardConverter.php108 // case for vCard 3. Apple has a workaround for this that
109 // allows applications that support Apple's extension still
112 // choosing 1604 for the birthyear, because that's what apple
118 $newProperty['X-APPLE-OMIT-YEAR'] = '1604';
125 // We also need to add a new apple property for the same
126 // purpose. This apple property needs a 'label' in the same
142 // but apple has an extension that means the same
171 …if ($property instanceof Property\VCard\DateAndOrTime && isset($parameters['X-APPLE-OMIT-YEAR'])) {
173 // If a property such as BDAY contained 'X-APPLE-OMIT-YEAR',
176 if ($parts['year'] === $property['X-APPLE-OMIT-YEAR']->getValue()) {
[all …]
/plugin/davcal/vendor/sabre/vobject/lib/
H A DVCardConverter.php104 // case for vCard 3. Apple has a workaround for this that
105 // allows applications that support Apple's extension still
108 // choosing 1604 for the birthyear, because that's what apple
114 $newProperty['X-APPLE-OMIT-YEAR'] = '1604';
121 // We also need to add a new apple property for the same
122 // purpose. This apple property needs a 'label' in the same
138 // but apple has an extension that means the same
167 …if ($property instanceof Property\VCard\DateAndOrTime && isset($parameters['X-APPLE-OMIT-YEAR'])) {
169 // If a property such as BDAY contained 'X-APPLE-OMIT-YEAR',
172 if ($parts['year']===$property['X-APPLE-OMIT-YEAR']->getValue()) {
[all …]
/plugin/struct/_test/
H A DNestedResultTest.php26 ['laptop', 'apple', 'pro 16'],
27 ['laptop', 'apple', 'air'],
28 ['laptop', 'apple', 'm1'],
41 [['green', 'blue'], 'laptop', 'apple', 'pro 16'],
42 [['red', 'blue'], 'laptop', 'apple', 'air'],
43 [['black', 'red'], 'laptop', 'apple', 'm1'],
56 [['green', 'blue'], 'laptop', 'apple', 'pro 16'],
57 [['red', 'blue'], 'laptop', 'apple', 'air'],
58 [['black', 'red'], 'laptop', 'apple', 'm1'],
67 [['plastic', 'metal'], ['red', 'blue'], 'laptop', 'apple', 'pro 16'],
[all …]
H A DAggregationFilterTest.php17 [['green', 'blue'], 'laptop', 'apple', 'pro 16'],
20 [['red', 'blue'], 'laptop', 'apple', 'air'],
21 [['black', 'red'], 'laptop', 'apple', 'm1'],
/plugin/webdav/vendor/sabre/vobject/lib/
DVCardConverter.php101 // 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()) {
[all …]
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/Subscriptions/
DISubscription.php19 * 2. {http://apple.com/ns/ical/}refreshrate
28 * 7. {http://apple.com/ns/ical/}calendar-color
29 * 8. {http://apple.com/ns/ical/}calendar-order
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/Subscriptions/
H A DISubscription.php19 * 2. {http://apple.com/ns/ical/}refreshrate
28 * 7. {http://apple.com/ns/ical/}calendar-color
29 * 8. {http://apple.com/ns/ical/}calendar-order
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/
H A DTestUtil.php35 '{http://apple.com/ns/ical/}calendar-order' => '1',
36 '{http://apple.com/ns/ical/}calendar-color' => '#FF0000',
45 '{http://apple.com/ns/ical/}calendar-order' => '1',
46 '{http://apple.com/ns/ical/}calendar-color' => '#FF0000',
58 PRODID:-//Apple Inc.//iCal 4.0.1//EN
/plugin/doodle2/lang/pt_br/
D._lang.php1 …TTR�������������&�������������������������%com.apple.metadata:kMDItemWhereFroms�������:��com.
/plugin/mikioplugin/assets/
H A Dexternal.css10 …font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-…
/plugin/latexport/
DREADME.md191 com.apple.FinderInfo
192 com.apple.ResourceFork
199 com.apple.FinderInfo:
203 com.apple.ResourceFork:
213 You can see that `com.apple.ResourceFork` attribute contains the whole data. To extract the data as…
216 MacBook-Pro:Fonts me$ xattr -px com.apple.ResourceFork Playbill | xxd -r -p > Playbill.ttf
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/Backend/
DSubscriptionSupport.php29 * 2. {http://apple.com/ns/ical/}refreshrate
38 * 7. {http://apple.com/ns/ical/}calendar-color
39 * 8. {http://apple.com/ns/ical/}calendar-order
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/Backend/
H A DSubscriptionSupport.php29 * 2. {http://apple.com/ns/ical/}refreshrate
38 * 7. {http://apple.com/ns/ical/}calendar-color
39 * 8. {http://apple.com/ns/ical/}calendar-order

12345678910>>...15