Home
last modified time | relevance | path

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

/plugin/html5video2/syntax/
H A Dvideo.php96 if ($this->media_exists($p))
132 protected function media_exists($id) { function in syntax_plugin_html5video_video
/plugin/siteexport/renderer/
H A Dpdf.php235 $exists = media_exists( $src );
288 $exists = media_exists( $id );
/plugin/gemini/
H A Dcli.php228 if (!media_exists($id)) return false;
H A Drenderer.php407 if (!media_exists($src)) return;
/plugin/structodt/
H A Daction.php115 if ($template != '' && media_exists($template, '', false)) {
/plugin/nodetailsxhtml/
H A Drenderer.php
/plugin/siteexport/action/
H A Dajax.php774 $IDexists = media_exists($ID);
918 $IDexists = media_exists($ID);
/plugin/photogallery/
H A Dsyntax.php367 if(media_exists($poster)) $files[$i]['poster'] = $poster;