/plugin/publistx/template/ |
H A D | dokuwiki_fancy.tpl | 4 …|web]]@;url@@?file@ {{@file@|download}}@;file@@?bibtex@ ++ bibtex|<code bibtex>@bibtex@</code>++@;…
|
H A D | dokuwiki_single.tpl | 2 …|doi]]@;doi@@?file@ {{@file@|download}}@;file@@?bibtex@ ++ bibtex|<code bibtex>@bibtex@</code>++@;…
|
H A D | dokuwiki_kmh.tpl | 4 …|doi]]@;doi@@?file@ {{@file@|download}}@;file@@?bibtex@ ++ bibtex|<code bibtex>@bibtex@</code>++@;…
|
/plugin/publistf/template/ |
H A D | dokuwiki_fancy.tpl | 4 …|web]]@;url@@?file@ {{@file@|download}}@;file@@?bibtex@ ++ bibtex|<code bibtex>@bibtex@</code>++@;…
|
H A D | dokuwiki_single.tpl | 2 …|doi]]@;doi@@?file@ {{@file@|download}}@;file@@?bibtex@ ++ bibtex|<code bibtex>@bibtex@</code>++@;…
|
H A D | dokuwiki_kmh.tpl | 4 …|doi]]@;doi@@?file@ {{@file@|download}}@;file@@?bibtex@ ++ bibtex|<code bibtex>@bibtex@</code>++@;…
|
/plugin/publist/bib2tpl/ |
H A D | bibtex_converter.php | 142 * @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/ |
H A D | bibtex.php | 8 * Parse <bibtex>...</bibtex> blocks in xhtml mode.bibtex 44 $this->Lexer->addEntryPattern('<bibtex(?=.*?>.*?</bibtex>)', $mode, 'plugin_bibtex4dw_bibtex'); 48 $this->Lexer->addExitPattern('</bibtex>', 'plugin_bibtex4dw_bibtex'); 53 // $matches[0] is the parameters <bibtex [parameters]> 54 // $matches[1] is the text inside the block <bibtex [parameters]> </bibtex> 84 // return the dokuwiki markup within the bibtex tag [all...] |
/plugin/projects/plugins/target/ |
H A D | pdflatex.php | 38 $bibtex = ""; 44 $bibtex = "bibtex $base\n"; 48 $pdflatex . $bibtex . $pdflatex;
|
/plugin/publistf/bib2tpl/ |
H A D | bibtex_converter.php | 161 * @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/ |
H A D | bibtex_converter.php | 157 * @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/publist/ |
H A D | syntax.php | 90 $bibtex = $this->_load($data, 'bibtex'); 91 if ( empty($bibtex) ) { 101 if ( !empty($bibtex) && !empty($template) ) { 110 $code = $parser->convert($bibtex, $template);
|
/plugin/publistx/ |
H A D | syntax.php | 97 $bibtex = $this->_load($data, 'bibtex'); 98 if ( empty($bibtex) ) { 118 if ( !empty($bibtex) && !empty($template) ) { 127 $code = $parser->convert($bibtex, $template);
|
/plugin/bibtex4dw/db/ |
H A D | update0001.sql | 1 CREATE TABLE bibtex (key PRIMARY KEY, entry); table 3 CREATE UNIQUE INDEX idx_key ON bibtex(key);
|
/plugin/publistf/ |
H A D | syntax.php | 98 $bibtex = $this->_load($data, 'bibtex'); 99 if ( empty($bibtex) ) { 119 if ( !empty($bibtex) && !empty($template) ) { 128 $code = $parser->convert($bibtex, $template);
|
/plugin/latexit/classes/ |
H A D | BibHandler.php | 120 $bibtex = ''; 122 $bibtex .= $bib . "\n\n"; 124 return $bibtex;
|
/plugin/bibtex4dw/lib/ |
H A D | bibtexrender.php | 81 * <bibtex bibliography></bibtex> pattern is necessary to print the actual bibliography. 84 // Use trick to access configuration and language stuff from the actual bibtex plugin 86 require_once(DOKU_PLUGIN.'bibtex4dw/syntax/bibtex.php'); 202 $bibtex = ''; 205 $bibtex .= $this->_loadBibtexFile($file, 'page'); 208 $this->_parser->loadString($bibtex); 226 public function addBibtexToSQLite($bibtex,$ID) { 236 $this->_parser->loadString($bibtex); 252 * Prints the reference corresponding to the given bibtex ke 225 addBibtexToSQLite($bibtex, $ID) global() argument [all...] |
/plugin/bibtex/OSBib/format/bibtexParse/ |
H A D | CHANGELOG | 6 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/ |
H A D | syntax.php | 213 $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…
|
H A D | style.css | 2 /* -------------- bibtex ---------------------- */
|
/plugin/bibtex/OSBib/ |
H A D | CHANGELOG | 31 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/ |
H A D | BIBFORMAT.php | 28 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/bibtex4dw/ |
H A D | README.md | 38 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/publistx/bib2tpl/lib/ |
H A D | BibTex.php | 1006 $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;
|
/plugin/publistf/bib2tpl/lib/ |
H A D | BibTex.php | 1006 $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;
|