Home
last modified time | relevance | path

Searched refs:right (Results 51 – 75 of 2021) sorted by path

12345678910>>...81

/plugin/aimg/
H A Dstyle.css26 border-right: 1px solid #d5e6ee; */
53 right: 0px;
100 .fn-area-innerborder-right {
103 right: 0px;
104 border-right:1px solid #fff;
149 text-align: right;
H A Dsyntax.php176 $align_style = 'margin-right: auto;';
178 case 'right':
/plugin/airtable/
H A DLICENSE320 part of a transaction in which the right of possession and use of the
459 give under the previous paragraph, plus a right to possession of the
483 purposes of this definition, "control" includes the right to grant
H A DREADME.md66 Records are rendered as a template where text is displayed on the left and media on the right. Synt…
97 * `right` - Floats right
101 …cAvmU5363ofWYR6" | image-size: "full" | alt-tag: "Digital Snake to Ethernet" | position: "right"}}`
/plugin/ajaxedit/
H A DLICENSE126 exercise the right to control the distribution of derivative or
216 patents or other property right claims or to contest validity of any
H A Dstyle.css13 right: 25px;
40 float: right;
53 margin-right: .2em;
59 right: 18px;
66 -webkit-border-top-right-radius: 0;
67 -moz-border-top-right-radius: 0;
68 border-top-right-radius: 0;
/plugin/ajaxedit/vendor/pnotify/
H A Djquery.pnotify.default.css13 right: 25px;
40 float: right;
53 margin-right: .2em;
59 right: 18px;
66 -webkit-border-top-right-radius: 0;
67 -moz-border-top-right-radius: 0;
68 border-top-right-radius: 0;
H A Djquery.pnotify.js436 animate.right = s.nextpos2+"px";
460 …if (s.animation && (curpos1 > s.nextpos1 || animate.top || animate.bottom || animate.right || anim…
469 animate.right = s.nextpos1+"px";
479 if (animate.top || animate.bottom || animate.right || animate.left)
H A Djquery.pnotify.min.js26right=c.nextpos2+"px";break;case "right":e.left=c.nextpos2+"px"}else b.css(h,c.nextpos2+"px");swit…
27 break;case "right":e.left=c.nextpos1+"px"}else b.css(g,c.nextpos1+"px");(e.top||e.bottom||e.right||…
/plugin/ajaxpeon/
H A Dstyle.css5 right: 0;
/plugin/amazon/
H A Dstyle.css7 margin-right: 4px;
/plugin/amazonlight/
H A DLICENSE126 exercise the right to control the distribution of derivative or
216 patents or other property right claims or to contest validity of any
H A Dstyle.less8 margin-right: 4px;
/plugin/amcharts/
H A DREADME.md70 | `align` | Chart alignment, can be `left`, `right` or `center`. |
72 For instance to make your chart occupying half width of its container and floated to the right:
74 <amchart align="right" width=50% >
/plugin/amcharts/assets/amcharts/
H A Damcharts.js106right=null,f.left=null,f.right=null,f.top=null,h.position="relative",f.position="relative",e.posit…
318 …ht);d.rtl&&(c.setAttribute("direction","rtl"),c.style.left="auto",c.style.right="0px");a&&(a.addCo…
/plugin/amcharts/assets/amcharts/plugins/export/
H A DREADME.md85 There are two ways to load them. Choose the one that is right:
135 position | top-right | A position of export icon. Possible values: "top-left", "top-right" (default…
196 right there on the chart.
276 "position": "top", // or "right", "bottom" and "left" are possible
601 afterCapture | [menu item setup](#a-list-of-menu-item-properties) | Called right before the passed …
622 pageMargins | [left, top, right, bottom] or [horizontal, vertical] or just a number for equal margi…
679 pageMargins | [left, top, right, bottom] or [horizontal, vertical] or just a number for equal margi…
775 Yes, you're right, it's the exact equivalent of just including "JPG" string. The
H A Dexport.css9 right: 0;
34 right: 100%;
38 border-right: 7px solid #fff;
45 right: 100%;
78 right: 100%;
89 right: 100%;
161 right: 0;
165 right: 0;
188 right: 100%;
192 right: 100%;
[all …]
H A Dexport.js1086 right: 0, property in AmCharts._this.capture.padding
1096 …padding.right = _this.setup.chart.rightContainer.offsetWidth + ( _this.setup.chart.panelsSettings.…
1109 _this.setup.wrapper.style.paddingRight = _this.numberToPx( padding.right );
1392 group.offset.right = _this.pxToNumber( group.parent.style.right, true );
1451 if ( group.offset.right !== undefined ) {
1452 tmp.left = offset.width - group.offset.width - group.offset.right;
H A Dexport.min.js1right:0,bottom:0,left:0};c.setup.chart.leftContainer&&(g.width-=c.setup.chart.leftContainer.offset… property in k
/plugin/amcharts/assets/amcharts/plugins/export/libs/fabric.js/
H A Dfabric.js8793 boundsWidth = Math.abs( bounds.right - bounds.left );
H A Dfabric.min.js5 …bottom)}if("right"in bounds&&"left"in bounds){boundsWidth=Math.abs(bounds.right-bounds.left)}}this…
/plugin/amcharts/assets/amcharts/plugins/export/libs/pdfmake/
H A Dpdfmake.js2120 margin = { left: margin, right: margin, top: margin, bottom: margin };
2123 margin = { left: margin[0], top: margin[1], right: margin[0], bottom: margin[1] };
2125 margin = { left: margin[0], top: margin[1], right: margin[2], bottom: margin[3] };
15956 this.availableWidth = pageSize.width - pageMargins.left - pageMargins.right;
16042 DocumentContext.prototype.addMargin = function(left, right) {
16044 this.availableWidth -= left + (right || 0);
16071 this.availableWidth = this.getCurrentPage().pageSize.width - this.x - this.pageMargins.right;
16177 var innerWidth = pageSize.width - this.pageMargins.left - this.pageMargins.right;
27677 right: options.margin
27758 right: 72
[all …]
H A Dpdfmake.min.js7right:t,top:t,bottom:t};else if(t instanceof Array)if(2===t.length)t={left:t[0],top:t[1],right:t[0… property in i.t
10right,this.availableHeight=0,this.page=-1,this.snapshots=[],this.endingCell=null,this.tracker=new …
13right:r.margin}:this.margins=r.margins||e,i=Array.isArray(this.size)?this.size:n[this.size.toUpper… property in e.e
15 …!1&&(i=this.page.margins,null==n.width&&(n.width=this.page.width-this.x-i.right)),n.columns||(n.co…
H A Dpdfmake.min.js.map1right","top","bottom","registerDefaultTableLayouts","layoutBuilder","registerTableLayouts","noBord…
/plugin/amcharts/assets/amcharts/plugins/responsive/
H A Dreadme.md130 * "legendPosition" ("top|bottom|left|right") - set this property if you want the

12345678910>>...81