Searched refs:booktitle (Results 1 – 13 of 13) sorted by relevance
| /plugin/publistx/template/ |
| D | dokuwiki_single.tpl | 2 … @;url@ @?author@@author@.@:author@@editor@.@;author@ @?booktitle@In //@booktitle@//.@;booktitle@ …
|
| D | dokuwiki_fancy.tpl | 4 …r@@?month@@month@ @;month@@year@@;year@) **@title@**. @?booktitle@In //@booktitle@//.@;booktitle@ …
|
| D | dokuwiki_kmh.tpl | 4 … @;url@ @?author@@author@.@:author@@editor@.@;author@ @?booktitle@In //@booktitle@//.@;booktitle@ …
|
| /plugin/publistf/template/ |
| D | dokuwiki_fancy.tpl | 4 …r@@?month@@month@ @;month@@year@@;year@) **@title@**. @?booktitle@In //@booktitle@//.@;booktitle@ …
|
| D | dokuwiki_single.tpl | 2 … @;url@ @?author@@author@.@:author@@editor@.@;author@ @?booktitle@In //@booktitle@//.@;booktitle@ …
|
| D | dokuwiki_kmh.tpl | 4 … @;url@ @?author@@author@.@:author@@editor@.@;author@ @?booktitle@In //@booktitle@//.@;booktitle@ …
|
| /plugin/bb4dw/ |
| D | bibtexbrowser.php | 2421 $booktitle = ''; 2423 … $booktitle = __('In').' '.'<span itemprop="isPartOf">'.$bibentry->getField(BOOKTITLE).'</span>'; } 2425 …$booktitle = __('Chapter in').' '.'<span itemprop="isPartOf">'.$bibentry->getField(BOOKTITLE).'</s… 2427 $booktitle = __('Chapter in').' '.$bibentry->getField('chapter');} 2429 … $booktitle = __('In').' '.'<span itemprop="isPartOf">'.$bibentry->getField("journal").'</span>';} 2436 if ($editor!='') $booktitle .=' ('.$editor.')'; 2440 if ($booktitle!='') { 2441 $entry[] = '<span class="bibbooktitle">'.$booktitle.'</span>'; 2519 $booktitle = ''; 2522 $booktitle = $bibentry->getField("note"); [all …]
|
| D | sample.bib | 22 @INPROCEEDINGS{IPDPS2018, author={T. {Macht} and C. {Grelck}}, booktitle={2019 IEEE International… 113 …booktitle = {Implementation of Functional Languages, 9th International Workshop (IFL'97), St. And… 131 …booktitle = {6th Workshop on Declarative Aspects of Multicore Programming (DAMP'11), Austin, USA}, 146 booktitle = {Proceedings of the Tenth Symposium on Trends in Functional Programming, 165 booktitle = {Proceedings of the 30th Symposium on Implementation and Application of Functional Lang… 181 booktitle = {Proceedings of the 34th ACM SIGPLAN Conference on Programming Language Design and Impl… 197 booktitle = {Proceedings of the 38th ACM SIGPLAN Conference on Programming Language Design and Impl… 207 …booktitle = {Implementation of Functional Languages, 15th International Workshop (IFL'03), Edinbu… 228 …booktitle = {Proceedings of 2nd Workshop on General Purpose Processing on Graphics Processing Unit… 237 booktitle={2017 IEEE/ACM International Symposium on Code Generation and Optimization (CGO)}, [all …]
|
| /plugin/bookcreator/ |
| D | script.js | 280 booktitle: new CachedProperty('bookcreator_booktitle'), property 295 if(event.key === BookManager.booktitle.localStorageKey) { 656 let title = BookManager.booktitle.get(); 804 BookManager.booktitle.set(value);
|
| /plugin/publist/bibtex/ |
| D | sample.bib | 57 booktitle = "Parallel Computations",
|
| /plugin/publistx/bibtex/ |
| D | sample.bib | 57 booktitle = "Parallel Computations",
|
| /plugin/publistf/bibtex/ |
| D | sample.bib | 57 booktitle = "Parallel Computations",
|
| /plugin/zwidoku/files/ |
| H A D | js.js | 1 …booktitle:new CachedProperty('bookcreator_booktitle'),deletedpages:new Storage('bookcreator_delete…
|