Home
last modified time | relevance | path

Searched refs:snap (Results 1 – 25 of 53) sorted by relevance

123

/plugin/favoris/
H A Daction.php116 $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>";
H A Dsyntax.php164 if (!plugin_isdisabled('snap')) $snap=plugin_load('helper', 'snap');
/plugin/diagramsnet/lib/plugins/
H A DedgeConnection.js24 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)
H A Dtickets.js341 graph.snap(dx), graph.snap(dy), 200, 50,
H A Dvoice.js929 geo.height = graph.snap(Math.round(geo.height * 0.5));
934 geo.width = graph.snap(Math.round(geo.width * 0.5));
/plugin/snap/
H A Dsyntax.php.ori3 * 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&eacute; $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…
H A Dsyntax.php86 $snap=plugin_load('helper','snap');
H A Dserver.sh25 nc -l -r -p$port -e $base/snap.sh
H A Dhelper.php97 'url to snap (page id or full url starting with http://)' => 'string',
/plugin/sequencediagram/bower_components/snap.svg/
H A DREADME.md9 * [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/
H A DMakefile7 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…
H A DREADME.md35 <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/
H A Dzirkelundlineal.php182 $snap = $data['snap'];
299 if ($snap != '') {
300 $txt .= '<param name="snap" value="'.$snap.'"/>';
/plugin/s5reloaded/ui/effects_support/
H A Ddragdrop.js251 snap: false, // false, or xy or [x,y] or function(x,y){ return [x,y] } property in AnonymousFunctioneab5d76a0c00.defaults
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/
H A Dalert.txt20 **Oh snap!** Change a few things up and try submitting again.
/plugin/jorgchart/
H A Djquery.jOrgChart.js40 snap : 'div.node.expanded',
/plugin/bpmnioeditor/vendor/bpmnio-js/
H A Ddiagram-js.css76 --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/
H A DActions.js232 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));
H A DGraph.js7590 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));
9005 this.snap(Math.round(this.container.clientWidth / 2 / this.view.scale -
9007 this.snap(Math.round(this.container.clientHeight / 2 / this.view.scale -
12605 dx = this.graph.snap(dx);
12606 dy = this.graph.snap(dy);
12701 this.width = this.graph.snap(this.width / scale) * scale;
[all …]
/plugin/bpmnio/vendor/bpmn-js/dist/assets/
H A Ddiagram-js.css90 --snap-line-stroke-color: var(--color-blue-205-100-45-opacity-30);
362 .djs-snap-line {
363 stroke: var(--snap-line-stroke-color);
/plugin/bpmnio/vendor/dmn-js/dist/assets/
H A Ddiagram-js.css90 --snap-line-stroke-color: var(--color-blue-205-100-45-opacity-30);
362 .djs-snap-line {
363 stroke: var(--snap-line-stroke-color);
/plugin/bpmnioeditor/
H A Dstyle.css81 --snap-line-stroke-color: var(--blue-base-65-opacity-30);
358 .djs-snap-line {
359 stroke: var(--snap-line-stroke-color);
/plugin/bpmnio/vendor/bpmn-js/
H A DCHANGELOG.md543 * `FIX`: do not snap connection waypoints on paste ([`d769e6dd`](https://github.com/bpmn-io/bpmn-js…
595 * `FIX`: snap connections to task mid ([`86c61b0`](https://github.com/bpmn-io/bpmn-js/commit/86c61b…
596 * `FIX`: snap connections to sub process mid ([`83e9f05`](https://github.com/bpmn-io/bpmn-js/commit…
805 * `FEAT`: snap message flows to `bpmn:Event` center during connect ([#850](https://github.com/bpmn-…
/plugin/diagramsnet/lib/js/diagramly/
H A DEditorUi.js7900 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/
H A DmxClient.js198 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
557snap((this.allowGaps?Math.max(y,t.x):y)-this.marginLeft)+this.marginLeft:t.y=this.snap((this.allow…
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
1567 …aph.isGridEnabledEvent(a.getEvent())&&(b.x=(this.graph.snap(b.x/d-c.x)+c.x)*d,b.y=(this.graph.snap
1590snap(d/f)*f,g=this.graph.snap(g/f)*f),f=new mxRectangle(a.x,a.y,0,0),f.add(new mxRectangle(d,g,0,0…
1638 …t(a.getEvent())&&(a=b.translate,f||(d.x=(this.graph.snap(d.x/c-a.x)+a.x)*c),g||(d.y=(this.graph.sn…
1664 …le(),d=this.graph.getView().getTranslate();b&&(a.x=this.graph.snap(a.x),a.y=this.graph.snap(a.y));…
[all …]

123