Home
last modified time | relevance | path

Searched refs:Alpha (Results 1 – 25 of 81) sorted by relevance

1234

/plugin/wolframalpha/
H A DREADME.md1 # Dokuwiki Plugin Wolfram Alpha
6 <td>The Wolfram Alpha plugin let you add Wolfram Widget easily</td>
45 You can get your widget-id-value go the the [Wolfram Alpha Widget](http://developer.wolframalpha.co…
57 * Wolfram Alpha for this amazing computing engine
61 All documentation for the Wolfram Alpha Plugin is available online at:
H A Dplugin.info.txt6 desc Dokuwiki Plugin to add Wolfram Alpha Widgets
/plugin/translation2/
H A Dstyle.css7 -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
13 -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
19 -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
/plugin/masciimath/
H A DREADME.txt16 * Does not recognize LaTeX-style syntax, i.e. \Alpha for Alpha
20 …* Recognizes all standard Greek letters (i.e. Alpha and gamma), uppercase and lowercase, whereas J…
/plugin/webcode/vendor/
H A Dfirebug-lite.css30 …d:url(firebug.gif) no-repeat 5px 3px; border:0 !important; opacity:0.7; filter:Alpha(Opacity=70); }
31 …active { border:0 !important; background-color:transparent; opacity:1; filter:Alpha(Opacity=100); }
32 …rebug.gif) no-repeat -3px -48px; border:0 !important; opacity:0.7; filter:Alpha(Opacity:80); *padd…
33 …active { border:0 !important; background-color:transparent; opacity:1; filter:Alpha(Opacity:100); }
49 …l(firebug.gif) no-repeat 65px -151px; border:0 !important; opacity:0.7; filter:Alpha(Opacity=70); }
50 …active { border:0 !important; background-color:transparent; opacity:1; filter:Alpha(Opacity=100); }
57 … background:transparent; *background:url(spacer.gif); opacity:0.5; filter:Alpha(Opacity=50); paddi…
58 …n:absolute; top:0; left:0; background:rgb(0,150,255); opacity:0.5; filter:Alpha(Opacity=50); paddi…
86 …px 10px; background:url(firebug.gif) no-repeat -3px -34px; opacity:0.8; filter:Alpha(Opacity:80); }
87 #Firebug .Console .MLButton:hover { opacity:1; filter:Alpha(Opacity:100); }
[all …]
/plugin/combo/resources/firebug/
H A Dfirebug-lite.css41 #Firebug .ButtonContainer .Logo { text-decoration:none; padding-left:24px; background:url(firebug.gif) no-repeat 5px 3px; border:0 !important; opacity:0.7; filter:Alpha(Opacity=70); }
42 #Firebug .ButtonContainer .Logo:hover, #Firebug .ButtonContainer .Logo:active { border:0 !important; background-color:transparent; opacity:1; filter:Alpha(Opacity=100); }
43 #Firebug .ButtonContainer .Maximize, #Firebug .ButtonContainer .Minimize, #Firebug .ButtonContainer .NewWindow, #Firebug .ButtonContainer .Dock, #Firebug .ButtonContainer .Close { position:absolute; right:0; top:12px; padding:6px 8px 8px 8px; background:url(firebug.gif) no-repeat -3px -48px; border:0 !important; opacity:0.7; filter:Alpha(Opacity:80); *padding:0px 7px 1px 7px; }
44 #Firebug .ButtonContainer .Maximize:hover, #Firebug .ButtonContainer .Maximize:active, #Firebug .ButtonContainer .NewWindow:hover, #Firebug .ButtonContainer .NewWindow:active, #Firebug .ButtonContainer .Dock:hover, #Firebug .ButtonContainer .Dock:active, #Firebug .ButtonContainer .Minimize:hover, #Firebug .ButtonContainer .Minimize:active, #Firebug .ButtonContainer .Close:hover, #Firebug .ButtonContainer .Close:active { border:0 !important; background-color:transparent; opacity:1; filter:Alpha(Opacity:100); }
60 #Firebug .Nav .Settings .Options { text-decoration:none; padding-left:24px; background:url(firebug.gif) no-repeat 65px -151px; border:0 !important; opacity:0.7; filter:Alpha(Opacity=70); }
61 #Firebug .Nav .Settings .Options:hover, #Firebug .ButtonContainer .Options:active { border:0 !important; background-color:transparent; opacity:1; filter:Alpha(Opacity=100); }
68 #FirebugBorderInspector { display:none; z-index:99999998; position:absolute; top:0; left:0; border:2px solid #0000ff; background:transparent; *background:url(spacer.gif); opacity:0.5; filter:Alpha(Opacity=50); padding:0; margin:0; }
69 #FirebugBGInspector { display:none; z-index:99999998; position:absolute; top:0; left:0; background:rgb(0,150,255); opacity:0.5; filter:Alpha(Opacity=50); padding:0; margin:0; }
97 #Firebug .Console .MLButton { cursor:pointer; position:absolute; top:276px; right:-22px; width:20px; padding:4px 10px 10px 10px; font-size:1px; *padding:2px 10px 10px 10px; background:url(firebug.gif) no-repeat -3px -34px; opacity:0.8; filter:Alpha(Opacity:80); }
98 #Firebug .Console .MLButton:hover { opacity:1; filter:Alpha(Opacit
[all...]
/plugin/projects/pchart/pchart/
H A Dpchart.php233 $this->ShadowAlpha = $Alpha;
1954 if ( $Shadow && $Alpha == 100 )
2826 if ( $Alpha == 100 )
3082 function drawFromPNG($FileName,$X,$Y,$Alpha=100) argument
3111 function drawAlphaPixel($X,$Y,$Alpha,$R,$G,$B) argument
3125 $iAlpha = (100 - $Alpha)/100;
3126 $Alpha = $Alpha / 100;
3128 $Ra = floor($R*$Alpha+$R2*$iAlpha);
3129 $Ga = floor($G*$Alpha+$G2*$iAlpha);
3130 $Ba = floor($B*$Alpha+$B2*$iAlpha);
[all …]
/plugin/charter/lib/pchart/
H A DpChart.class.php233 $this->ShadowAlpha = $Alpha;
1979 if ( $Shadow && $Alpha == 100 )
2851 if ( $Alpha == 100 )
3107 function drawFromPNG($FileName,$X,$Y,$Alpha=100) argument
3136 function drawAlphaPixel($X,$Y,$Alpha,$R,$G,$B) argument
3150 $iAlpha = (100 - $Alpha)/100;
3151 $Alpha = $Alpha / 100;
3153 $Ra = floor($R*$Alpha+$R2*$iAlpha);
3154 $Ga = floor($G*$Alpha+$G2*$iAlpha);
3155 $Ba = floor($B*$Alpha+$B2*$iAlpha);
[all …]
/plugin/statdisplay/pchart/
H A DpChart.php162 $Alpha,
1073 $shadowProperties, FALSE, $Alpha );
1468 $Alpha);
1897 $Alpha);
1978 $Alpha);
1993 $Alpha);
2031 $Alpha);
2103 if ($Alpha == 100) {
2119 TRUE, $Alpha);
2178 $Alpha);
[all …]
/plugin/statistics/inc/pchart/
H A DpChart.php163 function setShadowProperties($XDistance = 1, $YDistance = 1, Color $color = null, $Alpha = 50, $Blur = 0) { argument
172 $Alpha,
1127 public function drawTextBox(Point $point1, Point $point2, $Text, $Angle = 0, Color $color = null, $Align = ALIGN_LEFT, ShadowProperties $shadowProperties = null, Color $backgroundColor = null, $Alpha = 100) { argument
1147 $shadowProperties, FALSE, $Alpha
1559 function drawArea($Data, $Serie1, $Serie2, Color $color, $Alpha = 50) { argument
1590 $Alpha
1897 function drawFilledCubicCurve(pData $data, $Accuracy = .1, $Alpha = 100, $AroundZero = FALSE) { argument
2044 $Alpha
2057 function drawFilledLineGraph($Data, $DataDescription, $Alpha = 100, $AroundZero = FALSE) { argument
2127 $Alpha
2156 drawOverlayBarGraph($Data, $DataDescription, $Alpha = 50) global() argument
2228 drawBarGraph($Data, $DataDescription, $Alpha = 100) global() argument
2291 drawStackedBarGraph($Data, $DataDescription, $Alpha = 50, $Contiguous = FALSE) global() argument
2735 drawFilledRadar($Data, $DataDescription, $Alpha = 50, $BorderOffset = 10, $MaxValue = 1) global() argument
2899 drawFromPNG($FileName, $X, $Y, $Alpha = 100) global() argument
2906 drawFromGIF($FileName, $X, $Y, $Alpha = 100) global() argument
2913 drawFromJPG($FileName, $X, $Y, $Alpha = 100) global() argument
2920 drawFromPicture($PicType, $FileName, $X, $Y, $Alpha = 100) global() argument
[all...]
/plugin/diagramsnet/lib/math/jax/input/MathML/entities/
H A Da.js19 …cute:"\u00C1",Abreve:"\u0102",Acirc:"\u00C2",Acy:"\u0410",Agrave:"\u00C0",Alpha:"\u0391",Amacr:"\u…
/plugin/widearea/widearea/
H A Dwidearea.css94 -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
107 -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
/plugin/diagramsnet/lib/math/extensions/TeX/
H A Dmediawiki-texvc.js19 …A:["Macro","\u00c5"],alef:["Macro","\\aleph"],alefsym:["Macro","\\aleph"],Alpha:["Macro","\\mathrm…
/plugin/fckg/action/entities/utils/
H A Dentities.txt254 &Alpha;
255 Alpha
H A Dentities.pl282 &Alpha;
/plugin/ckgdoku/action/entities/utils/
H A Dentities.txt254 &Alpha;
255 Alpha
H A Dentities.pl282 &Alpha;
/plugin/ckgedit/action/entities/utils/
H A Dentities.txt254 &Alpha;
255 Alpha
H A Dentities.pl282 &Alpha;
/plugin/epub/scripts/utils/
H A Dsymbol_ents_delim.txt39 &#913; &Alpha;
/plugin/s5reloaded/ui/graphic_support/
H A Diepngfix.htc6 // IE5.5+ PNG Alpha Fix v1.0 by Angus Turnbull http://www.twinhelix.com
/plugin/s5reloaded/ui/thesis/
H A Diepngfix.htc6 // IE5.5+ PNG Alpha Fix v1.0 by Angus Turnbull http://www.twinhelix.com
/plugin/s5/ui/default/
H A Diepngfix.htc6 // IE5.5+ PNG Alpha Fix v1.0 by Angus Turnbull http://www.twinhelix.com
/plugin/s5/ui/dokuwiki/
H A Diepngfix.htc6 // IE5.5+ PNG Alpha Fix v1.0 by Angus Turnbull http://www.twinhelix.com
/plugin/extlist/css/
H A D_numbering.less94 ol.Alpha {

1234