Home
last modified time | relevance | path

Searched refs:right (Results 426 – 450 of 2021) sorted by last modified time

1...<<11121314151617181920>>...81

/plugin/ckgedit/ckeditor/skins/moono/
H A Ddialog_iequirks.css5right:2px solid rgba(102,102,102,0.2);border-bottom:2px solid rgba(102,102,102,0.2);border-left:2p…
H A Ddialog_opera.css5right;position:relative;border:0;outline:1px solid #bfbfbf;-moz-box-shadow:0 1px 0 #fff inset;-web…
H A Deditor.css5right}.cke_reset_all iframe{vertical-align:inherit}.cke_reset_all textarea{white-space:pre-wrap}.c…
H A Deditor_gecko.css5right}.cke_reset_all iframe{vertical-align:inherit}.cke_reset_all textarea{white-space:pre-wrap}.c…
H A Deditor_ie.css5right}.cke_reset_all iframe{vertical-align:inherit}.cke_reset_all textarea{white-space:pre-wrap}.c…
H A Deditor_ie8.css5right}.cke_reset_all iframe{vertical-align:inherit}.cke_reset_all textarea{white-space:pre-wrap}.c…
H A Deditor_iequirks.css5right}.cke_reset_all iframe{vertical-align:inherit}.cke_reset_all textarea{white-space:pre-wrap}.c…
/plugin/ckgedit/action/entities/utils/
H A Dentities.txt159 angle quotation mark (right)
547 left-to-right mark
551 right-to-left mark
571 right single quotation mark
586 right double quotation mark
636 single right angle quotation
666 right arrow
676 left right arrow
/plugin/ckgedit/action/
H A Dsave.php100 $right = "}}";
102 if($matches[4]) $right = $matches[4] . $right;
104 $retv = "$left" . $ns. $fn . "$right";
/plugin/ckgedit/ckeditor/
H A DCHANGES.md43 …ttps://ckeditor.com/cke4/addon/toolbar) are activated by clicking them with the right mouse button.
650 * [#10448](https://dev.ckeditor.com/ticket/10448): Fixed: Lack of scrollbar in the [right-to-left t…
736 ….ckeditor.com/ticket/11724): [Touch devices] Fixed: Drop-downs often hide right after opening them.
795 …uto Embed](https://ckeditor.com/cke4/addon/autoembed) plugin when undoing right after pasting a li…
836 * [#13036](https://dev.ckeditor.com/ticket/13036): Fixed: Notifications are moved 10px to the right.
839 …ev.ckeditor.com/ticket/13140): Fixed: Error thrown when dropping a block widget right after itself.
1139 …ket/11306): [OSX][Blink/WebKit] Fixed: No widget entries in the context menu on widget right-click.
H A DLICENSE.md196 exercise the right to control the distribution of derivative or
286 patents or other property right claims or to contest validity of any
559 exercise the right to control the distribution of derivative or
748 patents or other property right claims or to contest validity of any
856 1.8.1. "Licensable" means having the right to grant, to the maximum
1107 other than Netscape has the right to modify the terms applicable to
H A Dckeditor.js.unc2930 width: ["border-left-width", "border-right-width", "padding-left", "padding-right"],
4096 right: Math.max(c[0].right, c[1].right),
4782 f.right(b, G);
19041 g ? c.setStyle("margin-right", g) : c.removeStyle("margin-right")
19393 case "right":
20509 base: X + "right:0px;border-right-color:" + a.boxColor + ";",
20643 right: 1,
20733 g.width = g.outerWidth - (h.left + h.right + f.left + f.right);
21628 f + "{background-position:top right;padding-right:8px}"));
24658 right: "0px",
[all …]
H A Dcontents-default.css24 *margin-right:0px;
169 float: right;
184 .rightalign {text-align: right;}
H A Dcontents.css1right:0;padding:0 40px}table{border-collapse:collapse;empty-cells:show;border-spacing:0;border:1px…
/plugin/ckgedit/ckeditor/plugins/image/dialogs/
H A Dimage.js.unc526 align: 'right',
863 marginRightStyle = element.getStyle( 'margin-right' );
881 element.setStyle( 'margin-right', CKEDITOR.tools.cssLength( value ) );
884 element.removeStyle( 'margin-right' );
892 element.removeStyle( 'margin-right' );
989 // we should remove it only if it matches "left" or "right",
992 case 'right':
1013 …ype = "text/css">.mediacenter { display: block; margin-left: auto; margin-right: auto;}</style><di…
1077 style: 'float:right',
/plugin/ckgedit/ckeditor/plugins/image/
H A Dplugin.js.unc61 setupAlignCommand( 'right' );
68 if ( value == 'left' || value == 'right' ) {
95 …( align == value ) ? CKEDITOR.TRISTATE_ON : ( value == 'right' || value == 'left' ) ? CKEDITOR.TRI…
/plugin/ckgedit/ckeditor/plugins/msword/dialogs/bak/
H A Dmsword.js.unc14 /*top right bottom left*/
/plugin/ckgedit/ckeditor/lang/
H A Den.4.9.js.beautified57 "right": "Right",
131 "ltr": "Text direction from left to right",
132 "rtl": "Text direction from right to left"
H A Den.js-4.9.merged5right":"Right","center":"Center","justify":"Justify","alignLeft":"Align Left","alignRight":"Align …
H A Den.js.4.95right":"Right","center":"Center","justify":"Justify","alignLeft":"Align Left","alignRight":"Align …
H A Den.js.unc5right","rtl":"Text direction from right to left"},"blockquote":{"toolbar":"Block Quote"},"button":…
H A Dfr.js.unc419 "right": "Aligner à droite"
/plugin/ckgedit/scripts/
H A Dparse_wiki.js.unc109 if (align == 'center' || align == 'right') {
505 if ((matches = attrs[i].value.match(/(left|center|right)/))) {
999 } else if (attrs[i].escaped.match(/right/)) {
1000 img_align = 'right';
1135 if (this.td_align == 'center' || this.td_align == 'right') {
/plugin/ckgedit/ckeditor/plugins/table/dialogs/
H A Dtable.js.unc325 [ editor.lang.common.alignRight, 'right' ]
/plugin/ckgedit/ckeditor/plugins/tabletools/dialogs/
H A DtableCell.js1 …,"default":"",items:[[d.notSet,""],[d.left,"left"],[d.center,"center"],[d.right,"right"]],setup:i(…

1...<<11121314151617181920>>...81