Home
last modified time | relevance | path

Searched refs:h (Results 1751 – 1775 of 1992) sorted by path

1...<<71727374757677787980

/plugin/move/lang/sv/
H A Dmove.txt
H A Dprogress.txt
/plugin/move/lang/vi/
H A Dmove.txt
H A Dtree.txt
/plugin/mytemplate/
H A DREADME95 f, g, h, i, j
/plugin/netlogo/syntax/
H A Dapplet.php145 ($size[3]) ? $h = $size[3] : $h = NULL;
148 $h = NULL;
169 'height'=>$h,
/plugin/nodetailsxhtml/
H A Drenderer.php180 $this->doc = $doc . preg_replace("/(<h([1-9]))/", "<".($this->sectionLevel<1?'section':'article')." class=\"level\\2{$class}\">\\1", $this->doc);
414 $h = null, $cache = null, $render = true) {
427 if ( !$w && !$h ) $w = $info[0];
428 if(!$h) $h = round(($w * $info[1]) / $info[0]);
429 if(!$w) $w = round(($h * $info[0]) / $info[1]);
433 $srcset[] = ml($src, array('w' => 2*$w, 'h' => 2*$h, 'cache' => $cache, 'rev'=>$this->_getLastMediaRevisionAt($src))) . ' 2x';
444 $srcset[] = ml($additionalSrc, array('w' => 2*$w, 'h' => 2*$h, 'cach
455 _media($src, $title = null, $align = null, $w = null, $h = null, $cache = null, $render = true) global() argument
[all...]
/plugin/oauthfacebook/
H A Dlogo.svg1 …327.69h-63V256h63v-54.64c0-62.15 37-96.48 93.67-96.48 27.14 0 55.52 4.84 55.52 4.84v61h-31.28c-30.…
/plugin/oauthwechange/
H A Dlogo.svg1h 29.914745 v 9.2793382 l -19.47369,0.211789 v 8.912413 l 15.704824,0.04362 v 8.74295 l -15.704824…
/plugin/odt/
H A Dmenu-odt-pdf.svg2 …<path d="m 18.5,20.5 v -11 l -6,-6 h -7 v 17 M 13,2 20,9 v 11.5 c 0,1 -0.5,1.5 -1.5,1.5 H 5.5 C 4.…
H A Dmenu-odt.svg2 …<path d="m 18.5,20.5 v -11 l -6,-6 h -7 v 17 M 13,2 20,9 v 11.5 c 0,1 -0.5,1.5 -1.5,1.5 H 5.5 C 4.…
/plugin/ol3/
H A Dscript.js1h=/[^\x20-\x7E]/,p=/[\x2E\u3002\uFF0E\uFF61]/g,f={overflow:"Overflow: input needs wider integers t… function
8h(this,t)}return u(this,t,e,r)}function u(t,e,r,n){if("number"==typeof e)throw new TypeError('"val… argument
/plugin/openid/Auth/Yadis/
H A DPlainHTTPFetcher.php101 foreach ($extra_headers as $h) {
102 $headers[] = $h;
/plugin/openlayersmap/ol7/
H A Dol.js.map
/plugin/openlayersmap/
H A Dprint.less31 h ~ div ~ .olStaticMap { /*?? page-break-inside: auto | avoid | inherit */ /* http://david.latapie.name/blog/page-break-in-css-print-how-to-get-rid-of-accidental-blank-pages/ */ /* http://www.w3.org/TR/CSS21/page.html */ page-break-before: always; /* page-break-after: always;*/ }
/plugin/openlayersmapoverlays/lib/
H A Dlayers.js59h,F:"image",BBOXSR:srid,IMAGESR:srid};if(this.layerDefs){var layerDefStrList=[];var layerID;for(la…
/plugin/orgapp/
H A DOrgApplet.jar ... , org.xml.sax.Attributes) } h.class <Unknown> package public final h extends ...
/plugin/orphanmedia/
H A Dsyntax.php273 $h = (int) $minfo[1];
275 if($w > $w_max || $h > $h_max) {
276 if($h > $h_max) {
277 $ratio = $h_max / $h;
278 $h = $h_max;
284 $h = floor($h * $ratio);
291 … . '"><img src="'. DOKU_URL . 'lib/exe/fetch.php?media=' . $rt2 .'&w='.$w.'&h='.$h
816 if($w >= $h) {
818 elseif($h > $maxheight) { $ratio = $maxheight/$h; }
821 if($h >= $maxheight) { $ratio = $maxheight/$h; }
/plugin/orphanmedia2/
H A Dsyntax.php274 $h = (int) $minfo[1];
276 if($w > $w_max || $h > $h_max) {
277 if($h > $h_max) {
278 $ratio = $h_max / $h;
279 $h = $h_max;
285 $h = floor($h * $ratio);
292 … . '"><img src="'. DOKU_URL . 'lib/exe/fetch.php?media=' . $rt2 .'&w='.$w.'&h='.$h
817 if($w >= $h) {
819 elseif($h > $maxheight) { $ratio = $maxheight/$h; }
822 if($h >= $maxheight) { $ratio = $maxheight/$h; }
/plugin/osm/
H A Dscript.js47 var offset = new OpenLayers.Pixel(-(size.w/2), -size.h);
/plugin/overlay/
H A Dscript.js142 var h = parseInt(dim_ar[0]);
145 jQuery("#overlay" ).css({'width': w, 'height': h});
/plugin/overlay/script/
H A Djquery-ui-touch-punch-cmpr.js11h,i){if(h.originalEvent.touches.length>1){return}h.preventDefault();var j=h.originalEvent.changedT…
/plugin/pagemove/lang/de/
H A Dpagemove.txt9 …* Die Seite und deren Rückverweise dürfen nicht gesperrt sein, d.h. sich im Bearbeitungsmodus befi…
/plugin/panoview/
H A Dsyntax.php193 function image_scale($image, $x, $y, $w, $h) { argument
194 $scale = imagecreatetruecolor($w, $h);
195 imagecopyresampled($scale, $image, 0, 0, 0, 0, $w, $h, $x, $y);
204 $h = abs($lower - $upper);
205 $crop = imagecreatetruecolor($w, $h);
206 imagecopy($crop, $image, 0, 0, $left, $upper, $w, $h);
/plugin/pdfjs/pdfjs/build/
H A Dpdf.js9127 function IDNAToASCII(h) {
9128 if (h === '') {
9132 return h.toLowerCase();
15926 ctx.scale(1 / w, -1 / h);
15927 ctx.drawImage(domImage, 0, 0, domImage.width, domImage.height, 0, -h, w, h);
15937 height: h / currentTransform[3]
16053 h: height
16129 var h = imgData.height;
16148 height: h
20966 for (var h = 0; h < 8; h++) {
[all …]

1...<<71727374757677787980