Home
last modified time | relevance | path

Searched +full:video_nmsp +(+path:plugin +path:epub) -(+path:plugin +path:epub +path:lang) (Results 1 – 3 of 3) sorted by relevance

/plugin/epub/conf/
H A Ddefault.php11 $conf['video_nmsp']='video,mpeg';
H A Dmetadata.php10 $meta['video_nmsp']=array('string');
/plugin/epub/
H A Drenderer.php24 private $video_nmsp; variable in renderer_plugin_epub
50 $nmsp = 'video_nmsp';
62 $this->video_nmsp = $nmsp;
276 $orig = preg_replace('/^(' . $this->video_nmsp . ')_/', "$1:", $orig);