Home
last modified time | relevance | path

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

/plugin/epub/
H A Drenderer.php118 $src = $this->copy_media($src,$external);
213 $name = $this->copy_media($link['title'],true);
220 $name = $this->copy_media($link['title']);
240 $name = $this->copy_media($link['title']);
328 $name = $this->copy_media($spath,true);
351 function copy_media($media,$external=false) { function in renderer_plugin_epub
/plugin/epub/scripts/
H A Depub_utils.php548 …$name=$renderer->copy_media($cache,true); //copy the image to epub's OEBPS directory and enter it…
562 …$name=$renderer->copy_media($cache,true); //copy the image to epub's OEBPS directory and enter it…
575 $name=$renderer->copy_media($cache,true);
H A Debook.php87 $name = '../'. $R->copy_media($img);