Home
last modified time | relevance | path

Searched refs:img (Results 151 – 175 of 749) sorted by last modified time

12345678910>>...30

/plugin/orphanmedia2/
H A Dsyntax.php769 function _prepare_output($m_link,$page,$img,$counter,$class=NULL) argument
788 …col0 centeralign"><img src="'.DOKU_URL.'lib/plugins/orphanmedia2/images/'.$img.'" align="middle" /…
/plugin/do/
H A Dstyle.less10 a img {
44 .title img {
/plugin/acmenu/
H A DREADME.md1 ![GitHub tag (latest by date)](https://img.shields.io/github/v/tag/tormec/acmenu)
10 <img src="images/acmenu.gif">
/plugin/barcodes/
H A DCHANGELOG.md5 * Fixed `img-type` attribute was ignored
25 * Added `img-type` attribute
H A DREADME.md36img-type` | optional | optional | optional | Type of the image to b…
/plugin/snow/
H A DREADME.md16 [![GitHub issues](https://img.shields.io/github/issues/mprins/dokuwiki-plugin-snow.svg)](https://gi…
17 [![GitHub forks](https://img.shields.io/github/forks/mprins/dokuwiki-plugin-snow.svg)](https://gith…
18 [![GitHub stars](https://img.shields.io/github/stars/mprins/dokuwiki-plugin-snow.svg)](https://gith…
/plugin/gitlabapi/
H A Dstyle.css14 img.gitlab {
/plugin/blog/
H A Dstyle.css35 img.blog_archive_bar {
/plugin/captcha/
H A Dstyle.css
H A Dhelper.php268 $img = imagecreatetruecolor($w, $h);
269 $white = imagecolorallocate($img, 255, 255, 255);
270 imagefill($img, 0, 0, $white);
274 $color = imagecolorallocate($img, random_int(100, 250), random_int(100, 250), random_int(100, 250));
275 imageline($img, random_int(0, $w), random_int(0, $h), random_int(0, $w), random_int(0, $h), $color);
282 $color = imagecolorallocate($img, random_int(0, 100), random_int(0, 100), random_int(0, 100));
290 imagettftext($img, $size, $angle, $x, $y, $color, $font, $text[$i]);
294 imagepng($img);
296 imagedestroy($img);
382 * HTML for an img ta
[all...]
/plugin/mathpublish/phpmathpublisher/
H A DHelper.php516 $img = $tmpImg;
574 $img = $tmpImg;
613 $img,
687 $img,
702 return $img;
728 return $img;
765 return $img;
869 * @param resource $img
872 public function getBackColor($img) { argument
883 * @param resource $img
[all …]
H A DMathExpression.php279 $img = array();
294 if (!isset($img[$i])) {
296 $img[$i] = $paro;
298 $img[$i] = $parf;
305 $width += imagesx($img[$i]);
313 if (isset($img[$i])) {
314 … imagecopy($result, $img[$i], $pos, $top - $base[$i], 0, 0, imagesx($img[$i]), imagesy($img[$i]));
587 $img = array();
637 $img[$i],
671 $img = array();
[all …]
/plugin/mathpublish/
H A Dsyntax.php156 $img = 'dw2pdf://' . $imagefile;
158 $img = DOKU_BASE . 'lib/plugins/mathpublish/img.php?img=' . $ident;
180 'src' => $img,
/plugin/statdisplay/
H A Dsyntax.php78 $img = array(
82 $renderer->doc .= '<img ' . buildAttributes($img) . '/>';
/plugin/firenews/HTMLTemplates/author/
H A Dauthor.css162 .text-options img {
/plugin/s5/ui/blue/
H A Dpretty.css34 img.leader {display: block; margin: 0 auto;}
/plugin/s5/ui/pixel/
H A Dpretty.css34 img.leader {display: block; margin: 0 auto;}
/plugin/s5/ui/dokuwiki/
H A Dpretty.css72 img{border: none;} selector
/plugin/s5/ui/flower/
H A Dpretty.css34 img.leader {display: block; margin: 0 auto;}
/plugin/s5/ui/default/
H A Dpretty.css30 .slide img.leader {display: block; margin: 0 auto;}
79 img.incremental {visibility: hidden;}
/plugin/s5/ui/yatil/
H A Dpretty.css54 img.leader {display: block; margin: 0 auto;}
/plugin/elasticsearch/vendor/nyholm/dsn/
H A DREADME.md3 [![Latest Version](https://img.shields.io/github/release/Nyholm/dsn.svg?style=flat-square)](https://github.com/Nyholm/dsn/releases)
4 [![Quality Score](https://img.shields.io/scrutinizer/g/Nyholm/dsn.svg?style=flat-square)](https://scrutinizer-ci.com/g/Nyholm/dsn)
6 [![Total Downloads](https://img.shields.io/packagist/dt/nyholm/dsn.svg?style=flat-square)](https://packagist.org/packages/nyholm/dsn)
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/
H A DREADME.md1 <img align="right" width="auto" height="auto" src="https://www.elastic.co/static-res/images/elastic-logo-200.png"/>
/plugin/elasticsearch/vendor/react/promise/
H A DREADME.md8 [![installs on Packagist](https://img.shields.io/packagist/dt/react/promise?color=blue&label=installs%20on%20Packagist)](https://packagist.org/packages/react/promise)
/plugin/ckgedit/ckeditor/skins/moono/
H A Ddialog.css5 …overflow:hidden;display:block;text-align:center;padding:.3em 0}a.cke_smile img{vertical-align:midd…

12345678910>>...30