Home
last modified time | relevance | path

Searched refs:vCard (Results 1 – 20 of 20) sorted by relevance

/plugin/vcard/
Dplugin.info.txt5 name vCard/hCard Plugin
6 desc Creates a link to download a vCard file and a tag to microformat hCard
Dvcard.php72 class vCard { class
170 $v = new vCard();
/plugin/davcard/vendor/sabre/vobject/
DChangeLog.md80 * #217: Initializing vCard `DATE` objects with a PHP DateTime object will now
111 * #204: Dealing a bit better with vCard date-time values that contained
125 * #173: vCard converter failed for `X-ABDATE` properties that had no
129 * #176: A missing `UID` is no longer an error, but a warning for the vCard
137 vice-versa when converting to/from vCard 4.
138 * #154: It's now possible to easily select all vCard properties belonging to
163 * #154: Correctly work around vCard parameters that have a value but no name.
228 consideration when converting between vCard 3 and 4.
264 iCalendar and vCard were added.
303 * Added: VCardConverter removed properties that are no longer supported in vCard
[all …]
DREADME.md5 and [vCard](https://tools.ietf.org/html/rfc6350) objects using PHP.
/plugin/webdavclient/vendor/sabre/vobject/
DChangeLog.md80 * #217: Initializing vCard `DATE` objects with a PHP DateTime object will now
111 * #204: Dealing a bit better with vCard date-time values that contained
125 * #173: vCard converter failed for `X-ABDATE` properties that had no
129 * #176: A missing `UID` is no longer an error, but a warning for the vCard
137 vice-versa when converting to/from vCard 4.
138 * #154: It's now possible to easily select all vCard properties belonging to
163 * #154: Correctly work around vCard parameters that have a value but no name.
228 consideration when converting between vCard 3 and 4.
264 iCalendar and vCard were added.
303 * Added: VCardConverter removed properties that are no longer supported in vCard
[all …]
DREADME.md5 and [vCard](https://tools.ietf.org/html/rfc6350) objects using PHP.
/plugin/davcal/vendor/sabre/vobject/
H A DChangeLog.md40 * #217: Initializing vCard `DATE` objects with a PHP DateTime object will now
71 * #204: Dealing a bit better with vCard date-time values that contained
85 * #173: vCard converter failed for `X-ABDATE` properties that had no
89 * #176: A missing `UID` is no longer an error, but a warning for the vCard
97 vice-versa when converting to/from vCard 4.
98 * #154: It's now possible to easily select all vCard properties belonging to
123 * #154: Correctly work around vCard parameters that have a value but no name.
188 consideration when converting between vCard 3 and 4.
224 iCalendar and vCard were added.
263 * Added: VCardConverter removed properties that are no longer supported in vCard
[all …]
H A DREADME.md5 and [vCard](https://tools.ietf.org/html/rfc6350) objects using PHP.
/plugin/webdav/vendor/sabre/vobject/
DCHANGELOG.md8 * #486: Add PHONE-NUMBER value type (used for TEL in vCard 3.0)
25 * #441: Repairing BASE64 encoded vCard version 3
126 * #288: Only decode `CHARSET` if we're reading vCard 2.1. If it appears
140 * #274: When creating new vCards, the default vCard version is now 4.0.
169 * #41: Support the `ENCODING` parameter from vCard 2.1.
306 * #217: Initializing vCard `DATE` objects with a PHP DateTime object will now
337 * #204: Dealing a bit better with vCard date-time values that contained
351 * #173: vCard converter failed for `X-ABDATE` properties that had no
355 * #176: A missing `UID` is no longer an error, but a warning for the vCard
363 vice-versa when converting to/from vCard 4.
[all …]
DREADME.md5 and [vCard](https://tools.ietf.org/html/rfc6350) objects using PHP.
/plugin/icalevents/vendor/sabre/vobject/
DCHANGELOG.md65 * #288: Only decode `CHARSET` if we're reading vCard 2.1. If it appears
79 * #274: When creating new vCards, the default vCard version is now 4.0.
108 * #41: Support the `ENCODING` parameter from vCard 2.1.
245 * #217: Initializing vCard `DATE` objects with a PHP DateTime object will now
276 * #204: Dealing a bit better with vCard date-time values that contained
290 * #173: vCard converter failed for `X-ABDATE` properties that had no
294 * #176: A missing `UID` is no longer an error, but a warning for the vCard
302 vice-versa when converting to/from vCard 4.
303 * #154: It's now possible to easily select all vCard properties belonging to
328 * #154: Correctly work around vCard parameters that have a value but no name.
[all …]
DREADME.md5 and [vCard](https://tools.ietf.org/html/rfc6350) objects using PHP.
/plugin/webdav/vendor/sabre/vobject/lib/
DCli.php328 $this->log('vCard: '.(string) $vObj->VERSION);
370 $this->log('vCard: '.(string) $vObj->VERSION);
/plugin/webdav/vendor/sabre/vobject/lib/Parser/
DXML.php96 foreach ($this->input['value'] as &$vCard) {
98 $this->pointer = &$vCard;
/plugin/icalevents/vendor/sabre/vobject/lib/Parser/
DXML.php100 foreach ($this->input['value'] as &$vCard) {
103 $this->pointer = &$vCard;
/plugin/icalevents/
Ddeleted.files16 externals/iCalcreator/lib/iCal.vCard.inc.php
/plugin/webdav/
Dcomposer.lock367 …The VObject library for PHP allows you to easily parse and manipulate iCalendar and vCard objects",
392 "vCard",
/plugin/webdav/vendor/sabre/vobject/resources/schema/
Dxcard.rng1 # RELAX NG Schema for vCard in XML
10 ### Section 3.3: vCard Format Specification
/plugin/icalevents/vendor/sabre/vobject/resources/schema/
Dxcard.rng1 # RELAX NG Schema for vCard in XML
10 ### Section 3.3: vCard Format Specification
/plugin/webdav/vendor/sabre/dav/
DCHANGELOG.md25 * #889 Added support for filtering vCard properties in the addressbook-query
119 * #889 Added support for filtering vCard properties in the addressbook-query
237 * #889 Added support for filtering vCard properties in the addressbook-query
669 * Added: Automatically converting between vCard 3, 4 and jCard using the
671 jCard to vCard upon `PUT`. It's important to note that your backends _may_
672 now receive both vCard 3.0 and 4.0.