Home
last modified time | relevance | path

Searched refs:ADDED (Results 1 – 5 of 5) sorted by last modified time

/plugin/dw2pdf/
H A Ddeleted.files782 mpdf/ADDED INFO FONTS.txt
/plugin/diagramsnet/lib/math/extensions/a11y/
H A Dmathjax-sre.js501 sre.EnrichMathml.Attribute={ADDED:sre.EnrichMathml.ATTRIBUTE_PREFIX_+"added",ALTERNATIVE:sre.Enrich… property in sre.EnrichMathml.Attribute
512 …=c&&b.textContent===c&&"true"===b.getAttribute(sre.EnrichMathml.Attribute.ADDED)){c=0;for(var d;d=…
521 …EnrichMathml.setAttributes(b,a);b.setAttribute(sre.EnrichMathml.Attribute.ADDED,"true");return b};…
526 …e.DomUtil.createElement("mrow");a.setAttribute(sre.EnrichMathml.Attribute.ADDED,"true");sre.DomUti…
530 ….EnrichMathml.setAttributes(b,a);b.setAttribute(sre.EnrichMathml.Attribute.ADDED,"true");return b};
/plugin/findologicxmlexport/vendor/sebastian/diff/tests/
H A DDifferTest.php30 const ADDED = 1; define in SebastianBergmann\\Diff\\DifferTest
124 array('b', self::ADDED)
132 array('bc', self::ADDED)
140 array('cb', self::ADDED)
148 array('adc', self::ADDED)
189 array('d', self::ADDED),
197 array(2, self::ADDED),
208 array('a', self::ADDED),
209 array(5, self::ADDED),
225 array('x', self::ADDED),
[all …]
/plugin/findologicxmlexport/vendor/sebastian/diff/src/
H A DLine.php15 const ADDED = 1; define in SebastianBergmann\\Diff\\Line
H A DParser.php95 $type = Line::ADDED;