| /plugin/farmer/vendor/splitbrain/php-ringicon/src/ |
| H A D | RingIcon.php | 29 $image = $this->createTransparentImage($this->fullsize, $this->fullsize); 32 $this->drawRing($image, $arcwidth); 38 …imagecopyresampled($out, $image, 0, 0, 0, 0, $this->size, $this->size, $this->fullsize, $this->ful… 46 imagedestroy($image); 53 * @param resource $image 56 protected function drawRing($image, $arcwidth) argument 58 $color = $this->randomColor($image); 59 $transparency = $this->transparentColor($image); 65 …imagefilledarc($image, $this->center, $this->center, $arcwidth, $arcwidth, $stop, $start, $color, … 66 imagefilledellipse($image, $this->center, $this->center, $arcwidth - $this->ringwidth, [all …]
|
| /plugin/fckg/fckeditor/editor/css/images/fileicons/ |
| D | icons.txt | 8 background-image: url(images/fileicons/gz.png); 11 background-image: url(images/fileicons/csv.png); 14 background-image: url(images/fileicons/gif.png); 18 background-image: url(images/fileicons/png.png); 22 background-image: url(images/fileicons/txt.png); 25 background-image: url(images/fileicons/tar.png); 28 background-image: url(images/fileicons/jpg.png); 32 background-image: url(images/fileicons/xml.png); 35 background-image: url(images/fileicons/c.png); 38 background-image: url(images/fileicons/ppt.png); [all …]
|
| /plugin/gallery/classes/ |
| D | XHTMLFormatter.php | 99 foreach ($images as $image) { 100 $this->renderImage($image); 106 protected function renderImage(Image $image) argument 111 [$w, $h] = $this->getThumbnailSize($image, 2); 116 $img['src'] = ml($image->getSrc(), ['w' => $w, 'h' => $h], true, '&'); 117 $img['alt'] = $image->getFilename(); 122 $a['href'] = $this->getDetailLink($image); 123 $a['title'] = $image->getTitle(); 128 '<b>' . hsc($image->getTitle()) . '</b>', 129 hsc($image->getDescription()) [all …]
|
| D | BasicFormatter.php | 40 foreach ($images as $image) { 41 $this->renderImage($image); 48 * @param Image $image 51 protected function renderImage(Image $image) argument 53 [$w, $h] = $this->getThumbnailSize($image); 54 $link = $image->getDetaillink() ?: $image->getSrc(); 57 'src' => $image->getSrc(), 58 'title' => $image->getTitle(), 65 if ($image->isExternal()) { 78 * @param Image $image [all …]
|
| /plugin/offline/ui/dokuwiki/ |
| D | all.css | 1 …image:url(/dokuwiki/lib/images/interwiki/wp.gif)}a.iw_wpde{background-image:url(/dokuwiki/lib/imag…
|
| D | print.css | 1 …image:url(/dokuwiki/lib/images/interwiki/wp.gif)}a.iw_wpde{background-image:url(/dokuwiki/lib/imag…
|
| /plugin/html2pdf/html2pdf/html2ps/ |
| D | output.fastps.l2.class.php | 8 function image($image, $x, $y, $scale) { argument 9 $this->image_scaled($image, $x, $y, $scale, $scale); 12 function image_scaled($image, $x, $y, $scale_x, $scale_y) { argument 14 $lines = $image_encoder->by_lines($image, $size_x, $size_y); 34 function image_ry($image, $x, $y, $height, $bottom, $ox, $oy, $scale) { argument 38 $this->image($image, $x, $cy, $scale); 45 $this->image($image, $x, $cy, $scale); 50 function image_rx($image, $x, $y, $width, $right, $ox, $oy, $scale) { argument 54 $this->image($image, $cx, $y, $scale); 61 $this->image($image, $cx-$width, $y, $scale); [all …]
|
| D | output.fpdf.class.php | 161 function image($image, $x, $y, $scale) { argument 162 $tmpname = $this->_mktempimage($image); 167 $y - $image->sy() * $scale, 168 $image->sx() * $scale, 169 $image->sy() * $scale); 174 function image_rx($image, $x, $y, $width, $right, $ox, $oy, $scale) { argument 175 $tmpname = $this->_mktempimage($image); 181 $ty = $y + px2pt($image->sy()); 183 $this->pdf->Image($tmpname, $tx, $ty, $image->sx() * $scale, $image->sy() * $scale, "png"); 191 $ty = $y + px2pt($image->sy()); [all …]
|
| D | value.list-style.class.php | 7 var $image; variable in ListStyleValue 12 if ($this->image === CSS_PROPERTY_INHERIT) { 14 $this->image = $value->copy(); 30 $this->image->is_default() && 38 if ($this->image === CSS_PROPERTY_INHERIT) { 39 $object->image = CSS_PROPERTY_INHERIT; 41 $object->image = $this->image->copy();
|
| D | utils_graphic.php | 12 $image = do_image_open_wrapped($filename, $type); 13 if (!is_resource($image)) { return null; }; 15 if (!is_null($image)) { 16 imageinterlace($image, 0); 19 return $image; 45 $image = imagecreatefrompng($filename); 48 return $image;
|
| /plugin/diagramsnet/lib/plugins/ |
| D | rackF5.js | 47 c.image(0, 0, w * 0.04, h, stencilPath + 'big_ip_5x00_ear.png', 0, 0, 0); 48 c.image(w * 0.96, 0, w * 0.04, h, stencilPath + 'big_ip_5x00_ear.png', 0, 1, 0); 53 c.image(w * 0.04, 0, w * 0.92, h, stencilPath + 'big_ip_1600_front.png', 0, 0, 0); 57 c.image(w * 0.04, 0, w * 0.92, h, stencilPath + 'big_ip_1600_back.png', 0, 0, 0); 63 c.image(w * 0.425, h * 0.05, w * 0.244, h * 0.92, stencilPath + 'big_ip_4x00_dc.png', 0, 0, 0); 68 c.image(w * 0.672, h * 0.05, w * 0.245, h * 0.92, stencilPath + 'big_ip_4x00_dc.png', 0, 0, 0); 75 c.image(w * 0.672, h * 0.05, w * 0.245, h * 0.92, stencilPath + 'big_ip_4x00_ac.png', 0, 0, 0); 125 c.image(0, 0, w * 0.04, h, stencilPath + 'big_ip_5x00_ear.png', 0, 0, 0); 126 c.image(w * 0.96, 0, w * 0.04, h, stencilPath + 'big_ip_5x00_ear.png', 0, 1, 0); 131 c.image(w * 0.04, 0, w * 0.92, h, stencilPath + 'big_ip_2x00_front.png', 0, 0, 0); [all …]
|
| /plugin/bootswrapper/exe/help/ |
| D | image.txt | 5 | <image shape="rounded">{{:wiki:dokuwiki-128.png?nolink&100|}}</image> | <code html><image shape… 7 </image></code> | 8 | <image shape="circle">{{:wiki:dokuwiki-128.png?nolink&100|}}</image> | <code html><image shape… 10 </image></code> | 11 | <image shape="thumbnail">{{:wiki:dokuwiki-128.png?nolink&100|}}</image> | <code html><image shape… 13 </image></code> |
|
| /plugin/jcapture/src/com/hammurapi/jcapture/ |
| D | ShapeImpl.java | 11 MappedImage image; field in ShapeImpl.ImageImpl 14 ImageImpl(MappedImage image, boolean coversEverything) { in ImageImpl() argument 16 this.image = image; in ImageImpl() 27 return image; in getImage() 34 private Image image; field in ShapeImpl.ImageReferenceImpl 36 ImageReferenceImpl(Image image) { in ImageReferenceImpl() argument 38 if (image==null) { in ImageReferenceImpl() 41 this.image = image; in ImageReferenceImpl() 46 return image.coversEverything(); in coversEverything() 51 return image; in getImage()
|
| /plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/regression/ |
| D | simple_xml_element.test | 6 Hello '{{ images.image.0.group }}'! 7 {{ images.image.0.group.attributes.myattr }} 8 {{ images.children().image.count() }} 9 {% for image in images %} 10 - {{ image.group }} 13 … => new \SimpleXMLElement('<images><image><group myattr="example">foo</group></image><image><group…
|
| /plugin/edittable/less/ |
| D | contextmenu.less | 14 background-image: url('../plugins/edittable/images/text_heading.png'); 18 background-image: url('../plugins/edittable/images/a_left.png'); 22 background-image: url('../plugins/edittable/images/a_center.png'); 26 background-image: url('../plugins/edittable/images/a_right.png'); 30 background-image: url('../plugins/edittable/images/row_above.png'); 34 background-image: url('../plugins/edittable/images/remove_row.png'); 38 background-image: url('../plugins/edittable/images/row_below.png'); 42 background-image: url('../plugins/edittable/images/col_left.png'); 46 background-image: url('../plugins/edittable/images/remove_col.png'); 50 background-image: url('../plugins/edittable/images/col_right.png'); [all …]
|
| /plugin/ckgedit/ckeditor/ |
| D | contents-default.css | 208 list-style-image: none; 216 list-style-image: none; 344 background-image: url(images/fileicons/gz.png); 347 background-image: url(images/fileicons/csv.png); 350 background-image: url(images/fileicons/gif.png); 354 background-image: url(images/fileicons/png.png); 358 background-image: url(images/fileicons/txt.png); 361 background-image: url(images/fileicons/tar.png); 364 background-image: url(images/fileicons/jpg.png); 368 background-image: url(images/fileicons/xml.png); [all …]
|
| D | contents.css | 1 …image:url(images/fileicons/gz.png)}a.mf_csv{background-image:url(images/fileicons/csv.png)}a.mf_gi…
|
| /plugin/ckgdoku/ckeditor/ |
| D | contents-default.css | 208 list-style-image: none; 216 list-style-image: none; 344 background-image: url(images/fileicons/gz.png); 347 background-image: url(images/fileicons/csv.png); 350 background-image: url(images/fileicons/gif.png); 354 background-image: url(images/fileicons/png.png); 358 background-image: url(images/fileicons/txt.png); 361 background-image: url(images/fileicons/tar.png); 364 background-image: url(images/fileicons/jpg.png); 368 background-image: url(images/fileicons/xml.png); [all …]
|
| D | contents.css | 1 …image:url(images/fileicons/gz.png)}a.mf_csv{background-image:url(images/fileicons/csv.png)}a.mf_gi…
|
| /plugin/rrdgraph/inc/ |
| D | errorimage.php | 41 $image = imagecreatetruecolor($width, $height); 42 $cBackground = imagecolorallocate($image, 255, 255, 255); 43 $cBorder = imagecolorallocate($image, 255, 0, 0); 44 $cBlack = imagecolorallocate($image, 0, 0, 0); 46 imagefill($image, 0, 0, $cBorder); 47 …imagefilledrectangle($image, self::BORDER_WIDTH, self::BORDER_WIDTH, $width - self::BORDER_WIDTH -… 50 …imagestring($image, self::TITLE_FONT, self::BORDER_WIDTH + self::BORDER_SPACING, $y, $title, $cBla… 52 … imagestring($image, self::FONT, self::BORDER_WIDTH + self::BORDER_SPACING, $y, $message, $cBlack); 62 imagepng($image); 66 imagedestroy($image);
|
| /plugin/confmanager/tpl/ |
| D | showConfigTwoLineLeftImage.php | 17 <?php $image = $this->getImage('local', $key); ?> variable 21 <?php if ($image !== '' && $this->imageAlignment == 'left'): ?> 22 …<img src="<?php echo hsc($image) ?>" alt="" class="exampleimage <?php echo hsc($this->internalName… 31 <?php if ($image !== '' && $this->imageAlignment == 'right'): ?> 32 …<img src="<?php echo hsc($image) ?>" alt="" class="exampleimage <?php echo hsc($this->internalName… 67 <?php if($image !== '' && !$isDefault) : ?> 110 <?php $image = $this->getImage('default', $key); ?> variable 114 <?php if ($image !== '' && $this->imageAlignment == 'left'): ?> 115 …<img src="<?php echo hsc($image) ?>" alt="" class="exampleimage <?php echo hsc($this->internalName… 122 <?php if ($image !== '' && $this->imageAlignment == 'right'): ?> [all …]
|
| /plugin/watermark/action/ |
| D | watermark.php | 51 $image = imagecreatefromgif($sourcefile); 55 $image = imagecreatefrompng($sourcefile); 59 $image = imagecreatefromjpeg($sourcefile); 70 imagesavealpha($image, true); 71 imagealphablending($image, true); 75 imagecopy($image, $watermark, $dest_x, $dest_y, 0, 0, $watermark_width, $watermark_height); 82 imagepng($image, $sourcefile, 0); 85 imagejpeg($image, $sourcefile, 90); 89 imagedestroy($image);
|
| /plugin/fckg/fckeditor/editor/css/ |
| D | fck_editorarea.css.default_template | 210 list-style-image: none; 218 list-style-image: none; 346 background-image: url(images/fileicons/gz.png); 349 background-image: url(images/fileicons/csv.png); 352 background-image: url(images/fileicons/gif.png); 356 background-image: url(images/fileicons/png.png); 360 background-image: url(images/fileicons/txt.png); 363 background-image: url(images/fileicons/tar.png); 366 background-image: url(images/fileicons/jpg.png); 370 background-image: url(images/fileicons/xml.png); [all …]
|
| D | fck_editorarea_RTL.css | 170 list-style-image: none; 178 list-style-image: none; 306 background-image: url(images/fileicons/gz.png); 309 background-image: url(images/fileicons/csv.png); 312 background-image: url(images/fileicons/gif.png); 316 background-image: url(images/fileicons/png.png); 320 background-image: url(images/fileicons/txt.png); 323 background-image: url(images/fileicons/tar.png); 326 background-image: url(images/fileicons/jpg.png); 330 background-image: url(images/fileicons/xml.png); [all …]
|
| /plugin/admnote/ |
| D | style.css | 11 …--adm-abstract-pic: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" … 12 …--adm-bug-pic: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewB… 13 …--adm-danger-pic: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" vi… 14 …--adm-example-pic: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" v… 15 …--adm-failure-pic: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" v… 16 …--adm-information-pic: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/sv… 17 …--adm-note-pic: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" view… 18 …--adm-question-pic: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" … 19 …--adm-quote-pic: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" vie… 20 …--adm-achievement-pic: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/sv… [all …]
|