Home
last modified time | relevance | path

Searched refs:decorator (Results 1 – 25 of 35) sorted by relevance

12

/plugin/latexport/implementation/
H A Ddecorator.php15 class decorator extends Doku_Renderer { class
21 protected $decorator; variable in decorator
27 function __construct($decorator) { argument
28 $this->decorator = $decorator;
125 $this->decorator->input($link);
301 $this->decorator->p_open();
309 $this->decorator->p_close();
317 $this->decorator->linebreak();
325 $this->decorator->hr();
541 $this->decorator->php($text);
[all …]
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_headings.php54 * @param decorator The next decorator.
56 function __construct($decorator) { argument
57 parent::__construct($decorator);
101 $this->decorator->header($text, 1, $pos);
106 $this->decorator->header($text, 1, $pos);
110 $this->decorator->header($text, 3, $pos);
129 $this->decorator->header($text, 3, $pos);
133 $this->decorator->header($text, 2, $pos);
146 $this->decorator->header($text, 3, $pos);
150 $this->decorator->header($text, 4, $pos);
[all …]
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 …]
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_math.php31 function __construct($decorator) { argument
32 parent::__construct($decorator);
56 $this->decorator->mathjax_content($this->processEquation($this->equation));
/plugin/latexport/_test/
H A Ddecorator.test.php12 private $decorator; variable in decorator_test
20 $this->decorator = new Decorator($this->decoratorMock);
24 $this->decorator->document_start("xx", 3);
H A Dcommand.php9 * @param decorator The next decorator layer.
/plugin/eventline/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/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/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/jquery-syntax/jquery-syntax/base/
H A Djquery.syntax.brush.python.css1 .syntax-theme-base .syntax .python .decorator {
/plugin/highlightjs/highlight/styles/
H A Dvs.css46 .decorator,
H A Dir_black.css37 .function .title, .sub .identifier, .pi, .decorator, .ini .title {
H A Didea.css23 .annotation, .decorator, .preprocessor, .doctype, .pi, .chunk, .shebang, .apache .cbracket {
H A Dmagula.css63 .decorator,
H A Ddefault.css71 .decorator,
H A Ddark.css67 .python .decorator,
H A Dsunburst.css41 .function .title, .sub .identifier, .pi, .tag, .tag .keyword, .decorator, .ini .title, .shebang {
H A Dfar.css85 .python .decorator,
H A Dbrown_paper.css70 .python .decorator,
H A Dzenburn.css65 .python .decorator,
H A Dschool_book.css72 .python .decorator,
/plugin/highlightjs/highlight/
H A Dreadme.rus.txt109 decorator @-декоратор функции
H A Dreadme.eng.txt104 decorator @-decorator for functions

12