Home
last modified time | relevance | path

Searched refs:left (Results 1 – 25 of 1844) sorted by relevance

12345678910>>...74

/plugin/asciidocjs/node_modules/constantinople/src/
DbinaryOperation.ts27 left: any,
32 return left + right;
34 return left - right;
36 return left / right;
38 return left % right;
40 return left * right;
42 return left ** right;
44 return left & right;
46 return left | right;
48 return left >> right;
[all …]
/plugin/asciidocjs/node_modules/constantinople/lib/
DbinaryOperation.js3 function binaryOperation(operator, left, right) { argument
6 return left + right;
8 return left - right;
10 return left / right;
12 return left % right;
14 return left * right;
16 return Math.pow(left, right);
18 return left & right;
20 return left | right;
22 return left >> right;
[all …]
/plugin/asciidocjs/node_modules/clean-css/lib/optimizer/level-2/properties/
Doverride-properties.js176 function wouldResultInLongerValue(left, right) { argument
177 if (!left.multiplex && !right.multiplex || left.multiplex && right.multiplex)
180 var multiplex = left.multiplex ? left : right;
181 var simple = left.multiplex ? right : left;
192 if (left.multiplex) {
212 function noneOverrideHack(left, right) { argument
213 return !left.multiplex &&
214 (left.name == 'background' || left.name == 'background-image') &&
249 var mayOverride, right, left, component;
270 left = properties[j];
[all …]
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Comparison/
H A DEquality.php14 * @param mixed $left
17 public static function equals($left, $right) : bool argument
19 if ($left instanceof Equatable && $right instanceof Equatable) {
20 return $left->equals($right);
23 if (\is_array($left) && \is_array($right)) {
24 return self::deeplyEquals($left, $right);
27 return $left === $right;
34 private static function deeplyEquals(array $left, array $right) : bool argument
36 if ($left === $right) {
40 if (\count($left) !== \count($right)) {
[all …]
/plugin/sequencediagram/bower_components/js-sequence-diagrams/fonts/daniel/specimen_files/
Dgrid_12-825-55-15.css16 .section .firstcol {margin-left: 0;}
19 /* Border on left hand side of a column. */
21 padding-left: 7px;
22 margin-left: 7px;
23 border-left: 1px solid #eee;
28 padding-left: 42px;
29 margin-left: 42px;
30 border-left: 1px solid #eee;
37 {margin-left: 15px;float: left;display: inline; overflow: hidden;}
100 .emptycols_left1, .prepend-1 {padding-left: 70px;}
[all …]
/plugin/scrape/vendor/ezyang/htmlpurifier/library/HTMLPurifier/AttrDef/CSS/
DNumber.php63 list($left, $right) = explode('.', $number, 2);
65 if ($left === '' && $right === '') {
68 if ($left !== '' && !ctype_digit($left)) {
73 if (ltrim($left, '0') != '') {
74 $left = ltrim($left, '0');
76 $left = '0';
82 return $left ? $sign . $left : '0';
86 return $sign . $left . '.' . $right;
/plugin/html2pdf/snorriheim/
Drtl.css2 * Layout and dedsign corrections for right-to-left languages
8 .bar-left {
14 float: left;
15 text-align: left;
24 float: left;
25 text-align: left;
29 text-align: left;
41 text-align: left;
66 float: left;
75 div.dokuwiki h1 {margin-left: 0px; margin-right: 0px;}
[all …]
Dmedia.css17 left: 0;
38 float:left;
48 clear: left;
61 padding-left: 1em;
66 float: left;
76 float: left;
77 margin-left: 30px;
81 margin-left: 10px;
85 clear: left;
117 float: left;
[all …]
/plugin/serverinfos/serverinfos/
Dstyle.css15 float: left;
25 float: left;
37 float: left;
47 float: left;
57 float: left;
67 float: left;
78 float: left;
89 float: left;
100 float: left;
111 float: left;
[all …]
/plugin/tline/timeline_ajax/styles/
Dgraphics.css24 left: 0px;
32 div.simileAjax-bubble-border-left {
34 left: -50px;
39 div.simileAjax-bubble-border-left-pngTranslucent {
40 background: url(../images/bubble-left.png) top right repeat-y;
51 background: url(../images/bubble-right.png) top left repeat-y;
57 left: 0px;
62 background: url(../images/bubble-top.png) bottom left repeat-x;
68 left: 0px;
73 background: url(../images/bubble-bottom.png) top left repeat-x;
[all …]
/plugin/eventline/timeline_ajax/styles/
Dgraphics.css24 left: 0px;
32 div.simileAjax-bubble-border-left {
34 left: -50px;
39 div.simileAjax-bubble-border-left-pngTranslucent {
40 background: url(../images/bubble-left.png) top right repeat-y;
51 background: url(../images/bubble-right.png) top left repeat-y;
57 left: 0px;
62 background: url(../images/bubble-top.png) bottom left repeat-x;
68 left: 0px;
73 background: url(../images/bubble-bottom.png) top left repeat-x;
[all …]
/plugin/dwtimeline/
H A Dstyle.less41 left: 50%;
42 margin-left: -3px;
52 margin-left: unset;
57 .container-vert.tl-left::before, .container-vert.tl-right::before {
78 .container-vert.tl-left:hover::before, .container-vert.tl-right:hover::before {
83 /* Place the container to the left */
84 .container-vert.tl-left {
85 left: 0;
90 left: 50%;
108 left: 50%;
[all …]
/plugin/outliner/
Dprint.css1 /* Whole outline block including left marker */
3 border-left: 0;
4 padding-left: 0;
10 border-left: 4px;
11 padding-left: 5px;
12 margin-left: 0;
33 margin-left: 2px;
39 border-left: 1px dotted #106070;
41 padding-left: 0;
45 border-left: 1px dotted #106070;
[all …]
/plugin/nspages/
Dstyle.css13 clear: left;
24 float: left;
29 clear: left;
49 float:left;
60 float:left;
69 text-align: left;
73 margin-left: -5px;
75 padding-left: 3px;
82 text-align: left;
88 padding-left:5px;
[all …]
/plugin/datatables/assets/datatables.net-fixedcolumns-dt/css/
DfixedColumns.bootstrap4.min.css1left,table.dataTable thead tr>.dtfc-fixed-right,table.dataTable tfoot tr>.dtfc-fixed-left,table.da…
DfixedColumns.bootstrap.css1 table.dataTable thead tr > .dtfc-fixed-left,
3 table.dataTable tfoot tr > .dtfc-fixed-left,
10 table.dataTable tbody tr > .dtfc-fixed-left,
16 div.dtfc-left-top-blocker,
21 html.dark table.dataTable thead tr > .dtfc-fixed-left,
23 html.dark table.dataTable tfoot tr > .dtfc-fixed-left,
27 html.dark table.dataTable tbody tr > .dtfc-fixed-left,
31 html.dark div.dtfc-left-top-blocker,
37 div.dtfc-left-top-blocker {
42 table.dataTable.table-bordered.dtfc-has-left {
[all …]
DfixedColumns.bootstrap4.css1 table.dataTable thead tr > .dtfc-fixed-left,
3 table.dataTable tfoot tr > .dtfc-fixed-left,
10 table.dataTable tbody tr > .dtfc-fixed-left,
16 div.dtfc-left-top-blocker,
21 html.dark table.dataTable thead tr > .dtfc-fixed-left,
23 html.dark table.dataTable tfoot tr > .dtfc-fixed-left,
27 html.dark table.dataTable tbody tr > .dtfc-fixed-left,
31 html.dark div.dtfc-left-top-blocker,
37 div.dtfc-left-top-blocker {
42 table.dataTable.table-bordered.dtfc-has-left {
[all …]
DfixedColumns.bootstrap.min.css1left,table.dataTable thead tr>.dtfc-fixed-right,table.dataTable tfoot tr>.dtfc-fixed-left,table.da…
DfixedColumns.bootstrap5.css1 table.dataTable thead tr > .dtfc-fixed-left,
3 table.dataTable tfoot tr > .dtfc-fixed-left,
10 table.dataTable tbody tr > .dtfc-fixed-left,
16 div.dtfc-left-top-blocker,
21 html.dark table.dataTable thead tr > .dtfc-fixed-left,
23 html.dark table.dataTable tfoot tr > .dtfc-fixed-left,
27 html.dark table.dataTable tbody tr > .dtfc-fixed-left,
31 html.dark div.dtfc-left-top-blocker,
37 div.dtfc-left-top-blocker {
42 table.dataTable.table-bordered.dtfc-has-left {
[all …]
DfixedColumns.bootstrap5.min.css1left,table.dataTable thead tr>.dtfc-fixed-right,table.dataTable tfoot tr>.dtfc-fixed-left,table.da…
/plugin/diagramsnet/lib/math/jax/output/HTML-CSS/fonts/Gyre-Termes/
Dfontdata-extra.js19left:[57592,e],rep:[57593,e],right:[57594,e]}},831:{dir:q,HW:[[0.333,l],[0.5,k]],stretch:{left:[57… property
/plugin/diagramsnet/lib/math/jax/output/HTML-CSS/fonts/Latin-Modern/
Dfontdata-extra.js19left:[57592,e],rep:[57593,e],right:[57594,e]}},831:{dir:r,HW:[[0.392,m],[0.568,l]],stretch:{left:[… property
/plugin/diagramsnet/lib/math/jax/output/HTML-CSS/fonts/Gyre-Pagella/
Dfontdata-extra.js19left:[57592,e],rep:[57593,e],right:[57594,e]}},831:{dir:q,HW:[[0.333,l],[0.5,k]],stretch:{left:[57… property
/plugin/lightboxv2/
Dscreen.css1left:0;width:100%;z-index:100;text-align:center;line-height:0}#lightbox a img{border:0}#outerImage…
/plugin/html2pdf/html2pdf/html2ps/
Dvalue.border.class.php6 var $left; variable in BorderPDF
12 $this->left =& new EdgePDF();
20 $border->left =& EdgePDF::create($data['left']);
34 if ($this->left !== CSS_PROPERTY_INHERIT) {
35 $border->left = $this->left->copy();
37 $border->left = CSS_PROPERTY_INHERIT;
77 if ($this->left === CSS_PROPERTY_INHERIT) {
79 $this->left = $value->copy();
94 $this->left->doInherit($state,
105 return $this->left;
[all …]

12345678910>>...74