Home
last modified time | relevance | path

Searched refs:excludedAttributes (Results 1 – 5 of 5) sorted by relevance

/plugin/combo/ComboStrap/Xml/
H A DXmlSystems.php132 * @param string[]|null $excludedAttributes - the value of this attributes will not be checked
134 public static function diffNode(DOMNode $leftNode, DOMNode $rightNode, &$error, array $excludedAttributes = null) argument
137 if ($excludedAttributes === null) {
138 $excludedAttributes = [];
171 if (!in_array($leftAttName, $excludedAttributes)) {
182 if (in_array($leftAttName, $excludedAttributes)) {
237 if (!in_array($rightAttName, $excludedAttributes)) {
297 self::diffNode($leftChildNode, $rightChildNode, $error, $excludedAttributes);
H A DXhtmlUtility.php29 * @param null $excludedAttributes
34 public static function diffMarkup(string $left, string $right, $xhtml = true, $excludedAttributes = null): string argument
54 $excludedAttributes
/plugin/ckgdoku/ckeditor/
H A Dckeditor.js746 …tting={state:c,inlineBoundary:"h1 h2 h3 h4 h5 h6 p div".split(" "),excludedAttributes:["id","style… property in CKEDITOR.plugins.copyformatting
751 CKEDITOR.tools,c=a.getAttributes(CKEDITOR.plugins.copyformatting.excludedAttributes),b=b.parseCssTe…
/plugin/ckgedit/ckeditor/
H A Dckeditor.js822 …tting={state:q,inlineBoundary:"h1 h2 h3 h4 h5 h6 p div".split(" "),excludedAttributes:["id","style… property in CKEDITOR.plugins.copyformatting
826 …b=CKEDITOR.tools,e=a.getAttributes(CKEDITOR.plugins.copyformatting.excludedAttributes),b=b.parseCs…
H A Dckeditor.js.unc16207 excludedAttributes: ["id", "style", "href", "data-cke-saved-href", "dir"],
16258 d = a.getAttributes(CKEDITOR.plugins.copyformatting.excludedAttributes),