Home
last modified time | relevance | path

Searched refs:decorator (Results 26 – 35 of 35) sorted by path

12

/plugin/latexport/implementation/
H A Ddecorator_images.php22 * @param decorator The next decorator.
24 function __construct($decorator) { argument
25 parent::__construct($decorator);
68 $this->decorator->cdata($text);
80 $this->decorator->internalmedia(
H A Ddecorator_includer.php67 parent::__construct($decorator);
108 $this->decorator->listu_open();
149 $this->decorator->listcontent_open();
172 $this->decorator->listcontent_close();
192 $this->decorator->listitem_close();
196 $this->decorator->listitem_close();
223 $this->decorator->listu_close();
231 $this->decorator->listu_close();
239 $this->decorator->listu_close();
290 $this->decorator->cdata($text);
[all …]
H A Ddecorator_math.php31 function __construct($decorator) { argument
32 parent::__construct($decorator);
56 $this->decorator->mathjax_content($this->processEquation($this->equation));
H A Ddecorator_tables.php75 $this->decorator->p_open();
84 $this->decorator->linebreak();
86 $this->decorator->p_close();
99 $this->decorator->cdata($text);
101 $this->decorator->unformatted($text);
119 $this->decorator->table_close($pos);
128 $this->decorator->tablerow_open();
135 $this->decorator->tablerow_close();
151 $this->decorator->tableheader_open(1, null, 1);
167 $this->decorator->tablecell_open(1, null, 1);
[all …]
/plugin/latexport/renderer/
H A Dtex.php121 $this->decorator->document_start($this->currentPageId, $this->recursionLevel);
130 $this->decorator->header($text, $level + $this->headingLevel, $pos);
137 $this->decorator->document_end($this->recursionLevel - 1);
/plugin/scrape/
H A DHTMLPurifier.standalone.php
/plugin/syntaxhighlighter4/dist/
H A Dsyntaxhighlighter.js.map1 …s: 'comments'\n },\n {\n regex: /^\\s*@\\w+/gm,\n css: 'decorator'\n },\n {\…
/plugin/tline/
H A DCHANGES.txt124 * Span decorator improvements: now can have null labels. New param of
127 * Span point decorator: Now uses color attribute if present, else css.
/plugin/tline/timeline_js/
H A Dtimeline-bundle.css24 .timeline-highlight-decorator,
25 .timeline-highlight-point-decorator{
31 set in the decorator function params */
32 .timeline-horizontal .timeline-highlight-point-decorator,
33 .timeline-horizontal .timeline-highlight-decorator{
38 .timeline-vertical .timeline-highlight-point-decorator,
39 .timeline-vertical .timeline-highlight-decorator{
44 .timeline-highlight-decorator{background-color:#FFC080;}
45 .timeline-highlight-point-decorator{background-color:#ff5;}
/plugin/webdav/vendor/sabre/http/
H A DREADME.md142 [decorator pattern][6] to add new behavior where you need it. `sabre/http`

12