Home
last modified time | relevance | path

Searched refs:newH (Results 1 – 7 of 7) sorted by relevance

/plugin/lytebox/
H A Dlytebox.js768 var newH = (this.doAnimations ? curH : maxH);
769 object.style.height = (newH) + "px";
770 if (newH < maxH) {
771 newH += (newH + pixelrate >= maxH) ? (maxH - newH) : pixelrate;
772 } else if (newH > maxH) {
773 newH -= (newH - pixelrate <= maxH) ? (newH - maxH) : pixelrate;
775 …is.resizeHTimerCount++] = setTimeout("myLytebox.resizeH('" + id + "', " + newH + ", " + maxH + ", …
/plugin/diagramsnet/lib/js/diagramly/
H A DmxRuler.js322 var newH = div.offsetHeight + RULER_THICKNESS;
324 if (canvas.height != newH)
326 canvas.height = newH;
327 container.style.height = newH + 'px';
/plugin/photogallery/phpThumb/
H A Dphpthumb.filters.php291 $newH = $oldH - $top - $bottom;
293 if ($imgCropped = imagecreatetruecolor($newW, $newH)) {
294 imagecopy($imgCropped, $gdimg, 0, 0, $left, $top, $newW, $newH);
295 if ($gdimg = imagecreatetruecolor($newW, $newH)) {
296 imagecopy($gdimg, $imgCropped, 0, 0, 0, 0, $newW, $newH);
/plugin/photogallery/phpThumb/docs/
H A Dphpthumb.faq.txt77 list($newW, $newH) = phpthumb_functions::ProportionalResize(
80 echo "<img src=\"$url\" width=\"$newW\" height=\"$newH\">';
/plugin/diagramsnet/lib/js/diagramly/vsdx/
H A Dimporter.js6700 var newH = (r2 * 100 / h) / 2;
6701 newH = Math.round(newH * 100.0) / 100.0;
6706newH).toString() + "\" x=\"" + new String(newX2).toString() + "\" y=\"" + new String(newY).toStrin…
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/
H A Ddhtmlxgantt.js11725 newH = {position: 0}; class in AnonymousFunctioncdb5859f0100.AnonymousFunctioncdb5859f10e00.createLayoutFacade
11730 newH = horizontal.getScrollState();
11733 this.callEvent("onGanttScroll", [oldH.position, oldV.position, newH.position, newV.position]);
/plugin/yuriigantt/3rd/dhtmlxgantt/
H A Ddhtmlxgantt.js.map1newH","date_x","scroll_to","_scroll_state","x_pos","y_pos","x_inner","y_inner","scrollVer","scroll…