Home
last modified time | relevance | path

Searched refs:width (Results 3676 – 3700 of 3734) sorted by path

1...<<141142143144145146147148149150

/plugin/wysiwyg/fckeditor/editor/skins/silver/
H A Dfck_dialog.css76 width: 100px;
H A Dfck_editor.css77 width: 1px;
88 width: 3px;
125 width: 5px;
182 width: 3px;
189 width: 16px;
241 width: 3px;
405 width: 100%;
417 width: 14px;
450 width: 10px;
/plugin/wysiwyg/fckeditor/
H A Dfckeditor.afp80 …html = html + [<iframe id="]+THIS.cInstanceName +[___Frame" src="Link" width="]+THIS.cWIDTH+[" hei…
94 …html = html + [<textarea name="]+THIS.cInstanceName +[" rows="4" cols="40" style="width: ]+WidthCS…
H A Dfckeditor.cfc34 * fckEditor.width="100%";
66 <cfparam name="this.width" type="string" default="100%" />
158 // append unit "px" for numeric width and/or height values
159 if( isNumeric( this.width ) )
160 this.width = this.width & "px";
167 … name=""#this.instanceName#"" rows=""4"" cols=""40"" style=""WIDTH: #this.width#; HEIGHT: #this.he…
200 …result = result & "<iframe id=""#this.instanceName#___Frame"" src=""#sURL#"" width=""#this.width#"…
H A Dfckeditor.cfm31 * width="..."
41 <cfparam name="attributes.width" type="string" default="100%">
183 …<iframe id="#attributes.instanceName#___Frame" src="#sURL#" width="#attributes.width#" height="#at…
194 // append unit "px" for numeric width and/or height values
195 if( isNumeric( attributes.width ) )
196 attributes.width = attributes.width & "px";
204 …<textarea name="#attributes.instanceName#" rows="4" cols="40" style="WIDTH: #attributes.width#; HE…
H A Dfckeditor.js29 var FCKeditor = function( instanceName, width, height, toolbarSet, value ) argument
33 this.Width = width || '100%' ;
H A Dfckeditor.lasso35 'width' = '100%',
48 -optional='width', -type='string',
56 local_defined('width') ? self->width = #width;
70 …ame=' + self->instancename + '&Toolbar=' + self->toolbarset + '" width="' + self->width + '" heigh…
76 …<textarea name="' + self->instancename + '" rows="4" cols="40" style="width: ' + self->width + '; …
/plugin/wysiwyg/
H A Dstyle.css37 border-width:1px;
48 width:100%;
/plugin/xlsx2dw/packages/exceljs/
H A Dexceljs.js1797 width: this.width,
1857 width: this.width,
1866 this.width = value.width !== undefined ? value.width : DEFAULT_COLUMN_WIDTH;
2072 width: column.width !== undefined ? column.width : DEFAULT_COLUMN_WIDTH,
3600 var width = this.width,
3742 width: this.width,
3785 for (var _j2 = this.width; _j2 < this._cache.width; _j2++) {
15792width: node.attributes.width === undefined ? undefined : parseFloat(node.attributes.width || '0')
15971 width++;
30218 assert(typeof width === 'number' && width >= 0);
[all …]
/plugin/xlsx2dw/packages/xlsx/
H A Dxlsx.mjs8233 if(typeof col.width == 'number' && !col.wpx) col.wpx = width2px(col.width);
10525 /* 18.3.1.13 width calculations */
10528 function width2px(width) { return Math.floor(( width + (Math.round(128/MDW))/256 )* MDW ); } argument
10553 if(coll.width) {
10554 coll.wpx = width2px(coll.width);
10563 coll.wpx = width2px(coll.width);
15154 else if(col.width != null) p.width = col.width;
15440 delete coll.min; delete coll.max; coll.width = +coll.width;
15441 if(!seencol && coll.width) { seencol = true; find_mdw_colw(coll.width); }
19065 var w = !!n.width;
[all …]
/plugin/xml/
H A Drenderer.php472 * @param string $width
477 …function internalmedia ($src, $title=null, $align=null, $width=null, $height=null, $cache=null, $l… argument
478 …$this->doc .= $this->_media('internalmedia', $src, $title, $align, $width, $height, $cache, $linki…
487 * @param string $width
492 …function externalmedia ($src, $title=null, $align=null, $width=null, $height=null, $cache=null, $l… argument
493 …$this->doc .= $this->_media('externalmedia', $src, $title, $align, $width, $height, $cache, $linki…
559 * @param string $width
564 …function _media($type, $src, $title=null, $align=null, $width=null, $height=null, $cache=null, $li… argument
578 …k="'.$this->_xmlEntities($link).'"'.($src).' align="'.$align.'" width="'.$width.'" height="'.$heig…
/plugin/xssnipper/
H A Dstyle.css37 max-width: 100% !important;
/plugin/xtern/
H A Dstyle.css21 width: 8px;
34 min-width: 450px;
42 min-width: 450px;
/plugin/yalist/
H A Dodt.css5 max-width: 30%;
H A Dprint.css13 max-width: 30%;
34 width: 0;
H A Dstyle.css13 max-width: 30%;
28 width: 0;
/plugin/yearbox/
H A Dreadme.txt7 4. size=?? : font size to use; this controls the width/height of the calendar table (default:12px)
H A Dstyle.less9 border-width: 1px;
25 border-width: 1px;
45 border-width: 1px;
70 border-bottom-width: 2px;
/plugin/yuriigantt/3rd/dhtmlxgantt/
H A Ddhtmlxgantt.css1width:6px;margin-top:-3px}.gantt_task_link .gantt_link_arrow_left{border-width:6px;margin-left:-6p…
H A Ddhtmlxgantt.js13width:t.offsetWidth,height:t.offsetHeight,right:Math.round(n),bottom:Math.round(r)}}function n(t){… property in case.dirs.right
H A Ddhtmlxgantt.js.map1width","height","isVisible","node","display","visibility","getComputedStyle","style","currentStyle…
/plugin/yuriigantt/3rd/dhtmlxgantt/ext/
H A Ddhtmlxgantt_click_drag.js13 …",this._el.style.top=this._positionPoint.relative.top+"px";this._el.style.width=r(this._endPoint.r…
H A Ddhtmlxgantt_click_drag.js.map1width","left","appendChild","getElement","clear","parentNode","removeChild","getViewPort","setStar…
H A Ddhtmlxgantt_fullscreen.js13width:null,height:null,top:null,left:null,position:null,zIndex:null,modified:!1},d=null;function i… property in AnonymousFunctionc3c5fdfe0400.o
H A Ddhtmlxgantt_fullscreen.js.map1width","height","top","left","position","zIndex","modified","backupPositioning","updateSizes","sou…

1...<<141142143144145146147148149150