Home
last modified time | relevance | path

Searched refs:opac (Results 1 – 2 of 2) sorted by relevance

/plugin/s5reloaded/ui/thesis/
Dslides.js37 var opac = 1; variable
1142 if(opac!=0 || isIE) { // &&!isIE (degrade IE)
1415 opac=document.getElementById('EMSizeControl').style.opacity;
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
DMpdf.php2288 $opac = $this->SetAlpha($this->bodyBackgroundImage['opacity'], 'Normal', true);
2290 $opac = '';
2292 …$s .= sprintf('q /Pattern cs /P%d scn %s %.3F %.3F %.3F %.3F re f Q', $n, $opac, ($clx * Mpdf::SCA…
2539 $opac = $this->SetAlpha($pb['opacity'], 'Normal', true);
2541 $opac = '';
2543 …$s .= sprintf("q %s %.3F 0 0 %.3F %.3F %.3F cm /I%d Do Q", $opac, $iw * Mpdf::SCALE, $ih * Mpdf::S…
2549 $opac = $this->SetAlpha($pb['opacity'], 'Normal', true);
2551 $opac = '';
2553 …$s .= sprintf('q /Pattern cs /P%d scn %s %.3F %.3F %.3F %.3F re f Q', $n, $opac, $x, $y, $w, $h) .…
2731 $opac = $this->SetAlpha($pb['opacity'], 'Normal', true);
[all …]