Home
last modified time | relevance | path

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

12

/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/bibtex/OSBib/
H A DCHANGELOG24 2/ Reorganised export filters in preparation for work on citation formatting.
H A DPARSEXML.php63 $citation = array();
67 $citation = $this->entries[0]['_ELEMENTS'][1]['_ELEMENTS'];
73 return array($info, $citation, $common, $types);
H A DSTYLEMAP.php52 $this->citation = array(
H A DSTYLEMAPBIBTEX.php68 $this->citation = array(
/plugin/bibtex/OSBib/create/
H A DADMINSTYLE.php137 list($info, $citation, $common, $types) = $parseXML->extractEntries($fh);
143 foreach($citation as $array)
449 $availableFields = join(', ', $this->map->citation);
/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/bibtex/OSBib/format/bibtexParse/
H A DREADME52 …X entries each one an array comprising the fields, entry type and given citation. @strings will be…
/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/cite/
H A DREADME.md17 … Some templates may be "citation aware", but otherwise you will need to add code to your template'…
/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/diagramsnet/lib/resources/
H A Ddia_fr.txt65 blockquote=Bloc de citation
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D3.3.js.map1citation which must be within a footer or cite element, and optionally with in-line changes such a…
/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/formatplus/
H A DREADME33 | Block Quote | %%<quote cite></quote>%% | BLOCKQUOTE CLASS=citation |
H A Dstyle.css59 blockquote.citation {
68 blockquote.citation[title]:after {
/plugin/formatplus2/
H A DREADME33 | Block Quote | %%<quote cite></quote>%% | BLOCKQUOTE CLASS=citation |
H A Dstyle.css59 blockquote.citation {
68 blockquote.citation[title]:after {
/plugin/passpolicy/
H A D10k-common-passwords.txt8149 citation
/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/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/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/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.

12