| /plugin/diagramsnet/lib/js/diagramly/vsdx/ |
| D | VsdxExport.js | 173 function applyMxCellStyle(state, shape, xmlDoc) argument 179 shape.appendChild(createCellElem("FillPattern", 0, xmlDoc)); 183 shape.appendChild(createCellElem("FillForegnd", fillClr, xmlDoc)); 188 shape.appendChild(createCellElem("FillBkgnd", gradClr, xmlDoc)); 208 shape.appendChild(createCellElem("FillPattern", dir, xmlDoc)); 215 shape.appendChild(createCellElem("LinePattern", 0, xmlDoc)); 217 shape.appendChild(createCellElem("LineColor", strokeClr, xmlDoc)); 220 if (strokeW) shape.appendChild(createCellElemScaled("LineWeight", strokeW, xmlDoc)); 238 …if (fillOpaq) shape.appendChild(createCellElem("FillForegndTrans", 1 - parseInt(fillOpaq)/100.0, x… 239 …if (strkOpaq) shape.appendChild(createCellElem("LineColorTrans", 1 - parseInt(strkOpaq)/100.0, xml… [all …]
|
| D | mxVsdxCanvas2D.js | 71 this.shape.appendChild(this.geoSec); 93 mxVsdxCanvas2D.prototype.newShape = function (shape, cellState, xmlDoc) argument 96 this.shape = shape; 113 mxVsdxCanvas2D.prototype.newEdge = function (shape, cellState, xmlDoc) argument 115 this.shape = shape; 260 this.shape.appendChild(this.createCellElemScaled("Rounding", dx)); 461 this.shape.appendChild(foreignData); 648 this.shape.appendChild(this.createCellElemScaled("ImgOffsetX", x)); 649 this.shape.appendChild(this.createCellElemScaled("ImgOffsetY", y - h)); 650 this.shape.appendChild(this.createCellElemScaled("ImgWidth", w)); [all …]
|
| /plugin/bootswrapper/exe/help/ |
| D | image.txt | 5 | <image shape="rounded">{{:wiki:dokuwiki-128.png?nolink&100|}}</image> | <code html><image shape… 8 | <image shape="circle">{{:wiki:dokuwiki-128.png?nolink&100|}}</image> | <code html><image shape… 11 | <image shape="thumbnail">{{:wiki:dokuwiki-128.png?nolink&100|}}</image> | <code html><image shape… 18 | ''shape'' | ''rounded'', ''circle'', ''thumbnail'' | Image shape |
|
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/Sheets/ |
| D | PointStyle.php | 25 public $shape; variable in Google\\Service\\Sheets\\PointStyle 31 public function setShape($shape) argument 33 $this->shape = $shape; 40 return $this->shape;
|
| /plugin/jdraw/src/com/mxgraph/examples/swing/resources/ |
| D | basic-style.xml.bak | 3 <add as="shape" value="label"/> 12 <add as="shape" value="connector"/> 27 <add as="shape" value="connector"/> 32 <add as="shape" value="arrow"/> 36 <add as="shape" value="swimlane"/> 47 <add as="shape" value="ellipse"/> 51 <add as="shape" value="rhombus"/> 55 <add as="shape" value="triangle"/> 59 <add as="shape" value="line"/> 66 <add as="shape" value="image"/>
|
| D | default-style.xml.bak | 19 <add as="shape" value="connector"/> 24 <add as="shape" value="arrow"/> 27 <add as="shape" value="swimlane"/> 38 <add as="shape" value="ellipse"/> 42 <add as="shape" value="rhombus"/> 46 <add as="shape" value="triangle"/> 50 <add as="shape" value="line"/> 57 <add as="shape" value="image"/>
|
| /plugin/jmol2/jmol/ |
| D | JmolAppletSigned0_ShapeSpecial.jar | ... jmol.shapespecial.Dipoles extends org.jmol.shape.Shape {
static final short DEFAULT_MAD
static final float ... |
| D | JmolApplet0_ShapeSpecial.jar | ... jmol.shapespecial.Dipoles extends org.jmol.shape.Shape {
static final short DEFAULT_MAD
static final float ... |
| D | JmolApplet0.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/obrador/
javax/
... |
| D | JmolAppletSigned0.jar | META-INF/MANIFEST.MF
META-INF/SELFSIGN.SF
META-INF/SELFSIGN ... |
| /plugin/bpmnioeditor/vendor/bpmnio-js/ |
| D | bpmn-modeler.development.js | 2835 DefaultRenderer.prototype.getShapePath = function getShapePath(shape) { argument 2837 var x = shape.x, 2838 y = shape.y, 2839 width = shape.width, 2840 height = shape.height; 4370 shape: [ 'x', 'y', 'width', 'height' ], property 5025 Canvas.prototype.addShape = function(shape, parent, parentIndex) { argument 5026 return this._addElement('shape', shape, parent, parentIndex); 5083 Canvas.prototype.removeShape = function(shape) { argument 5106 return this._removeElement(shape, 'shape'); [all …]
|
| D | diagram-js.css | 70 --shape-attach-allowed-stroke-color: var(--blue-base-65); 71 --shape-connect-allowed-fill-color: var(--color-f6f6f6); 72 --shape-drop-allowed-fill-color: var(--color-f6f6f6); 73 --shape-drop-not-allowed-fill-color: var(--red-base-62-lighten-90); 74 --shape-resize-preview-stroke-color: var(--blue-base-65); 97 shape-rendering: geometricPrecision; 111 .djs-shape.connect-ok .djs-visual > :nth-child(1) { 112 fill: var(--shape-connect-allowed-fill-color) !important; 115 .djs-shape.connect-not-ok .djs-visual > :nth-child(1), 116 .djs-shape.drop-not-ok .djs-visual > :nth-child(1) { [all …]
|
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/Slides/ |
| D | PageElement.php | 128 public function setShape(Shape $shape) argument 130 $this->shape = $shape; 137 return $this->shape;
|
| /plugin/imagemapping/ |
| D | ImageMapHandler.php | 114 $shape = 'circle'; 116 $shape = 'rect'; 118 $shape = 'poly'; 129 [DOKU_LEXER_MATCHED, 'area', $shape, $coords, $type, $title, $url, $wiki],
|
| D | README | 27 For a link to be used in the map, it must define the shape as part of the 29 coordinates. The number of coordinates determines the shape of the link. 30 ^ # ^ shape ^ coordinates | 35 If the label does not contain a suitable shape description, then that link
|
| /plugin/bpmnio/vendor/bpmn-js/dist/assets/ |
| D | diagram-js.css | 88 --shape-attach-allowed-stroke-color: var(--color-blue-205-100-50); 89 --shape-connect-allowed-fill-color: var(--color-grey-225-10-97); 90 --shape-drop-allowed-fill-color: var(--color-grey-225-10-97); 91 --shape-drop-not-allowed-fill-color: var(--color-red-360-100-97); 92 --shape-resize-preview-stroke-color: var(--color-blue-205-100-50); 108 background: var(--shape-drop-not-allowed-fill-color) !important; 112 background: var(--shape-drop-allowed-fill-color) !important; 122 shape-rendering: geometricPrecision; 149 .djs-shape.connect-ok .djs-visual > :nth-child(1) { 150 fill: var(--shape-connect-allowed-fill-color) !important; [all …]
|
| /plugin/bpmnio/vendor/dmn-js/dist/assets/ |
| D | diagram-js.css | 88 --shape-attach-allowed-stroke-color: var(--color-blue-205-100-50); 89 --shape-connect-allowed-fill-color: var(--color-grey-225-10-97); 90 --shape-drop-allowed-fill-color: var(--color-grey-225-10-97); 91 --shape-drop-not-allowed-fill-color: var(--color-red-360-100-97); 92 --shape-resize-preview-stroke-color: var(--color-blue-205-100-50); 108 background: var(--shape-drop-not-allowed-fill-color) !important; 112 background: var(--shape-drop-allowed-fill-color) !important; 122 shape-rendering: geometricPrecision; 149 .djs-shape.connect-ok .djs-visual > :nth-child(1) { 150 fill: var(--shape-connect-allowed-fill-color) !important; [all …]
|
| /plugin/bootswrapper/syntax/ |
| D | image.php | 44 if ($shape) { 45 $html5_data[] = 'data-img-shape="' . $shape . '"';
|
| /plugin/jcapture/src/com/hammurapi/jcapture/ |
| D | FrameImpl.java | 30 for (Shape shape: shapes) { in merge() 31 if (shape.getContent().coversEverything()) { in merge()
|
| D | SwfEncoder.java | 44 import com.flagstone.transform.util.shape.Canvas; 221 for (Shape shape: frame.getShapes()) { in encode() 222 if (shape.getContent().coversEverything() || imgLayer==maxImgLayer) { in encode() 229 ShapeContent shapeContent = shape.getContent(); in encode() 233 } else if (shape.getContent() instanceof ImageReference) { in encode() 263 …e2 place = Place2.show(shapeTag.getIdentifier(), imgLayer++, shape.getLocation().x*20, shape.getLo… in encode()
|
| /plugin/jdraw/lib/ |
| D | jgraphx.jar | ... com/mxgraph/resources/
com/mxgraph/shape/
com/mxgraph/sharing/
com/mxgraph ... |
| /plugin/imagemap/ |
| D | README | 27 For a link to be used in the map, it must define the shape as part of the 29 coordinates. The number of coordinates determines the shape of the link. 30 ^ # ^ shape ^ coordinates | 35 If the label does not contain a suitable shape description, then that link
|
| D | syntax.php | 115 @list($state,$match,$shape,$coords,$type,$title,$url,$extra) = $data; 185 $renderer->doc .= ' shape="'.$shape.'" coords="'.$coords.'" />'; 285 $shape = 'circle'; 287 $shape = 'rect'; 289 $shape = 'poly'; 295 $this->_addPluginCall(array(DOKU_LEXER_MATCHED, 'area', $shape, join(',',$coords),
|
| /plugin/popupviewer/syntax/ |
| D | viewer.php | 198 $shape = 'circle'; 200 $shape = 'rect'; 202 $shape = 'poly'; 209 …ewer', array($id, $name, $title, $w, $h, $orig, $close, array('shape' => $shape, 'coords' => join(…
|
| /plugin/bpmnioeditor/ |
| D | style.css | 75 --shape-attach-allowed-stroke-color: var(--blue-base-65); 76 --shape-connect-allowed-fill-color: var(--color-f6f6f6); 77 --shape-drop-allowed-fill-color: var(--color-f6f6f6); 78 --shape-drop-not-allowed-fill-color: var(--red-base-62-lighten-90); 79 --shape-resize-preview-stroke-color: var(--blue-base-65); 102 shape-rendering: geometricPrecision; 116 .djs-shape.connect-ok .djs-visual > :nth-child(1) { 117 fill: var(--shape-connect-allowed-fill-color) !important; 120 .djs-shape.connect-not-ok .djs-visual > :nth-child(1), 121 .djs-shape.drop-not-ok .djs-visual > :nth-child(1) { [all …]
|