Home
last modified time | relevance | path

Searched refs:preamble (Results 1 – 25 of 40) sorted by relevance

12

/plugin/bibtex/OSBib/format/bibtexParse/
DPARSEENTRIES.php110 $this->preamble = $this->strings = $this->entries = array();
306 $this->preamble[] = $entry;
338 function removeDelimitersAndExpand($string, $preamble = FALSE) argument
347 if(!empty($this->strings) && !$preamble)
411 foreach($this->preamble as $value)
414 $preamble = substr($matches[1], 0, -1);
415 $preambles['bibtexPreamble'] = trim($this->removeDelimitersAndExpand(trim($preamble), TRUE));
418 $this->preamble = $preambles;
450 if(empty($this->preamble))
451 $this->preamble = FALSE;
[all …]
DREADME14 …ib file or a PHP string and returns arrays of information representing @preamble, @string and vali…
66 In all cases, @preamble (from the given example bib.bib file) will be returned as:
69 [bibtexPreamble] => Blah blah blah some preamble or other r
Dbib.bib7 @preAmbLE {"Blah blah blah some preamble or other
DCHANGELOG33 1/ Fixed a bug when parsing @preamble in PARSEENTRIES.php
/plugin/latexit/
Dhelper.php27 protected $preamble; variable in helper_plugin_latexit
34 $this->preamble = array();
53 $this->preamble[] = $data;
62 return $this->preamble;
Drenderer.php321 $preamble = $this->store->getPreamble();
322 foreach($preamble as $command) {
/plugin/asciidocjs/node_modules/pug-error/
Dindex.js18 var preamble = (curr == line ? ' > ' : ' ')
21 var out = preamble + text;
24 out += Array(preamble.length + column).join('-') + '^';
/plugin/codemirror/dist/modes/
Drpm.min.js.map1preamble","section","control_flow_complex","control_flow_simple","operators","startState","control…
/plugin/latex-was/
DTODO11 -\includegraphics support will work if one puts a \graphicspath line in the preamble...
/plugin/latexwas/
DTODO11 -\includegraphics support will work if one puts a \graphicspath line in the preamble...
/plugin/latex/
DTODO11 -\includegraphics support will work if one puts a \graphicspath line in the preamble...
/plugin/findologicxmlexport/vendor/hoa/consistency/
DCHANGELOG.md33 * Prelude: Introduce the prelude/preamble! (Ivan Enderlin, 2015-12-09T08:34:16+01:00)
/plugin/asciidocjs/node_modules/handlebars/dist/amd/handlebars/compiler/
Djavascript-compiler.js80 this.preamble();
200 preamble: function preamble() {
/plugin/asciidocjs/node_modules/handlebars/dist/cjs/handlebars/compiler/
Djavascript-compiler.js88 this.preamble();
208 preamble: function preamble() {
/plugin/asciidocjs/node_modules/pug-filters/node_modules/uglify-js/bin/
Duglifyjs232 preamble : ARGS.preamble || null,
/plugin/asciidocjs/node_modules/pug-filters/node_modules/uglify-js/lib/
Doutput.js65 preamble : null, property
514 var preamble = output.option("preamble");
515 if (preamble) {
516 output.print(preamble.replace(/\r\n?|[\n\u2028\u2029]|\s*$/g, "\n"));
/plugin/asciidocjs/node_modules/balanced-match/
DREADME.md44 * **pre** the preamble, `a` and `b` not included
/plugin/asciidocjs/node_modules/uglify-js/lib/
Doutput.js66 preamble : null, property
520 var preamble = options.preamble;
521 if (preamble) print(preamble.replace(/\r\n?|\u2028|\u2029|(^|\S)\s*$/g, "$1\n"));
/plugin/jdraw/lib/
Dhttpmime-4.0.1.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
Dapache-mime4j-0.6.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/jcapture/lib/
Dhttpmime-4.0.1.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
Dapache-mime4j-0.6.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/asciidocjs/node_modules/handlebars/lib/handlebars/compiler/
Djavascript-compiler.js79 this.preamble();
215 preamble: function() {
/plugin/asciidocjs/node_modules/uglify-js/
DREADME.md76 `preamble` Preamble to prepend to the output. You
475 preamble: "/* uglified */"
965 - `preamble` (default: `null`) — when passed it must be a string and
989 - `shebang` (default: `true`) — preserve shebang `#!` in preamble (bash scripts)
/plugin/elasticsearch/vendor/patrickschur/language-detection/resources/gn/
Dgn.txt4 (preamble missing)

12