/plugin/latexport/implementation/ |
H A D | decorator.php | 15 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 D | decorator_includer.php | 67 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 D | decorator_headings.php | 54 * @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 D | decorator_tables.php | 75 $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 D | decorator_images.php | 22 * @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 D | decorator_math.php | 31 function __construct($decorator) { argument 32 parent::__construct($decorator); 56 $this->decorator->mathjax_content($this->processEquation($this->equation));
|
/plugin/latexport/_test/ |
H A D | decorator.test.php | 12 private $decorator; variable in decorator_test 20 $this->decorator = new Decorator($this->decoratorMock); 24 $this->decorator->document_start("xx", 3);
|
H A D | command.php | 9 * @param decorator The next decorator layer.
|
/plugin/eventline/timeline_js/ |
H A D | timeline-bundle.css | 24 .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 D | timeline-bundle.css | 24 .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 D | tex.php | 121 $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 D | jquery.syntax.brush.python.css | 1 .syntax-theme-base .syntax .python .decorator {
|
/plugin/highlightjs/highlight/styles/ |
H A D | vs.css | 46 .decorator,
|
H A D | ir_black.css | 37 .function .title, .sub .identifier, .pi, .decorator, .ini .title {
|
H A D | idea.css | 23 .annotation, .decorator, .preprocessor, .doctype, .pi, .chunk, .shebang, .apache .cbracket {
|
H A D | magula.css | 63 .decorator,
|
H A D | default.css | 71 .decorator,
|
H A D | dark.css | 67 .python .decorator,
|
H A D | sunburst.css | 41 .function .title, .sub .identifier, .pi, .tag, .tag .keyword, .decorator, .ini .title, .shebang {
|
H A D | far.css | 85 .python .decorator,
|
H A D | brown_paper.css | 70 .python .decorator,
|
H A D | zenburn.css | 65 .python .decorator,
|
H A D | school_book.css | 72 .python .decorator,
|
/plugin/highlightjs/highlight/ |
H A D | readme.rus.txt | 109 decorator @-декоратор функции
|
H A D | readme.eng.txt | 104 decorator @-decorator for functions
|