Home
last modified time | relevance | path

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

/plugin/dw2pdf/vendor/mpdf/mpdf/src/
DOtlDump.php2026 $html .= '<span class="unchanged">&nbsp;' . $this->formatEntity($inputGlyphs[0]) . '</span>';
2034 $html .= '<span class="changed">&nbsp;' . $this->formatEntity($substitute) . '</span>';
2056 $html .= '<span class="unchanged">&nbsp;' . $this->formatEntity($inputGlyphs[0]) . '</span>';
2086 … $html .= '<span class="unchanged">&nbsp;' . $this->formatEntity($inputGlyphs[0]) . '</span>';
2094 $html .= '<span class="changed">&nbsp;' . $this->formatEntity($substitute) . '</span>';
2103 $html .= '<span class="changed">&nbsp;' . $this->formatEntity($substitute) . '</span>';
2132 $html .= '<span class="changed">&nbsp;' . $this->formatEntity($substitute) . '</span>';
2179 $exB .= $this->formatEntity($inputGlyphs[$ip]) . '&#x200d;';
2186 $exL .= $this->formatEntity($inputGlyphs[$ip]) . '&#x200d;';
2416 $exB .= $this->formatEntity($inputGlyphs[$ip]) . '&#x200d;';
[all …]