Home
last modified time | relevance | path

Searched refs:corner (Results 1 – 25 of 90) sorted by relevance

1234

/plugin/advrack/
Dscript.js163 var deck_block, corner = [0,0,0,0];
167 corner = [2,2,0,0];
171 corner = [0,0,0,0];
175 corner = [0,0,2,2];
198 …drawDeckModules(paper, boundaries, corner, previous_deck_height, deck_height, deck['blocks'], deck…
201 …drawDeckModules(paper, boundaries, corner, previous_deck_height, deck_height, deck['blades'], deck…
292 function drawDeckModules(paper, rack_boundaries, corner, previous_deck_height, deck_height, modules… argument
299 …dth, rack_boundaries.y + previous_deck_height, module_width, deck_height, corner[0],0,0,corner[3]);
301 …k_boundaries.y + previous_deck_height, module_width, deck_height, corner[0],0,0,corner[3]).attr({'…
307 …dth, rack_boundaries.y + previous_deck_height, module_width, deck_height, 0,corner[1],corner[2],0);
[all …]
Djquery.qtip.js938 var C = (CORNER = PROTOTYPE.reposition.Corner = function(corner, forceY) {
939 corner = ('' + corner).replace(/([A-Z])/, ' $1').replace(/middle/gi, CENTER).toLowerCase();
940 this.x = (corner.match(/left|right/i) || corner.match(/center/) || ['inherit'])[0].toLowerCase();
941 this.y = (corner.match(/top|bottom|center/i) || ['inherit'])[0].toLowerCase();
944 var f = corner.charAt(0);
2095 _useTitle: function(corner) { argument
2098corner.y === TOP || (corner.y === CENTER && this.element.position().top + (this.size[1] / 2) + thi…
2102 _parseCorner: function(corner) { argument
2106 if(corner === FALSE || my === FALSE) {
2107 corner = FALSE;
[all …]
/plugin/prettyphoto/css/
DprettyPhoto.css18 …round: url(../images/prettyPhoto/default/sprite.png) -78px -93px no-repeat; } /* Top left corner */
20 …und: url(../images/prettyPhoto/default/sprite.png) -112px -93px no-repeat; } /* Top right corner */
56 …d: url(../images/prettyPhoto/default/sprite.png) -78px -127px no-repeat; } /* Bottom left corner */
58 … url(../images/prettyPhoto/default/sprite.png) -112px -127px no-repeat; } /* Bottom right corner */
68 … url(../images/prettyPhoto/light_rounded/sprite.png) -88px -53px no-repeat; } /* Top left corner */
70 …rl(../images/prettyPhoto/light_rounded/sprite.png) -110px -53px no-repeat; } /* Top right corner */
96 …l(../images/prettyPhoto/light_rounded/sprite.png) -88px -80px no-repeat; } /* Bottom left corner */
98 …../images/prettyPhoto/light_rounded/sprite.png) -110px -80px no-repeat; } /* Bottom right corner */
106 …: url(../images/prettyPhoto/dark_rounded/sprite.png) -88px -53px no-repeat; } /* Top left corner */
108 …url(../images/prettyPhoto/dark_rounded/sprite.png) -110px -53px no-repeat; } /* Top right corner */
[all …]
/plugin/catlist/
DREADME.md15 …pected, but there is *no absolute guarantee*, as there may be unexplored corner cases. Use with ca…
/plugin/button/
DREADME.md21 In vscode click on the blue button "Open remote" on the bottom left corner and select "Reopen in co…
/plugin/codeblockedit/
H A Dstyle.css13 top: 0; /* Upper left corner */
/plugin/medialist/
DREADME.md10 Media Manager is shown at the upper-right corner of the list area.
/plugin/datatables/assets/datatables.net-buttons/css/
Dmixins.scss18 …background: radial-gradient(ellipse farthest-corner at center, $fromColor 0%, $toColor 100%); /* W…
Dbuttons.jqueryui.min.css1 …ackground:rgba(0, 0, 0, 0.7);background:radial-gradient(ellipse farthest-corner at center, rgba(0,…
Dbuttons.jqueryui.css396 …background: radial-gradient(ellipse farthest-corner at center, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0…
Dbuttons.dataTables.min.css1 …ackground:rgba(0, 0, 0, 0.7);background:radial-gradient(ellipse farthest-corner at center, rgba(0,…
Dbuttons.dataTables.css494 …background: radial-gradient(ellipse farthest-corner at center, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0…
/plugin/moaieditor/
Dstyle.css966 .moaied-hint-arrow-corner-left-down span {
971 .moaied-hint-arrow-corner-left-down i {
974 .moaied-hint-arrow-corner-left-down svg {
977 .moaied-hint-arrow-corner-left-down.moaied-hint-animate span {
/plugin/bpmnio/
H A DREADME.md36 toggle button appears in the corner of the canvas; clicking it overlays
/plugin/markdownextra/lib/meltdown/js/
Djquery.meltdown.js339 corner: { property
/plugin/amcharts/assets/amcharts/plugins/export/libs/fabric.js/
Dfabric.js8312 _getOriginFromCorner: function(target, corner) { argument
8318 if (corner === 'ml' || corner === 'tl' || corner === 'bl') {
8321 else if (corner === 'mr' || corner === 'tr' || corner === 'br') {
8325 if (corner === 'tl' || corner === 'mt' || corner === 'tr') {
8328 else if (corner === 'bl' || corner === 'mb' || corner === 'br') {
8338 _getActionFromCorner: function(target, corner) { argument
8340 if (corner) {
8341 action = (corner === 'ml' || corner === 'mr')
8343 : (corner === 'mt' || corner === 'mb')
8345 : corner === 'mtr'
[all …]
Dfabric.min.js5corner){var origin={x:target.originX,y:target.originY};if(corner==="ml"||corner==="tl"||corner==="… argument
6corner=target._findTargetCorner&&(!activeGroup||!activeGroup.contains(target))&&target._findTarget… argument
8corner);xPoints=this._findCrossPoints({x:ex,y:ey},lines);if(xPoints!==0&&xPoints%2===1){this.__cor…
/plugin/asciidocjs/node_modules/pug/
DHistory.md64 …* Fix corner case when the pretty option was passed a non-string truthy value ([@TimothyGu](https:…
160 …* Fix a corner case where a mixin was called with `&attributes` but no other attributes and a bloc…
165 …* Fix a corner case where a mixin was called with `&attributes` but no other attributes and a bloc…
256 * be strict about requiring newlines after tags to fix some odd corner cases
313 * fix JavaScript escaping corner cases
/plugin/settingstree/
Dstyle.css240 … > .settingstree_export_popup_close_button:after{ /* button at the top right corner of the layer.*/
/plugin/photogallery/phpThumb/docs/
Dphpthumb.readme.txt361 corner of canvas to top-left corner of overlay)
400 corner of canvas to top-left corner of overlay)
/plugin/zwidoku/css/
H A Dstyle.css1741 .ui-corner-all,
1742 .ui-corner-top,
1743 .ui-corner-left,
1744 .ui-corner-tl {
1747 .ui-corner-all,
1748 .ui-corner-top,
1749 .ui-corner-right,
1750 .ui-corner-tr {
1753 .ui-corner-all,
1754 .ui-corner-bottom,
[all …]
/plugin/bible/bible_douayRheims/
D1_Peter.txt31 …2:6. Wherefore it is said in the scripture: Behold, I lay in Sion a chief corner stone, elect, pre…
32 …m that believe not, the stone which the builders rejected, the same is made the head of the corner:
/plugin/zwidoku/files/
H A Dcommon.css1corner-all,.ui-corner-top,.ui-corner-left,.ui-corner-tl{border-top-left-radius:4px;}.ui-corner-all…
/plugin/fckg/fckeditor/editor/lang/
Dlang-template.txt81 // The following 4 are the labels at upper left corner of file browser
/plugin/a2s/
DASCIIToSVG.php2958 foreach ($this->clearCorners as $corner) {
2959 $this->grid[$corner[0]][$corner[1]] = ' ';

1234