/plugin/cite/lang/en/ |
H A D | intro.txt | 10 Otherwise you will need to add code to your template's **main.php** for the citation links to appea… 14 To display a permanent link or citation link at any point in your document, use the following code … 26 If you use the [[https://www.dokuwiki.org/devel:menus]], the button to the citation page is added a… 33 * **cite_getCiteURL()** : A //citation link// so that you can let others easily cite your work 35 Please feel free to use those functions if you intend to make your template "citation aware".
|
/plugin/bibtex/OSBib/ |
H A D | PARSEXML.php | 63 $citation = array(); 67 $citation = $this->entries[0]['_ELEMENTS'][1]['_ELEMENTS']; 73 return array($info, $citation, $common, $types);
|
H A D | CHANGELOG | 24 2/ Reorganised export filters in preparation for work on citation formatting.
|
H A D | STYLEMAP.php | 52 $this->citation = array(
|
/plugin/authgoogle/google/contrib/ |
H A D | Google_FreebaseService.php | 292 public $citation; variable in Google_TopicValue 304 public function setCitation(Google_TopicValueCitation $citation) { argument 305 $this->citation = $citation; 308 return $this->citation;
|
/plugin/refnotes/conf/ |
H A D | notes.dat | 1 a:4:{s:6:":fixme";a:2:{s:4:"text";s:29:"This part has to be reworked.";s:6:"inline";b:0;}s:5:":todo";a:6:{s:4:"text";s:51:"%%[%%//[[:missing_citation|citation needed]]//%%]%%";s:6:"inline";b:1;s:18:"use-reference-base";b:1;s:25:"use-reference-font-weight";b:1;s:24:"use-reference-font-style";b:0;s:20:"use-reference-format";b:0;}s:10:":cite:todo";a:6:{s:4:"text";s:37:"[[:missing_citation|citation needed]]";s:6:"inline";b:1;s:18:"use-reference-base";b:1;s:25:"use-reference-font-weight";b:1;s:24 (…)
|
/plugin/formatplus2/ |
H A D | style.css | 59 blockquote.citation { 68 blockquote.citation[title]:after {
|
H A D | README | 33 | Block Quote | %%<quote cite></quote>%% | BLOCKQUOTE CLASS=citation |
|
/plugin/formatplus/ |
H A D | style.css | 59 blockquote.citation { 68 blockquote.citation[title]:after {
|
H A D | README | 33 | Block Quote | %%<quote cite></quote>%% | BLOCKQUOTE CLASS=citation |
|
/plugin/cite/ |
H A D | README.md | 17 … Some templates may be "citation aware", but otherwise you will need to add code to your template'…
|
/plugin/bibtex/OSBib/format/ |
H A D | BIBFORMAT.php | 110 list($info, $citation, $common, $types) = $parseXML->extractEntries($fh); 112 return array($info, $citation, $common, $types); 462 $this->citation = $template; 665 function formatNames($creators, $nameType, $citation = FALSE) argument 667 $style = $citation ? $citation : $this->style; 1050 function formatPages($start, $end = FALSE, $citation = FALSE) argument 1053 $style = $citation ? $citation : $this->style;
|
H A D | BIBSTYLE.php | 62 list($info, $citation, $styleCommon, $styleTypes) = 65 $this->session->setVar("cite_citation", base64_encode(serialize($citation)));
|
H A D | README.txt | 23 … in-text/footnotes citation formatting is defined in the XML style files, this version of OSBib-Fo… 126 list($info, $citation, $styleCommon, $styleTypes) = $bibformat->loadStyle(STRING: $pathToStyleFiles… 130 $citation -- in-text citation styling (not currently used).
|
/plugin/bibtex4dw/ |
H A D | TODO.md | 44 ## Add proper handling of citation styles 50 Perhaps that would be a (long-term) option to have proper handling of citation styles from within the DokuWiki BibTeX plugin.
|
/plugin/pdftools/tpl/checkliste2/ |
H A D | README.txt | 27 * ''citation.html'' -- Citationbox to be printed after each article 52 The page depended replacements are only for ''citation.html'' updated for every page.
|
/plugin/pdftools/tpl/kompakt/ |
H A D | README.txt | 27 * ''citation.html'' -- Citationbox to be printed after each article 52 The page depended replacements are only for ''citation.html'' updated for every page.
|
/plugin/pdftools/tpl/checkliste/ |
H A D | README.txt | 27 * ''citation.html'' -- Citationbox to be printed after each article 52 The page depended replacements are only for ''citation.html'' updated for every page.
|
/plugin/pdftools/tpl/info/ |
H A D | README.txt | 27 * ''citation.html'' -- Citationbox to be printed after each article 52 The page depended replacements are only for ''citation.html'' updated for every page.
|
/plugin/webcomponent/_test/data/pages/ |
H A D | blockquote.txt | 10 * the [[cite|citation]] at the right side
|
/plugin/pdftools/tpl/onlylogo/ |
H A D | README.txt | 27 * ''citation.html'' -- Citationbox to be printed after each article 54 The page depended replacements are only for ''citation.html'' updated for every page.
|
/plugin/pdftools/tpl/standard/ |
H A D | README.txt | 27 * ''citation.html'' -- Citationbox to be printed after each article 54 The page depended replacements are only for ''citation.html'' updated for every page.
|
/plugin/pdftools/tpl/minimal/ |
H A D | README.txt | 27 * ''citation.html'' -- Citationbox to be printed after each article 54 The page depended replacements are only for ''citation.html'' updated for every page.
|
/plugin/dw2pdf/tpl/default/ |
H A D | README.txt | 27 * ''citation.html'' -- Citationbox to be printed after each article 54 The page depended replacements are only for ''citation.html'' updated for every page.
|
/plugin/bibtex/OSBib/format/bibtexParse/ |
H A D | README | 52 …X entries each one an array comprising the fields, entry type and given citation. @strings will be…
|