Home
last modified time | relevance | path

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

/plugin/epub/scripts/
H A Dupdate_files.php9 $id = rawurldecode($INPUT->str('remove'));
H A Dscript.js35 var params="remove="+encodeURIComponent(id);
H A Depub_utils.php497 … echo "unable to remove dir:<br />&nbsp;&nbsp;$meta<br />&nbsp;&nbsp;error code: $retval\n";
621 array_shift($pages); // remove namespace id: namespace:*
642 array_shift($titles); // remove namespace asterisk from titles list
H A Dcss3.php158 $msg = substr($msg, 0, -1* strlen($m[0])); //remove useless linenumber
/plugin/epub/
H A Dscript.js45 var params="remove="+encodeURIComponent(id);
H A Daction.php94 $button .= '</br>'. $this->locale_xhtml('remove');
H A Drenderer.php283 …$out=preg_replace('/<a\s+href=\'\'>(.*?)<\/a>(?=<a)/',"$1",$out); //remove link markup from link …