Home
last modified time | relevance | path

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

12

/plugin/wikindx/
Dsyntax.php217 $citation = $cite_blocks[1];
221 …$citation = '<a href=' . rtrim($this->getConf('url'), "/") . "/index.php?action=cms_CMS_CORE&metho…
222 $citation .= trim($cite_blocks[0]);
223 $citation .= '</a>';
227 $citation = "";
230 $resourceHtml[] = $citation;
/plugin/cite/lang/en/
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/
DPARSEXML.php63 $citation = array();
67 $citation = $this->entries[0]['_ELEMENTS'][1]['_ELEMENTS'];
73 return array($info, $citation, $common, $types);
DCHANGELOG24 2/ Reorganised export filters in preparation for work on citation formatting.
/plugin/authgoogle/google/contrib/
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/
Dnotes.dat1citation needed]]//%%]%%";s:6:"inline";b:1;s:18:"use-reference-base";b:1;s:25:"use-reference-font-…
/plugin/formatplus/
Dstyle.css59 blockquote.citation {
68 blockquote.citation[title]:after {
DREADME33 | Block Quote | %%<quote cite></quote>%% | BLOCKQUOTE CLASS=citation |
/plugin/formatplus2/
Dstyle.css59 blockquote.citation {
68 blockquote.citation[title]:after {
DREADME33 | Block Quote | %%<quote cite></quote>%% | BLOCKQUOTE CLASS=citation |
/plugin/bibtex/OSBib/format/
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;
DBIBSTYLE.php62 list($info, $citation, $styleCommon, $styleTypes) =
65 $this->session->setVar("cite_citation", base64_encode(serialize($citation)));
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/cite/
DREADME.md17 … Some templates may be "citation aware", but otherwise you will need to add code to your template'…
/plugin/bibtex4dw/
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 t…
/plugin/pdftools/tpl/info/
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/
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/checkliste2/
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/
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/minimal/
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/
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/
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/onlylogo/
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/webcomponent/_test/data/pages/
Dblockquote.txt10 * the [[cite|citation]] at the right side
/plugin/bibtex/OSBib/format/bibtexParse/
DREADME52 …X entries each one an array comprising the fields, entry type and given citation. @strings will be…

12