Home
last modified time | relevance | path

Searched refs:parseClarkNotation (Results 1 – 16 of 16) sorted by path

/plugin/davcal/vendor/sabre/dav/lib/DAV/Browser/
H A DHtmlOutputHelper.php107 list($ns, $localName) = XmlService::parseClarkNotation($element);
/plugin/davcal/vendor/sabre/dav/lib/DAV/
H A DClient.php207 ) = \Sabre\Xml\Service::parseClarkNotation($property);
/plugin/davcal/vendor/sabre/xml/
H A DCHANGELOG.md55 * `Sabre\Xml\Util::parseClarkNotation` is now in the `Sabre\Xml\Service` class.
/plugin/davcal/vendor/sabre/xml/lib/
H A DService.php179 static function parseClarkNotation($str) { function in Sabre\\Xml\\Service
H A DWriter.php162 Service::parseClarkNotation($name);
255 ) = Service::parseClarkNotation($name);
/plugin/davcal/vendor/sabre/xml/tests/Sabre/Xml/
H A DServiceTest.php215 Service::parseClarkNotation('http://sabredav.org/ns}elem');
/plugin/icalevents/vendor/sabre/vobject/lib/Parser/
H A DXML.php173 list($namespace, $tagName) = SabreXml\Service::parseClarkNotation($xmlProperty['name']);
424 list(, $tagName) = SabreXml\Service::parseClarkNotation($clarkedTagName);
/plugin/icalevents/vendor/sabre/xml/
H A DCHANGELOG.md116 * `Sabre\Xml\Util::parseClarkNotation` is now in the `Sabre\Xml\Service` class.
/plugin/icalevents/vendor/sabre/xml/lib/
H A DService.php227 list($namespace) = self::parseClarkNotation($elementName);
274 static function parseClarkNotation($str) { function in Sabre\\Xml\\Service
H A DWriter.php126 Service::parseClarkNotation($name);
237 ) = Service::parseClarkNotation($name);
/plugin/icalevents/vendor/sabre/xml/tests/Sabre/Xml/
H A DServiceTest.php302 Service::parseClarkNotation('http://sabredav.org/ns}elem');
/plugin/webdav/vendor/sabre/dav/lib/DAV/Browser/
H A DHtmlOutputHelper.php107 list($ns, $localName) = XmlService::parseClarkNotation($element);
/plugin/webdav/vendor/sabre/vobject/lib/Parser/
H A DXML.php155 list($namespace, $tagName) = SabreXml\Service::parseClarkNotation($xmlProperty['name']);
381 list(, $tagName) = SabreXml\Service::parseClarkNotation($clarkedTagName);
/plugin/webdav/vendor/sabre/xml/
H A DCHANGELOG.md122 * `Sabre\Xml\Util::parseClarkNotation` is now in the `Sabre\Xml\Service` class.
/plugin/webdav/vendor/sabre/xml/lib/
H A DService.php228 list($namespace) = self::parseClarkNotation($elementName);
275 static function parseClarkNotation($str) { function in Sabre\\Xml\\Service
H A DWriter.php126 Service::parseClarkNotation($name);
237 ) = Service::parseClarkNotation($name);