Home
last modified time | relevance | path

Searched refs:watermark (Results 1 – 25 of 31) sorted by path

12

/plugin/amcharts/assets/amcharts/plugins/export/
H A DREADME.md563 seen on the regular chart but only the generated export. Use it to watermark
/plugin/amcharts/assets/amcharts/plugins/export/libs/pdfmake/
H A Dpdfmake.js2231 if(page.watermark){
2274 var watermark = page.watermark;
2285 var encoded = watermark.font.encode(watermark.text);
2287 …dContent('' + (pdfKitDoc.page.width/2 - watermark.size.size.width/2) + ' ' + (pdfKitDoc.page.heigh…
13539 if(watermark != null)
13540 this.addWatermark(watermark, fontProvider);
13615 text: watermark,
13617 size: getSize(this.pageSize, watermark, fontProvider)
13622 pages[i].watermark = watermarkObject;
13625 function getSize(pageSize, watermark, fontProvider){
[all …]
H A Dpdfmake.min.js7watermark&&l(i,n),e.setFontRefsToPdfDoc()}}function u(t,e,n,r){e=e||0,n=n||0;var i=t.getAscenderHe…
9 …ageSize,t,e)},o=this.writer.context().pages,a=0,s=o.length;s>a;a++)o[a].watermark=i},i.prototype.p…
H A Dpdfmake.min.js.map1watermark","renderWatermark","setFontRefsToPdfDoc","line","ascenderHeight","getAscenderHeight","te…
/plugin/bpmnio/
H A DLICENSE19 The source code responsible for displaying the bpmn.io project watermark that
22 the watermark must stay fully visible and not visually overlapped by other elements.
/plugin/bpmnio/vendor/bpmn-js/
H A DCHANGELOG.md430 * `FEAT`: update watermark ([#1281](https://github.com/bpmn-io/bpmn-js/pull/1281))
H A DLICENSE13 The source code responsible for displaying the bpmn.io project watermark that
16 the watermark must stay fully visible and not visually overlapped by other elements.
/plugin/bpmnio/vendor/dmn-js/
H A DLICENSE13 The source code responsible for displaying the bpmn.io project watermark that
16 the watermark must stay fully visible and not visually overlapped by other elements.
/plugin/codemirror/dist/modes/
H A Dmscgen.min.js.map1watermark\"],\n \"constants\" : [\"true\", \"false\", \"on\", \"off\", \"auto\"],\n \"at…
/plugin/datatables/assets/pdfmake/build/
H A Dpdfmake.min.js
/plugin/dw2pdf/
H A Daction.php429 $watermark = $this->getExportConfig('watermark');
465 if ($watermark) {
466 $mpdf->SetWatermarkText($watermark);
976 $this->exportConfig['watermark'] = $INPUT->str('watermark', '');
/plugin/dw2pdf/vendor/mpdf/mpdf/
H A DCHANGELOG.md183 - Custom watermark angle with `watermarkAngle` configuration variable
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DMpdf.php8840 function Image($file, $x, $y, $w = 0, $h = 0, $type = '', $link = '', $paint = true, $constrain = true, $watermark = false, $shownoimg = true, $allowvector = true)
8887 if ($watermark) {
8978 } // end of IF watermark
10480 // add a watermark
10481 function watermark($texte, $angle = 45, $fontsize = 96, $alpha = 0.2)
13125 $this->watermark($this->watermarkText, $this->watermarkAngle, 120, $this->watermarkTextAlpha); // Watermark text
8810 Image($file, $x, $y, $w = 0, $h = 0, $type = '', $link = '', $paint = true, $constrain = true, $watermark = false, $shownoimg = true, $allowvector = true) global() argument
10435 function watermark($texte, $angle = 45, $fontsize = 96, $alpha = 0.2) global() function in Mpdf\\Mpdf
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/
H A DCHANGELOG.md399 - [TEST] remove watermark flood from static config [[9b71940]](http://github.com/elasticsearch/elasticsearch-php/commit/9b71940)
/plugin/html2pdf/html2pdf/html2ps/
H A DTODO3 Page breaking "watermark" for non-top-aligned cells
H A Doutput.fpdf.class.php386 function _show_watermark($watermark) { argument
398 $tx = -$this->pdf->GetStringWidth($watermark)/2;
407 $watermark);
H A Doutput.pdflib.class.php416 function _show_watermark($watermark) { argument
426 … pdf_show_xy($this->pdf, $watermark, -pdf_stringwidth($this->pdf, $watermark, $font, 100)/2, -50);
/plugin/html2pdf/html2pdf/html2ps/demo/
H A Dhtml2ps.php165 $pipeline->add_feature('watermark', array('text' => $watermark_text));
/plugin/icons/assets/material-design-icons/css/
H A Dmaterialdesignicons.min.css1 …{content:"\F008D"}.mdi-water-well-outline::before{content:"\F008E"}.mdi-watermark::before{content:…
/plugin/livemark/
H A DREADME.md4 This plugin will put a watermark on your images on-the-fly and caches the results. Orginal images a…
H A Daction.php99 …$watermark =imagecreatefrompng($this->getConf('watermark_path'));//'../plugins/livemark/livemark.p…
102 $ratio=$src_width/imagesx($watermark)*$size;
103 $watermark_width = imagesx($watermark)*$ratio;
104 $watermark_height = imagesy($watermark)*$ratio;
107 …resampled($marked, $watermark, $dest_x, $dest_y, 0, 0, $watermark_width, $watermark_height, image…
H A Dplugin.info.txt8 desc This plugin will put a watermark on your images on-the-fly and caches the results. Orginal i…
/plugin/photogallery/phpThumb/demo/
H A DphpThumb.demo.demo.php139 …c='.$img['square'].'&w=300&fltr[]=wmi|'.$img['watermark'].'|BL'), 'description' => 'width=300px, w…
140 …='.$img['square'].'&w=300&fltr[]=wmi|'.$img['watermark'].'|*|25'), 'description' => 'width=300px,
141 …g['square'].'&w=300&fltr[]=wmi|'.$img['watermark'].'|75x50|80|75|75|45'), 'description' => 'width=…
142 …ngs' => array('src='.$img['watermark'].'&bg=00FFFF&f=png', 'src='.$img['watermark'].'&bg=00FFFF&f=…
/plugin/photogallery/phpThumb/docs/
H A Dphpthumb.changelog.txt227 ¤ "wmi" filter now supports watermark scaling & rotation
282 * Bugfix: 'wmt' watermark text not properly right- or center-
308 ¤ Added option for image watermark for anti-hotlinking. See
761 * Bugfix: non-TTF watermark text had inverted opacity
907 * Bugfix: watermark overlay margins were wrong
1017 <t> is the text to use as a watermark,
1496 a semi-transparent watermark image (copied from a
1497 seperate source watermark image)
H A Dphpthumb.readme.txt372 watermark image will be scaled to fit inside
373 <r> is rotation angle of overlaid watermark
377 <t> is the text to use as a watermark;

12