Home
last modified time | relevance | path

Searched refs:childElementName (Results 1 – 4 of 4) sorted by relevance

/plugin/icalevents/vendor/sabre/xml/lib/Deserializer/
H A Dfunctions.php238 * @param string $childElementName Element name in clark-notation
241 function repeatingElements(Reader $reader, $childElementName) { argument
243 if ($childElementName[0] !== '{') {
244 $childElementName = '{}' . $childElementName;
250 if ($element['name'] === $childElementName) {
/plugin/webdav/vendor/sabre/xml/lib/Deserializer/
H A Dfunctions.php263 * @param string $childElementName Element name in clark-notation
266 function repeatingElements(Reader $reader, $childElementName) { argument
268 if ($childElementName[0] !== '{') {
269 $childElementName = '{}' . $childElementName;
275 if ($element['name'] === $childElementName) {
/plugin/webdav/vendor/sabre/xml/lib/Serializer/
H A Dfunctions.php94 * @param string $childElementName Element name in clark-notation
97 function repeatingElements(Writer $writer, array $items, $childElementName) { argument
100 $writer->writeElement($childElementName, $item);
/plugin/icalevents/vendor/sabre/xml/lib/Serializer/
H A Dfunctions.php94 * @param string $childElementName Element name in clark-notation
97 function repeatingElements(Writer $writer, array $items, $childElementName) { argument
100 $writer->writeElement($childElementName, $item);