Home
last modified time | relevance | path

Searched refs:height (Results 2926 – 2950 of 3348) sorted by relevance

1...<<111112113114115116117118119120>>...134

/plugin/authucenter/lib/uc_client/
H A Dclient.php594 …ia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,0,0" width="450" height="253" id="mycamera…
602 …<embed src="'.$uc_avatarflash.'" quality="high" bgcolor="#ffffff" width="450" height="253" name="m…
607 'height', '253',
/plugin/fckg/fckeditor/editor/css/
H A Dfck_editorarea.css151 /*min-height: 16px;*/
174 line-height: 1.2;
319 line-height: 50%;
/plugin/amcharts/assets/amcharts/
H A Dpie.js28 …getBBox(),c={},c.width=g.width,c.height=g.height,c.y=a.ty,c.x=a.tx,a=f.getBBox(),f={},f.width=a.wi…
H A Dxy.js6 …ox(),a.position){case "top":a=h.y;d>a&&(d=a);break;case "bottom":a=h.y+h.height;e<a&&(e=a);break;c…
8 …amily,d,"start"),e.setCN(a,c,"zoom-out-label"),d=c.getBBox(),r=q?q.height/2-3:d.height/2,c.transla…
9 2*p+5,q.height+2*p-2,k,1,1,k,c);k.setAttr("opacity",m);k.translate(-p,-p);e.setCN(a,k,"zoom-out-bg"…
15 1;a.height=this.plotAreaHeight-1;a.x=this.marginLeftReal;a.y=this.marginTopReal;a.dx=this.dx;a.dy=t…
/plugin/html2pdf/html2pdf/html2ps/
H A Dbox.table.php486 $height = $this->get_height();
504 $h = $height;
523 $h = $height;
542 $h = $height;
/plugin/authgoogle/google/contrib/
H A DGoogle_CalendarService.php1533 public $height; variable in Google_EventGadget
1546 public function setHeight( $height) { argument
1547 $this->height = $height;
1550 return $this->height;
/plugin/tagsections/
H A Dscript.js164 height:600,
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/ext/
H A Ddhtmlxgantt_marker.js165 div.style.height = Math.max(gantt.getRowTop(gantt.getVisibleTaskCount()), 0) + "px";
/plugin/sequencediagram/bower_components/snap.svg/doc/css/
H A Ddr.css108 line-height: 1.5;
/plugin/diagramsnet/lib/img/lib/mscae/
H A DService_Catalog_Managed_Application_Definitions.svg1 …w.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="45" height="48"><g fill="#646…
H A DDC_OS.svg1 ….org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="40.081" height="50.001"><linearGr…
/plugin/diagramsnet/lib/img/lib/active_directory/
H A Dwindows_router.svg1 …org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="332.326" height="408.094" viewBox=…
/plugin/abc2/abc-libraries/abcjs/
H A Dabcjs_plugin-midi_6.0.0-beta.25-min.js3 !function(e,t){"object"==typeof exports&&"object"==typeof module?module.exports=t():"function"==typeof define&&define.amd?define([],t):"object"==typeof exports?exports.abcjs=t():e.ABCJS=t()}(this,(function(){return function(e){var t={};function n(r){if(t[r])return t[r].exports;var i=t[r]={i:r,l:!1,exports:{}};return e[r].call(i.exports,i,i.exports,n),i.l=!0,i.exports}return n.m=e,n.c=t,n.d=function(e,t,r){n.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:r})},n.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},n.t=function(e,t){if(1&t&&(e=n(e)),8&t)return e;if(4&t&&"object"==typeof e&&e&&e.__esModule)return e;var r=Object.create(null);if(n.r(r),Object.defineProperty(r,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var i in e)n.d(r,i,function(t){return e[t]}.bind(null,i));return r},n.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return n.d(t,"a",t),t},n.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},n.p="",n(n.s=27)}([function(e,t){var n={clone:function(e){var t={};for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n]);return t},cloneArray:function(e){for(var t=[],r=0;r<e.length;r++)t.push(n.clone(e[r]));return t},cloneHashOfHash:function(e){var t={};for(var r in e)e.hasOwnProperty(r)&&(t[r]=n.clone(e[r]));return t},cloneHashOfArrayOfHash:function(e){var t={};for(var r in e)e.hasOwnProperty(r)&&(t[r]=n.cloneArray(e[r]));return t},gsub:function(e,t,n){return e.split(t).join(n)},strip:function(e){return e.replace(/^\s+/,"").replace(/\s+$/,"")},startsWith:function(e,t){return 0===e.indexOf(t)},endsWith:function(e,t){var n=e.length-t.length;return n>=0&&e.lastIndexOf(t)===n},each:function(e,t,n){for(var r=0,i=e.length;r<i;r++)t.apply(n,[e[r],r])},last:function(e){return 0===e.length?null:e[e.length-1]},compact:function(e){for(var t=[],n=0;n<e.length;n++)e[n]&&t.push(e[n]);return t},detect:function(e,t){for(var n=0;n<e.length;n++)if(t(e[n]))return!0;return!1}};try{[Element.prototype,CharacterData.prototype,DocumentType.prototype].forEach((function(e){e.hasOwnProperty("remove")||Object.defineProperty(e,"remove",{configurable:!0,enumerable:!0,writable:!0,value:function(){null!==this.parentNode&&this.parentNode.removeChild(this)}})}))}catch(e){}e.exports=n},function(e,t){var n={FONTEM:360,FONTSIZE:30};n.STEP=93*n.FONTSIZE/720,n.SPACE=10,n.TOPNOTE=15,n.STAVEHEIGHT=100,n.INDENT=50,e.exports=n},function(e,t){var n=function(e,t,n,r,i){switch(i=i||{},this.x=0,this.c=e,this.dx=t,this.w=n,this.pitch=r,this.scalex=i.scalex||1,this.scaley=i.scaley||1,this.type=i.type||"symbol",this.pitch2=i.pitch2,this.linewidth=i.linewidth,this.klass=i.klass,this.top=r,void 0!==this.pitch2&&this.pitch2>this.top&&(this.top=this.pitch2),this.bottom=r,void 0!==this.pitch2&&this.pitch2<this.bottom&&(this.bottom=this.pitch2),i.thickness&&(this.top+=i.thickness/2,this.bottom-=i.thickness/2),i.stemHeight&&(i.stemHeight>0?this.top+=i.stemHeight:this.bottom+=i.stemHeight),i.dim&&(this.dim=i.dim),i.position&&(this.position=i.position),this.height=i.height?i.height:4,i.top&&(this.top=i.top),i.bottom&&(this.bottom=i.bottom),i.realWidth?this.realWidth=i.realWidth:this.realWidth=this.w,this.centerVertically=!1,this.type){case"debug":this.chordHeightAbove=this.height;break;case"lyric":i.position&&"below"===i.position?this.lyricHeightBelow=this.height:this.lyricHeightAbove=this.height;break;case"chord":i.position&&"below"===i.position?this.chordHeightBelow=this.height:this.chordHeightAbove=this.height;break;case"text":void 0===this.pitch?i.position&&"below"===i.position?this.chordHeightBelow=this.height:this.chordHeightAbove=this.height property in r.guessWidth.n
[all...]
/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…
/plugin/jcapture/src/com/hammurapi/jcapture/
H A DSwfEncoder.java171 int toolbarY = frame.getSize().height*20; in encode()
174 int movieHeight = frame.getSize().height*20; in encode()
/plugin/ckgedit/ckeditor/plugins/smiley/dialogs/
H A Dsmiley.js.unc35 height:22
137 …'<table role="listbox" aria-labelledby="' + labelId + '" style="width:100%;height:100%;border-coll…
/plugin/amcharts/assets/amcharts/plugins/export/libs/pdfmake/
H A Dpdfmake.min.js7height:e[1]}}return t}function s(t,e){var n=e.options.size[0]>e.options.size[1]?"landscape":"portr…
9height),this.processNode(this.docMeasure.measureDocument(n)),this.writer.commitUnbreakableBlock(0,…
10height-this.pageMargins.top-this.pageMargins.bottom,this.pageSnapshot().availableWidth=this.getCur…
13height=i["portrait"===this.layout?1:0],this.content=this.document.ref(),this.resources=this.docume…
15height=1/0,r=e.lineGap||this._lineGap||0,this._text(t,this.x,this.y,e,function(t){return function(…
16height||c.height,o.width&&!o.height?(p=d/c.width,d=c.width*p,u=c.height*p):o.height&&!o.width?(l=u…
/plugin/photogallery/phpThumb/
H A Dphpthumb.class.php2912 …@list($bands, $colors, $width, $height, $alignment, $opacity, $margin_x, $margin_y) = explode('|',…
2916 $height = ($height ? $height : 0.25);
2921 …$phpthumbFilters->HistogramOverlay($this->gdimg_output, $bands, $colors, $width, $height, $alignme…
3748 public function SourceImageIsTooLarge($width, $height) { argument
3754 return (bool) (($width * $height * 5) > $available_memory);
3756 return (bool) (($width * $height) > $this->config_max_source_pixels);
4336 public function ErrorImage($text, $width=0, $height=0, $forcedisplay=false) { argument
4338 $height = ($height ? $height : $this->config_error_image_height);
4383 $height = max($height, count($LinesOfText) * $FontHeight);
4395 } elseif ($gdimg_error = imagecreate($width, $height)) {
[all …]
/plugin/webcode/vendor/
H A Dfirebug-lite-1.2.js83 …ght = window.opener.firebug.env.popupHeight || window.opener.firebug.lib.util.GetViewport().height;
87 env.popupHeight = env.popupHeight || lib.util.GetViewport().height;
383 env.height=lib.util.GetViewport().height;
390 win.setHeight(env.height);
543 height=parseInt(value,10);
582 …:'+(parseInt(firebug.internal.targetWindow.firebug.el.main.element.style.height.replace(/px/,''),1…
658 win.setHeight(env.height);
765 win.setHeight((window.innerHeight||viewport.height) - 38);
809 env.height=_height;
819 el.left.console.monitor.element.parentNode.style.height=_height-47+"px";
[all …]
H A Dfirebug-lite-1.2-compressed.js5height;}else{internal.targetWindow=window;env.popupWidth=env.popupWidth||lib.util.GetViewport().wi…
17 …vent(window,"unload",win.unload);if(internal.isPopup){env.height=lib.util.GetViewport().height;lib…
18 win.setHeight(env.height);if(env.openInPopup&&!internal.isPopup){win.newWindow();}else{el.main.envi…
21 …reak;case'popupHeight':popupHeight=parseInt(value,10);break;case'height':height=parseInt(value,10)…
22height.replace(/px/,''),10)-38);exdate=new Date();exdate.setDate(exdate.getDate()+365);firebug.int…
24 …lib.util.GetViewport(window);win.setHeight((window.innerHeight||viewport.height)-38);el.main.envir…
25height=_height;el.left.container.environment.addStyle({"height":_height+"px"});el.right.container.…
27height-el.main.environment.getSize().offsetHeight+Math.max(document.documentElement.scrollTop,docu…
109 …unction(){return values[arguments[1]];})}},GetViewport:function(){return{height:document.documentE…
/plugin/combo/resources/firebug/
H A Dfirebug-lite-1.2-compressed.js12 var firebug={version:[1.231,20100118],el:{},env:{"css":"http://getfirebug.com/releases/lite/1.2/firebug-lite.css","debug":true,"detectFirebug":true,"dIndex":"console","height":295,"hideDOMFunctions":false,"openInPopup":false,"override":false,"ml":false,"showIconWhenHidden":true,"popupTop":1,"popupLeft":1,"popupWidth":undefined,"popupHeight":undefined,"textNodeChars":0},internal:{"cache":{},"extConsole":null,"init":false,"isPopup":false,"liteFilename":null,"minimized":false,"popupWin":null,"targetWindow":undefined},initConsole:function(){var command;try{if((!window.console||(window.console&&!window.console.firebug))||(firebug.env.override&&!(/Firefox\/3/i.test(navigator.userAgent)))){window.console={"provider":"Firebug Lite"};for(command in firebug.d.console.cmd){window.console[command]=firebug.lib.util.Curry(firebug.d.console.run,window,command);};} property in firebug.env
16 if(internal.isPopup){env.openInPopup=false;internal.targetWindow=window.opener;env.popupWidth=window.opener.firebug.env.popupWidth||window.opener.firebug.lib.util.GetViewport().width;env.popupHeight=window.opener.firebug.env.popupHeight||window.opener.firebug.lib.util.GetViewport().height;}else{internal.targetWindow=window;env.popupWidth=env.popupWidth||lib.util.GetViewport().width;env.popupHeight=env.popupHeight||lib.util.GetViewport().height;}
28 lib.util.AddEvent(window,"unload",win.unload);if(internal.isPopup){env.height=lib.util.GetViewport().height;lib.util.AddEvent(window,"resize",win.fitToPopup);win.fitToPopup();}else{lib.util.AddEvent(window,"resize",win.refreshSize);}
29 win.setHeight(env.height);if(env.openInPopup&&!internal.isPopup){win.newWindow();}else{el.main.environment.addStyle({"display":env.debug&&'block'||'none'});el.mainiframe.environment.addStyle({"display":env.debug&&'block'||'none'});}}},inspect:function(){return firebug.d.html.inspect.apply(window,arguments);},watchXHR:function(){with(firebug){d.xhr.addObject.apply(window,arguments);if(env.dIndex!="xhr"){d.navigate("xhr");}}},settings:{isVisible:false,show:function(){with(firebug){var posXY=lib.util.Element.getPosition(firebug.el.nav.options.element);settings.refreshForm();el.settings.container.environment.addStyle({"display":"block","left":(posXY.offsetLeft-107)+"px"});el.settings.progressDiv.environment.addStyle({"display":"none"});firebug.settings.isVisible=true;}},hide:function(){with(firebug){firebug.el.settings.container.environment.addStyle({"display":"none"});firebug.settings.isVisible=false;}},toggle:function(){with(firebug){settings[!settings.isVisible&&'show'||'hide']();}},saveClicked:function(){firebug.el.settings.progressDiv.environment.addStyle({"display":"block"});setTimeout(firebug.settings.formToSettings,0);},formToSettings:function(){var fe=firebug.env,ofe,elSet=firebug.el.settings,exdate;fe.debug=elSet.cbxDebug.element.checked;fe.detectFirebug=elSet.cbxDetectFirebug.element.checked;fe.hideDOMFunctions=elSet.cbxHideDOMFunctions.element.checked;fe.override=elSet.cbxOverride.element.checked;fe.showIconWhenHidden=elSet.cbxShowIcon.element.checked;fe.openInPopup=elSet.cbxOpenInPopup.element.checked;if(isFinite(elSet.textNodeChars.element.value)&&elSet.textNodeChars.element.value>0){fe.textNodeChars=elSet.textNodeChars.element.value;}else{fe.textNodeChars=0;}
32 if(valueArr){for(i=0;i<valueArr.length;i++){item=valueArr[i].split(':')[0];value=valueArr[i].split(':')[1];switch(item){case'debug':debug=value=="true";break;case'detectFirebug':detectFirebug=value=="true";break;case'hideDOMFunctions':hideDOMFunctions=value=="true";break;case'override':override=value=="true";break;case'showIconWhenHidden':showIconWhenHidden=value=="true";break;case'openInPopup':openInPopup=value=="true";break;case'textNodeChars':textNodeChars=isFinite(value)?parseInt(value,10):0;break;case'popupTop':popupTop=parseInt(value,10);break;case'popupLeft':popupLeft=parseInt(value,10);break;case'popupWidth':popupWidth=parseInt(value,10);break;case'popupHeight':popupHeight=parseInt(value,10);break;case'height':height=parseInt(value,10);break;}}}}}},writeCookie:function(){var values;with(firebug.env){values='debug:'+debug+',';values+='detectFirebug:'+detectFirebug+',';values+='hideDOMFunctions:'+hideDOMFunctions+',';values+='override:'+override+',';values+='showIconWhenHidden:'+showIconWhenHidden+',';values+='openInPopup:'+openInPopup+',';values+='textNodeChars:'+textNodeChars+',';if(firebug.internal.isPopup){if(window.outerWidth===undefined){values+='popupTop:'+(window.screenTop-56)+',';values+='popupLeft:'+(window.screenLeft-8)+',';values+='popupWidth:'+document.body.clientWidth+',';values+='popupHeight:'+document.body.clientHeight+',';}else{values+='popupTop:'+window.screenY+',';values+='popupLeft:'+window.screenX+',';values+='popupWidth:'+window.outerWidth+',';values+='popupHeight:'+window.outerHeight+',';}}else{values+='popupTop:'+popupTop+',';values+='popupLeft:'+popupLeft+',';values+='popupWidth:'+popupWidth+',';values+='popupHeight:'+popupHeight+',';}
33 values+='height:'+(parseInt(firebug.internal.targetWindow.firebug.el.main.element.style.height
[all...]
H A Dfirebug-lite-1.2.js20 "height":295, property in firebug.env
94 env.popupHeight = window.opener.firebug.env.popupHeight || window.opener.firebug.lib.util.GetViewport().height;
98 env.popupHeight = env.popupHeight || lib.util.GetViewport().height;
394 env.height=lib.util.GetViewport().height;
401 win.setHeight(env.height);
553 case 'height':
554 height=parseInt(value,10);
593 values+='height:'+(parseInt(firebug.internal.targetWindow.firebug.el.main.element.style.height
[all...]
/plugin/tagfilter/script/select2/
H A Dselect2.js143 height: $template.height() - $template[0].clientHeight property in measureScrollbar.dim
757 } else if (deltaY < 0 && results.get(0).scrollHeight - results.scrollTop() + deltaY <= results.height()) {
758 results.scrollTop(results.get(0).scrollHeight - results.height());
1174 height = this.container.outerHeight(false),
1179 windowHeight = $window.height(),
1182 dropTop = offset.top + height,
1214 height = this.container.outerHeight(false);
1219 dropTop = offset.top + height;
1565 below = more.offset().top - results.offset().top - results.height();
[all...]
/plugin/diagramsnet/lib/math/config/
H A DTeX-MML-AM_SVG-full.js54 …ribute("altimg");if(a!=null){var b={width:g.getAttribute("altimg-width"),height:g.getAttribute("al… property in MathJax.Extension.mml2jax.createPreview.b
56height:0,position:"relative"}},[["span",{className:"MathJax_Hover_Frame",isMathJax:true,style:{dis…
57height:"100%",border:0,padding:0,margin:0,"background-color":"white",opacity:0,filter:"alpha(opaci…
58height:300,left:Math.round((screen.width-400)/2),top:Math.round((screen.height-300)/3)},styles:{"#…
59height:"0ex",depth:"0ex",linebreak:a.LINEBREAK.AUTO},hasDimAttr:function(){return(this.hasValue("w…
63height:this.dh,depth:this.dd,voffset:this.dh});return[b.mml(m)];case"horizontal":return[b.mml(this… property in AnonymousFunction01e5319817900.q
66 …ument.createElement("div"),{style:{visibility:"hidden",overflow:"hidden",height:"1px",position:"ab…
68height:0,overflow:"hidden",display:"block!important"},".MathJax_SVG_Processed":{display:"none!impo…
70height:"50%"},".MJXp-script-box > * > *":{display:"table-cell!important","vertical-align":"top"},"… property in m..MJXp-script-box > *
72 …1px, 1px, 1px, 1px)"),padding:"1px 0 0 0!important",border:"0!important",height:"1px!important",wi…
H A DTeX-MML-AM_HTMLorMML.js58 …ribute("altimg");if(a!=null){var b={width:g.getAttribute("altimg-width"),height:g.getAttribute("al… property in MathJax.Extension.mml2jax.createPreview.b
60height:0,position:"relative"}},[["span",{className:"MathJax_Hover_Frame",isMathJax:true,style:{dis…
61height:"100%",border:0,padding:0,margin:0,"background-color":"white",opacity:0,filter:"alpha(opaci…
62height:300,left:Math.round((screen.width-400)/2),top:Math.round((screen.height-300)/3)},styles:{"#…
63height:"0ex",depth:"0ex",linebreak:a.LINEBREAK.AUTO},hasDimAttr:function(){return(this.hasValue("w…
67height:this.dh,depth:this.dd,voffset:this.dh});return[b.mml(m)];case"horizontal":return[b.mml(this… property in AnonymousFunction699e62c417c00.q
70 …ument.createElement("div"),{style:{visibility:"hidden",overflow:"hidden",height:"1px",position:"ab…
72height:"50%"},".MJXp-script-box > * > *":{display:"table-cell!important","vertical-align":"top"},"… property in m..MJXp-script-box > *
74 …1px, 1px, 1px, 1px)"),padding:"1px 0 0 0!important",border:"0!important",height:"1px!important",wi…

1...<<111112113114115116117118119120>>...134