| /plugin/favoris/ |
| D | action.php | 116 $snap=plugin_load('helper','snap'); 117 if (!$snap) { 123 list($imagePath, $titrePage, $target)=$snap->getSnap($page, 200, 150, true); 124 if (!$snap->succeed || !$imagePath) { 133 if ($snap->snapTimeFormatted) $titrePage.=" (".$snap->snapTimeFormatted.")"; 138 print "<a href=\"".$snap->url."\" title=\"$page$titrePage\" $target>";
|
| D | syntax.php | 164 if (!plugin_isdisabled('snap')) $snap=plugin_load('helper', 'snap');
|
| /plugin/diagramsnet/lib/plugins/ |
| D | edgeConnection.js | 24 geo.x = this.graph.snap(point.x - geo.width / 2) - this.graph.panDx / this.graph.view.scale; 25 geo.y = this.graph.snap(point.y - geo.height / 2) - this.graph.panDy / this.graph.view.scale; 36 if (Math.abs(this.graph.snap(this.first.x) - 37 this.graph.snap(point.x)) <= tol) 41 else if (Math.abs(this.graph.snap(this.first.y) - 42 this.graph.snap(point.y)) <= tol)
|
| D | tickets.js | 341 graph.snap(dx), graph.snap(dy), 200, 50,
|
| D | voice.js | 929 geo.height = graph.snap(Math.round(geo.height * 0.5)); 934 geo.width = graph.snap(Math.round(geo.width * 0.5));
|
| /plugin/snap/ |
| D | syntax.php.ori | 3 * snap plugin : Affiche un lien sous forme de miniature. 26 'date' => @file_get_contents(DOKU_PLUGIN.'snap/VERSION'), 27 'name' => 'snap Plugin', 29 'url' => 'http://www.dokuwiki.org/plugin:snap' 66 //Proportions width/height of the snap 92 $chem=realpath($conf['datadir']).'/../snap/'; 165 $imagePath=realpath($conf['datadir']).'/../snap/'.$image; 186 … $renderer->doc .= "Serveur snap $snapServer:$snapPort non trouvé $errstr ($errno)<br />\n"; 189 error_log("$image launch snap"); 204 …$renderer->doc .= "<img src=\"".DOKU_URL."lib/plugins/snap/image.php?image=".rawurlencode($imagePa…
|
| D | syntax.php | 86 $snap=plugin_load('helper','snap');
|
| D | server.sh | 25 nc -l -r -p$port -e $base/snap.sh
|
| D | helper.php | 97 'url to snap (page id or full url starting with http://)' => 'string',
|
| /plugin/sequencediagram/bower_components/snap.svg/ |
| D | README.md | 9 * [Bower](http://bower.io/) - `bower install snap.svg` 10 * Manual Minified - https://github.com/adobe-webplatform/Snap.svg/raw/master/dist/snap.svg-min.js 11 * Manual Unminified - https://raw.githubusercontent.com/adobe-webplatform/Snap.svg/master/dist/snap… 22 In your HTML file, load simply by: `<script src="snap.svg-min.js"></script>`
|
| /plugin/sequencediagram/bower_components/js-sequence-diagrams/ |
| D | Makefile | 7 js: dist/sequence-diagram-min.js dist/sequence-diagram-raphael-min.js dist/sequence-diagram-snap-mi… 88 …ar.js src/jquery-plugin.js src/sequence-diagram.js src/theme.js src/theme-snap.js src/theme-raphae… 97 …sequence-diagram-snap.js: src/main.js build/diagram-grammar.js src/jquery-plugin.js src/sequence-d…
|
| D | README.md | 35 <script src="{{ bower directory }}/snap.svg/dist/snap.svg-min.js" /> 82 // CSS style to apply to the diagram's svg tag. (Only supported if using snap.svg) 90 The following CSS classes are applied to the SVG diagram when using snap.svg: 121 …aël and Snap.svg (preferring Snap.svg). If you include Raphaël instead of snap.svg, it will defaul… 192 This project makes use of [Jison](https://zaach.github.io/jison/), snap.svg, underscore.js, and the…
|
| /plugin/zul/syntax/ |
| D | zirkelundlineal.php | 182 $snap = $data['snap']; 299 if ($snap != '') { 300 $txt .= '<param name="snap" value="'.$snap.'"/>';
|
| /plugin/s5reloaded/ui/effects_support/ |
| D | dragdrop.js | 251 snap: false, // false, or xy or [x,y] or function(x,y){ return [x,y] } property 476 if(this.options.snap) { 477 if(Object.isFunction(this.options.snap)) { 478 p = this.options.snap(p[0],p[1],this); 480 if(Object.isArray(this.options.snap)) { 482 return (v/this.options.snap[i]).round()*this.options.snap[i] }.bind(this)); 485 return (v/this.options.snap).round()*this.options.snap }.bind(this));
|
| /plugin/bootswrapper/exe/help/ |
| D | alert.txt | 20 **Oh snap!** Change a few things up and try submitting again.
|
| /plugin/jorgchart/ |
| D | jquery.jOrgChart.js | 40 snap : 'div.node.expanded', property
|
| /plugin/bpmnioeditor/vendor/bpmnio-js/ |
| D | diagram-js.css | 76 --snap-line-stroke-color: var(--blue-base-65-opacity-30); 353 .djs-snap-line { 354 stroke: var(--snap-line-stroke-color);
|
| /plugin/diagramsnet/lib/js/grapheditor/ |
| D | Actions.js | 232 var x = Math.round(graph.snap(graph.popupMenuHandler.triggerX / s - dx)); 233 var y = Math.round(graph.snap(graph.popupMenuHandler.triggerY / s - dy)); 1510 var x = Math.round(graph.snap(graph.popupMenuHandler.triggerX / s - dx)); 1511 var y = Math.round(graph.snap(graph.popupMenuHandler.triggerY / s - dy));
|
| D | Graph.js | 7590 dx = this.snap(dx); 7591 dy = this.snap(dy); 8352 result.width = this.snap(result.width); 8353 result.height = this.snap(result.height); 8966 return new mxPoint(this.snap(dx + gs), this.snap(dy + gs)); 8979 var x = this.snap(Math.round(Math.max(pt.x, bds.x / view.scale - view.translate.x + 8981 … var y = this.snap(Math.round(Math.max(pt.y, (bds.y + bds.height) / view.scale - view.translate.y + 8997 this.snap(Math.round((this.container.scrollLeft + this.container.clientWidth / 2) / 8999 this.snap(Math.round((this.container.scrollTop + this.container.clientHeight / 2) / 9005 this.snap(Math.round(this.container.clientWidth / 2 / this.view.scale - [all …]
|
| /plugin/bpmnio/vendor/bpmn-js/dist/assets/ |
| D | diagram-js.css | 94 --snap-line-stroke-color: var(--color-blue-205-100-45-opacity-30); 367 .djs-snap-line { 368 stroke: var(--snap-line-stroke-color);
|
| /plugin/bpmnio/vendor/dmn-js/dist/assets/ |
| D | diagram-js.css | 94 --snap-line-stroke-color: var(--color-blue-205-100-45-opacity-30); 367 .djs-snap-line { 368 stroke: var(--snap-line-stroke-color);
|
| /plugin/bpmnioeditor/ |
| D | style.css | 81 --snap-line-stroke-color: var(--blue-base-65-opacity-30); 358 .djs-snap-line { 359 stroke: var(--snap-line-stroke-color);
|
| /plugin/diagramsnet/lib/js/diagramly/ |
| D | EditorUi.js | 7900 graph.setSelectionCell(graph.insertVertex(null, null, '', graph.snap(dx), graph.snap(dy), 7911 graph.setSelectionCell(graph.insertVertex(null, null, '', graph.snap(dx), graph.snap(dy), 7924 graph.snap(dx), graph.snap(dy), 1, 1, 'text;' + ((html) ? 'html=1;' : '')); 7971 graph.snap(dx), graph.snap(dy), 1, 1, 'text;whiteSpace=wrap;' + ((html) ? 'html=1;' : '')); 13437 geo.x = Math.round(graph.snap(geo.x)); 13438 geo.y = Math.round(graph.snap(geo.y)); 13442 geo.width = Math.round(graph.snap(geo.width)); 13447 geo.height = Math.round(graph.snap(geo.height));
|
| /plugin/diagramsnet/lib/mxgraph/ |
| D | mxClient.js | 198 g=a.view.translate,k=a.gridSize/2,e=(a.snap(e/d-g.x-k)+g.x)*d,c=(a.snap(c/d-g.y-k)+g.y)*d;null!=thi… 554 mxStackLayout.prototype.snap=function(a){if(null!=this.gridSize&&0<this.gridSize&&(a=Math.max(a,thi… method in mxStackLayout 557 …snap((this.allowGaps?Math.max(y,t.x):y)-this.marginLeft)+this.marginLeft:t.y=this.snap((this.allow… 558 e&&(c?t.height=e:t.width=e);c?t.width=this.snap(t.width):t.height=this.snap(t.height);this.setChild… 602 …is.cellLocation[d][1]-=l.height/2,p=this.graph.snap(Math.round(this.cellLocation[d][0])),q=this.gr… 1153 …LE_HORIZONTAL,!0)||(e=c,c=d,d=e),this.gridEnabled&&(d=this.snap(d+this.gridSize/2),c=this.snap(c+t… 1195 …e();this.fireEvent(new mxEventObject(mxEvent.REFRESH))};mxGraph.prototype.snap=function(a){this.gr… method in mxGraph 1196 …(this.snap(b.x/g-f.x)+f.x)*g,a.x=Math.abs(a.x-d)<c?0:this.snap(a.x/g)*g-d),e||(b=b.y-(this.snap(b.… 1268 …cale,e=this.view.translate,f=0!=b?this.gridSize/2:0;c.x=this.snap(c.x/d-e.x-f);c.y=this.snap(c.y/d… 1377 …aphHandler.prototype.snap=function(a){var b=this.scaleGrid?this.graph.view.scale:1;a.x=this.graph.… method in mxGraphHandler [all …]
|
| /plugin/dirtylittlehelper/mermaid/editor/docs/ |
| D | 2.2.js.map | 1 …snap\",\n \"browsers\": [\n \"E\",\n \"IE10\"\n …
|