Home
last modified time | relevance | path

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

12

/plugin/bibtex/OSBib/format/bibtexParse/
H A DCHANGELOG33 1/ Fixed a bug when parsing @preamble in PARSEENTRIES.php
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
/plugin/bpmnio/vendor/bpmn-js/dist/
H A Dbpmn-modeler.production.min.js7 …on vr(e){return e=L({format:!1,preamble:!0},e||{}),{toXML:function(t,n){var i=n||new fr,r=new mr(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…
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…
/plugin/bpmnio/vendor/dmn-js/dist/
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…
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-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…
/plugin/bpmnioeditor/vendor/bpmnio-js/
H A Dbpmn-modeler.development.js11171 options = assign({ format: false, preamble: true }, options || {});
11177 if (options.preamble) {
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…
/plugin/codemirror/dist/modes/
H A Drpm.min.js.map1preamble","section","control_flow_complex","control_flow_simple","operators","startState","control…
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D3.3.js.map1preamble found at the top of all documents. Its sole purpose is to prevent a browser from switchin…
H A D5.5.js1 …=g(d,R),o.items.push({label:"!DOCTYPE",kind:H.Property,documentation:"A preamble for an HTML docum…
/plugin/elasticsearch/vendor/patrickschur/language-detection/resources/gn/
H A Dgn.txt4 (preamble missing)
/plugin/findologicxmlexport/vendor/hoa/consistency/
H A DCHANGELOG.md33 * Prelude: Introduce the prelude/preamble! (Ivan Enderlin, 2015-12-09T08:34:16+01:00)
/plugin/jcapture/lib/
H A Dapache-mime4j-0.6.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
H A Dhttpmime-4.0.1.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/jdraw/lib/
H A Dapache-mime4j-0.6.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
H A Dhttpmime-4.0.1.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/jplayer/vendor/james-heinrich/getid3/
H A Dstructure.txt949 ['preamble']=>string() //
/plugin/latex-was/
H A DTODO11 -\includegraphics support will work if one puts a \graphicspath line in the preamble...
/plugin/latex/
H A DTODO11 -\includegraphics support will work if one puts a \graphicspath line in the preamble...
/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;

12