Home
last modified time | relevance | path

Searched refs:citation (Results 1 – 25 of 30) sorted by relevance

12

/plugin/cite/lang/en/
H A Dintro.txt10 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 DPARSEXML.php63 $citation = array();
67 $citation = $this->entries[0]['_ELEMENTS'][1]['_ELEMENTS'];
73 return array($info, $citation, $common, $types);
H A DCHANGELOG24 2/ Reorganised export filters in preparation for work on citation formatting.
H A DSTYLEMAP.php52 $this->citation = array(
/plugin/authgoogle/google/contrib/
H A DGoogle_FreebaseService.php292 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 Dnotes.dat1 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 Dstyle.css59 blockquote.citation {
68 blockquote.citation[title]:after {
H A DREADME33 | Block Quote | %%<quote cite></quote>%% | BLOCKQUOTE CLASS=citation |
/plugin/formatplus/
H A Dstyle.css59 blockquote.citation {
68 blockquote.citation[title]:after {
H A DREADME33 | Block Quote | %%<quote cite></quote>%% | BLOCKQUOTE CLASS=citation |
/plugin/cite/
H A DREADME.md17 … Some templates may be "citation aware", but otherwise you will need to add code to your template'…
/plugin/bibtex/OSBib/format/
H A DBIBFORMAT.php110 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 DBIBSTYLE.php62 list($info, $citation, $styleCommon, $styleTypes) =
65 $this->session->setVar("cite_citation", base64_encode(serialize($citation)));
H A DREADME.txt23 … 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 DTODO.md44 ## 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 DREADME.txt27 * ''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 DREADME.txt27 * ''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 DREADME.txt27 * ''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 DREADME.txt27 * ''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 Dblockquote.txt10 * the [[cite|citation]] at the right side
/plugin/pdftools/tpl/onlylogo/
H A DREADME.txt27 * ''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 DREADME.txt27 * ''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 DREADME.txt27 * ''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 DREADME.txt27 * ''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 DREADME52 …X entries each one an array comprising the fields, entry type and given citation. @strings will be…

12