/plugin/authgooglesheets/vendor/google/apiclient-services/src/HangoutsChat/ |
H A D | WidgetMarkup.php | 27 protected $keyValueType = KeyValue::class; 61 * @param KeyValue 63 public function setKeyValue(KeyValue $keyValue) 68 * @return KeyValue
|
H A D | KeyValue.php | 20 class KeyValue extends \Google\Model class 166 class_alias(KeyValue::class, 'Google_Service_HangoutsChat_KeyValue');
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Vision/ |
H A D | Product.php | 39 protected $productLabelsType = KeyValue::class; 99 * @param KeyValue[] 106 * @return KeyValue[]
|
H A D | KeyValue.php | 20 class KeyValue extends \Google\Model class 62 class_alias(KeyValue::class, 'Google_Service_Vision_KeyValue');
|
/plugin/webdav/vendor/sabre/dav/lib/DAV/Xml/Request/ |
H A D | PropFind.php | 5 use Sabre\Xml\Element\KeyValue; alias 64 foreach (KeyValue::xmlDeserialize($reader) as $k => $v) {
|
H A D | Lock.php | 6 use Sabre\Xml\Element\KeyValue; alias 64 $values = KeyValue::xmlDeserialize($reader);
|
H A D | SyncCollectionReport.php | 6 use Sabre\Xml\Element\KeyValue; alias 79 $elems = KeyValue::xmlDeserialize($reader);
|
/plugin/davcal/vendor/sabre/dav/lib/DAV/Xml/Request/ |
H A D | PropFind.php | 5 use Sabre\Xml\Element\KeyValue; alias 64 foreach (KeyValue::xmlDeserialize($reader) as $k => $v) {
|
H A D | Lock.php | 6 use Sabre\Xml\Element\KeyValue; alias 64 $values = KeyValue::xmlDeserialize($reader);
|
H A D | SyncCollectionReport.php | 7 use Sabre\Xml\Element\KeyValue; alias 79 $elems = KeyValue::xmlDeserialize($reader);
|
/plugin/webdav/vendor/sabre/vobject/lib/Parser/XML/Element/ |
H A D | KeyValue.php | 16 class KeyValue extends SabreXml\Element\KeyValue class
|
/plugin/icalevents/vendor/sabre/vobject/lib/Parser/XML/Element/ |
H A D | KeyValue.php | 16 class KeyValue extends SabreXml\Element\KeyValue { class
|
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/Xml/Request/ |
H A D | InviteReply.php | 7 use Sabre\Xml\Element\KeyValue; alias 104 $elems = KeyValue::xmlDeserialize($reader);
|
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/Xml/Request/ |
H A D | InviteReply.php | 9 use Sabre\Xml\Element\KeyValue; alias 105 $elems = KeyValue::xmlDeserialize($reader);
|
/plugin/icalevents/vendor/sabre/xml/lib/Element/ |
H A D | KeyValue.php | 36 class KeyValue implements Xml\Element { class
|
/plugin/webdav/vendor/sabre/xml/lib/Element/ |
H A D | KeyValue.php | 36 class KeyValue implements Xml\Element { class
|
/plugin/davcal/vendor/sabre/xml/lib/Element/ |
H A D | KeyValue.php | 35 class KeyValue implements Xml\Element { class
|
/plugin/davcal/vendor/sabre/xml/ |
H A D | CHANGELOG.md | 133 * 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 D | WriterTest.php | 290 …$this->writer->writeElement("{http://sabredav.org/ns}foo", new Element\KeyValue(['{http://sabredav…
|
/plugin/icalevents/vendor/sabre/xml/ |
H A D | CHANGELOG.md | 58 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/webdav/vendor/sabre/xml/ |
H A D | CHANGELOG.md | 64 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/icalevents/vendor/sabre/xml/tests/Sabre/Xml/ |
H A D | WriterTest.php | 342 …$this->writer->writeElement("{http://sabredav.org/ns}foo", new Element\KeyValue(['{http://sabredav…
|