Home
last modified time | relevance | path

Searched refs:left (Results 51 – 75 of 1780) sorted by relevance

12345678910>>...72

/plugin/html2pdf/html2pdf/html2ps/
H A Dstrategy.position.absolute.php57 $left = $box->get_css_property(CSS_LEFT);
60 if (!$left->isAuto()) {
61 if ($left->isPercentage()) {
62 …$left_value = ($containing_block['right'] - $containing_block['left']) / 100 * $left->getPercentag…
64 $left_value = $left->getPoints();
74 … $left = $containing_block['right'] - $right_value - $box->get_extra_right() - $box->get_width();
75 $box->put_left($left);
H A Dvalue.border.style.class.php6 var $left; variable in BorderStyle
12 $value =& new BorderStyle($this->top, $this->right, $this->bottom, $this->left);
16 function BorderStyle($top, $right, $bottom, $left) { argument
17 $this->left = $left;
H A Dvalue.border.color.class.php6 var $left; variable in BorderColor
12 $value =& new BorderColor($this->top, $this->right, $this->bottom, $this->left);
16 function BorderColor($top, $right, $bottom, $left) { argument
17 $this->left = $left->copy();
H A Dvalue.border.width.class.php6 var $left; variable in BorderWidth
12 $value =& new BorderWidth($this->top, $this->right, $this->bottom, $this->left);
16 function BorderWidth($top, $right, $bottom, $left) { argument
17 $this->left = $left->copy();
H A Dvalue.margin.class.php69 var $left; variable in MarginValue
88 if ($this->left === CSS_PROPERTY_INHERIT) {
90 $this->left = $value->copy();
98 …$value->left = ($this->left === CSS_PROPERTY_INHERIT) ? CSS_PROPERTY_INHERIT : $this->left->co…
108 $value->left = MarginSideValue::init($data[3]);
114 $this->left->is_default() &&
123 $this->left->units2pt($base);
130 $this->left->calcPercentage($base);
H A Dvalue.padding.class.php64 var $left; variable in PaddingValue
83 if ($this->left === CSS_PROPERTY_INHERIT) {
85 $this->left = $value->copy();
93 …$value->left = ($this->left === CSS_PROPERTY_INHERIT) ? CSS_PROPERTY_INHERIT : $this->left->co…
100 $this->left->is_default() &&
111 $value->left = PaddingSideValue::init($data[3]);
118 $this->left->units2pt($base);
125 $this->left->calcPercentage($base);
/plugin/sequencediagram/bower_components/lodash/vendor/firebug-lite/skin/xp/
H A Dfirebug-1.3a2.css94 left: -1px;
117 float: left;
201 float: left;
215 float: left;
222 float: left;
287 left: 0;
291 left: 4px;
366 left: 7px;
376 left: 0;
482 left: 0;
[all …]
/plugin/extlist/css/
H A D_description.less25 clear: left;
31 margin-left: 10.6em;
42 padding-left: 0.2em;
50 left: -0.5em;
65 padding-left: 0.2em;
67 clear: left;
68 float: left;
76 left: -0.5em;
/plugin/edittable/less/
H A Dcontextmenu.less4 padding-left: 0;
8 margin-left: 4px;
9 padding-left: 20px;
10 background-position: center left;
54 padding-left: 0px;
57 padding-left: 20px;
58 background-position: center left;
74 padding-left: 0;
/plugin/html2pdf/html2pdf/html2ps/unittest/
H A Dtest.table.border.php22 $this->assertEqual($table_border->left->style , BS_SOLID);
27 $this->assertTrue($table_border->left->width->getPoints() > 0);
34 $this->assertEqual($cell1_border->left->style , BS_SOLID);
39 $this->assertTrue($cell1_border->left->width->getPoints() > 0,
50 $this->assertEqual($cell2_border->left->style , BS_SOLID);
55 $this->assertTrue($cell2_border->left->width->getPoints() > 0,
85 $this->assertEqual($table_border->left->style , BS_SOLID);
97 $this->assertEqual($cell1_border->left->style , BS_SOLID);
102 $this->assertTrue($cell1_border->left->width->getPoints() > 0,
113 $this->assertEqual($cell2_border->left->style , BS_SOLID);
[all …]
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Node/Expression/Binary/
H A DDivTest.php20 $left = new ConstantExpression(1, 1);
22 $node = new DivBinary($left, $right, 1);
24 $this->assertEquals($left, $node->getNode('left'));
30 $left = new ConstantExpression(1, 1);
32 $node = new DivBinary($left, $right, 1);
H A DFloorDivTest.php20 $left = new ConstantExpression(1, 1);
22 $node = new FloorDivBinary($left, $right, 1);
24 $this->assertEquals($left, $node->getNode('left'));
30 $left = new ConstantExpression(1, 1);
32 $node = new FloorDivBinary($left, $right, 1);
H A DModTest.php20 $left = new ConstantExpression(1, 1);
22 $node = new ModBinary($left, $right, 1);
24 $this->assertEquals($left, $node->getNode('left'));
30 $left = new ConstantExpression(1, 1);
32 $node = new ModBinary($left, $right, 1);
H A DMulTest.php20 $left = new ConstantExpression(1, 1);
22 $node = new MulBinary($left, $right, 1);
24 $this->assertEquals($left, $node->getNode('left'));
30 $left = new ConstantExpression(1, 1);
32 $node = new MulBinary($left, $right, 1);
H A DOrTest.php20 $left = new ConstantExpression(1, 1);
22 $node = new OrBinary($left, $right, 1);
24 $this->assertEquals($left, $node->getNode('left'));
30 $left = new ConstantExpression(1, 1);
32 $node = new OrBinary($left, $right, 1);
H A DAddTest.php20 $left = new ConstantExpression(1, 1);
22 $node = new AddBinary($left, $right, 1);
24 $this->assertEquals($left, $node->getNode('left'));
30 $left = new ConstantExpression(1, 1);
32 $node = new AddBinary($left, $right, 1);
H A DAndTest.php20 $left = new ConstantExpression(1, 1);
22 $node = new AndBinary($left, $right, 1);
24 $this->assertEquals($left, $node->getNode('left'));
30 $left = new ConstantExpression(1, 1);
32 $node = new AndBinary($left, $right, 1);
H A DConcatTest.php20 $left = new ConstantExpression(1, 1);
22 $node = new ConcatBinary($left, $right, 1);
24 $this->assertEquals($left, $node->getNode('left'));
30 $left = new ConstantExpression(1, 1);
32 $node = new ConcatBinary($left, $right, 1);
H A DSubTest.php20 $left = new ConstantExpression(1, 1);
22 $node = new SubBinary($left, $right, 1);
24 $this->assertEquals($left, $node->getNode('left'));
30 $left = new ConstantExpression(1, 1);
32 $node = new SubBinary($left, $right, 1);
/plugin/sidebarng/
H A Dstyle.css6 float: left;
20 border-left: 1px solid __border__;
21 padding-left: 1%;
25 float: left;
33 float: left;
44 margin-left: 1.2em;
/plugin/struct/
H A Dstyle.less10 text-align: left;
13 text-align: left;
14 padding-left: 17px;
43 text-align: left;
55 text-align: left;
66 text-align: left;
103 margin-left: -2.5em;
122 text-align: left;
148 float: left;
164 text-align: left;
[all...]
/plugin/revealjs/css/theme/template/
H A Dmixins.scss4 …background: -webkit-gradient( linear, left top, left bottom, color-stop(0%,$top), color-stop(100%,…
13 background: -moz-linear-gradient( left, $top 0%, $bottom 100% );
14 …background: -webkit-gradient( linear, left top, right top, color-stop(0%,$top), color-stop(100%,$b…
15 background: -webkit-linear-gradient( left, $top 0%, $bottom 100% );
16 background: -o-linear-gradient( left, $top 0%, $bottom 100% );
17 background: -ms-linear-gradient( left, $top 0%, $bottom 100% );
18 background: linear-gradient( left, $top 0%, $bottom 100% );
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Sheets/
H A DPadding.php29 public $left; variable in Google\\Service\\Sheets\\Padding
56 public function setLeft($left) argument
58 $this->left = $left;
65 return $this->left;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudVideoIntelligence/
H A DGoogleCloudVideointelligenceV1NormalizedBoundingBox.php29 public $left; variable in Google\\Service\\CloudVideoIntelligence\\GoogleCloudVideointelligenceV1NormalizedBoundingBox
56 public function setLeft($left) argument
58 $this->left = $left;
65 return $this->left;
H A DGoogleCloudVideointelligenceV1p2beta1NormalizedBoundingBox.php29 public $left; variable in Google\\Service\\CloudVideoIntelligence\\GoogleCloudVideointelligenceV1p2beta1NormalizedBoundingBox
56 public function setLeft($left) argument
58 $this->left = $left;
65 return $this->left;

12345678910>>...72