Searched refs:book (Results 1 – 25 of 121) sorted by relevance
12345
| /plugin/davcal/vendor/sabre/dav/tests/Sabre/CardDAV/Backend/ |
| H A D | Mock.php | 42 foreach($this->addressBooks as $book) { 43 if ($book['principaluri'] === $principalUri) { 44 $books[] = $book; 69 foreach($this->addressBooks as &$book) { 70 if ($book['id'] !== $addressBookId) 73 $propPatch->handleRemaining(function($mutations) use (&$book) { 75 $book[$key] = $value;
|
| /plugin/bibtex/OSBib/ |
| D | STYLEMAPBIBTEX.php | 191 $this->book = $this->basic; 192 $this->book['creator1'] = 'author'; 193 $this->book['creator2'] = 'editor'; 194 $this->book[] = 'translator'; 195 $this->book[] = 'reviser'; 196 $this->book[] = 'seriesEditor'; 197 $this->book['series'] = 'seriesTitle'; 198 $this->book['edition'] = 'edition'; 199 $this->book['number'] = 'seriesNumber'; 200 $this->book[] = 'numberOfVolumes'; [all …]
|
| D | STYLEMAP.php | 173 $this->book = $this->basic; 174 $this->book['creator1'] = 'author'; 175 $this->book['creator2'] = 'editor'; 176 $this->book['creator3'] = 'translator'; 177 $this->book['creator4'] = 'reviser'; 178 $this->book['creator5'] = 'seriesEditor'; 179 $this->book['field1'] = 'seriesTitle'; 180 $this->book['field2'] = 'edition'; 181 $this->book['field3'] = 'seriesNumber'; 182 $this->book['miscField4'] = 'numberOfVolumes'; [all …]
|
| /plugin/epub/lang/en/ |
| D | remove.txt | 1 You can re-create this book, by editing its pages or changing the page list or the order of the pag… 2 When you are finished with this book, however, you should remove its id from the list of book creat…
|
| /plugin/zotero/tests/ |
| D | TestEntries.txt | 2 |[[link|ABC123]]|Macke2011|A nice book|Stefan Macke|2011| | 3 |[[link|BCD234]]|Werner2012|A nicer book|Stefan Werner|2012| |
|
| /plugin/subjectindex/plugins/ |
| D | EntryVerse.php | 39 $book = (empty($num)) ? $name : $num . ' ' . $name; 46 $hit = preg_grep('/(^|\s)' . $book . '($|\s)/', $this->books); 50 $book = $this->books[$num]; 53 $item['display'] = $book . ' ' . $chp . ':' . $verse; 55 $item['entry'] = $num . '.' . $book . '/' . $book . ' ' . $chp . ':/' . $verse; 59 $item['title'] = $this->_get_verse($book, $chp, $verse); 70 * @param string $book 75 private function _get_verse($book, $chapter, $verse) { argument 77 $book = strtolower($book); 80 if (isset($this->book_index[$book]) && isset($this->book_index[$book][$chapter])) { [all …]
|
| /plugin/currentlyreading/ |
| D | plugin.info.txt | 6 desc Displays an image of a book cover with text that says "Currently Reading" linked to the book…
|
| D | README | 3 Displays a book cover and text with link to a story that says "Currently Reading."
|
| D | README.md | 3 Places a box on a wiki page showing the cover of whatever book
|
| /plugin/reliwa/ |
| D | syntax.php | 162 } else if (strpos('6;7;movie;music;1;2;3;4;book;5',$val) != 0) { 164 $val = 'book';
|
| /plugin/bookcreator/ |
| D | README.md | 4 Allow to select some pages and create a book (PDF or text)
|
| D | plugin.info.txt | 6 desc Allow to make a book (PDF, ODT, HTML or text) from selected pages
|
| /plugin/davcard/ |
| D | plugin.info.txt | 6 desc Show contact information from a CardDAV address book (needs webdavclient)
|
| /plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/ |
| D | index.asciidoc | 4 :doctype: book
|
| /plugin/mikioplugin/icons/bootstrap-icons/svg/ |
| H A D | book-half.svg | 1 <svg class="bi bi-book-half" width="1em" height="1em" viewBox="0 0 16 16" fill="currentColor" xmlns…
|
| H A D | book.svg | 1 <svg class="bi bi-book" width="1em" height="1em" viewBox="0 0 16 16" fill="currentColor" xmlns="htt…
|
| /plugin/doi/Resolver/ |
| H A D | IsbnIsbnDeResolver.php | 42 …$data['published'] = $this->extract('/<meta property="og:book:release_date" content="((\d){4})[^"]…
|
| /plugin/epub/lang/nl/ |
| D | remove.txt | 2 Als u het boek niet meer nodig heeft verwijder het dan van de lijst van de book creator pagina.
|
| /plugin/mdpage/vendor/cebe/markdown/tests/markdown-data/ |
| D | list_items_with_undefined_ref.md | 1 * [[\yii\caching\ApcCache]]: uses PHP [APC](http://php.net/manual/en/book.apc.php) extension. This …
|
| /plugin/combo/vendor/antlr/antlr4-php-runtime/ |
| H A D | README.md | 126 …Script/PDF file, or a simple spreadsheet macro language—ANTLR v4 and this book will demystify the … 128 …book [The Definitive ANTLR 4 Reference](http://amzn.com/1934356999) at amazon or an [electronic ve…
|
| /plugin/latexport/examples/ |
| D | simplest.tex | 1 \documentclass{book}
|
| /plugin/syntaxhighlightjs/static/lib/highlightjs/styles/ |
| D | school-book.min.css | 1 …em 30px;font-size:11px;line-height:16px}pre{background:#f6f6ae url(school-book.png);border-top:sol…
|
| /plugin/publistf/ |
| D | TODO | 25 only='year=200[456];entrytype=book'}
|
| /plugin/publist/ |
| D | TODO | 25 only='year=200[456];entrytype=book'}
|
| /plugin/publistx/ |
| D | TODO | 25 only='year=200[456];entrytype=book'}
|
12345