Home
last modified time | relevance | path

Searched refs:Xml (Results 1 – 25 of 376) sorted by last modified time

12345678910>>...16

/plugin/api/
H A DREADME.md59 * The Xml Call does not take `pagename` as array key
/plugin/combo/ComboStrap/
H A DFetcherPage.php10 use ComboStrap\Xml\XmlDocument;
H A DFetcherSvg.php8 use ComboStrap\Xml\XmlDocument;
9 use ComboStrap\Xml\XmlSystems;
H A DTemplateForWebPage.php9 use ComboStrap\Xml\XmlDocument;
10 use ComboStrap\Xml\XmlElement;
H A DCacheReportHtmlDataBlockArray.php7 use ComboStrap\Xml\XmlDocument;
H A DMessage.php5 use ComboStrap\Xml\XmlSystems;
H A DFetcherMarkup.php10 use ComboStrap\Xml\XmlDocument;
H A DHtml.php8 use ComboStrap\Xml\XmlDocument;
H A DHttpResponse.php8 use ComboStrap\Xml\XmlDocument;
H A DTagAttributes.php28 use ComboStrap\Xml\XmlDocument;
29 use ComboStrap\Xml\XmlElement;
/plugin/combo/ComboStrap/Xml/
H A DXhtmlUtility.php3 namespace ComboStrap\Xml;
H A DXmlDocument.php14 namespace ComboStrap\Xml;
191 $message = "There is big probability that there is an ampersand alone `&`. ie You forgot to call html/Xml entities in a `src` or `url` attribute.";
199 $message = "Xml does not allow boolean attribute (ie without any value). If you skip this error, you will get a general attribute constructing error as next error. Load as HTML.";
279 * In Xml, it's mandatory but not in HTML, they are known as:
691 LogUtility::msg("Not able to delete the attribute $attributeName of the node element $nodeElement->tagName in the Xml document");
H A DXmlElement.php3 namespace ComboStrap\Xml;
16 use ComboStrap\Xml\XmlSystems;
129 throw new ExceptionRuntime("Not able to delete the attribute $attributeName of the node element {$this->domElement->tagName} in the Xml document");
H A DXmlSystems.php4 namespace ComboStrap\Xml;
15 use ComboStrap\Xml\XmlDocument;
16 use ComboStrap\Xml\XmlElement;
/plugin/combo/syntax/
H A Dnavbarcollapse.php14 use ComboStrap\Xml\XhtmlUtility;
/plugin/combo/renderer/
H A Drenderer.php6 use ComboStrap\Xml\XhtmlUtility;
/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/DAV/
H A DSyncTokenPropertyTest.php94 new Xml\Property\Href(Sync\Plugin::SYNCTOKEN_PREFIX . "hello", false)
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/Xml/Element/
H A DResponseTest.php3 namespace Sabre\DAV\Xml\Element;
7 class ResponseTest extends DAV\Xml\XmlTest {
141 '{DAV:}link' => new DAV\Xml\Property\Href('http://sabredav.org/', false)
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/Xml/Property/
H A DHrefTest.php3 namespace Sabre\DAV\Xml\Property;
7 use Sabre\DAV\Xml\XmlTest;
H A DLastModifiedTest.php3 namespace Sabre\DAV\Xml\Property;
5 use Sabre\DAV\Xml\XmlTest;
H A DLockDiscoveryTest.php3 namespace Sabre\DAV\Xml\Property;
5 use Sabre\DAV\Xml\XmlTest;
H A DSupportedMethodSetTest.php3 namespace Sabre\DAV\Xml\Property;
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/Xml/Request/
H A DPropPatchTest.php3 namespace Sabre\DAV\Xml\Request;
5 use Sabre\DAV\Xml\XmlTest;
6 use Sabre\DAV\Xml\Property\Href;
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/Xml/
H A DXmlTest.php3 namespace Sabre\DAV\Xml;
5 use Sabre\Xml\Writer;
6 use Sabre\Xml\Reader;

12345678910>>...16