Home
last modified time | relevance | path

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

1...<<11121314

/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/cfm/
H A DImageObject.cfc240 <cfargument name="alpha" required="yes" type="numeric">
247 <cfset imageResults = imageCFC.watermark(variables.img,"","",wmImage,alpha,placeAtX,placeAtY)>
250 <cfset imageResults = imageCFC.watermark(variables.img,wmImage,"","",alpha,placeAtX,placeAtY)>
/plugin/wysiwyg/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) */
/plugin/wysiwyg/fckeditor/editor/skins/office2003/
H A Dfck_editor.css144 height: 22px; /* The height is necessary, otherwise IE will not apply the alpha */
163 filter: alpha(opacity=70); /* IE */
169 filter: gray() alpha(opacity=30); /* IE */
271 filter: alpha(opacity=70);
288 filter: gray() alpha(opacity=30); /* IE */
396 filter: alpha(opacity=70); /* IE */ /* -moz-opacity: 0.75; Mozilla (Old) */
427 filter: gray() alpha(opacity=30); /* IE */ /* -moz-opacity: 0.30; Mozilla (Old) */
/plugin/wysiwyg/fckeditor/editor/skins/silver/
H A Dfck_editor.css169 filter: alpha(opacity=70); /* IE */
176 filter: gray() alpha(opacity=30); /* IE */
270 filter: alpha(opacity=70);
287 filter: gray() alpha(opacity=30); /* IE */
396 filter: alpha(opacity=70); /* IE */ /* -moz-opacity: 0.75; Mozilla (Old) */
424 filter: gray() alpha(opacity=30); /* IE */ /* -moz-opacity: 0.30; Mozilla (Old) */
/plugin/xlsx2dw/packages/exceljs/
H A Dexceljs.js47271 var alpha = this.x.redSub(delta).redMul(this.x.redAdd(delta));
47272 alpha = alpha.redAdd(alpha).redIAdd(alpha); // X3 = alpha^2 - 8 * beta
47277 nx = alpha.redSqr().redISub(beta8); // Z3 = (Y1 + Z1)^2 - gamma - delta
47285 ny = alpha.redMul(beta4.redISub(nx)).redISub(ggamma8);
/plugin/xlsx2dw/packages/xlsx/
H A Dxlsx.mjs11645 …0" dist="20000" dir="5400000" rotWithShape="0"><a:srgbClr val="000000"><a:alpha val="38000"/></a:s…
11650 …0" dist="23000" dir="5400000" rotWithShape="0"><a:srgbClr val="000000"><a:alpha val="35000"/></a:s…
11655 …0" dist="23000" dir="5400000" rotWithShape="0"><a:srgbClr val="000000"><a:alpha val="35000"/></a:s…
/plugin/xssnipper/
H A Dsyntax.php76 $alpha = explode(' ',$params[2]);
77 $xssnipper['type'] = $alpha[0];
78 $xssnipper['file'] = $alpha[1];
79 $xssnipper['block'] = $alpha[2];
88 $alpha = explode(' ',$params[3]);
89 $xssnipper['type'] = $alpha[0];
90 $xssnipper['file'] = $alpha[1];
91 $xssnipper['block'] = $alpha[2];

1...<<11121314