Home
last modified time | relevance | path

Searched refs:Image (Results 176 – 200 of 300) sorted by path

12345678910>>...12

/plugin/dtable/
H A Dscript.js953 new Image('lib/plugins/dtable/images/unmerge.png');
/plugin/dw2pdf/
H A DDokuImageProcessorDecorator.php5 use Mpdf\Image\ImageProcessor;
/plugin/dw2pdf/vendor/mpdf/mpdf/
H A DCHANGELOG.md157 - Image type guessing from content separated to its own class
180 - `Mpdf\Image\ImageProcessor`
181 - `Mpdf\Image\ImageTypeGuesser`
538 - Image HTML attributes `<img>` added: max-height, max-width, min-height and min-width
593 - Image problem if spaces or commas in path using http:// URL (included in release mPDF 5.6.1)
594 - Image URL parsing rewritten to handle both urlencoded URLs and not urlencoded (included in release mPDF 5.6.1)
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Gif/
H A DGif.php29 $this->m_img = new Image();
H A DImage.php15 class Image class
67 case 0x2C: // Image
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Image/
H A DBmp.php3 namespace Mpdf\Image;
52 $this->mpdf->PDFAXwarnings[] = "Image cannot be converted to suitable colour space for PDFA or PDFX file - $file - (Image replaced by 'no-image'.)";
54 return ['error' => "BMP Image cannot be converted to suitable colour space - $file - (Image replaced by 'no-image'.)"];
H A DImageProcessor.php3 namespace Mpdf\Image;
59 * @var \Mpdf\Image\ImageTypeGuesser
69 * @var \Mpdf\Image\Bmp
74 * @var \Mpdf\Image\Wmf
159 // Image Data passed directly as var:varname
338 $this->mpdf->PDFAXwarnings[] = sprintf('JPG image may not use CMYK color space - %s - (Image converted to RGB. NB This will alter the colour profile of the image.)', $file);
373 $this->mpdf->PDFAXwarnings[] = sprintf('JPG image may not use RGB color space - %s - (Image converted to CMYK. NB This will alter the colour profile of the image.)', $file);
550 $this->mpdf->PDFAXwarnings[] = sprintf('PNG image may not use RGB color space - %s - (Image converted to CMYK. NB This will alter the colour profile of the image.)', $file);
571 $this->mpdf->PDFAXwarnings[] = sprintf('Transparency (alpha channel) not permitted in PDFA or PDFX files - %s - (Image converted to one without transparency.)', $file);
H A DImageTypeGuesser.php3 namespace Mpdf\Image;
H A DSvg.php3 namespace Mpdf\Image;
69 * @var \Mpdf\Image\ImageProcessor
284 // Image file (does not allow vector images i.e. WMF/SVG)
H A DWmf.php3 namespace Mpdf\Image;
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DMpdf.php854 * @var \Mpdf\Image\Bmp
859 * @var \Mpdf\Image\Wmf
945 * @var \Mpdf\Image\ImageProcessor
1898 $this->PDFAXwarnings[] = "Image opacity must be 100% (Opacity changed to 100%)";
2185 $sizesarray = $this->Image($file, 0, 0, 0, 0, '', '', false, false, false, false, true);
2406 } elseif (isset($pb['image_id']) && $pb['image_id']) { // Background Image
8840 function Image($file, $x, $y, $w = 0, $h = 0, $type = '', $link = '', $paint = true, $constrain = true, $watermark = false, $shownoimg = true, $allowvector = true)
10578 $this->Image($src, 0, 0, 0, 0, '', '', true, true, true);
15380 // Image file
8810 function Image($file, $x, $y, $w = 0, $h = 0, $type = '', $link = '', $paint = true, $constrain = true, $watermark = false, $shownoimg = true, $allowvector = true) global() function in Mpdf\\Mpdf
/plugin/elasticsearch/vendor/ruflin/elastica/
H A DCHANGELOG.md695 - Remove Elastica/Query/Image.php and test/Elastica/Query/ImageTest.php, no more support for image-plugin.
1019 - The Image Plugin is currently not compatible with Elasticearch 1.6.0
1102 - Added Elastica\Query\Image [#787](https://github.com/ruflin/Elastica/issues/787/)
/plugin/farm/install/animaltemplate/conf/
H A Dacronyms.conf117 TIFF Tagged Image File Format
/plugin/farm/install/animaltemplate/data/pages/wiki/
H A Dsyntax.txt89 ==== Image Links ====
161 For linking an image to another page see [[#Image Links]] above.
/plugin/farmer/_animal/data/pages/wiki/
H A Dsyntax.txt90 ==== Image Links ====
162 For linking an image to another page see [[#Image Links]] above.
198 ==== Text to Image Conversions ====
/plugin/fckg/
H A DChanges335 Image copied from clipboard saved to namespace of page being edited
338 Support for placement of copy/paste images using Image Properties, without having to save and re-lo…
/plugin/fckg/fckeditor/editor/lang/
H A Dlang-template.txt26 // Image Dialog
28 DlgImgHelp : "<b>Image Alignment</b> The align property will place your images in text con…
85 DlgFileBrowserResSelectImage: "Image",
/plugin/findologicxmlexport/vendor/findologic/libflexport/examples/
H A DXmlExample.php8 use FINDOLOGIC\Export\Data\Image; alias
136 $item->addImage(new Image($image, $type, $usergroup));
/plugin/findologicxmlexport/vendor/findologic/libflexport/src/FINDOLOGIC/Export/Data/
H A DImage.php26 class Image implements Serializable class
H A DItem.php226 public function addImage(Image $image)
/plugin/findologicxmlexport/vendor/findologic/libflexport/src/FINDOLOGIC/Export/XML/
H A DXMLItem.php7 use FINDOLOGIC\Export\Data\Image; alias
120 /** @var Image $image */
160 if ($image->getType() === Image::TYPE_DEFAULT) {
/plugin/findologicxmlexport/vendor/findologic/libflexport/tests/FINDOLOGIC/Export/Tests/
H A DXmlSerializationTest.php7 use FINDOLOGIC\Export\Data\Image; alias
146 new Image('http://example.org/default.png'),
148 new Image('http://example.org/ug_default.png', Image::TYPE_DEFAULT, 'usergroup'),
162 new Image($imageUrl),
193 new Image('http://example.org/thumbnail.png', Image::TYPE_THUMBNAIL),
208 new Image('http://example.org/ug_default.png', Image::TYPE_DEFAULT, 'usergroup'),
/plugin/findologicxmlexport/vendor/hoa/compiler/
H A DREADME.md2 <img src="https://static.hoa-project.net/Image/Hoa.svg" alt="Hoa" width="250px" />
/plugin/findologicxmlexport/vendor/hoa/consistency/
H A DREADME.md2 <img src="https://static.hoa-project.net/Image/Hoa.svg" alt="Hoa" width="250px" />
/plugin/findologicxmlexport/vendor/hoa/event/
H A DREADME.md2 <img src="https://static.hoa-project.net/Image/Hoa.svg" alt="Hoa" width="250px" />

12345678910>>...12