Home
last modified time | relevance | path

Searched refs:Xml (Results 1 – 25 of 376) sorted by path

12345678910>>...16

/plugin/api/
H A DREADME.md59 * The Xml Call does not take `pagename` as array key
/plugin/codemirror/dist/modes/
H A Dpowershell.min.js1Xml)/,/Copy-Item(Property)?/,/Debug-Process/,/Disable-(ComputerRestore|PSBreakpoint|PSRemoting|PSS…
H A Dpowershell.min.js.map1Xml)/,\n /Copy-Item(Property)?/,\n /Debug-Process/,\n /Disable-(ComputerRestore|PSBreakpo…
/plugin/combo/ComboStrap/
H A DCacheReportHtmlDataBlockArray.php7 use ComboStrap\Xml\XmlDocument;
H A DFetcherMarkup.php10 use ComboStrap\Xml\XmlDocument;
H A DFetcherPage.php10 use ComboStrap\Xml\XmlDocument;
H A DFetcherSvg.php8 use ComboStrap\Xml\XmlDocument;
9 use ComboStrap\Xml\XmlSystems;
H A DHtml.php8 use ComboStrap\Xml\XmlDocument;
H A DHttpResponse.php8 use ComboStrap\Xml\XmlDocument;
H A DMessage.php5 use ComboStrap\Xml\XmlSystems;
H A DTagAttributes.php28 use ComboStrap\Xml\XmlDocument;
29 use ComboStrap\Xml\XmlElement;
H A DTemplateForWebPage.php9 use ComboStrap\Xml\XmlDocument;
10 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/renderer/
H A Drenderer.php6 use ComboStrap\Xml\XhtmlUtility;
/plugin/combo/syntax/
H A Dnavbarcollapse.php14 use ComboStrap\Xml\XhtmlUtility;
/plugin/commonmark/src/Dokuwiki/Plugin/Commonmark/Extension/Renderer/Block/
H A DFencedCodeRenderer.php22 use League\CommonMark\Util\Xml;
23 use League\CommonMark\Xml\XmlNodeRendererInterface;
70 #$result = Xml::escape($node->getStringContent());
21 use League\CommonMark\Util\Xml; global() alias
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/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/vendor/league/commonmark/
H A DCHANGELOG-0.x.md
/plugin/commonmark/vendor/league/commonmark/src/Block/Renderer/
H A DFencedCodeRenderer.php
H A DIndentedCodeRenderer.php

12345678910>>...16