Home
last modified time | relevance | path

Searched refs:Xml (Results 276 – 300 of 376) sorted by relevance

1...<<111213141516

/plugin/combo/ComboStrap/Xml/
H A DXmlSystems.php4 namespace ComboStrap\Xml;
15 use ComboStrap\Xml\XmlDocument;
16 use ComboStrap\Xml\XmlElement;
H A DXhtmlUtility.php3 namespace ComboStrap\Xml;
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/Xml/
H A DCoverage.php11 namespace SebastianBergmann\CodeCoverage\Report\Xml;
H A DReport.php11 namespace SebastianBergmann\CodeCoverage\Report\Xml;
H A DFile.php11 namespace SebastianBergmann\CodeCoverage\Report\Xml;
H A DTotals.php11 namespace SebastianBergmann\CodeCoverage\Report\Xml;
H A DNode.php11 namespace SebastianBergmann\CodeCoverage\Report\Xml;
H A DMethod.php11 namespace SebastianBergmann\CodeCoverage\Report\Xml;
/plugin/webdav/vendor/sabre/dav/lib/CardDAV/
H A DPlugin.php7 use Sabre\DAV\Xml\Property\LocalHref;
147 return new Xml\Property\SupportedAddressData();
150 return new Xml\Property\SupportedCollationSet();
233 * @param Xml\Request\AddressBookMultiGetReport $report
427 * @param Xml\Request\AddressBookQueryReport $report
/plugin/webdav/vendor/sabre/dav/lib/DAV/
H A DTemporaryFileFilterPlugin.php273 …'{DAV:}getlastmodified' => new Xml\Property\GetLastModified(filemtime($tempLocatio…
275 '{DAV:}resourcetype' => new Xml\Property\ResourceType(null),
/plugin/webdav/vendor/sabre/vobject/lib/Parser/XML/Element/
H A DKeyValue.php5 use Sabre\Xml as SabreXml;
/plugin/icalevents/vendor/sabre/vobject/lib/Parser/XML/Element/
H A DKeyValue.php5 use Sabre\Xml as SabreXml;
/plugin/commonmark/src/Dokuwiki/Plugin/Commonmark/Extension/Renderer/Inline/
H A DCodeRenderer.php22 use League\CommonMark\Util\Xml;
23 use League\CommonMark\Xml\XmlNodeRendererInterface;
38 #return "''" . Xml::escape($inline->getContent()) . "''";
21 use League\CommonMark\Util\Xml; global() alias
H A DTextRenderer.php22 use League\CommonMark\Util\Xml; alias
36 //return Xml::escape($inline->getContent());
/plugin/commonmark/src/Dokuwiki/Plugin/Commonmark/Extension/Renderer/Block/
H A DIndentedCodeRenderer.php22 use League\CommonMark\Util\Xml;
23 use League\CommonMark\Xml\XmlNodeRendererInterface;
39 # return "\n " . Xml::escape($node->getStringContent());
21 use League\CommonMark\Util\Xml; global() alias
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/Notifications/
H A DPluginTest.php8 use Sabre\CalDAV\Xml\Notification\SystemStatus;
93 $this->assertTrue($prop instanceof DAV\Xml\Property\Href);
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAVACL/Xml/Property/
H A DSupportedPrivilegeSetTest.php3 namespace Sabre\DAVACL\Xml\Property;
/plugin/webdav/vendor/sabre/dav/lib/DAV/Sharing/
H A DPlugin.php11 use Sabre\DAV\Xml\Element\Sharee;
12 use Sabre\DAV\Xml\Property;
/plugin/webdav/vendor/sabre/dav/lib/DAV/Locks/
H A DPlugin.php97 return new DAV\Xml\Property\SupportedLock();
100 return new DAV\Xml\Property\LockDiscovery(
398 new DAV\Xml\Property\LockDiscovery([$lockInfo])
/plugin/icalevents/vendor/sabre/vobject/lib/
H A DComponent.php5 use Sabre\Xml; alias
387 * @param Xml\Writer $writer XML writer.
391 function xmlSerialize(Xml\Writer $writer) {
/plugin/davcal/vendor/sabre/dav/lib/DAV/Locks/
H A DPlugin.php97 return new DAV\Xml\Property\SupportedLock();
100 return new DAV\Xml\Property\LockDiscovery(
398 new DAV\Xml\Property\LockDiscovery([$lockInfo])
/plugin/icalevents/vendor/sabre/xml/tests/Sabre/Xml/
H A DContextStackTest.php3 namespace Sabre\Xml;
/plugin/davcal/vendor/sabre/xml/tests/Sabre/Xml/
H A DContextStackTest.php3 namespace Sabre\Xml;
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/Notifications/
H A DNode.php6 use Sabre\CalDAV\Xml\Notification\NotificationInterface;
/plugin/webdav/vendor/sabre/vobject/lib/
H A DComponent.php5 use Sabre\Xml; alias
370 * @param Xml\Writer $writer XML writer
372 public function xmlSerialize(Xml\Writer $writer)

1...<<111213141516