Home
last modified time | relevance | path

Searched refs:right (Results 1 – 25 of 2159) sorted by relevance

12345678910>>...87

/plugin/asciidocjs/node_modules/constantinople/src/
DbinaryOperation.ts28 right: 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;
212 function noneOverrideHack(left, right) { argument
215 right.multiplex &&
216 (right.name == 'background' || right.name == 'background-image') &&
217 anyLayerIsNone(right.value);
249 var mayOverride, right, left, component;
258 right = properties[i];
[all …]
/plugin/html2pdf/snorriheim/
Drtl.css2 * Layout and dedsign corrections for right-to-left languages
9 float: right;
10 text-align: right;
13 .bar-right {
19 float: right;
20 text-align: right;
33 text-align: right;
37 float: right
58 background-position: right 1px;
59 padding-right: 16px;
[all …]
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Comparison/
H A DEquality.php15 * @param mixed $right
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/diagramsnet/lib/math/jax/output/HTML-CSS/fonts/Gyre-Termes/
Dfontdata-extra.js19right:[57594,e]}},831:{dir:q,HW:[[0.333,l],[0.5,k]],stretch:{left:[57598,e],rep:[57599,e],right:[5… property
/plugin/diagramsnet/lib/math/jax/output/HTML-CSS/fonts/Latin-Modern/
Dfontdata-extra.js19right:[57594,e]}},831:{dir:r,HW:[[0.392,m],[0.568,l]],stretch:{left:[57598,e],rep:[57599,e],right:… property
/plugin/diagramsnet/lib/math/jax/output/HTML-CSS/fonts/Gyre-Pagella/
Dfontdata-extra.js19right:[57594,e]}},831:{dir:q,HW:[[0.333,l],[0.5,k]],stretch:{left:[57598,e],rep:[57599,e],right:[5… property
/plugin/html2pdf/html2pdf/html2ps/
Dvalue.border.class.php7 var $right; variable in BorderPDF
13 $this->right =& new EdgePDF();
21 $border->right =& EdgePDF::create($data['right']);
40 if ($this->right !== CSS_PROPERTY_INHERIT) {
41 $border->right = $this->right->copy();
43 $border->right = CSS_PROPERTY_INHERIT;
67 if ($this->right === CSS_PROPERTY_INHERIT) {
69 $this->right = $value->copy();
86 $this->right->doInherit($state,
109 return $this->right;
[all …]
Dstrategy.width.absolute.positioned.php15 $right =& $box->get_css_property(CSS_RIGHT);
60 ($right->isAuto() ? 0 : $right->getPoints($containing_block_width)) -
82 if ($left->isAuto() && $right->isAuto() && $wc->isNull()) {
99 if (!$left->isAuto() && !$right->isAuto() && !$wc->isNull()) {
111 if ($left->isAuto() && !$right->isAuto() && $wc->isNull()) {
120 if ($left->isAuto() && $right->isAuto() && !$wc->isNull()) {
129 if (!$left->isAuto() && $right->isAuto() && $wc->isNull()) {
135 if ($left->isAuto() && !$right->isAuto() && !$wc->isNull()) {
142 if (!$left->isAuto() && !$right->isAuto() && $wc->isNull()) {
145 $right->getPoints($containing_block_width));
[all …]
/plugin/zenlogin/
Daction.php34 foreach($rights as $right)
36 if($right == "overview_rights") $right_numeric += 2^2;
37 else if($right == "view_all_rights") $right_numeric += 2^4;
38 else if($right == "upload_rights") $right_numeric += 2^6;
39 else if($right == "post_comment_rights") $right_numeric += 2^8;
40 else if($right == "comment_rights") $right_numeric += 2^10;
41 else if($right == "album_rights") $right_numeric += 2^12;
42 else if($right == "zenpage_pages_rights") $right_numeric += 2^14;
43 else if($right == "zenpage_news_rights") $right_numeric += 2^16;
44 else if($right == "files_rights") $right_numeric += 2^18;
[all …]
/plugin/diagramsnet/lib/math/jax/output/HTML-CSS/fonts/TeX/
Dfontdata-extra.js19right:[8608,k],rep:j}},8612:{dir:l,HW:[],stretch:{min:1,left:[8592,g],rep:j,right:[8739,e,0,-0.05,… property
/plugin/diagramsnet/lib/math/jax/output/SVG/fonts/TeX/
Dfontdata-extra.js19right:[8608,k],rep:j}},8612:{dir:l,HW:[],stretch:{min:1,left:[8592,h],rep:j,right:[8739,f,0,-0.05,… property
/plugin/tline/timeline_ajax/styles/
Dgraphics.css40 background: url(../images/bubble-left.png) top right repeat-y;
43 div.simileAjax-bubble-border-right {
45 right: -50px;
50 .simileAjax-bubble-border-right-pngTranslucent {
51 background: url(../images/bubble-right.png) top left repeat-y;
84 background: url(../images/bubble-top-left.png) bottom right no-repeat;
87 div.simileAjax-bubble-border-top-right {
90 right: -50px;
94 .simileAjax-bubble-border-top-right-pngTranslucent {
95 background: url(../images/bubble-top-right.png) bottom left no-repeat;
[all …]
/plugin/eventline/timeline_ajax/styles/
Dgraphics.css40 background: url(../images/bubble-left.png) top right repeat-y;
43 div.simileAjax-bubble-border-right {
45 right: -50px;
50 .simileAjax-bubble-border-right-pngTranslucent {
51 background: url(../images/bubble-right.png) top left repeat-y;
84 background: url(../images/bubble-top-left.png) bottom right no-repeat;
87 div.simileAjax-bubble-border-top-right {
90 right: -50px;
94 .simileAjax-bubble-border-top-right-pngTranslucent {
95 background: url(../images/bubble-top-right.png) bottom left no-repeat;
[all …]
/plugin/combo/ComboStrap/
H A DExceptionNotEquals.php17 private $right; variable in ComboStrap\\ExceptionNotEquals
24 public static function create(string $message, $left, $right): ExceptionNotEquals argument
28 ->setRight($right);
37 private function setRight($right): ExceptionNotEquals argument
39 $this->right = $right;
56 return $this->right;
/plugin/datatables/assets/datatables.net-fixedcolumns-dt/css/
DfixedColumns.jqueryui.min.css1right,table.dataTable tfoot tr>.dtfc-fixed-left,table.dataTable tfoot tr>.dtfc-fixed-right{top:0;b…
DfixedColumns.bulma.css2 table.dataTable thead tr > .dtfc-fixed-right,
4 table.dataTable tfoot tr > .dtfc-fixed-right {
11 table.dataTable tbody tr > .dtfc-fixed-right {
17 div.dtfc-right-top-blocker {
22 html.dark table.dataTable thead tr > .dtfc-fixed-right,
24 html.dark table.dataTable tfoot tr > .dtfc-fixed-right {
28 html.dark table.dataTable tbody tr > .dtfc-fixed-right {
32 html.dark div.dtfc-right-top-blocker {
36 div.dtfc-right-top-blocker {
41 tr.dt-rowReorder-moving td.dtfc-fixed-right {
[all …]
DfixedColumns.jqueryui.css2 table.dataTable thead tr > .dtfc-fixed-right,
4 table.dataTable tfoot tr > .dtfc-fixed-right {
11 table.dataTable tbody tr > .dtfc-fixed-right {
17 div.dtfc-right-top-blocker {
22 html.dark table.dataTable thead tr > .dtfc-fixed-right,
24 html.dark table.dataTable tfoot tr > .dtfc-fixed-right {
28 html.dark table.dataTable tbody tr > .dtfc-fixed-right {
32 html.dark div.dtfc-right-top-blocker {
36 div.dtfc-right-top-blocker {
43 tr.dt-rowReorder-moving td.dtfc-fixed-right {
[all …]
DfixedColumns.bulma.min.css1right,table.dataTable tfoot tr>.dtfc-fixed-left,table.dataTable tfoot tr>.dtfc-fixed-right{top:0;b…
DfixedColumns.semanticui.css2 table.dataTable thead tr > .dtfc-fixed-right,
4 table.dataTable tfoot tr > .dtfc-fixed-right {
11 table.dataTable tbody tr > .dtfc-fixed-right {
17 div.dtfc-right-top-blocker {
22 html.dark table.dataTable thead tr > .dtfc-fixed-right,
24 html.dark table.dataTable tfoot tr > .dtfc-fixed-right {
28 html.dark table.dataTable tbody tr > .dtfc-fixed-right {
32 html.dark div.dtfc-right-top-blocker {
47 div.dtfc-right-top-blocker {
52 tr.dt-rowReorder-moving td.dtfc-fixed-right {
[all …]
DfixedColumns.semanticui.min.css1right,table.dataTable tfoot tr>.dtfc-fixed-left,table.dataTable tfoot tr>.dtfc-fixed-right{top:0;b…
/plugin/diagramsnet/lib/math/jax/output/HTML-CSS/fonts/STIX/
Dfontdata-extra.js19right:[8608,l],rep:[8722,l]}},8612:{dir:m,HW:[[0.926,l]],stretch:{left:[8592,k],rep:[8722,l],right property
/plugin/sequencediagram/bower_components/js-sequence-diagrams/fonts/daniel/specimen_files/
Dgrid_12-825-55-15.css101 .emptycols_right1, .append-1 {padding-right: 70px;}
103 .emptycols_right2, .append-2 {padding-right: 140px;}
105 .emptycols_right3, .append-3 {padding-right: 210px;}
107 .emptycols_right4, .append-4 {padding-right: 280px;}
109 .emptycols_right5, .append-5 {padding-right: 350px;}
111 .emptycols_right6, .append-6 {padding-right: 420px;}
113 .emptycols_right7, .append-7 {padding-right: 490px;}
115 .emptycols_right8, .append-8 {padding-right: 560px;}
117 .emptycols_right9, .append-9 {padding-right: 630px;}
119 .emptycols_right10, .append-10 {padding-right: 700px;}
[all …]
/plugin/scrape/vendor/ezyang/htmlpurifier/library/HTMLPurifier/AttrDef/CSS/
DNumber.php63 list($left, $right) = explode('.', $number, 2);
65 if ($left === '' && $right === '') {
79 $right = rtrim($right, '0');
81 if ($right === '') {
83 } elseif (!ctype_digit($right)) {
86 return $sign . $left . '.' . $right;

12345678910>>...87