Home
last modified time | relevance | path

Searched refs:base1 (Results 1 – 7 of 7) sorted by relevance

/plugin/revealjs/css/theme/source/
H A Dmoon.scss32 $base1: #93a1a1; variable
45 $mainColor: $base1;
H A Dsolarized.scss33 $base1: #93a1a1; variable
/plugin/mathpublish/phpmathpublisher/
H A DHelper.php787 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);
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, 0, 0, $width1, $height1);
H A DMathExpression.php354 $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 Dmathpublisher.php681 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 Dstyles.min.css1 …#dw__editform .solarized.base0{color:#839496}form#dw__editform .solarized.base1{color:#93a1a1}form…
H A Dstyles.min.css.map1 …e00 { color: #657b83; }\n.solarized.base0 { color: #839496; }\n.solarized.base1 { color: #93a1a1; …