Home
last modified time | relevance | path

Searched refs:bibtex (Results 1 – 25 of 42) sorted by relevance

12

/plugin/publistx/template/
Ddokuwiki_fancy.tpl4 …|web]]@;url@@?file@ {{@file@|download}}@;file@@?bibtex@ ++ bibtex|<code bibtex>@bibtex@</code>++@;
Ddokuwiki_single.tpl2 …|doi]]@;doi@@?file@ {{@file@|download}}@;file@@?bibtex@ ++ bibtex|<code bibtex>@bibtex@</code>++@;
Ddokuwiki_kmh.tpl4 …|doi]]@;doi@@?file@ {{@file@|download}}@;file@@?bibtex@ ++ bibtex|<code bibtex>@bibtex@</code>++@;
/plugin/publistf/template/
Ddokuwiki_fancy.tpl4 …|web]]@;url@@?file@ {{@file@|download}}@;file@@?bibtex@ ++ bibtex|<code bibtex>@bibtex@</code>++@;
Ddokuwiki_single.tpl2 …|doi]]@;doi@@?file@ {{@file@|download}}@;file@@?bibtex@ ++ bibtex|<code bibtex>@bibtex@</code>++@;
Ddokuwiki_kmh.tpl4 …|doi]]@;doi@@?file@ {{@file@|download}}@;file@@?bibtex@ ++ bibtex|<code bibtex>@bibtex@</code>++@;
/plugin/bibtex4dw/
DCHANGELOG.md11 … of format strings for bibliography, see [#6](https://github.com/tillbiskup/dokuwiki-bibtex/pull/6)
12 …ite updates in a single transaction, see [#8](https://github.com/tillbiskup/dokuwiki-bibtex/pull/8)
16 …p/dokuwiki-bibtex/issues/3), [#4](https://github.com/tillbiskup/dokuwiki-bibtex/issues/4), [#5](ht…
20 * Rename plugin: "bibtex" => "bibtex4dw"
DREADME.md38 lib/plugins/bibtex/ - if the folder is called different it
49 * https://till-biskup.de/de/software/dokuwiki/bibtex
60 * https://github.com/tillbiskup/dokuwiki-bibtex
/plugin/publist/bib2tpl/
Dbibtex_converter.php142 * @param string $bibtex BibTeX code
145 static function parse(&$bibtex) { argument
150 self::$parser->loadString($bibtex);
172 * @param string|array $bibtex BibTeX code or parsed array
179 function convert($bibtex, &$template, &$replacementKeys=array()) { argument
192 if ( is_array($bibtex) ) {
193 $data = $bibtex;
196 $data = self::parse($bibtex);
/plugin/bibtex4dw/syntax/
Dbibtex.php115 $bibtex = $bibtexrenderer->printBibliography($substate);
116 $renderer->doc .= $bibtex;
120 $bibtex = $bibtexrenderer->printBibliography($substate);
121 $renderer->doc .= $bibtex;
/plugin/publistf/bib2tpl/
Dbibtex_converter.php161 * @param string $bibtex BibTeX code
164 static function parse(&$bibtex) { argument
169 self::$parser->loadString($bibtex);
191 * @param string|array $bibtex BibTeX code or parsed array
198 function convert($bibtex, &$template, &$replacementKeys=array()) { argument
211 if ( is_array($bibtex) ) {
212 $data = $bibtex;
215 $data = self::parse($bibtex);
/plugin/publistx/bib2tpl/
Dbibtex_converter.php157 * @param string $bibtex BibTeX code
160 static function parse(&$bibtex) { argument
165 self::$parser->loadString($bibtex);
187 * @param string|array $bibtex BibTeX code or parsed array
194 function convert($bibtex, &$template, &$replacementKeys=array()) { argument
207 if ( is_array($bibtex) ) {
208 $data = $bibtex;
211 $data = self::parse($bibtex);
/plugin/projects/plugins/target/
Dpdflatex.php38 $bibtex = "";
44 $bibtex = "bibtex $base\n";
48 $pdflatex . $bibtex . $pdflatex;
/plugin/publist/
Dsyntax.php90 $bibtex = $this->_load($data, 'bibtex');
91 if ( empty($bibtex) ) {
101 if ( !empty($bibtex) && !empty($template) ) {
110 $code = $parser->convert($bibtex, $template);
/plugin/publistx/
Dsyntax.php97 $bibtex = $this->_load($data, 'bibtex');
98 if ( empty($bibtex) ) {
118 if ( !empty($bibtex) && !empty($template) ) {
127 $code = $parser->convert($bibtex, $template);
/plugin/publistf/
Dsyntax.php98 $bibtex = $this->_load($data, 'bibtex');
99 if ( empty($bibtex) ) {
119 if ( !empty($bibtex) && !empty($template) ) {
128 $code = $parser->convert($bibtex, $template);
/plugin/latexit/classes/
DBibHandler.php120 $bibtex = '';
122 $bibtex .= $bib . "\n\n";
124 return $bibtex;
/plugin/bibtex4dw/db/
Dupdate0001.sql1 CREATE TABLE bibtex (key PRIMARY KEY, entry); table
3 CREATE UNIQUE INDEX idx_key ON bibtex(key);
/plugin/bibtex4dw/lib/
Dbibtexrender.php202 $bibtex = '';
205 $bibtex .= $this->_loadBibtexFile($file, 'page');
208 $this->_parser->loadString($bibtex);
226 public function addBibtexToSQLite($bibtex,$ID) { argument
236 $this->_parser->loadString($bibtex);
550 $bibtex = '';
553 $bibtex .= $this->_loadBibtexFile($file, 'page');
555 return $bibtex;
/plugin/bibtex/OSBib/format/bibtexParse/
DCHANGELOG6 A collection of PHP classes to manipulate bibtex files.
20 Fixed excessive expansion of @strings in bibtex imports.
35 3/ Added class PARSEMONTH to split a bibtex month field into day and month components.
37 4/ Added class PARSEPAGE to split a bibtex pages field into page start and page end components.
/plugin/bibtex/
Dsyntax.php213 $this->Lexer->addEntryPattern('<bibtex(?=.*\x3C/bibtex\x3E)',$mode,'plugin_bibtex');
217 $this->Lexer->addExitPattern('</bibtex>','plugin_bibtex');
249 $pathToOsbib = DOKU_PLUGIN.'bibtex/OSBib/';
275 …list($info, $citation, $styleCommon, $styleTypes) = $bibformat->loadStyle(DOKU_PLUGIN.'bibtex/OSBi…
Dstyle.css2 /* -------------- bibtex ---------------------- */
/plugin/bibtex/OSBib/
DCHANGELOG31 2/ Correction of bibtex solution @inproceedings bug.
35 1/ Removed some WIKINDX-specific code for bibtex parsing.
36 2/ Fixed a bug with bibtex 'misc' reference types.
42 1/ Corrected an error in the incorrect formatting of author names for the bibtex solution.
/plugin/bibtex/OSBib/format/
DBIBFORMAT.php28 function BIBFORMAT($dir = FALSE, $bibtex = FALSE, $preview = FALSE) argument
48 $this->bibtex = $bibtex;
49 if($this->bibtex)
227 if($this->bibtex && array_key_exists('author', $row))
232 if($this->bibtex && array_key_exists('editor', $row))
259 if($this->bibtex)
297 if($this->bibtex)
1396 $this->config->bibtex();
1446 function bibtex() function in BIBTEXCONFIG
/plugin/publistf/bib2tpl/lib/
DBibTex.php1006 $bibtex = '';
1009 $bibtex .= '@'.strtolower($entry['entrytype']).' { '.$entry['cite'].",\n";
1016 $bibtex .= "\t".$key.' = {'.$val."},\n";
1033 $bibtex .= "\tauthor = {".$author."}\n";
1034 $bibtex.="}\n\n";
1036 return $bibtex;

12