Home
last modified time | relevance | path

Searched refs:KeyValue (Results 1 – 22 of 22) sorted by last modified time

/plugin/davcal/vendor/sabre/dav/lib/CalDAV/Xml/Request/
H A DInviteReply.php7 use Sabre\Xml\Element\KeyValue; alias
104 $elems = KeyValue::xmlDeserialize($reader);
/plugin/davcal/vendor/sabre/xml/
H A DCHANGELOG.md133 * Fixed: The KeyValue parser was skipping over elements when there was no
145 * Fixed: Both the Elements and KeyValue parsers had severe issues with
155 * Added: KeyValue parser.
/plugin/davcal/vendor/sabre/xml/tests/Sabre/Xml/
H A DWriterTest.php290 …$this->writer->writeElement("{http://sabredav.org/ns}foo", new Element\KeyValue(['{http://sabredav…
/plugin/davcal/vendor/sabre/dav/lib/DAV/Xml/Request/
H A DLock.php6 use Sabre\Xml\Element\KeyValue; alias
64 $values = KeyValue::xmlDeserialize($reader);
H A DPropFind.php5 use Sabre\Xml\Element\KeyValue; alias
64 foreach (KeyValue::xmlDeserialize($reader) as $k => $v) {
H A DSyncCollectionReport.php7 use Sabre\Xml\Element\KeyValue; alias
79 $elems = KeyValue::xmlDeserialize($reader);
/plugin/davcal/vendor/sabre/xml/lib/Element/
H A DKeyValue.php35 class KeyValue implements Xml\Element { class
/plugin/authgooglesheets/vendor/google/apiclient-services/src/HangoutsChat/
H A DKeyValue.php20 class KeyValue extends \Google\Model class
166 class_alias(KeyValue::class, 'Google_Service_HangoutsChat_KeyValue');
H A DWidgetMarkup.php27 protected $keyValueType = KeyValue::class;
61 * @param KeyValue
63 public function setKeyValue(KeyValue $keyValue)
68 * @return KeyValue
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Vision/
H A DKeyValue.php20 class KeyValue extends \Google\Model class
62 class_alias(KeyValue::class, 'Google_Service_Vision_KeyValue');
H A DProduct.php39 protected $productLabelsType = KeyValue::class;
99 * @param KeyValue[]
106 * @return KeyValue[]
/plugin/webdav/vendor/sabre/dav/lib/DAV/Xml/Request/
H A DSyncCollectionReport.php6 use Sabre\Xml\Element\KeyValue; alias
79 $elems = KeyValue::xmlDeserialize($reader);
H A DLock.php6 use Sabre\Xml\Element\KeyValue; alias
64 $values = KeyValue::xmlDeserialize($reader);
H A DPropFind.php5 use Sabre\Xml\Element\KeyValue; alias
64 foreach (KeyValue::xmlDeserialize($reader) as $k => $v) {
/plugin/webdav/vendor/sabre/vobject/lib/Parser/XML/Element/
H A DKeyValue.php16 class KeyValue extends SabreXml\Element\KeyValue class
/plugin/webdav/vendor/sabre/xml/lib/Element/
H A DKeyValue.php36 class KeyValue implements Xml\Element { class
/plugin/webdav/vendor/sabre/xml/
H A DCHANGELOG.md64 the `Element\KeyValue` class and is a lot more flexible. (@staabm)
200 * Fixed: The KeyValue parser was skipping over elements when there was no
212 * Fixed: Both the Elements and KeyValue parsers had severe issues with
222 * Added: KeyValue parser.
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/Xml/Request/
H A DInviteReply.php9 use Sabre\Xml\Element\KeyValue; alias
105 $elems = KeyValue::xmlDeserialize($reader);
/plugin/icalevents/vendor/sabre/vobject/lib/Parser/XML/Element/
H A DKeyValue.php16 class KeyValue extends SabreXml\Element\KeyValue { class
/plugin/icalevents/vendor/sabre/xml/
H A DCHANGELOG.md58 the `Element\KeyValue` class and is a lot more flexible. (@staabm)
194 * Fixed: The KeyValue parser was skipping over elements when there was no
206 * Fixed: Both the Elements and KeyValue parsers had severe issues with
216 * Added: KeyValue parser.
/plugin/icalevents/vendor/sabre/xml/lib/Element/
H A DKeyValue.php36 class KeyValue implements Xml\Element { class
/plugin/icalevents/vendor/sabre/xml/tests/Sabre/Xml/
H A DWriterTest.php342 …$this->writer->writeElement("{http://sabredav.org/ns}foo", new Element\KeyValue(['{http://sabredav…