| /plugin/amcharts/assets/amcharts/plugins/responsive/ |
| D | responsive.min.js | 1 …maxWidth:550,legendPosition:"left",overrides:{legend:{enabled:!1}}},{maxWidth:550,legendPosition:"… property
|
| D | readme.md | 85 "maxWidth": 400, 111 "maxWidth": 400, 229 "maxWidth": 400, 240 "maxWidth": 300, 250 "maxWidth": 200, 277 "maxWidth": 400,
|
| D | responsive.js | 1192 …=== undefined || ( rule.minWidth <= width ) ) && ( rule.maxWidth === undefined || ( rule.maxWidth …
|
| /plugin/odt/ODT/elements/ |
| D | ODTElementTable.php | 453 public function adjustWidthInternal (ODTInternalParams $params, $maxWidth) { argument 484 $abs_sum += (($width/10)/100) * $maxWidth; 503 $maxWidth = $params->units->toPoints($maxWidth); 504 $maxWidth = $params->units->getDigits($maxWidth); 508 $absWidthLeft = $maxWidth - $abs_sum; 513 if ($maxWidth != 0) { 514 $relWidthLeft = 100-(($absWidthLeft/$maxWidth)*100); 528 $width = (($column ['width']/10)/100) * $maxWidth; 539 return $maxWidth;
|
| D | ODTElementFrame.php | 196 $maxWidth = $params->document->getAbsWidthMindMargins (); 197 $maxWidthPt = $params->units->getDigits ($params->units->toPoints($maxWidth.'cm')); 201 … $maxWidth = $this->getParent()->getMaxWidthOfNestedContainer($params, $this->containerPos); 202 $maxWidthPt = $params->units->getDigits ($params->units->toPoints($maxWidth));
|
| /plugin/structinputstretch/ |
| D | script.js | 28 maxWidth = $input.data('structinputstretch__maxWidth'), 34 } else if (inputTextWidth >= maxWidth) { 35 $input.width(maxWidth);
|
| /plugin/openlayersmap/helper/ |
| D | staticmap.php | 33 private $maxWidth = 1024; variable in helper_plugin_openlayersmap_staticmap 85 if ($width > $this->maxWidth) { 86 $width = $this->maxWidth;
|
| /plugin/odt/ODT/ |
| D | ODTUtility.php | 329 * @param integer $maxWidth Units object to use for conversion 331 public static function adjustValuesForODT (&$properties, ODTUnits $units, $maxWidth=NULL) { argument 359 if (isset($maxWidth)) { 360 $maxWidthInPt = $units->toPoints($maxWidth, 'y'); 479 * @param integer $maxWidth MaximumWidth 481 …etCSSStylePropertiesForODT(&$properties, $style, $baseURL = NULL, ODTUnits $units, $maxWidth=NULL){ argument 488 self::adjustValuesForODT ($properties, $units, $maxWidth); 509 * @param integer $maxWidth Maximum Width 511 … openHTMLElement (ODTInternalParams $params, array &$dest, $element, $attributes, $maxWidth=NULL) { argument 518 self::adjustValuesForODT($dest, $params->units, $maxWidth); [all …]
|
| D | ODTDocument.php | 2026 $maxWidth = $this->getAbsWidthMindMargins().'cm'; 2027 …ODTUtility::getHTMLElementProperties($this->params, $dest, $element, $attributes, $maxWidth, $inhe… 2044 $maxWidth = $this->getAbsWidthMindMargins().'cm'; 2045 ODTUtility::adjustValuesForODT($dest, $this->units, $maxWidth);
|
| /plugin/asciidocjs/node_modules/pug-filters/node_modules/yargs/lib/ |
| D | usage.js | 125 {text: command[0], padding: [0, 2, 0, 2], width: maxWidth(commands) + 4}, 174 {text: kswitch, padding: [0, 2, 0, 2], width: maxWidth(switches) + 4}, 195 {text: example[0], padding: [0, 2, 0, 2], width: maxWidth(examples) + 4}, 214 function maxWidth (table) { function
|
| /plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Reports/ |
| D | Full.php | 100 $maxWidth = max(($fileLength + 6), ($maxErrorLength + $paddingLength)); 101 $width = min($width, $maxWidth);
|
| /plugin/asciidocjs/node_modules/yargs/build/lib/ |
| D | usage.js | 208 width: maxWidth(commands, theWrap, `${base$0}${parentCommands}`) + 4, 342 width: maxWidth(switches, theWrap) + 4, 367 width: maxWidth(examples, theWrap) + 4, 383 function maxWidth(table, theWrap, modifier) { function 495 const maxWidth = 80; 497 return Math.min(maxWidth, shim.process.stdColumns); 500 return maxWidth;
|
| /plugin/svgelement/ |
| D | svgelement.js | 33 svgElement.style.maxWidth = "100%";
|
| /plugin/diagramsnet/lib/js/diagramly/util/ |
| D | mxJsCanvas.js | 765 var maxWidth = lineWidth[0]; 770 maxWidth = Math.max(maxWidth, lineWidth[i]); 781 …this.ctx.fillRect(startMostX, backgroundY, maxWidth, this.state.fontSize * mxConstants.LINE_HEIGHT… 787 …this.ctx.strokeRect(startMostX, backgroundY, maxWidth, this.state.fontSize * mxConstants.LINE_HEIG…
|
| /plugin/dw2pdf/vendor/mpdf/mpdf/src/Tag/ |
| D | Input.php | 275 $maxWidth = $this->mpdf->blk[$this->mpdf->blklvl]['inner_width']; 280 …if (($w + $extrawidth) > ($maxWidth + 0.0001)) { // mPDF 5.7.4 0.0001 to allow for rounding error… 281 $w = $maxWidth - $extrawidth;
|
| D | Meter.php | 263 $maxWidth = $this->mpdf->blk[$this->mpdf->blklvl]['inner_width']; 268 …if (($w + $extrawidth) > ($maxWidth + 0.0001)) { // mPDF 5.7.4 0.0001 to allow for rounding error… 269 $w = $maxWidth - $extrawidth;
|
| D | Img.php | 366 $maxWidth = $this->mpdf->blk[$this->mpdf->blklvl]['inner_width']; 371 …if (($w + $extrawidth) > ($maxWidth + 0.0001)) { // mPDF 5.7.4 0.0001 to allow for rounding error… 372 $w = $maxWidth - $extrawidth;
|
| /plugin/googlemap3/ |
| D | googlemap3.js | 189 maxWidth: 600, property 210 maxWidth: 600, property
|
| /plugin/popupviewer/ |
| D | script.js | 390 var maxWidth = ( $(window).width() * 0.99 ) - 40; 406 if ( width > maxWidth ) { 407 width = maxWidth;
|
| /plugin/diagramsnet/lib/math/extensions/ |
| D | FontWarnings.js | 19 ….position="absolute"}}}else{delete h.messageStyle.filter}h.messageStyle.maxWidth=(document.body.cl…
|
| D | MathZoom.js | 19 …,this.Remove,true)}var m=z.offsetWidth||z.clientWidth;l-=m;t-=m;z.style.maxWidth=l+"px";z.style.ma…
|
| /plugin/tagfilter/script/select2/ |
| D | select2.js | 2786 maxWidth = this.getMaxSearchWidth(); 2792 this.search.width(maxWidth > 0 ? maxWidth : this.container.css("width")); 3075 var minimumWidth, left, maxWidth, containerLeft, searchWidth, 3082 maxWidth = this.selection.width(); 3085 searchWidth = maxWidth - (left - containerLeft) - sideBorderPadding; 3088 searchWidth = maxWidth - sideBorderPadding; 3092 searchWidth = maxWidth - sideBorderPadding;
|
| /plugin/diagramsnet/lib/plugins/ |
| D | tags.js | 186 span.style.maxWidth = '80px';
|
| /plugin/diagramsnet/lib/js/grapheditor/ |
| D | Toolbar.js | 275 div.style.maxWidth = '66px'; 295 div.style.maxWidth = '24px';
|
| D | Editor.js | 1586 imgPreview.style.maxWidth = '100px'; 1728 portraitSpan.style.maxWidth = '100px'; 2017 td.style.maxWidth = '100px'; 2138 td.style.maxWidth = '100px';
|