Home
last modified time | relevance | path

Searched refs:base3 (Results 1 – 11 of 11) sorted by relevance

/plugin/revealjs/css/theme/source/
H A Dsolarized.scss35 $base3: #fdf6e3; variable
49 $backgroundColor: $base3;
56 // @include radial-gradient( rgba($base3,1), rgba(lighten($base3, 20%),1) );
H A Dmoon.scss34 $base3: #fdf6e3; variable
/plugin/mathpublish/phpmathpublisher/
H A DHelper.php813 * @param $base3
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);
834 imagecopy($result, $image3, $width1 + $width2, $top - $base3, 0, 0, $width3, $height3);
/plugin/math2/phpmathpublisher/
H A Dmathpublisher.php702 function alignement3($image1,$base1,$image2,$base2,$image3,$base3) argument
710 $dessus=max($base1,$base2,$base3);
711 $dessous=max($hauteur1-$base1,$hauteur2-$base2,$hauteur3-$base3);
721 ImageCopy($result, $image3,$largeur1+$largeur2,$dessus - $base3, 0, 0,$largeur3,$hauteur3);
/plugin/sequencediagram/bower_components/raphael/dev/
H A Draphael.core.js1323 function base3(t, p1, p2, p3, p4) { function
1340 xbase = base3(ct, x1, x2, x3, x4),
1341 ybase = base3(ct, y1, y2, y3, y4),
/plugin/sequencediagram/bower_components/snap.svg/dist/
H A Dsnap.svg.js5520 function base3(t, p1, p2, p3, p4) { function
5537 xbase = base3(ct, x1, x2, x3, x4),
5538 ybase = base3(ct, y1, y2, y3, y4),
/plugin/callflow/
H A Draphael.js1709 function base3(t, p1, p2, p3, p4) { function
1726 xbase = base3(ct, x1, x2, x3, x4),
1727 ybase = base3(ct, y1, y2, y3, y4),
/plugin/advrack/
H A Draphael.js1709 function base3(t, p1, p2, p3, p4) { function
1726 xbase = base3(ct, x1, x2, x3, x4),
1727 ybase = base3(ct, y1, y2, y3, y4),
/plugin/codemirror/dist/
H A Dstyles.min.css1 …#dw__editform .solarized.base2{color:#eee8d5}form#dw__editform .solarized.base3{color:#fdf6e3}form…
H A Dstyles.min.css.map1 …se1 { color: #93a1a1; }\n.solarized.base2 { color: #eee8d5; }\n.solarized.base3 { color: #fdf6e3;…
/plugin/bpmnioeditor/vendor/bpmnio-js/
H A Dbpmn-modeler.development.js3408 function base3(t, p1, p2, p3, p4) { function
3430 xbase = base3(ct, x1, x2, x3, x4),
3431 ybase = base3(ct, y1, y2, y3, y4),