Home
last modified time | relevance | path

Searched refs:styles (Results 1 – 25 of 526) sorted by relevance

12345678910>>...22

/plugin/jquery-syntax/jquery-syntax/
Djquery.syntax.cache.js5styles["jquery.syntax.layout.table"]=["base/jquery.syntax.layout.table.css"];Syntax.styles["jquery…
Djquery.syntax.min.js9 …r(name,this._finish.bind(this,name));}};var Syntax={root:null,aliases:{},styles:{},themes:{},lib:{… property
12 …ame=prefix+"."+name;var styles=this.styles[basename];if(styles){for(var i=0;i<styles.length;i+=1){…
19styles["jquery.syntax.layout.table"]=["base/jquery.syntax.layout.table.css"];Syntax.styles["jquery…
/plugin/asciidocjs/node_modules/ansi-styles/
Dindex.js47 const styles = {};
52 styles[name] = wrap(identity, offset);
54 styles[name] = wrap(suite[targetSpace], offset);
58 return styles;
63 const styles = { variable
118 styles.color.gray = styles.color.blackBright;
119 styles.bgColor.bgGray = styles.bgColor.bgBlackBright;
120 styles.color.grey = styles.color.blackBright;
121 styles.bgColor.bgGrey = styles.bgColor.bgBlackBright;
123 for (const [groupName, group] of Object.entries(styles)) {
[all …]
Dreadme.md1 # ansi-styles [![Build Status](https://travis-ci.org/chalk/ansi-styles.svg?branch=master)](https://…
12 $ npm install ansi-styles
18 const style = require('ansi-styles');
90 By default, you get a map of styles, but the styles are also available as groups. They are non-enum…
113 `ansi-styles` uses the [`color-convert`](https://github.com/Qix-/color-convert) package to allow fo…
152styles` and thousands of other packages are working with Tidelift to deliver commercial support an…
/plugin/box2/
Dsyntax.php194 $styles = array();
199 $styles['width'] = $token;
208 $styles['id'] = substr($token, 1);
212 $styles['colour'][] = $token;
217 $styles['spacing'][] = $token;
222 $styles['class'] = (isset($styles['class']) ? $styles['class'].' ' : '').$token;
224 if (!empty($styles['colour'])) {
225 $styles['colour'] = $this->_box_colours($styles['colour']);
228 return $styles;
280 function _xhtml_boxopen($renderer, $pos, $styles) { argument
[all …]
/plugin/asciidocjs/node_modules/chalk/source/
Dtemplates.js74 function buildStyle(chalk, styles) { argument
77 for (const layer of styles) {
78 for (const style of layer.styles) {
84 for (const [styleName, styles] of Object.entries(enabled)) {
85 if (!Array.isArray(styles)) {
93 current = styles.length > 0 ? current[styleName](...styles) : current[styleName];
100 const styles = [];
111 chunks.push(styles.length === 0 ? string : buildStyle(chalk, styles)(string));
112 styles.push({inverse, styles: parseStyle(style)}); property
114 if (styles.length === 0) {
[all …]
/plugin/box/
Dsyntax.php168 $styles = array();
173 $styles['width'] = $token;
183 $styles['colour'][] = $token;
191 $styles['class'] = (isset($styles['class']) ? $styles['class'] . ' ' : '') . $token;
193 if (!empty($styles['colour'])) {
194 $styles['colour'] = $this->boxColours($styles['colour']);
197 return $styles;
261 protected function xhtmlBoxOpen($styles) argument
263 $class = 'class="box' . (isset($styles['class']) ? ' ' . $styles['class'] : '') . '"';
264 $style = isset($styles['width']) ? "width: {$styles['width']};" : '';
[all …]
/plugin/wysiwyg/fckeditor/editor/_source/internals/
Dfckstyles.js80 var styles = this.GetStyles() ;
82 for ( var styleName in styles )
88 var style = styles[ styleName ] ;
229 var styles = this._GetStyles ;
230 if ( !styles )
232 styles = this._GetStyles = FCKTools.Merge(
237 return styles ;
247 var styles = {};
253 var style = styles[ '_FCK_' + styleName ] = new FCKStyle( styleDefs[ styleName ] ) ;
256 return styles ;
[all …]
/plugin/icons/syntax/
Dicon.php23 protected $styles = array(); variable in syntax_plugin_icons_icon
243 $this->styles = array();
283 $this->styles['font-size'] = "{$value}px";
290 $this->styles['border-radius'] = '50%';
291 $this->styles['-moz-border-radius'] = '50%';
292 $this->styles['-webkit-border-radius'] = '50%';
302 $this->styles['border'] = '0.08em solid #EEE';
308 $this->styles['border-color'] = $value;
312 $this->styles['padding'] = $value;
316 $this->styles['background-color'] = $value;
[all …]
/plugin/pagecss/
H A Daction.php185 $styles = $sanitized_css . "\n" . trim($extra);
186 $styles = str_replace('</', '<\/', $styles);
188 p_set_metadata($id, ['pagecss' => ['styles' => $styles]]);
217 $styles = isset($data['styles']) ? $data['styles'] : '';
220 if ($styles && is_string($styles)) {
227 '_data' => $styles, // The actual CSS content.
/plugin/bootswrapper/syntax/
Daffix.php92 $styles = array();
135 $styles[] = "position:$position";
139 $styles[] = "top:$position_top";
143 $styles[] = "bottom:$position_bottom";
147 $styles[] = "left:$position_left";
151 $styles[] = "right:$position_right";
154 …$markup = '<div style="z-index:1024;' . implode(';', $styles) . '" class="bs-wrap bs-wrap-affix" d…
Djumbotron.php50 $styles = array();
53 $styles[] = 'background-image:url(' . ml($background) . ')';
57 $styles[] = 'color:' . hsc($color);
60 …markup = '<div class="bs-wrap bs-wrap-jumbotron jumbotron" style="' . implode(';', $styles) . '">';
/plugin/html2pdf/html2pdf/html2ps/
Dxhtml.style.inc.php5 $styles = array();
8 $styles = array_merge(array($matches[2].process_style_content($matches[3]).$matches[4]),
13 return $styles;
34 function insert_styles($html, $styles) { argument
38 $html = preg_replace('#</head>#', join("\n", $styles)."\n</head>", $html);
/plugin/ajaxedit/vendor/pnotify/
Djquery.pnotify.js155 var styles = styling[opts.styling];
238styles.container+" ui-pnotify-container "+(opts.type == "error" ? styles.error : (opts.type == "in…
301styles.error+" "+styles.notice+" "+styles.success+" "+styles.info).addClass(opts.type == "error" ?…
308 …type == "error" ? styles.error_icon : (opts.type == "info" ? styles.info_icon : (opts.type == "suc…
635 .append($("<span />", {"class": styles.closer}))
654 …$(this).children().removeClass(styles.pin_up+" "+styles.pin_down).addClass(opts.hide ? styles.pin_…
656 .append($("<span />", {"class": styles.pin_up}))
664 …type == "error" ? styles.error_icon : (opts.type == "info" ? styles.info_icon : (opts.type == "suc…
727 "class": "ui-pnotify-history-container "+styles.hi_menu,
734 "class": "ui-pnotify-history-all "+styles.hi_btn,
[all …]
/plugin/timetrack/vendor/pnotify/
Djquery.pnotify.js155 var styles = styling[opts.styling];
238styles.container+" ui-pnotify-container "+(opts.type == "error" ? styles.error : (opts.type == "in…
301styles.error+" "+styles.notice+" "+styles.success+" "+styles.info).addClass(opts.type == "error" ?…
308 …type == "error" ? styles.error_icon : (opts.type == "info" ? styles.info_icon : (opts.type == "suc…
635 .append($("<span />", {"class": styles.closer}))
654 …$(this).children().removeClass(styles.pin_up+" "+styles.pin_down).addClass(opts.hide ? styles.pin_…
656 .append($("<span />", {"class": styles.pin_up}))
664 …type == "error" ? styles.error_icon : (opts.type == "info" ? styles.info_icon : (opts.type == "suc…
727 "class": "ui-pnotify-history-container "+styles.hi_menu,
734 "class": "ui-pnotify-history-all "+styles.hi_btn,
[all …]
/plugin/odt/ODT/
Dstyleset.php15 protected $styles = array(); variable in ODTStyleSet
142 $export = &$this->styles;
167 ($this->styles, $this->styles_by_name, $new, $overwrite);
281 return $this->styles [$index];
293 return count($this->styles);
307 for ($index = 0 ; $index < count($this->styles) ; $index++) {
308 if ($this->styles [$index]->isDefault() &&
309 $this->styles [$index]->getFamily() == $family) {
310 return $this->styles [$index];
320 return $this->styles;
/plugin/google_adsense2/
Dcode.php67 function gads_code($id, $styles=NULL) argument
71 $styles_array = gads_getstyle($styles);
85 $styles = array();
90 $styles['width'] = $token;
96 $styles['class'] = (isset($styles['class']) ? $styles['class'].' ' : '').$token;
99 return $styles;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Docs/
DNamedStyles.php29 public function setStyles($styles) argument
31 $this->styles = $styles;
38 return $this->styles;
/plugin/barcodes/lib/
DBarcodesWrapper.php95 $styles = array();
98 …if ($this->attributes->background_color) $styles[] = sprintf('background-color: #%s', $this->attri…
103 $styles[] = sprintf('width: %dpx', $this->attributes->size);
104 $styles[] = sprintf('height: %dpx', $this->attributes->size);
107 $styles[] = sprintf('height: %dpx', $this->attributes->size);
112 $styles[] = sprintf('padding: %dpx', $this->attributes->padding);
115 return implode('; ', $styles);
/plugin/button/
Dsyntax.php109 protected $styles = array(); variable in syntax_plugin_button
114 $this->styles[$ID][$name] = $value;
119 … return isset($this->styles[$ID][$name]) ? $this->styles[$ID][$name] : $this->getConfStyles($name);
124 …eturn (array_key_exists($ID, $this->styles) && is_array($this->styles[$ID]) && array_key_exists($n…
132 $styles = $this->getConf('styles');
133 if (!$styles)
136 $styles = explode("\n", $styles);
137 if (!is_array($styles))
140 foreach ($styles as $style) {
/plugin/keyboard/
Dsyntax.php16 protected $styles = array ('__keyboard' => array ('display-name' => 'Keyboard', variable in syntax_plugin_keyboard
127 … if ($this->stylesCreated == false || !array_key_exists ($class, $this->styles)) {
130 $this->renderODTOpenSpan($renderer, $this->styles[$class]['name']);
155 $this->renderODTOpenSpan($renderer, $this->styles[$class]['name']);
182 foreach ($this->styles as $class => $style) {
193 $this->styles[$class]['name'] = $style_name;
203 if (!empty($class) && !array_key_exists($class, $this->styles)) {
216 $this->styles[$class] = $new;
/plugin/ckgedit/ckeditor/skins/kama/
Dreadme.md15 - **mainui.css**: the file contains styles of entire editor outline structures,
16 - **toolbar.css**: the file contains styles of the editor toolbar space (top),
17 - **richcombo.css**: the file contains styles of the rich combo ui elements on toolbar,
18 - **panel.css**: the file contains styles of the rich combo drop-down, it's not loaded
20 - **elementspath.css**: the file contains styles of the editor elements path bar (bottom),
21 - **menu.css**: the file contains styles of all editor menus including context menu and button drop…
25 - **preset.css**: the file defines the default styles of some UI elements reflecting the skin prefe…
/plugin/diagramsnet/lib/math/config/
Ddefault.js73 styles: {}, property
799 styles: {}, property
846 styles: {} property
990 styles: {}, property
1064 styles: {} property
/plugin/ckgdoku/ckeditor/skins/moono-lisa/
Dreadme.md23 - **mainui.css**: the file contains styles of entire editor outline structures,
24 - **toolbar.css**: the file contains styles of the editor toolbar space (top),
25 - **richcombo.css**: the file contains styles of the rich combo ui elements on toolbar,
26 - **panel.css**: the file contains styles of the rich combo drop-down, it's not loaded
28 - **elementspath.css**: the file contains styles of the editor elements path bar (bottom),
29 - **menu.css**: the file contains styles of all editor menus including context menu and button drop…
33 - **preset.css**: the file defines the default styles of some UI elements reflecting the skin prefe…
/plugin/ckgedit/ckeditor/skins/moono/
Dreadme.md25 - **mainui.css**: the file contains styles of entire editor outline structures,
26 - **toolbar.css**: the file contains styles of the editor toolbar space (top),
27 - **richcombo.css**: the file contains styles of the rich combo ui elements on toolbar,
28 - **panel.css**: the file contains styles of the rich combo drop-down, it's not loaded
30 - **elementspath.css**: the file contains styles of the editor elements path bar (bottom),
31 - **menu.css**: the file contains styles of all editor menus including context menu and button drop…
35 - **preset.css**: the file defines the default styles of some UI elements reflecting the skin prefe…

12345678910>>...22