Searched refs:base1 (Results 1 – 7 of 7) sorted by relevance
/plugin/revealjs/css/theme/source/ |
H A D | moon.scss | 32 $base1: #93a1a1; variable 45 $mainColor: $base1;
|
H A D | solarized.scss | 33 $base1: #93a1a1; variable
|
/plugin/mathpublish/phpmathpublisher/ |
H A D | Helper.php | 782 * @param $base1 787 public function alignment2($image1, $base1, $image2, $base2) argument 793 $top = max($base1, $base2); 794 $bottom = max($height1 - $base1, $height2 - $base2); 800 imagecopy($result, $image1, 0, $top - $base1, 0, 0, $width1, $height1); 809 * @param $base1 816 public function alignment3($image1, $base1, $image2, $base2, $image3, $base3) argument 824 $top = max($base1, $base2, $base3); 825 $bottom = max($height1 - $base1, $height2 - $base2, $height3 - $base3); 832 imagecopy($result, $image1, 0, $top - $base1, [all...] |
H A D | MathExpression.php | 354 $base1 = $this->nodes[0]->verticalBased; 364 $this->verticalBased = $height2 / 2 + $base1; 372 $this->verticalBased = $height2 - $base1 + $height1 / 2; 389 $base1 = $this->nodes[0]->verticalBased; 399 $this->verticalBased = $base1; 407 $this->verticalBased = $base1;
|
/plugin/math2/phpmathpublisher/ |
H A D | mathpublisher.php | 681 function alignement2($image1,$base1,$image2,$base2) argument 687 $dessus=max($base1,$base2); 688 $dessous=max($hauteur1-$base1,$hauteur2-$base2); 710 $dessus=max($base1,$base2,$base3); 1023 $base1=$this->noeuds[0]->base_verticale; 1049 $base1=$this->noeuds[0]->base_verticale; 1061 $this->base_verticale=$hauteur2/2+ $base1; 1089 $base1=$this->noeuds[0]->base_verticale; 1101 $this->base_verticale=$base1; 1113 $this->base_verticale=$base1; [all …]
|
/plugin/codemirror/dist/ |
H A D | styles.min.css | 1 …#dw__editform .solarized.base0{color:#839496}form#dw__editform .solarized.base1{color:#93a1a1}form…
|
H A D | styles.min.css.map | 1 …e00 { color: #657b83; }\n.solarized.base0 { color: #839496; }\n.solarized.base1 { color: #93a1a1; …
|