Home
last modified time | relevance | path

Searched refs:epub (Results 1 – 25 of 35) sorted by relevance

12

/plugin/epub/
Dplugin.info.txt1 base epub
5 name epub
7 url http://www.dokuwiki.org/plugin:epub
Dhelper.php43 $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);
Dstyle.css2 background-image: url(epub.png);
6 background-image: url(epub.png) !important;
DREADME2 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
Dscript.js28 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…
Dsyntax.php29 $this->Lexer->addEntryPattern('<epub.*?>(?=.*?</epub>)',$mode,'plugin_epub');
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Books/
DVolumeAccessInfo.php146 public function setEpub(VolumeAccessInfoEpub $epub) argument
148 $this->epub = $epub;
155 return $this->epub;
/plugin/epub/lang/ja/
Dadmin_header.txt2 このツールを使用すると epub キャッシュから登録内容の削除、選択した場合メディアディレクトリから関連する電子ブックの削除が可能です。
5 サーバー上に epub ファイルを残している場合のみ、後者は動作します。
Dremove.txt5 そうでないと、epub 構文をページから削除しても **開始** ボタンと **作成者一覧からページの削除** ボタンがページ上に表示され続けます。
/plugin/epub/lang/nl/
Dadmin_header.txt2 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
Dremove.txt4 …de **Start** en **Verwijder panina ..** knoppen weergeven, ok indien u de epub syntax van de pagin…
/plugin/epub/lang/en/
Dadmin_header.txt2 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
Dremove.txt5 even if you have removed the epub syntax from the page.
/plugin/epub/lang/de/
Dadmin_header.txt2 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…
Dremove.txt5 selbst wenn Sie die epub-Syntax von der Seite entfernt haben.
/plugin/epub/lang/fr/
Dadmin_header.txt2 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…
Dremove.txt5 même si vous avez supprimé la syntaxe epub de la page.
/plugin/epub/scripts/
Dscript.js22 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/
Dadmin_header.txt2 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…
Dremove.txt5 ha egyébként az oldalról töröltük az epub-szintaxist.
/plugin/ebookexport/
Dplugin.info.txt6 desc exports a page to epub
DREADME.md3 Exports a page to epub
/plugin/authgoogle/google/contrib/
DGoogle_BooksService.php2706 public $epub; variable in Google_VolumeAccessInfo
2739 public function setEpub(Google_VolumeAccessInfoEpub $epub) { argument
2740 $this->epub = $epub;
2743 return $this->epub;
/plugin/ckgedit/ckeditor/
Dcontents.css1 …images/fileicons/swf.png)}a.mf_epub{background-image:url(images/fileicons/epub.png)}a.interwiki{ba…
Dcontents-default.css484 background-image: url(images/fileicons/epub.png);

12