/plugin/epub/ |
H A D | plugin.info.txt | 1 base epub 5 name epub 7 url http://www.dokuwiki.org/plugin:epub
|
H A D | helper.php | 43 $epub = $this->cache['current_books'][$md5]['epub']; 47 return "Removed: " . $epub; 49 else return "error unlinking $epub"; 67 function addBook($id,$epub,$title) { argument 75 $this->cache['current_books'][$md5] = array('title'=>$title, 'epub'=>$epub);
|
H A D | style.css | 2 background-image: url(epub.png); 6 background-image: url(epub.png) !important;
|
H A D | README | 2 the open XML-based eBook format described at http://idpf.org/epub and supported by current ebook re… 4 For instructions on use see: https://www.dokuwiki.org/plugin:epub
|
H A D | script.js | 28 var epub='http://'+ location.host + DOKU_BASE + 'lib/exe/fetch.php?media=' + result[1]; 29 …dom.innerHTML +='<div><center><a href="' + epub + '" class="media mediafile mf_epub" title="' + re…
|
H A D | syntax.php | 29 $this->Lexer->addEntryPattern('<epub.*?>(?=.*?</epub>)',$mode,'plugin_epub');
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Books/ |
H A D | VolumeAccessInfo.php | 146 public function setEpub(VolumeAccessInfoEpub $epub) argument 148 $this->epub = $epub; 155 return $this->epub;
|
/plugin/epub/lang/ja/ |
H A D | admin_header.txt | 2 このツールを使用すると epub キャッシュから登録内容の削除、選択した場合メディアディレクトリから関連する電子ブックの削除が可能です。 5 サーバー上に epub ファイルを残している場合のみ、後者は動作します。
|
H A D | remove.txt | 5 そうでないと、epub 構文をページから削除しても **開始** ボタンと **作成者一覧からページの削除** ボタンがページ上に表示され続けます。
|
/plugin/epub/lang/nl/ |
H A D | admin_header.txt | 2 Met behulp van dit gereedschap kunnen toevoegingen aan de epub cache worden verwijderd en, indien g… 4 …socieerde ebooks uit de media directory verwijderd. Het laatste werkt alleen als de epub bestanden
|
H A D | remove.txt | 4 …de **Start** en **Verwijder panina ..** knoppen weergeven, ok indien u de epub syntax van de pagin…
|
/plugin/epub/lang/de/ |
H A D | admin_header.txt | 2 Mit diesem Werkzeug können Sie Einträge aus dem epub-Cache entfernen und wahlweise auch die zugehör… 4 …Books aus dem Media-Ordner entfernt. Letzteres funktioniert nur, wenn die epub-Dateien komplett au…
|
H A D | remove.txt | 5 selbst wenn Sie die epub-Syntax von der Seite entfernt haben.
|
/plugin/epub/lang/en/ |
H A D | admin_header.txt | 2 Using this tool, you can delete entries from the epub cache and, if you choose, you can also delete… 4 …oks will be deleted from the media directory. The latter will work only if you have left the epub
|
H A D | remove.txt | 5 even if you have removed the epub syntax from the page.
|
/plugin/epub/lang/fr/ |
H A D | admin_header.txt | 2 En utilisant cet outil, vous pouvez supprimer des entrée du cache d'epub et, si vous le choisissez,… 3 …ette deuxième option ne fonctionnera que si vous avez laissé les fichiers epub intacts sur le serv…
|
H A D | remove.txt | 5 même si vous avez supprimé la syntaxe epub de la page.
|
/plugin/epub/scripts/ |
H A D | script.js | 22 var epub='http://'+ location.host + DOKU_BASE + '/lib/exe/fetch.php?media=' + result[1]; 23 …dom.innerHTML +='<div><center><a href="' + epub + '" class="media mediafile mf_epub" title="' + re…
|
/plugin/epub/lang/hu/ |
H A D | admin_header.txt | 2 Az eszköz használatával törölhetjük az epub-gyorsítótárat, és - ha kiválasztjuk -, ugyancsak törölh… 3 …dia könyvtárból is törlésre kerülnek. Az utóbbi csak akkor működik, ha az epub-fájlokat érintetlen…
|
H A D | remove.txt | 5 ha egyébként az oldalról töröltük az epub-szintaxist.
|
/plugin/ebookexport/ |
H A D | plugin.info.txt | 6 desc exports a page to epub
|
H A D | README.md | 3 Exports a page to epub
|
/plugin/authgoogle/google/contrib/ |
H A D | Google_BooksService.php | 2706 public $epub; variable in Google_VolumeAccessInfo 2739 public function setEpub(Google_VolumeAccessInfoEpub $epub) { argument 2740 $this->epub = $epub; 2743 return $this->epub;
|
/plugin/ckgdoku/ckeditor/ |
H A D | contents-default.css | 484 background-image: url(images/fileicons/epub.png);
|
H A D | contents.css | 1 …images/fileicons/swf.png)}a.mf_epub{background-image:url(images/fileicons/epub.png)}a.interwiki{ba…
|