Home
last modified time | relevance | path

Searched +defs:y +defs:left (Results 26 – 50 of 158) sorted by relevance

1234567

/plugin/diagramsnet/lib/math/extensions/
DMathMenu.js19y(MathJax.Localization,[["MathMenu",u]].concat([].slice.call(arguments,1)))};var i=MathJax.Object.… property
DMathEvents.js19 …:p};var k=d.config.menuSettings;var o={hover:500,frame:{x:3.5,y:5,bwidth:1,bcolor:"#A6D",hwidth:"1… argument
/plugin/amcharts/assets/amcharts/plugins/export/
Dexport.min.js1 …||(AmCharts.translations["export"].en={"fallback.save.text":"CTRL + C to copy the data into the cl…
2 …){return function(){c.drawing.handler.add({url:d.result,top:a.layerY-10*b,left:a.layerX-10*b})}}(b… property
Dexport.js183 left: _this.setup.fabric.width / 2 property
208 left: cfg.left, property
332 left: _this.setup.fabric.width / 2, property
388 left: arrowLeft, property
901 y: _this.pxToNumber( childNode.childNodes[ i2 ].getAttribute( "y" ) ), property
992 y: 0, property
1027 y: 0 property
1048 y: 0 property
1088 left: 0 property
1190 left: left, property
[all …]
/plugin/html2pdf/html2pdf/html2ps/
Doutput._generic.class.php7 var $left; variable in OutputDriverGeneric
268 function rect($x, $y, $w, $h) {
Dpdf.fpdf.php278 var $y; variable in PDFRect
282 function PDFRect($x,$y,$w,$h) {
289 function left(&$handler) { function in PDFRect
1052 var $x,$y; //current position in user unit for cell positioning variable in FPDF
1093 function moveto($x, $y) {
1099 function lineto($x, $y) {
1121 function y_coord($y) {
1202 function add_field_select($x, $y, $w, $h, $name, $value, $options) {
1229 function add_field_checkbox($x, $y, $w, $h, $name, $value, $checked) {
1266 function add_field_radio($x, $y, $w, $h, $group_name, $value, $checked) {
[all …]
/plugin/jirainfo/src/
Dpopper.min.js4ypeof exports&&'undefined'!=typeof module?module.exports=t():'function'==typeof define&&define.amd… property
/plugin/combo/resources/library/bootstrap/4.4.1/
H A Dpopper.min.js4 …typeof exports&&'undefined'!=typeof module?module.exports=t():'function'==typeof define&&define.am… function
/plugin/combo/resources/library/bootstrap/4.5.0/
H A Dpopper.min.js4 …typeof exports&&'undefined'!=typeof module?module.exports=t():'function'==typeof define&&define.am… function
/plugin/processing/
Dscript.js867 function PVector(x, y, z) { argument
896 set: function(v, y, z) { argument
911 add: function(v, y, z) { argument
922 sub: function(v, y, z) { argument
961 dot: function(v, y, z) { argument
1762 var imageModeCorner = function imageModeCorner(x, y, w, h, whAreSizes) { argument
1772 var imageModeCorners = function imageModeCorners(x, y, w, h, whAreSizes) { argument
1781 var imageModeCenter = function imageModeCenter(x, y, w, h, whAreSizes) { argument
2854 parsePathVertex: function(x, y) { argument
3098 p.shape = function(shape, x, y, width, height) { argument
[all …]
/plugin/jdraw/src/com/mxgraph/examples/swing/editor/
DEditorRuler.java409 public void repaint(int x, int y) in repaint()
458 double left = clip.getX(); in paintComponent() local
/plugin/dirtylittlehelper/
Dscript.js99 …jQuery('#dokuwiki__content').css({'position':'','top':'','left':'','right':'','bottom':'','overflo… property
102 …jQuery('#dokuwiki__content').css({'position':'fixed','top':'10px','left':'10px','right':'10px','bo… property
259 JSINFO['dlh']['dlh_theUserposition']= {'x':200,'y':200,'position':'absolute'}; property
285 …jQuery("#dirtylittlehelper_overlay" ).css({top: ptop, right: pright, left: pleft, position:ptype,… property
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/js/
Dnv.d3.min.js2 …ogs={},a.dom={},a.dispatch=d3.dispatch("render_start","render_end"),Function.prototype.bind||(Func… property
3 …nv-y nv-axis").append("g").attr("class","nv-zeroLine").append("line"),x.append("g").attr("class","… property
4y.nv-axis").call(g)),x.select(".nv-zeroLine line").attr("x1",0).attr("x2",q).attr("y1",d(0)).attr(… property
5y nv-axis"),F.append("g").attr("class","nv-linesWrap"),F.append("g").attr("class","nv-legendWrap")… property
6y nv-axis"),K.append("g").attr("class","nv-barsWrap"),K.append("g").attr("class","nv-legendWrap"),… property
7each(function(b){function p(a){return F(h.map(function(b){if(isNaN(a[b])||isNaN(parseFloat(a[b])))… argument
8left=void 0!==a.left?a.left:j.left}},rightAlignYAxis:{get:function(){return v},set:function(a){v=a… property
/plugin/twcheckliste/theme_twCheckliste/
Dpackery.pkgd.min.js12 …tion i(e){e.prototype.option||(e.prototype.option=function(e){t.isPlainObject(e)&&(this.options=t.… function
13 …agMove:function(){t.itemDragMove(this.element,this.position.x,this.position.y)},dragEnd:function()… property
/plugin/amcharts/assets/amcharts/plugins/export/libs/fabric.js/
Dfabric.js453 var o = fabric.util.transformPoint({ x: t[4], y: t[5] }, r); property
694 drawDashedLine: function(ctx, x, y, x2, y2, da) { argument
831 isTransparent: function(ctx, x, y, tolerance) { argument
1121 y: min.apply(null, bounds[1]) property
1125 y: max.apply(null, bounds[1]) property
2084 box = { left: 0, top: 0 }, property
2085 offset = { left: 0, top: 0 }, property
2830 y: 'top', property
3637 y: parseFloat(points[i + 1]) property
3943 function Point(x, y) { argument
[all …]
Dfabric.min.js1 …"};if(typeof exports!=="undefined"){exports.fabric=fabric}if(typeof document!=="undefined"&&typeof… property
2 …turn opts.a*Math.pow(2,10*(t-=1))*Math.sin((t*d-opts.s)*(2*Math.PI)/opts.p)}function easeOutCubic(…
5 …orm(v[0],v[1],v[2],v[3],v[4],v[5]);ctx.beginPath();if(this._points.length===2&&p1.x===p2.x&&p1.y==… argument
6 …{pointer=this.getPointer(e,true);groupSelector.left=pointer.x-groupSelector.ex;groupSelector.top=p… property
8 ….transformPoint(p,vpt)},p=this._calculateCurrentDimensions(false),currentWidth=p.x,currentHeight=p… property
9 y:this.minY+this.height/2}},_render:function(ctx){var current,previous=null,subpathStartX=0,subpath… property
11 …|(global.fabric={}),extend=fabric.util.object.extend;fabric.Image.filters.GradientTransparency=fab…
13 …rtIndex;i<endIndex;i++){styles.push(this.getSelectionStyles(i))}return styles}var loc=this.get2DCu…
/plugin/statistics/js/
H A Dchart.js13 …const yt=(t,e,i)=>Math.max(Math.min(t,i),e);function vt(t){return yt(_t(2.55*t),0,255)}function Mt… argument
/plugin/diagramsnet/lib/math/jax/output/SVG/
Djax.js19y;var b="http://www.w3.org/2000/svg";var m="http://www.w3.org/1999/xlink";var k,c,f;var d=(documen… property
/plugin/bpmnio/vendor/bpmn-js/dist/
H A Dbpmn-modeler.production.min.js2 …,e.prototype=Object.create(t.prototype,{constructor:{value:e,enumerable:!1,writable:!0,configurabl… argument
7 …rn n.push(""),this},this.unindent=function(){return n.pop(),this}}function uh(e){e=C({format:!1,pr… function
10 …width="`+c.width+'" height="'+c.height+'" viewBox="'+c.x+" "+c.y+" "+c.width+" "+c.height+'" versi… argument
195 </svg>`,left:`<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1800 1800"> property
211y:t.y}}),e._popupMenu.open(n,"align-elements",r)}}}}};Yr.prototype._getMenuPosition=function(e){va… property
212 …gClientRect(),e.provider.update(e.element,i,e.context.text,{x:r.left-t.left,y:r.top-t.top,width:r.… property
223 …</svg>`};function Qt(e,t,n,r,i,o,a,s){this._bpmnFactory=e,this._popupMenu=t,this._modeling=n,this.… property
231 …isterProvider("align-elements",SP,this)}Hi.$inject=["popupMenu","distributeElements","translate","… argument
239 …result"></div>';le.RESULT_PRIMARY_HTML='<div class="djs-search-result-primary"></div>';le.RESULT_S… property
/plugin/photogallery/phpThumb/
Dphpthumb.filters.php278 public function Crop(&$gdimg, $left=0, $right=0, $top=0, $bottom=0) {
452 public function Flip(&$gdimg, $x=false, $y=false) {
/plugin/zwidoku/files/
H A Djquery.js2 …ct"==typeof module&&"object"==typeof module.exports?module.exports=e.document?t(e,!0):function(e){… argument
9 …n e(t){for(var e=t.css("visibility");"inherit"===e;)t=t.parent(),e=t.css("visibility");return"hidd… argument
10y(this,arguments);var n=e.apply(this,arguments);return n.mode="hide",this.effect.call(this,n)}}(t.… property
11 …"text"],this.isNewMenu=!0,this._addClass("ui-autocomplete-input"),this.element.attr("autocomplete"… argument
12y().append(this._generateHTML(e)),this._attachHandlers(e);var i,s=this._getNumberOfMonths(e),n=s[1… property
13 },_cacheMargins:function(){this.margins={left:parseInt(this.element.css("marginLeft"),10)||0,top:pa… property
14 …)!==!1&&(this._isOpen=!1,this._focusedElement=null,this._destroyOverlay(),this._untrackInstance(),… argument
15left:"",bottom:""})):(this.range=t("<div>").appendTo(this.element),this._addClass(this.range,"ui-s… property
/plugin/diagramsnet/lib/js/croppie/
Dcroppie.min.js1ypeof define&&define.amd?define(t):"object"==typeof exports&&"string"!=typeof exports.nodeName?mod… function
/plugin/amcharts/assets/amcharts/plugins/export/libs/pdfmake/
Dpdfmake.js2120 margin = { left: margin, right: margin, top: margin, bottom: margin }; property
2123 margin = { left: margin[0], top: margin[1], right: margin[0], bottom: margin[1] }; property
2125 margin = { left: margin[0], top: margin[1], right: margin[2], bottom: margin[3] }; property
14266y: (gapSize.height / gapSize.lineHeight) + gapSize.decender - gapSize.fontSize / 3,//0,// gapSize.… property
15900 x: 0, y: 0, w: size, h: size, lineWidth: 0, color: background property
15909 y: modSize * j, property
15972 y: this.y, property
15976 bottomMost: { y: this.y, page: this.page }, property
16082 y: this.y, property
16152 y: this.y property
[all …]
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DMpdf.php779 var $y; // current position in user unit for cell positioning variable in Mpdf\\Mpdf
1708 function SetMargins($left, $right, $top)
3346 function AddSpotColor($name, $c, $m, $y, $k)
3794 function Rect($x, $y, $w, $h, $style = '')
4311 function SetLink($link, $y = 0, $page = -1)
4323 function Link($x, $y, $w, $h, $link)
4348 …function Text($x, $y, $txt, $OTLdata = [], $textvar = 0, $aixextra = '', $coordsys = '', $return =…
4483 function WriteText($x, $y, $txt)
5418 function applyGPOSpdf($txt, $aix, $x, $y, $OTLdata, $textvar = 0)
5768 function _kern($txt, $mode, $aix, $x, $y)
[all …]
/plugin/bpmnioeditor/vendor/bpmnio-js/
Dbpmn-modeler.production.min.js2 !function(e,t){"object"==typeof exports&&"undefined"!=typeof module?module.exports=t():"function"==… function
7-?\d*\.?\d*(?:e[-+]?\d+)?)[\s]*,?[\s]*/gi,Bt=Array.isArray||function(e){return e instanceof Array}… property
28 …_container,n=ce('<a href="http://bpmn.io" target="_blank" class="bjs-powered-by" title="Powered by… argument
33n l(e,t,n){return setTimeout(g(e,n),t)}function h(e,t,n){return!!Array.isArray(e)&&(d(e,n[t],n),!0… argument
34f(0==arguments.length)throw new TypeError("`CSS.escape` requires an argument.");for(var t,n=String… variable

1234567