Home
last modified time | relevance | path

Searched refs:y (Results 151 – 175 of 1365) sorted by path

12345678910>>...55

/plugin/bpmnio/vendor/dmn-js/dist/
H A Ddmn-navigated-viewer.production.min.js2y(e)}(e)||function(e){if("undefined"!=typeof Symbol&&null!=e[Symbol.iterator]||null!=e["@@iterator… function
16y:e.y-t.y}}function mo(e){return Math.log(e)/Math.log(10)}function vo(e,t){var n=mo(e.min),r=mo(e.… property in bo._handleWheel.s
H A Ddmn-viewer.production.min.js2y(e)}(e)||function(e){if("undefined"!=typeof Symbol&&null!=e[Symbol.iterator]||null!=e["@@iterator… function
16y+" "+s.width+" "+s.height+'" version="1.1">'+a+o+"</svg>"})}))})),co.prototype.getModules=functio…
/plugin/bpmnioeditor/
H A Dstyle.css767 overflow-y: auto;
833 …9gumGfDor9nH8NcBj8qMDlpqiIkzXUwZdLIVzHpmC+hlZPbY/cylzLuYA8z7mduZjzEPMI8wn2Y+y/wV8xTzJebvmX9ivgY4NV…
/plugin/bpmnioeditor/vendor/bpmnio-js/
H A Dbpmn-embedded.css11 …9gumGfDor9nH8NcBj8qMDlpqiIkzXUwZdLIVzHpmC+hlZPbY/cylzLuYA8z7mduZjzEPMI8wn2Y+y/wV8xTzJebvmX9ivgY4NV…
H A Dbpmn-modeler.development.js3180 y: Math.round(p.y + ((q.y - p.y) / 2.0))
3339 y: y,
5260 y: y ? y / scale : 0,
5567 y: y,
19655 y: first.y + (second.y - first.y) / 2
22326 y: a.y - b.y
28615 y: point.y - mid.y
41962 y: pfPoint.y - point.y property in getDistancePointLine.connectionVector
42200 y: (p1.y + p2.y) / 2
50048 y: shape.y + delta.y
[all …]
H A Dbpmn-modeler.production.min.js2y(e,t){var n;return t=N(t),b(e,(function(e,i){if(t(e,i))return n=e,!1})),n}function g(e,t){var n=[… function
7y,n=e.width,i=e.height,e=e.x),{x:e,y:t,width:n,height:i,x2:e+n,y2:t+i}}function zt(){return this.j… function
28y(e.diagrams,(function(e){return e.id===t}))||null}(t,e))){var s=new Error("BPMNDiagram <"+e+"> no… function
33y(e,t,n){var i,r=t.prototype;(i=e.prototype=Object.create(r)).constructor=e,i._super=r,n&&o(i,n)}f… property in Wa.i
34y-o.y),a&&s<=n&&c<=n)}(a,o,function(e,t){var n,i,r=e.waypoints;return t.index<=0||t.bendpoint?null… property in tl.n.case
H A Ddiagram-js.css762 overflow-y: auto;
/plugin/c3chart/assets/
H A Dc3.min.js2y:Math.min(i[0].y,i[1].y),width:e.width,height:e.height}}function o(t){return Array.isArray(t)}fun… property in case.SVGPathSeg.PATHSEG_ARC_REL
H A Dd3.min.js2y=+g[g.length-1]+.5,m=(n.bandwidth?function(t){var n=Math.max(0,t.bandwidth()-1)/2;return t.round(… function
H A Djs-yaml.min.js2y=new p("tag:yaml.org,2002:map",{kind:"mapping",construct:function(e){return null!==e?e:{}}}),b=ne…
/plugin/callflow/
H A Draphael.js1446 (p[1].y + 6*p[2].y - p[3].y) / 6,
1616 y: y,
1707 && (bbox1.y < bbox2.y2 && bbox1.y > bbox2.y || bbox2.y < bbox1.y2 && bbox2.y > bbox1.y);
2755 y: y,
2848 for (y = 0; y < 3; y++) {
3938 sr.y = y - so.y;
5367 y: y,
6953 y: y, property in res.attrs
6988 y = y || 0;
7939 y = y || 0;
[all …]
H A Dscript.js302 y = style.cols.height*2+10;//starting y
303 if (title) y += style.titlesize;
338 "L"+callActors[cmd[1]]+","+y // to
348 y-style.txtsize/2-2,
353 y-style.txtsize/2-2,
423 BB.y-style.note.margin,
429 y += noteHeight+style.txtsize;
434 breaks[n][0] = y;
444 y-=style.linespacing-10;
454 y,
[all …]
/plugin/captcha/
H A DEasySVG.php199 * @param float $y
203 public function addText($text, $x = 0, $y = 0, $attributes = [])
207 if ($x != 0 || $y != 0) {
208 $def = $this->defTranslate($def, $x, $y);
344 * @param float $y
347 public function defTranslate($def, $x = 0, $y = 0)
349 return $this->defApplyMatrix($def, [1, 0, 0, 1, $x, $y]);
357 * @param integer $y Y coordinate of rotation center
360 public function defRotate($def, $angle, $x = 0, $y = 0)
362 if ($x == 0 && $y
204 addText($text, $x = 0, $y = 0, $attributes = array()) global() argument
348 defTranslate($def, $x = 0, $y = 0) global() argument
361 defRotate($def, $angle, $x = 0, $y = 0) global() argument
382 defScale($def, $x = 1, $y = 1) global() argument
[all...]
H A Dhelper.php288 $y = floor($h / 2 + $cheight / 3.8);
290 imagettftext($img, $size, $angle, $x, $y, $color, $font, $text[$i]);
340 $y = 100; // our max height
348 $size = random_int($y / 2, $y - $y * 0.1); // 50-90%
353 $svg->addText($char, $x, random_int(0, round($y - $size))); // random up and down
360 $svg->addAttribute('height', $y . 'px');
361 $svg->addAttribute('viewbox', "0 0 $x $y");
/plugin/chordsheets/js/
H A Draphael.js1y="click dblclick mousedown mousemove mouseout mouseover mouseup touchstart touchmove touchend tou… property in AnonymousFunctionb75df7fcfb00.AnonymousFunctionb75df7fc10d00.i
/plugin/ckgdoku/ckeditor/
H A Dckeditor.js445y=e(A),D=void 0,C=y.length,da=0,A=C&&new CKEDITOR.dom.range(A.getDocument());da<C;++da){var D=y[da…
548y._.focusList;a.sort(function(a,b){return a.tabIndex!=b.tabIndex?b.tabIndex-a.tabIndex:a.focusInde…
549 y._.currentFocusIndex=-1;return}e=(e+b.length)%b.length;if(e==c)break}while(a&&!b[e].isFocusable())…
947y={root:F,contents:[A]},k.push(y),CKEDITOR.dom.element.setMarker(m,F,"list_group_object",y));t=1;b…
949y.listNode.getChild(A));A++)t.getName()==this.type&&l.push(t);y.listNode.replace(n.root);h.fire("c…
950y&&(y=y&&y!=H?null:H);break}H=L}if(!(1>n.length)){C=n[n.length-1].getNext();E=h.createElement(this…
953y;(y=m.contains(d))&&h.checkBoundaryOfElement(y,CKEDITOR.START)&&(y=y.getParent())&&y.is("li")&&(y
954 y.type==CKEDITOR.NODE_ELEMENT&&(y.getName()in d||y.is("li"))&&(y.is("li")||(A.range.selectNodeConte…
955y=A.next())&&y.type==CKEDITOR.NODE_ELEMENT&&y.getName()in d&&y.equals(p)?(m=1,y=A.next()):h.checkB…
956y=A.next())&&y.type==CKEDITOR.NODE_ELEMENT&&y.is(d)&&(y=y.getFirst(g),m.block&&h.checkStartOfBlock…
[all …]
/plugin/ckgdoku/ckeditor/lang/
H A Dfr.js.unc721 …"comme dans <span style='font-weight:600'>{NAME}.</span> Quand il n'y a pas d'espace réservé, le t…
/plugin/ckgdoku/ckeditor/plugins/colordialog/dialogs/
H A Dcolordialog.js5y()}function z(a){a=a.data.getTarget();var c;"td"==a.getName()&&(c=a.getChild(0).getHtml())&&(y(),… function
/plugin/ckgdoku/ckeditor/plugins/find/dialogs/
H A Dfind.js7 …turn this.move(!0)},move:function(a){var b=this.textNode;if(null===b)return y.call(this);this._.ma…
8 a?b.getLength()-1:0:0}return y.call(this)}};var u=function(a,b){this._={walker:a,cursors:[],rangeLe…
24 …ace","txtFindReplace"):this.getContentElement("find","txtFindFind")}}}var r,y=function(){return{te… function
/plugin/ckgdoku/ckeditor/plugins/fontAssist/
H A Dplugin.js1y=function(z,D){var A=this.getDialog();A.disableButton("ok");var E=h(A,"colors","fg");var C=o(z,E)… function
/plugin/ckgdoku/ckeditor/plugins/image/dialogs/
H A Dimage.js1y(C){if(n){return}n=1;var I=this.getDialog(),H=I.imageElement;ckgeditAlignInputId=I.getContentElem… function
/plugin/ckgdoku/ckeditor/plugins/link/dialogs/
H A Dlink.js1y=oDokuWiki_FCKEditorInstance.dwiki_doku_base;var T=CKEDITOR.plugins.link;var g=new Object();g.dok…
H A Dlink.js.unc1174 if(heading && oDokuWiki_FCKEditorInstance.useheading == 'y') {
1413 if (data.type == 'internal' && oDokuWiki_FCKEditorInstance.useheading == 'y') {
/plugin/ckgdoku/ckeditor/plugins/pastefromword/filter/
H A Ddefault.js5 …delete c[h]}for(c=0;c<d.length;c++)f.add(d[c])}var g,k,t,q,n=CKEDITOR.tools,y=["o:p","xml","script…
6 …e))},elementNames:[[/^\?xml:namespace$/,""],[/^v:shapetype/,""],[new RegExp(y.join("|")),""]],elem…
/plugin/ckgdoku/ckeditor/plugins/table/dialogs/
H A Dtable.js1y=C.info;if(!this._.selectedElement){var k=x.append(f("tbody")),r=parseInt(y.txtRows,10)||0,s=pars…

12345678910>>...55