Home
last modified time | relevance | path

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

/plugin/visrep/
H A Dsyntax.php113 $url = 'dw2pdf://'.$this->_imgfile($data);
132 $src = $this->_imgfile($data);
142 function _imgfile($data) { function in syntax_plugin_visrep
H A Dimg.php13 $cache = $plugin->_imgfile($_REQUEST);
/plugin/seqdia/
H A Dsyntax.php112 $src = $this->_imgfile($data);
122 function _imgfile($data){ function in syntax_plugin_seqdia
H A Dimg.php14 $cache = $plugin->_imgfile($data);
/plugin/graphviz/
H A Dsyntax.php111 $src = $this->_imgfile($data);
121 function _imgfile($data){ function in syntax_plugin_graphviz
H A Dimg.php14 $cache = $plugin->_imgfile($data);
/plugin/plantuml/
H A Dimg.php13 $cache = $plugin->_imgfile($data);
H A Dsyntax.php142 $src = $this->_imgfile($data);
154 function _imgfile($data) { function in syntax_plugin_plantuml
/plugin/dataplot/
H A Dimg.php16 $cache = $plugin->_imgfile($data);
H A Dsyntax.php227 $src = $this->_imgfile($data);
239 function _imgfile($data) { function in syntax_plugin_dataplot
/plugin/ditaa/
H A Daction.php48 $event->data['file'] = $plugin->_imgfile($INPUT->str('ditaa'));
H A Dsyntax.php131 $src = $this->_imgfile($data['md5']);
167 public function _imgfile($md5) { function in syntax_plugin_ditaa
/plugin/epub/scripts/
H A Depub_utils.php546 $cache = $plugin->_imgfile($data); // get the image address in data/cache
560 $cache = $graphviz->_imgfile($data);