Home
last modified time | relevance | path

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

/plugin/diagrams/
H A Dhelper.php20 return $this->isDiagram($svg);
31 public function isDiagram($svg) function in helper_plugin_diagrams
/plugin/diagrams/action/
H A Dembed.php66 if (!$this->helper->isDiagram($svg)) {
110 if (!$this->helper->isDiagram($svg)) {
H A Daction.php88 if (!$this->helper->isDiagram($svg)) {
/plugin/diagrams/syntax/
H A Dembed.php37 if (!$helper->isDiagram($svg)) return false;