Lines Matching defs:styles
18 [[{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');
133 if (!$styles)
136 $styles = explode("\n", $styles);
137 if (!is_array($styles))
140 foreach ($styles as $style) {
199 if ($data['image'] == 'conf.styles') {
246 if (($image != "conf.target") && ($image != "conf.styles")) {