Home
last modified time | relevance | path

Searched refs:height (Results 3226 – 3250 of 3348) sorted by last modified time

1...<<121122123124125126127128129130>>...134

/plugin/codehighlight/cp/
H A Dcodepress.css12 line-height:16px;
13 height:100%;
/plugin/jquery/
H A Dscript.js19 …able>';M={position:"absolute",top:0,left:0,margin:0,border:0,width:"1px",height:"1px",visibility:"… property in o.offset.initialize.M
/plugin/offline/
H A Drenderer.php163 $height=NULL, $cache=NULL, $render = true) { argument
211 if ( !is_null($height) )
212 $ret .= ' height="'.$this->_xmlEntities($height).'"';
220 if ( !is_null($height) ) $ret .= ' height="'.$this->_xmlEntities($height).'"';
227 if ( !is_null($height) ) $ret .= ' height="'.$this->_xmlEntities($height).'"';
/plugin/jalbum/
H A Daction.php40 …'open' =>'<jalbum albumdir="off" albumtitle="off" width="400" height="400" align="top" quality="of…
/plugin/itrackviewer/
H A Daction.php50 'width="400" height="400" zoom="13" alt="off">',
/plugin/sidebar/
H A Dstyle.css21 height: 1.2em;
163 * html .page .toc {height:1px} /* General Dokuwiki fix. IE needs this to always display TOC cont…
165 * html .stylehead {height:1px;} /* Get IE in hasLayout mode to ensure the background covers the w…
/plugin/zul/syntax/
H A Dzirkelundlineal.php147 $height = $data['height'];
197 ' width="'.$width.'" height="'.$height.'">';
/plugin/svgimg2/
H A Dhelper.php35 $height = intval($data['height']);
43 $height = empty( $height ) ? '' : ' -h' . intval($height);
49 $height,
59 if ( !empty($height) ) $param .= intval($height);
73 $height = empty( $height ) ? '' : ' -h ' . intval($height);
77 $height,
/plugin/offline/ui/dokuwiki/
H A Dprint.css1 …right;margin:0 0 0 1.5em;}ul{line-height:1.5em;list-style-type:square;margin:0 0 0.5em 1.5em;paddi…
H A Dscreen.css1height:0px;height:0;overflow:hidden;}div.no{display:inline;margin:0;padding:0;}.hidden{display:non…
/plugin/charter/
H A Dhelper.php70 'size', // size of the image, format 'width'x'height'
H A Dsyntax.php92 …cache').'" alt="'.$flags['title'].'" width="'.$flags['size']['width'].'" height="'.$flags['size'][…
/plugin/syntaxhighlighter/Styles/
H A DSyntaxHighlighter.css68 line-height: 14px;
172 .dp-about table { width: 100%; height: 100%; font-size: 11px; font-family: Tahoma, Verdana, Arial, …
174 .dp-about .copy { border-bottom: 1px solid #ACA899; height: 95%; }
178 … Arial, sans-serif !important; background-color: #ECEADB; color: #333; width: 60px; height: 22px; }
/plugin/bahnde/
H A Dstyle.css5 .switch {width:23px;height:20px;position:absolute;}
/plugin/boxwh/boxwh/
H A Dprint.css13 .xtop, .xbottom {background:transparent; font-size:0; line-height: 1px;}
15 .xb2, .xb3 {height:1px;}
17 .xb1 {height: 0; margin:0 5px; border-width:1px 0 0 0;}
20 .xb4 {height:2px; margin:0 1px;}
32 line-height: 1.2;
43 line-height: 1.2;
/plugin/googlemaps/syntax/
H A Dgooglemap.php61 if ($gmap['width'] || $gmap['height']) {
63 $style .= $gmap['height'] ? 'height: '.$gmap['height'].";" : "";
/plugin/googlemaps/
H A Dstyle.css4 height: 300px;
/plugin/routeplaner/
H A Dstyle.css1 .breaker{overflow:hidden;height:1px;clear:both}
10 height:19px;
15 height:20px;
23 height:20px;
29 line-height: 22px;
39 height:19px;
/plugin/snap/
H A Dhelper.php75 var $height=false; variable in helper_plugin_snap
137 $this->height=false;
190 $this->height=$haut;
224 $this->height=false;
H A Dsyntax.php.ori66 //Proportions width/height of the snap
/plugin/xtermrtf/
H A Dprint.css10 line-height:16px;
H A Dstyle.css10 line-height:16px;
/plugin/code2/
H A Dsyntax_plugin_code.css24 line-height: 1.33;
27 max-height: 40em;
200 line-height: 1.33;
250 could be to set the max-height property, e.g.:
253 max-height: 3em;
256 max-height: 50em;
/plugin/superacl/
H A Dstyle.css5 height: 300px;
34 height: 300px;
/plugin/weiqi/
H A Dweiqi_parser.php145 $height = count($board);
146 return array($attributes, $caption, $board, $width, $height, $str);
208 else $line_number = $height - $y + 1 + ($start_number - 1);
211 …if ($y==1) $wout .= '<td rowspan="'.$height.'">'.$this->img($goban.'_l', ' ', $w2, $w1*$height).'<…
217 …if ($y==1) $wout .= '<td rowspan="'.$height.'">'.$this->img($goban.'_r', ' ', $w2, $w1*$height).'<…
251 function weiqi_code($str, $x, $y, $width, $height) { argument
262 if ( $x==1 && $y==$height ) return 'dl';
263 if ( $x==$width && $y==$height ) return 'dr';
266 if ( $y==$height ) return 'd';
373 if ( $x==1 && $y==$height ) return 'dl'.$ch2;
[all …]

1...<<121122123124125126127128129130>>...134