Searched refs:styler (Results 1 – 6 of 6) sorted by relevance
| /plugin/styler/ |
| D | style.css | 2 div.styler-box { 7 div.styler-background { 11 div.styler-float-left { 16 div.styler-float-right { 21 div.styler-left { 25 div.styler-right { 29 div.styler-center { 33 div.styler-justify { 67 div.styler-quote {
|
| D | plugin.info.txt | 1 base styler 7 url https://www.dokuwiki.org/plugin:styler
|
| /plugin/typography/syntax/ |
| D | base.php | 62 protected $styler = null; variable in syntax_plugin_typography_base 73 if (is_null($this->styler)) { 74 $this->styler = $this->loadHelper('typography_parser'); 82 if ($this->styler->is_short_property($markup)) { 87 $tag_data = $this->styler->parse_inlineCSS($params); 125 if (is_null($this->styler)) { 126 $this->styler = $this->loadHelper('typography_parser'); 129 $renderer->doc .= '<span'.$this->styler->build_attributes($tag_data).'>';
|
| D | smallcaps.php | 37 if (is_null($this->styler)) { 38 $this->styler = $this->loadHelper('typography_parser'); 45 $tag_data = $this->styler->parse_inlineCSS($params);
|
| /plugin/asciidocjs/node_modules/chalk/source/ |
| D | index.js | 85 …const styler = createStyler(ansiStyles.color[levelMapping[level]][model](...arguments_), ansiStyle… 86 return createBuilder(this, styler, this._isEmpty); 98 …const styler = createStyler(ansiStyles.bgColor[levelMapping[level]][model](...arguments_), ansiSty… 99 return createBuilder(this, styler, this._isEmpty); 166 let styler = self._styler; 168 if (styler === undefined) { 172 const {openAll, closeAll} = styler; 174 while (styler !== undefined) { 178 string = stringReplaceAll(string, styler.close, styler.open); 180 styler = styler.parent;
|
| /plugin/dirtylittlehelper/mermaid/editor/docs/ |
| D | bundle.js.map | 1 …styler.js","webpack:///./node_modules/monaco-editor/esm/vs/platform/theme/common/themeService.js",…
|