Home
last modified time | relevance | path

Searched refs:alpha (Results 176 – 200 of 332) sorted by path

12345678910>>...14

/plugin/dw2pdf/vendor/mpdf/mpdf/
H A DCHANGELOG.md431 - improved PNG image handling for some cases of alpha channel transparency
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Conversion/
H A DDecToAlpha.php31 $alpha = chr($c1);
34 $alpha .= chr($c2);
38 $alpha .= chr($c3);
42 $alpha = strtolower($alpha);
45 return $alpha;
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Image/
H A DImageProcessor.php468 $errpng = 'alpha channel';
473 $errpng = 'alpha channel';
486 // $pngalpha is used as a FLAG of any kind of transparency which COULD be tranferred to an alpha channel
543 // $firsttime added mPDF 6 so when PNG Grayscale with alpha using resrtictcolorspace to CMYK
544 // the alpha channel is sent through as secondtime as Indexed and should not be converted to CMYK
555 // $firsttime added mPDF 6 so when PNG Grayscale with alpha using resrtictcolorspace to CMYK
556 // the alpha channel is sent through as secondtime as Indexed and should not be converted to CMYK
562 // Remove alpha channel
571 $this->mpdf->PDFAXwarnings[] = sprintf('Transparency (alpha channel) not permitted in PDFA or PDFX files - %s - (Image converted to one without transparency.)', $file);
594 throw new \Mpdf\MpdfException(sprintf('PDFA1-b does not permit images with alpha channe
[all...]
H A DSvg.php690 $alpha = atan2($y2 - $y1, $x2 - $x1);
691 $alpha += M_PI / 2; // rotate 90 degrees
693 $px2 = $px1 + cos($alpha);
694 $py2 = $py1 + sin($alpha);
733 $alpha = atan2($y2 - $y1, $x2 - $x1);
734 $alpha += M_PI / 2; // rotate 90 degrees
736 $px2 = $px1 + cos($alpha);
737 $py2 = $py1 + sin($alpha);
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DMpdf.php610 var $extgstates; // Used for alpha channel - Transparency (Watermark)
1888 function SetAlpha($alpha, $bm = 'Normal', $return = false, $mode = 'B')
1890 // alpha: real value from 0 (transparent) to 1 (opaque)
1894 // set alpha for stroking (CA) and non-stroking (ca) operations
1896 if (($this->PDFA || $this->PDFX) && $alpha != 1) {
1900 $alpha = 1;
1904 $a['ca'] = $alpha; // mPDF 5.7.2
1907 $a['CA'] = $alpha; // mPDF 5.7.2
10481 function watermark($texte, $angle = 45, $fontsize = 96, $alpha = 0.2)
10529 $this->SetAlpha($alpha);
1877 SetAlpha($alpha, $bm = 'Normal', $return = false, $mode = 'B') global() argument
10435 watermark($texte, $angle = 45, $fontsize = 96, $alpha = 0.2) global() argument
10520 watermarkImg($src, $alpha = 0.2) global() argument
12954 SetWatermarkText($txt = '', $alpha = 1) global() argument
12962 SetWatermarkImage($src, $alpha = 1, $size = 'D', $pos = 'F') global() argument
[all...]
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Tag/
H A DWatermarkImage.php15 $alpha = -1;
17 $alpha = $attr['ALPHA'];
35 $this->mpdf->SetWatermarkImage($src, $alpha, $size, $pos);
H A DWatermarkText.php15 $alpha = -1;
17 $alpha = $attr['ALPHA'];
19 $this->mpdf->SetWatermarkText($txt, $alpha);
/plugin/elasticsearch/vendor/ruflin/elastica/src/Suggest/
H A DPhrase.php108 public function setLaplaceSmoothing(float $alpha): self argument
111 'alpha' => $alpha,
/plugin/epub/scripts/
H A Depub_ents.ser1 …;";s:6:"Χ";s:5:"Ψ";s:6:"Ψ";s:7:"Ω";s:6:"Ω";s:7:"α";s:6:"α";s:6…
/plugin/epub/scripts/utils/
H A Dsymbol_ents_delim.txt63 α α
/plugin/extlist/css/
H A D_numbering.less95 list-style-type: upper-alpha;
/plugin/farmer/3rdparty/
H A DPHPIco.php211 $alpha = ($color & 0x7F000000) >> 24;
212 $alpha = (1 - ($alpha / 127)) * 255;
215 $color |= 0xFF000000 & ($alpha << 24);
220 $opacity = ($alpha <= 127) ? 1 : 0;
/plugin/fckg/
H A DChanges88 removed only around non-alpha characters, preserving sequences such as \r\n.
/plugin/fckg/action/
H A Dent.ser1 …ψ";s:3:"Psi";s:2:"Ψ";i:937;s:2:"ω";s:5:"Omega";s:2:"Ω";i:945;s:2:"α";s:5:"alpha";s:2:"α";i:946;s:2…
/plugin/fckg/action/entities/
H A Dent.ser1 …ψ";s:3:"Psi";s:2:"Ψ";i:937;s:2:"ω";s:5:"Omega";s:2:"Ω";i:945;s:2:"α";s:5:"alpha";s:2:"α";i:946;s:2…
H A Dents.data251 &alpha;
H A Dfcked-ents.data498 alpha
594 alpha
/plugin/fckg/action/entities/utils/
H A Dentities.pl402 &alpha;
H A Dentities.txt374 &alpha;
375 alpha
H A Dfcked-ents.txt126 α alpha 913
150 α alpha 945
/plugin/fckg/fckeditor/editor/css/
H A Dfck_editorarea.css264 ol ol { list-style-type: lower-alpha; }
266 ol ol ol ol { list-style-type: upper-alpha; }
H A Dfck_editorarea.css.default_template235 ol ol ol {list-style-type: lower-alpha}
H A Dfck_editorarea.css.dokuwiki_template264 ol ol { list-style-type: lower-alpha; }
266 ol ol ol ol { list-style-type: upper-alpha; }
H A Dfck_editorarea_RTL.css195 ol ol ol {list-style-type: lower-alpha}
/plugin/fckg/fckeditor/editor/skins/default/
H A Dfck_editor.css137 height: 22px; /* The height is necessary, otherwise IE will not apply the alpha */
154 filter: alpha(opacity=70); /* IE */
160 filter: gray() alpha(opacity=30); /* IE */
263 filter: alpha(opacity=70);
280 filter: gray() alpha(opacity=30); /* IE */
387 filter: alpha(opacity=70); /* IE */ /* -moz-opacity: 0.75; Mozilla (Old) */
415 filter: gray() alpha(opacity=30); /* IE */ /* -moz-opacity: 0.30; Mozilla (Old) */

12345678910>>...14