Searched refs:defaultSize (Results 1 – 4 of 4) sorted by relevance
| /plugin/iconify/ |
| D | syntax.php | 75 $defaultSize = $this->getConf('default_size') ?: '24px'; // Default size is 24px 76 $size = $data['size'] ?: $defaultSize;
|
| /plugin/bpmnioeditor/vendor/bpmnio-js/ |
| D | bpmn-modeler.development.js | 43911 function expandedBounds(shape, defaultSize) { argument 43913 newBounds = defaultSize, 43939 function collapsedBounds(shape, defaultSize) { argument 43942 x: shape.x + (shape.width - defaultSize.width) / 2, 43943 y: shape.y + (shape.height - defaultSize.height) / 2, 43944 width: defaultSize.width, 43945 height: defaultSize.height 43989 defaultSize = elementFactory._getDefaultSize(shape), 43995 newBounds = collapsedBounds(shape, defaultSize); 43999 newBounds = expandedBounds(shape, defaultSize);
|
| /plugin/achart/assets/ |
| D | apexcharts.min.js | 6 …defaultSize=Math.min(a.globals.gridWidth,a.globals.gridHeight),this.centerY=this.defaultSize/2,thi…
|
| /plugin/openlayersmap/ol/ |
| D | ol.js.map | 1 …defaultSize = [256, 256];\n\n/**\n * @typedef {Object} Options\n * @property {import(\"./tilecoord…
|