Home
last modified time | relevance | path

Searched refs:width (Results 3376 – 3400 of 3734) sorted by relevance

1...<<131132133134135136137138139140>>...150

/plugin/diagramsnet/lib/js/diagramly/
H A DSettings.js15 defaultFormatWidth: (screen.width < 600) ? '0' : '240',
/plugin/diagramsnet/lib/img/lib/active_directory/
H A Dinput_output_filter.svg1 <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="470.744" …
H A Dusers.svg1 <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="548.508" …
/plugin/sequencediagram/bower_components/raphael/
H A Dyarn.lock554 string-width "^2.1.1"
1083 string-width "^1.0.1"
2448 string-width@^1.0.1, string-width@^1.0.2:
2450 …resolved "https://registry.yarnpkg.com/string-width/-/string-width-1.0.2.tgz#118bdf5b8cdc51a2a7e70…
2456 string-width@^2.0.0, string-width@^2.1.1:
2458 …resolved "https://registry.yarnpkg.com/string-width/-/string-width-2.1.1.tgz#ab93f27a8dc13d28cac81…
2804 string-width "^1.0.2"
2816 string-width "^1.0.1"
2857 string-width "^2.0.0"
/plugin/s5reloaded/ui/effects_support/
H A Dprototype.js2117 return Element.getDimensions(element).width;
2234 return {width: element.offsetWidth, height: element.offsetHeight};
2249 return {width: originalWidth, height: originalHeight};
2328 var width = element.clientWidth; variable
2333 element._originalWidth = element.style.width;
2339 element.style.width = width + 'px';
2355 element.style.width = element._originalWidth;
2432 if (options.setWidth) element.style.width = source.offsetWidth + 'px';
2756 if(element.tagName.toUpperCase() == 'IMG' && element.width) {
2757 element.width++; element.width--;
[all …]
/plugin/ckgdoku/scripts/
H A Dparse_wiki.js.unc321 var width;
936 else if (attrs[i].name == 'width' && !style) {
937 width=attrs[i].value;
944 var match = attrs[i].escaped.match(/width:\s*(\d+)/);
946 width=match[1];
1127 if(width && height) {
1128 img_size +=width + 'x' + height;
1130 else if(width) {
1131 img_size +=width;
/plugin/diagramsnet/lib/shapes/
H A DmxSysML.js49 var width = this.style['symbol' + counter + 'Width'];
67 x2 += (w - width) / 2;
71 x2 += w - width - spacing;
97 tmp.updateTransform(c, x2, y2, width, height);
98 shape.prototype.paintVertexShape.call(tmp, c, x2, y2, width, height); argument
206 …var labelX = Math.max(0, Math.min(bounds.width, parseFloat(mxUtils.getValue(this.state.style, 'lab…
211 …this.state.style['labelX'] = Math.round(100 * Math.max(0, Math.min(bounds.width, pt.x - bounds.x))…
292 …var labelX = Math.max(0, Math.min(bounds.width, parseFloat(mxUtils.getValue(this.state.style, 'lab…
297 …this.state.style['labelX'] = Math.round(100 * Math.max(0, Math.min(bounds.width, pt.x - bounds.x))…
/plugin/ckgedit/scripts/
H A Dparse_wiki.js.unc408 var width;
984 else if (attrs[i].name == 'width' && !style) {
985 width = attrs[i].value;
990 var match = attrs[i].escaped.match(/width:\s*(\d+)/);
992 width = match[1];
1157 if (width && height) {
1158 img_size += width + 'x' + height;
1159 } else if (width) {
1160 img_size += width;
/plugin/yuriigantt/3rd/dhtmlxgantt/ext/
H A Ddhtmlxgantt_quick_info.js.map1width","height","scrolls","getScrollState","screenWidth","x","Math","min","max","dx","top","dy","$…
/plugin/webdav/vendor/sabre/dav/lib/DAV/Browser/assets/openiconic/
H A Dopen-iconic.css15 width: 1em;
32 width: 1em;
430 .oi[data-glyph=resize-width]:before { content:'\e0b6'; }
/plugin/davcal/vendor/sabre/dav/lib/DAV/Browser/assets/openiconic/
H A Dopen-iconic.css15 width: 1em;
32 width: 1em;
430 .oi[data-glyph=resize-width]:before { content:'\e0b6'; }
/plugin/diagramsnet/lib/img/lib/allied_telesis/switch/
H A DIndustrial_Ethernet_IE300.svg1width="2.722" class="z"><path d="M56.617 9.06l2.333-1.24.045 63.36-2.334 1.238z"/><path d="M45.863…
/plugin/sequencediagram/bower_components/lodash/vendor/firebug-lite/skin/xp/
H A Dhtml.css21 width: 14px;
/plugin/indexmenu/scripts/
H A Dcontextmenu.js305 //position + width of button
364 html.left = $cmenu[0].width;
/plugin/diagramsnet/lib/math/extensions/
H A Dmml2jax.js19 …de(d)}else{e=null}}else{var a=g.getAttribute("altimg");if(a!=null){var b={width:g.getAttribute("al… property in MathJax.Extension.mml2jax.createPreview.b
/plugin/bootswrapper/exe/help/
H A Dbutton.txt71 Create block level buttons—those that span the full width of a parent -- by adding ''block="true"''…
/plugin/tagging/script/
H A Deditable.js148 this.$loading.width(w);
346 .css('max-width', 'none') //remove ui-tooltip max-width property
/plugin/findologicxmlexport/vendor/hoa/ustring/Test/Unit/
H A DUstring.php790 list($code, $width) = $datum;
796 ->isEqualTo($width);
/plugin/filelist/
H A Dsyntax.php
/plugin/jokuwiki/
H A DREADME.md15 id='greetingDiv' style='width:100px;height=40px' noscript='Javascript is disabled'
36 style='width:100px;height=40px'
/plugin/ckgdoku/ckeditor/
H A Dcontents.css1width:40%}th,.tblheader{padding:3px;border:1px solid #8cacbb !important;background-color:#dee7ec;f…
/plugin/ckgdoku/ckeditor/lang/
H A Den.js.ckgedit49 InterwikiInfo: "<div style='max-width:350px; white-space: pre-wrap;border:1px solid #cccccc; margin…
105 InfoText : '<div style="max-width:400px; font-size: 12pt; white-space: pre-wrap;border:1px solid #…
/plugin/amcharts/assets/amcharts/plugins/responsive/
H A Dreadme.md101 width and height.
106 So for example to make the rule apply to all charts with width 400px or lower,
/plugin/ckgedit/ckeditor/
H A Dcontents.css1width:40%}th,.tblheader{padding:3px;border:1px solid #8cacbb !important;background-color:#dee7ec;f…
/plugin/ckgedit/ckeditor/lang/
H A Den.js.ckgedit54 InterwikiInfo: "<div style='max-width:350px; white-space: pre-wrap;border:1px solid #cccccc; margin…
111 InfoText : '<div style="max-width:400px; font-size: 12pt; white-space: pre-wrap;border:1px solid #…

1...<<131132133134135136137138139140>>...150