Home
last modified time | relevance | path

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

/plugin/chem/
H A Dsyntax.php36 $renderer->generateSpansfromHTMLCode($c);
/plugin/odt/ODT/
H A DODTSpan.php129 public static function generateSpansfromHTMLCode(ODTInternalParams $params, $HTMLCode){ function in ODTSpan
H A DODTDocument.php399 function generateSpansfromHTMLCode($HTMLCode){ function in ODTDocument
400 ODTSpan::generateSpansfromHTMLCode($this->params, $HTMLCode);
/plugin/odt/renderer/
H A Dpage.php741 function generateSpansfromHTMLCode($HTMLCode){ function in renderer_plugin_odt_page
742 $this->document->generateSpansfromHTMLCode($HTMLCode);