Home
last modified time | relevance | path

Searched refs:right (Results 26 – 50 of 1893) sorted by relevance

12345678910>>...76

/plugin/html2pdf/html2pdf/html2ps/
H A Dvalue.border.color.class.php7 var $right; variable in BorderColor
12 $value =& new BorderColor($this->top, $this->right, $this->bottom, $this->left);
16 function BorderColor($top, $right, $bottom, $left) { argument
18 $this->right = $right->copy();
H A Dvalue.border.width.class.php7 var $right; variable in BorderWidth
12 $value =& new BorderWidth($this->top, $this->right, $this->bottom, $this->left);
16 function BorderWidth($top, $right, $bottom, $left) { argument
18 $this->right = $right->copy();
H A Dvalue.margin.class.php70 var $right; variable in MarginValue
83 if ($this->right === CSS_PROPERTY_INHERIT) {
85 $this->right = $value->copy();
99 …$value->right = ($this->right === CSS_PROPERTY_INHERIT) ? CSS_PROPERTY_INHERIT : $this->right->c…
106 $value->right = MarginSideValue::init($data[1]);
115 $this->right->is_default() &&
124 $this->right->units2pt($base);
131 $this->right->calcPercentage($base);
H A Dvalue.padding.class.php65 var $right; variable in PaddingValue
78 if ($this->right === CSS_PROPERTY_INHERIT) {
80 $this->right = $value->copy();
94 …$value->right = ($this->right === CSS_PROPERTY_INHERIT) ? CSS_PROPERTY_INHERIT : $this->right->c…
101 $this->right->is_default() &&
109 $value->right = PaddingSideValue::init($data[1]);
119 $this->right->units2pt($base);
126 $this->right->calcPercentage($base);
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Node/Expression/Binary/
H A DDivTest.php21 $right = new ConstantExpression(2, 1);
22 $node = new DivBinary($left, $right, 1);
25 $this->assertEquals($right, $node->getNode('right'));
31 $right = new ConstantExpression(2, 1);
32 $node = new DivBinary($left, $right, 1);
H A DFloorDivTest.php21 $right = new ConstantExpression(2, 1);
22 $node = new FloorDivBinary($left, $right, 1);
25 $this->assertEquals($right, $node->getNode('right'));
31 $right = new ConstantExpression(2, 1);
32 $node = new FloorDivBinary($left, $right, 1);
H A DModTest.php21 $right = new ConstantExpression(2, 1);
22 $node = new ModBinary($left, $right, 1);
25 $this->assertEquals($right, $node->getNode('right'));
31 $right = new ConstantExpression(2, 1);
32 $node = new ModBinary($left, $right, 1);
H A DMulTest.php21 $right = new ConstantExpression(2, 1);
22 $node = new MulBinary($left, $right, 1);
25 $this->assertEquals($right, $node->getNode('right'));
31 $right = new ConstantExpression(2, 1);
32 $node = new MulBinary($left, $right, 1);
H A DOrTest.php21 $right = new ConstantExpression(2, 1);
22 $node = new OrBinary($left, $right, 1);
25 $this->assertEquals($right, $node->getNode('right'));
31 $right = new ConstantExpression(2, 1);
32 $node = new OrBinary($left, $right, 1);
H A DAddTest.php21 $right = new ConstantExpression(2, 1);
22 $node = new AddBinary($left, $right, 1);
25 $this->assertEquals($right, $node->getNode('right'));
31 $right = new ConstantExpression(2, 1);
32 $node = new AddBinary($left, $right, 1);
H A DAndTest.php21 $right = new ConstantExpression(2, 1);
22 $node = new AndBinary($left, $right, 1);
25 $this->assertEquals($right, $node->getNode('right'));
31 $right = new ConstantExpression(2, 1);
32 $node = new AndBinary($left, $right, 1);
H A DConcatTest.php21 $right = new ConstantExpression(2, 1);
22 $node = new ConcatBinary($left, $right, 1);
25 $this->assertEquals($right, $node->getNode('right'));
31 $right = new ConstantExpression(2, 1);
32 $node = new ConcatBinary($left, $right, 1);
H A DSubTest.php21 $right = new ConstantExpression(2, 1);
22 $node = new SubBinary($left, $right, 1);
25 $this->assertEquals($right, $node->getNode('right'));
31 $right = new ConstantExpression(2, 1);
32 $node = new SubBinary($left, $right, 1);
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/
H A Ddirectory_item.html.dist4 <td class="{{lines_level}} small"><div align="right">{{lines_executed_percent}}</div></td>
5 <td class="{{lines_level}} small"><div align="right">{{lines_number}}</div></td>
7 <td class="{{methods_level}} small"><div align="right">{{methods_tested_percent}}</div></td>
8 <td class="{{methods_level}} small"><div align="right">{{methods_number}}</div></td>
10 <td class="{{classes_level}} small"><div align="right">{{classes_tested_percent}}</div></td>
11 <td class="{{classes_level}} small"><div align="right">{{classes_number}}</div></td>
H A Dfile_item.html.dist4 <td class="{{classes_level}} small"><div align="right">{{classes_tested_percent}}</div></td>
5 <td class="{{classes_level}} small"><div align="right">{{classes_number}}</div></td>
7 <td class="{{methods_level}} small"><div align="right">{{methods_tested_percent}}</div></td>
8 <td class="{{methods_level}} small"><div align="right">{{methods_number}}</div></td>
11 <td class="{{lines_level}} small"><div align="right">{{lines_executed_percent}}</div></td>
12 <td class="{{lines_level}} small"><div align="right">{{lines_number}}</div></td>
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Sheets/
H A DPadding.php33 public $right; variable in Google\\Service\\Sheets\\Padding
70 public function setRight($right) argument
72 $this->right = $right;
79 return $this->right;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudVideoIntelligence/
H A DGoogleCloudVideointelligenceV1NormalizedBoundingBox.php33 public $right; variable in Google\\Service\\CloudVideoIntelligence\\GoogleCloudVideointelligenceV1NormalizedBoundingBox
70 public function setRight($right) argument
72 $this->right = $right;
79 return $this->right;
H A DGoogleCloudVideointelligenceV1p2beta1NormalizedBoundingBox.php33 public $right; variable in Google\\Service\\CloudVideoIntelligence\\GoogleCloudVideointelligenceV1p2beta1NormalizedBoundingBox
70 public function setRight($right) argument
72 $this->right = $right;
79 return $this->right;
H A DGoogleCloudVideointelligenceV1beta2NormalizedBoundingBox.php33 public $right; variable in Google\\Service\\CloudVideoIntelligence\\GoogleCloudVideointelligenceV1beta2NormalizedBoundingBox
70 public function setRight($right) argument
72 $this->right = $right;
79 return $this->right;
H A DGoogleCloudVideointelligenceV1p1beta1NormalizedBoundingBox.php33 public $right; variable in Google\\Service\\CloudVideoIntelligence\\GoogleCloudVideointelligenceV1p1beta1NormalizedBoundingBox
70 public function setRight($right) argument
72 $this->right = $right;
79 return $this->right;
H A DGoogleCloudVideointelligenceV1p3beta1NormalizedBoundingBox.php33 public $right; variable in Google\\Service\\CloudVideoIntelligence\\GoogleCloudVideointelligenceV1p3beta1NormalizedBoundingBox
70 public function setRight($right) argument
72 $this->right = $right;
79 return $this->right;
/plugin/diagram/
H A Dprint.css52 border-right: 1px solid black;
64 border-right: 1px dashed black;
93 right: 6px;
106 /* right direction */
117 background: url(images/black-curved/arrowhead-right.png) no-repeat right center;
121 margin-right: 0px;
128 margin-right: auto;
146 margin-right: 0px;
174 margin-right: auto;
179 background: url(images/black-curved/arrowhead-right.png) no-repeat right center;
[all …]
H A Dstyle.css52 border-right: 1px solid black;
64 border-right: 1px dashed black;
93 right: 6px;
106 /* right direction */
117 background: url(images/black-curved/arrowhead-right.png) no-repeat right center;
121 margin-right: 0px;
128 margin-right: auto;
146 margin-right: 0px;
174 margin-right: auto;
179 background: url(images/black-curved/arrowhead-right.png) no-repeat right center;
[all …]
/plugin/pdftools/tpl/kompakt/
H A Dstyle.css27 padding-right: 1em; /* padding-right should match e.g <dottab outdent="2em" /> 0 is default */
39 padding-right: 1em; /* padding-right should match <dottab outdent="2em" /> 2em is default */
51 padding-right: 1em; /* padding-right should match <dottab outdent="2em" /> 2em is default */
60 padding-right: 1em; /* padding-right should match <dottab outdent="2em" /> 2em is default */
69 padding-right: 1em; /* padding-right should match <dottab outdent="2em" /> 2em is default */
/plugin/pdftools/tpl/standard/
H A Dstyle.css54 padding-right: 1em; /* padding-right should match e.g <dottab outdent="2em" /> 0 is default */
66 padding-right: 1em; /* padding-right should match <dottab outdent="2em" /> 2em is default */
78 padding-right: 1em; /* padding-right should match <dottab outdent="2em" /> 2em is default */
87 padding-right: 1em; /* padding-right should match <dottab outdent="2em" /> 2em is default */
96 padding-right: 1em; /* padding-right should match <dottab outdent="2em" /> 2em is default */

12345678910>>...76