Home
last modified time | relevance | path

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

/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/inheritance/
H A Dblock_expr2.test4 {% extends "base2.twig" %}
10 --TEMPLATE(base2.twig)--
/plugin/revealjs/css/theme/source/
H A Dmoon.scss33 $base2: #eee8d5; variable
46 $headingColor: $base2;
H A Dsolarized.scss34 $base2: #eee8d5; 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);
801 imagecopy($result, $image2, $width1, $top - $base2, 0, 0, $width2, $height2);
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);
833 imagecopy($result, $image2, $width1, $top - $base2, 0, 0, $width2, $height2);
/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);
697 ImageCopy($result, $image2,$largeur1,$dessus - $base2, 0, 0,$largeur2,$hauteur2);
702 function alignement3($image1,$base1,$image2,$base2,$image3,$base3) argument
710 $dessus=max($base1,$base2,$base3);
711 $dessous=max($hauteur1-$base1,$hauteur2-$base2,$hauteur3-$base3);
1026 $base2=$this->noeuds[2]->base_verticale;
1052 $base2=$this->noeuds[2]->base_verticale;
1092 $base2=$this->noeuds[2]->base_verticale;
[all …]
/plugin/codemirror/dist/
H A Dstyles.min.css1 …#dw__editform .solarized.base1{color:#93a1a1}form#dw__editform .solarized.base2{color:#eee8d5}form…
H A Dstyles.min.css.map1 …se0 { color: #839496; }\n.solarized.base1 { color: #93a1a1; }\n.solarized.base2 { color: #eee8d5; …