Home
last modified time | relevance | path

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

12345678910>>...19

/plugin/jquery-syntax/jquery-syntax/
H A Djquery.syntax.cache.js5styles["jquery.syntax.layout.table"]=["base/jquery.syntax.layout.table.css"];Syntax.styles["jquery…
H A Djquery.syntax.min.js9 …r(name,this._finish.bind(this,name));}};var Syntax={root:null,aliases:{},styles:{},themes:{},lib:{… property in Syntax
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/box2/
H A Dsyntax.php194 $styles = array();
199 $styles['width'] = $token;
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;
282 $style = isset($styles['width']) ? "width: {$styles['width']};" : '';
283 $style .= isset($styles['spacing']) ? implode(';', $styles['spacing']) : '';
[all …]
/plugin/box/
H A 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/
H A Dfckstyles.js80 var styles = this.GetStyles() ;
82 for ( var styleName in styles )
230 if ( !styles )
237 return styles ;
247 var styles = {}; variable
256 return styles ;
261 var styles = {}; variable
270 return styles ;
275 var styles = {}; variable
280 return styles ;
[all …]
/plugin/icons/syntax/
H A Dicon.php23 protected $styles = array(); variable in syntax_plugin_icons_icon
243 $this->styles = array();
283 $this->styles['font-size'] = "{$value}px";
308 $this->styles['border-color'] = $value;
312 $this->styles['padding'] = $value;
316 $this->styles['background-color'] = $value;
320 $this->styles['color'] = $value;
334 $this->styles['text-align'] = 'center';
337 $this->styles['float'] = $value;
379 unset($this->styles['font-size']);
[all …]
/plugin/html2pdf/html2pdf/html2ps/
H A 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/bootswrapper/syntax/
H A 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…
H A 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/authgooglesheets/vendor/google/apiclient-services/src/Docs/
H A DNamedStyles.php29 public function setStyles($styles) argument
31 $this->styles = $styles;
38 return $this->styles;
/plugin/google_adsense2/
H A 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/odt/ODT/
H A 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/timetrack/vendor/pnotify/
H A 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_…
664 …type == "error" ? styles.error_icon : (opts.type == "info" ? styles.info_icon : (opts.type == "suc…
737 $(this).addClass(styles.hi_btnhov);
740 $(this).removeClass(styles.hi_btnhov);
760 $(this).addClass(styles.hi_btnhov);
[all …]
/plugin/ajaxedit/vendor/pnotify/
H A 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_…
664 …type == "error" ? styles.error_icon : (opts.type == "info" ? styles.info_icon : (opts.type == "suc…
737 $(this).addClass(styles.hi_btnhov);
740 $(this).removeClass(styles.hi_btnhov);
760 $(this).addClass(styles.hi_btnhov);
[all …]
/plugin/barcodes/lib/
H A DBarcodesWrapper.php92 $styles = array();
95 …if ($this->attributes->background_color) $styles[] = sprintf('background-color: #%s', $this->attri…
100 $styles[] = sprintf('width: %dpx', $this->attributes->size);
101 $styles[] = sprintf('height: %dpx', $this->attributes->size);
104 $styles[] = sprintf('height: %dpx', $this->attributes->size);
109 $styles[] = sprintf('padding: %dpx', $this->attributes->padding);
112 return implode('; ', $styles);
/plugin/button/
H A Dsyntax.php18 [[{conf.styles}style|css]]
109 protected $styles = array();
114 $this->styles[$ID][$name] = $value;
119 return isset($this->styles[$ID][$name]) ? $this->styles[$ID][$name] : $this->getConfStyles($name);
124 return (array_key_exists($ID, $this->styles) && is_array($this->styles[$ID]) && array_key_exists($name, $this->styles[$ID]))
132 $styles = $this->getConf('styles');
81 protected $styles = array(); global() variable in syntax_plugin_button
[all...]
/plugin/ckgedit/ckeditor/skins/kama/
H A 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/keyboard/
H A 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/diagramsnet/lib/math/config/
H A Ddefault.js73 styles: {},
799 styles: {},
846 styles: {}
990 styles: {},
1064 styles: {}
/plugin/ckgdoku/ckeditor/skins/moono-lisa/
H A 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/ckgdoku/ckeditor/skins/moono/
H A 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…
/plugin/ckgedit/ckeditor/skins/moono/
H A 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…
/plugin/ckgedit/ckeditor/skins/moono-lisa/
H A 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/wysiwyg/fckeditor/editor/_source/classes/
H A Dfcktoolbarstylecombo.js47 var styles = {} ;
54 styles[ styleName ] = style ;
56 return styles ;
72 var styles = this.GetStyles() ;
74 for ( var styleName in styles )
76 var style = styles[ styleName ] ;
H A Dfcktoolbarfontsizecombo.js54 var styles = {} ;
68 styles[ caption ] = style ;
71 return styles ;

12345678910>>...19