Home
last modified time | relevance | path

Searched refs:styles (Results 326 – 350 of 455) sorted by path

1...<<111213141516171819

/plugin/mikioplugin/syntax/
H A Dbox.php84 $styles = $this->buildStyle(array(
100 $renderer->doc .= '<' . $tag . ($data['url'] != '' ? ' href="' . $data['url'] . '"' : '') . ' class="' . $this->elemClass . ' ' . $this->classPrefix . 'box'. $classes .'"' . $styles. '>';
H A Dbutton.php41 $styles = $this->buildStyle(array('width' => $data['width']), TRUE);
48 $renderer->doc .= '<a href="' . $url . '"' . ($target != '' ? ' target="'.$target.'"' : '') . ' class="' . $this->elemClass . ' ' . $this->classPrefix . 'button ' . $classes . '" role="button"' . ($collapse != '' ? ' data-toggle="collapse" data-target="#' . $data['collapse-id'] . '"' : '') . ' ' . ($data['disabled'] ? 'disabled' : '') . $styles . $this->buildTooltip($data['tooltip']) . '>';
H A Dcard.php76 $styles = $this->buildStyle(array('height' => $data['height'], 'width' => $data['width']), true);
78 $renderer->doc .= '<div class="' . $this->elemClass . ' ' . $this->classPrefix . 'card' . $classes . '"' . $styles . '>';
H A Dcardbody.php38 $styles = $this->buildStyle(array('color' => $data['text-color']), true);
40 $renderer->doc .= '<div class="' . $this->elemClass . ' ' . $this->classPrefix . 'card-body' . $classes . '"' . $styles . '>';
H A Dcarousel.php50 $styles = $this->buildStyle(array('height' => $data['height']), TRUE);
52 $renderer->doc .= '<div class="' . $this->elemClass . ' ' . $this->classPrefix . 'carousel' . ($data['cover'] ? ' ' . $this->classPrefix . 'image-cover' : '') . $classes . '" data-auto-start="' . ($data['start'] ? 'true' : 'false') . '"' . $styles . '>';
H A Dcolumn.php39 $styles = $this->buildStyle(array(
46 $renderer->doc .= '<div class="' . $this->elemClass . ' ' . $this->classPrefix . 'col ' . ($data['size'] != '' ? $this->classPrefix . 'col-' . $data['size'] : '') . $classes . '"' . $styles . '>';
H A Dgrid.php24 $styles = $this->buildStyle(array(
29 $renderer->doc .= '<div class="' . $this->elemClass . ' ' . $this->classPrefix . 'grid"' . $styles . '>';
H A Dlistgroup.php30 $styles = $this->buildStyle(array('width' => $data['width']), TRUE);
32 $renderer->doc .= '<ul class="' . $this->elemClass . ' ' . $this->classPrefix . 'list-group ' . $classes . '"' . $styles . '>';
H A Dnav.php37 $styles = $this->buildStyle(array('height' => $data['height'], 'width' => $data['width']), true);
39 $renderer->doc .= '<div class="' . $this->elemClass . ' ' . $this->classPrefix . 'nav' . $classes . '"' . $styles . '>';
H A Dplaceholder.php25 $styles = $this->buildStyle(array('width' => $data['width'], 'height' => $data['height']), TRUE);
27 $renderer->doc .= '<div class="' . $this->elemClass . ' ' . $this->classPrefix . 'placeholder"' . $styles . '>';
H A Dprogressbar.php36 $styles = $this->buildStyle(array('height' => $data['height']), TRUE);
38 $renderer->doc .= '<div class="' . $this->elemClass . ' mikiop-progress"' . $styles . '>';
H A Drow.php26 $styles = $this->buildStyle(array(
33 $renderer->doc .= '<div class="' . $this->elemClass . ' ' . $this->classPrefix . 'row"' . $styles . '>';
H A Dtext.php34 $styles = $this->buildStyle(array(
45 $renderer->doc .= '<span' . $styles . '>';
/plugin/noiewarning/
H A Dstyle.css26 * Generic styles
/plugin/nspages/
H A Dstyle.css36 /* below: all the styles for the usePictures mode */
/plugin/odp/
H A Drenderer.php114 var $styles = array( variable in renderer_plugin_odp
531 foreach ($this->styles as $stylename=>$stylexml) {
/plugin/odt/
H A DChangeLog.txt104 The styles are defined in styles.xml. Each style increases the indentation by 1cm
124 functions. This requires to save the common styles in ODT documents not using templates.
184 * renderer.php, styles.xml: Syntax highlighting support
230 * renderer.php: extract template before checking for the styles
H A Dexample.css2 * These is an example for ODT styles coded in CSS
5 * Do not edit this file. Instead add your own styles in
/plugin/odt/ODT/
H A DODTDocument.php2252 foreach ($styles_list as $styles) {
2253 foreach ($styles as $style) {
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/offline/ui/dokuwiki/
H A Dscreen.css1styles/../images/error.png) 0.5em 0px no-repeat;color:#000;border-bottom:1px solid #faa;font-size:…
/plugin/openlayersmap/ol7/
H A Dol.js.map
/plugin/openlayersmap/
H A Dstyle.less61 /** popup styles. */
/plugin/openlayersmapoverlays/lib/
H A Dlayers.js59 …yer.Grid,{DEFAULT_PARAMS:{service:"WMS",version:"1.1.1",request:"GetMap",styles:"",format:"image/j…
/plugin/passpolicy/
H A D10k-common-passwords.txt5745 styles

1...<<111213141516171819