| /plugin/watermark/action/ |
| D | watermark.php | 42 $watermark = imagecreatefrompng(str_replace(':/','://',str_replace('//','/', $watermarkFile))); 62 $watermark_width = imagesx($watermark); 63 $watermark_height = imagesy($watermark); 72 imagesavealpha($watermark, true); 73 imagealphablending($watermark, true); 75 imagecopy($image, $watermark, $dest_x, $dest_y, 0, 0, $watermark_width, $watermark_height); 90 imagedestroy($watermark);
|
| /plugin/livemark/ |
| D | action.php | 99 …$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…
|
| D | plugin.info.txt | 8 desc This plugin will put a watermark on your images on-the-fly and caches the results. Orginal i…
|
| D | README.md | 4 This plugin will put a watermark on your images on-the-fly and caches the results. Orginal images a…
|
| /plugin/watermark/ |
| D | plugin.info.txt | 1 base watermark 5 name watermark plugin 6 desc The plugin places a watermark on every image after it is uploaded.
|
| D | README.md | 1 dokuwiki-plugin-watermark 4 A Dokuwiki plugin to add a watermark during image upload. 8 https://www.dokuwiki.org/plugin:watermark 11 lib/plugins/watermark/ - if the folder is called different it
|
| D | README | 1 watermark Plugin for DokuWiki 3 The plugin places a watermark on every image after it is uploaded. 9 lib/plugins/watermark/ - if the folder is called different it
|
| /plugin/photogallery/phpThumb/demo/ |
| D | phpThumb.demo.demo.php | 139 …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/bpmnio/vendor/dmn-js/ |
| D | LICENSE | 13 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/bpmn-js/ |
| D | LICENSE | 13 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/ |
| D | LICENSE | 19 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/html2pdf/html2pdf/html2ps/ |
| D | output.pdflib.class.php | 416 function _show_watermark($watermark) { argument 426 … pdf_show_xy($this->pdf, $watermark, -pdf_stringwidth($this->pdf, $watermark, $font, 100)/2, -50);
|
| D | TODO | 3 Page breaking "watermark" for non-top-aligned cells
|
| D | output.fpdf.class.php | 386 function _show_watermark($watermark) { argument 398 $tx = -$this->pdf->GetStringWidth($watermark)/2; 407 $watermark);
|
| /plugin/html2pdf/html2pdf/html2ps/demo/ |
| D | html2ps.php | 165 $pipeline->add_feature('watermark', array('text' => $watermark_text));
|
| /plugin/wysiwyg/fckeditor/editor/filemanager/connectors/cfm/ |
| D | ImageObject.cfc | 238 <cffunction name="watermark" access="public" output="false" returnType="void"> 247 <cfset imageResults = imageCFC.watermark(variables.img,"","",wmImage,alpha,placeAtX,placeAtY)> 250 <cfset imageResults = imageCFC.watermark(variables.img,wmImage,"","",alpha,placeAtX,placeAtY)>
|
| /plugin/dw2pdf/ |
| D | action.php | 429 $watermark = $this->getExportConfig('watermark'); 465 if ($watermark) { 466 $mpdf->SetWatermarkText($watermark);
|
| /plugin/codemirror/dist/modes/ |
| D | mscgen.min.js.map | 1 …watermark\"],\n \"constants\" : [\"true\", \"false\", \"on\", \"off\", \"auto\"],\n \"at…
|
| /plugin/photogallery/phpThumb/docs/ |
| D | phpthumb.changelog.txt | 227 ¤ "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)
|
| D | phpthumb.readme.txt | 372 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;
|
| /plugin/datatables/assets/pdfmake/ |
| D | pdfmake.js | 69444 …der, styleDictionary, defaultStyle, background, header, footer, images, watermark, pageBreakBefore… 69520 …cture, fontProvider, styleDictionary, defaultStyle, background, header, footer, images, watermark); 69523 …cture, fontProvider, styleDictionary, defaultStyle, background, header, footer, images, watermark); 69529 …der, styleDictionary, defaultStyle, background, header, footer, images, watermark, pageBreakBefore… 69546 if (watermark != null) { 69547 this.addWatermark(watermark, fontProvider, defaultStyle); 69629 LayoutBuilder.prototype.addWatermark = function (watermark, fontProvider, defaultStyle) { 69630 if (isString(watermark)) { 69631 watermark = { 'text': watermark }; 69634 if (!watermark.text) { // empty watermark text [all …]
|
| /plugin/amcharts/assets/amcharts/plugins/export/libs/pdfmake/ |
| D | pdfmake.js | 2100 …ition.header, docDefinition.footer, docDefinition.images, docDefinition.watermark, docDefinition.p… 2231 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… 2288 pdfKitDoc.addContent('/' + encoded.fontId + ' ' + watermark.size.fontSize + ' Tf'); 13450 …der, styleDictionary, defaultStyle, background, header, footer, images, watermark, pageBreakBefore… 13513 …cture, fontProvider, styleDictionary, defaultStyle, background, header, footer, images, watermark); 13516 …cture, fontProvider, styleDictionary, defaultStyle, background, header, footer, images, watermark); 13522 …der, styleDictionary, defaultStyle, background, header, footer, images, watermark, pageBreakBefore… [all …]
|
| /plugin/photogallery/phpThumb/ |
| D | phpThumb.config.php.default | 178 $PHPTHUMB_CONFIG['nooffsitelink_watermark_src'] = '/demo/images/watermark.png'; // w…
|
| /plugin/elasticsearch/vendor/elasticsearch/elasticsearch/ |
| D | CHANGELOG.md | 399 - [TEST] remove watermark flood from static config [[9b71940]](http://github.com/elasticsearch/elas…
|
| /plugin/amcharts/assets/amcharts/plugins/export/ |
| D | README.md | 563 seen on the regular chart but only the generated export. Use it to watermark
|