Home
last modified time | relevance | path

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

12

/plugin/latexit/
H A Dhelper.php27 protected $preamble; variable in helper_plugin_latexit
34 $this->preamble = array();
53 $this->preamble[] = $data;
62 return $this->preamble;
H A Drenderer.php321 $preamble = $this->store->getPreamble();
322 foreach($preamble as $command) {
/plugin/bibtex/OSBib/format/bibtexParse/
H A 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 …]
H A 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
H A Dbib.bib7 @preAmbLE {"Blah blah blah some preamble or other
H A DCHANGELOG33 1/ Fixed a bug when parsing @preamble in PARSEENTRIES.php
/plugin/latex/
H A DTODO11 -\includegraphics support will work if one puts a \graphicspath line in the preamble...
/plugin/latex-was/
H A DTODO11 -\includegraphics support will work if one puts a \graphicspath line in the preamble...
/plugin/codemirror/dist/modes/
H A Drpm.min.js.map1preamble","section","control_flow_complex","control_flow_simple","operators","startState","control…
/plugin/findologicxmlexport/vendor/hoa/consistency/
H A DCHANGELOG.md33 * Prelude: Introduce the prelude/preamble! (Ivan Enderlin, 2015-12-09T08:34:16+01:00)
/plugin/jdraw/lib/
H A Dhttpmime-4.0.1.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
H A Dapache-mime4j-0.6.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/jcapture/lib/
H A Dhttpmime-4.0.1.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
H A Dapache-mime4j-0.6.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/elasticsearch/vendor/patrickschur/language-detection/resources/gn/
H A Dgn.txt4 (preamble missing)
/plugin/jplayer/vendor/james-heinrich/getid3/
H A Dstructure.txt949 ['preamble']=>string() //
/plugin/xlsx2dw/packages/xlsx/
H A Dxlsx.mjs6454 var preamble = ""; while(cAnti-- > 0) preamble += "../";
6463 return preamble + unicodePath;
8259 preamble.push("P;PGeneral");
8260 preamble.push("F;P0;DG0G8;M255");
13778 var preamble = new_buf(7);
13779 preamble.write_shift(4, 3 + 2 * val.length);
13780 preamble.write_shift(1, 0x17);
13781 preamble.write_shift(2, val.length);
13789 return bconcat([preamble, body, postamble]);
21697 var preamble = "<tr>"; variable
[all …]
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D5.5.js1 …=g(d,R),o.items.push({label:"!DOCTYPE",kind:H.Property,documentation:"A preamble for an HTML docum…
/plugin/bpmnio/vendor/bpmn-js/dist/
H A Dbpmn-viewer.production.min.js2 …on yr(e){return e=w({format:!1,preamble:!0},e||{}),{toXML:function(t,n){var i=n||new fr,r=new dr(i…
H A Dbpmn-navigated-viewer.production.min.js2 …on vr(e){return e=w({format:!1,preamble:!0},e||{}),{toXML:function(t,n){var i=n||new yr,r=new gr(i…
/plugin/bpmnio/vendor/dmn-js/dist/
H A Ddmn-viewer.production.min.js2 …n St(e){return e=Ne({format:!1,preamble:!0},e||{}),{toXML:function(t,n){var r=n||new Ct,i=new Ot(r…
H A Ddmn-navigated-viewer.production.min.js2 …n St(e){return e=je({format:!1,preamble:!0},e||{}),{toXML:function(t,n){var r=n||new Ct,i=new Ot(r…
H A Ddmn-modeler.production.min.js2 …n Ut(e){return e=We({format:!1,preamble:!0},e||{}),{toXML:function(t,n){var i=n||new zt,r=new Ft(i…
/plugin/bpmnioeditor/vendor/bpmnio-js/
H A Dbpmn-modeler.production.min.js7 …on pr(e){return e=F({format:!1,preamble:!0},e||{}),{toXML:function(t,n){var i=n||new sr,r=new cr(i…
H A Dbpmn-modeler.development.js11171 options = assign({ format: false, preamble: true }, options || {});
11177 if (options.preamble) {

12