Home
last modified time | relevance | path

Searched refs:bibtex (Results 1 – 25 of 41) sorted by last modified time

12

/plugin/bibtex4dw/syntax/
H A Dbibtex.php8 * 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/bibtex4dw/
H A DCHANGELOG.md11 * Change syntax of format strings for bibliography, see [#6](https://github.com/tillbiskup/dokuwiki-bibtex/pull/6)
12 * Perform SQLite updates in a single transaction, see [#8](https://github.com/tillbiskup/dokuwiki-bibtex/pull/8)
16 * Merged PR from SECtim, closing [#3](https://github.com/tillbiskup/dokuwiki-bibtex/issues/3), [#4](https://github.com/tillbiskup/dokuwiki-bibtex/issues/4), [#5](https://github.com/tillbiskup/dokuwiki-bibtex/issues/5)
20 * Rename plugin: "bibtex" => "bibtex4dw"
H A 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
H A DTODO.md37 * https://github.com/renanbr/bibtex-parser
/plugin/bibtex4dw/lib/
H A Dbibtexrender.php81 * <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/bibtex4dw/db/
H A Dupdate0001.sql1 CREATE TABLE bibtex (key PRIMARY KEY, entry); table
3 CREATE UNIQUE INDEX idx_key ON bibtex(key);
/plugin/farmer/_animal/data/pages/wiki/
H A Dsyntax.txt385 The following language strings are currently recognized: //4cs, 6502acme, 6502kickass, 6502tasm, 68000devpac, abap, actionscript-french, actionscript, actionscript3, ada, algol68, apache, applescript, asm, asp, autoconf, autohotkey, autoit, avisynth, awk, bascomavr, bash, basic4gl, bf, bibtex, blitzbasic, bnf, boo, c, c_loadrunner, c_mac, caddcl, cadlisp, cfdg, cfm, chaiscript, cil, clojure, cmake, cobol, coffeescript, cpp, cpp-qt, csharp, css, cuesheet, d, dcs, delphi, diff, div, dos, dot, e, epc, ecmascript, eiffel, email, erlang, euphoria, f1, falcon, fo, fortran, freebasic, fsharp, gambas, genero, genie, gdb, glsl, gml, gnuplot, go, groovy, gettext, gwbasic, haskell, hicest, hq9plus, html, html5, icon, idl, ini, inno, intercal, io, j, java5, java, javascript, jquery, kixtart, klonec, klonecpp, latex, lb, lisp, llvm, locobasic, logtalk, lolcode, lotusformulas, lotusscript, lscript, lsl2, lua, m68k, magiksf, make, mapbasic, matlab, mirc, modula2, modula3, mmix, mpasm, mxml, mysql, newlisp, nsis, oberon2, objc, objeck, ocaml-brief, ocaml, oobas, oracle8, oracle11, oxygene, oz, pascal, pcre, perl, perl6, per, pf, php-brief, php, pike, pic16, pixelbender, pli, plsql, postgresql, povray, powerbuilder, powershell, proftpd, progress, prolog, properties, providex, purebasic, pycon, python, q, qbasic, rails, rebol, reg, robots, rpmspec, rsplus, ruby, sas, scala, scheme, scilab, sdlbasic, smalltalk, smarty, sql, systemverilog, tcl, teraterm, text, thinbasic, tsql, typoscript, unicon, uscript, vala, vbnet, vb, verilog, vhdl, vim, visualfoxpro, visualprolog, whitespace, winbatch, whois, xbasic, xml, xorg_conf, xpp, yaml, z80, zxbasic//
/plugin/refnotes/lang/en/
H A D__template.txt36 <code bibtex>
/plugin/publistf/bib2tpl/
H A 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);
H A Dchangelog8 when months in the bibtex use abreviations; if the language file includes
/plugin/publistf/
H A Dsyntax.php98 $bibtex = $this->_load($data, 'bibtex');
99 if ( empty($bibtex) ) {
119 if ( !empty($bibtex) && !empty($template) ) {
128 $code = $parser->convert($bibtex, $template);
H A DREADME.md14 websites of coauthors added automatically to the bibtex entries. The
H A DTODO38 - Default bibtex
/plugin/publistf/template/
H A Ddokuwiki_fancy.tpl4 …|web]]@;url@@?file@ {{@file@|download}}@;file@@?bibtex@ ++ bibtex|<code bibtex>@bibtex@</code>++@;
H A Ddokuwiki_kmh.tpl4 …|doi]]@;doi@@?file@ {{@file@|download}}@;file@@?bibtex@ ++ bibtex|<code bibtex>@bibtex@</code>++@;
H A Ddokuwiki_single.tpl2 …|doi]]@;doi@@?file@ {{@file@|download}}@;file@@?bibtex@ ++ bibtex|<code bibtex>@bibtex@</code>++@;
/plugin/publistf/bib2tpl/lib/
H A 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;
/plugin/publist/
H A Dsyntax.php90 $bibtex = $this->_load($data, 'bibtex');
91 if ( empty($bibtex) ) {
101 if ( !empty($bibtex) && !empty($template) ) {
110 $code = $parser->convert($bibtex, $template);
H A DTODO38 - Default bibtex
/plugin/publist/bib2tpl/
H A 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);
H A Dchangelog8 when months in the bibtex use abreviations; if the language file includes
/plugin/publist/bib2tpl/lib/
H A 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;
/plugin/latexit/classes/
H A DBibHandler.php120 $bibtex = '';
122 $bibtex .= $bib . "\n\n";
124 return $bibtex;
/plugin/publistx/bib2tpl/lib/
H A 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;
/plugin/publistx/
H A Dsyntax.php97 $bibtex = $this->_load($data, 'bibtex');
98 if ( empty($bibtex) ) {
118 if ( !empty($bibtex) && !empty($template) ) {
127 $code = $parser->convert($bibtex, $template);

12