Searched refs:image1 (Results 1 – 4 of 4) sorted by relevance
/plugin/mathpublish/phpmathpublisher/ |
H A D | Helper.php | 781 * @param $image1 787 public function alignment2($image1, $base1, $image2, $base2) argument 789 $width1 = imagesx($image1); 790 $height1 = imagesy($image1); 800 imagecopy($result, $image1, 0, $top - $base1, 0, 0, $width1, $height1); 808 * @param $image1 816 public function alignment3($image1, $base1, $image2, $base2, $image3, $base3) argument 818 $width1 = imagesx($image1); 819 $height1 = imagesy($image1); 832 imagecopy($result, $image1, [all...] |
/plugin/latexcaption/ |
H A D | README.md | 37 {{image1.jpg?direct&200}} 61 {{image1.jpg?direct&200}} 70 {{image1.jpg?direct&200}} 89 {{image1.jpg?direct&200}}
|
/plugin/math2/phpmathpublisher/ |
H A D | mathpublisher.php | 681 function alignement2($image1,$base1,$image2,$base2) argument 683 $largeur1=imagesx($image1); 684 $hauteur1=imagesy($image1); 696 ImageCopy($result, $image1,0,$dessus - $base1, 0, 0,$largeur1,$hauteur1); 702 function alignement3($image1,$base1,$image2,$base2,$image3,$base3) argument 704 $largeur1=imagesx($image1); 705 $hauteur1=imagesy($image1); 719 ImageCopy($result, $image1,0,$dessus - $base1, 0, 0,$largeur1,$hauteur1);
|
/plugin/revealjs/ |
H A D | README.md | 303 {{background>:images:image1.png}} 309 {{background>:images:image1.png no-footer}}
|