Home
last modified time | relevance | path

Searched refs:Shadow (Results 1 – 25 of 48) sorted by relevance

12

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Slides/
H A DShapeProperties.php32 protected $shadowType = Shadow::class;
94 * @param Shadow
96 public function setShadow(Shadow $shadow)
101 * @return Shadow
H A DImageProperties.php38 protected $shadowType = Shadow::class;
130 * @param Shadow
132 public function setShadow(Shadow $shadow)
137 * @return Shadow
H A DShadow.php20 class Shadow extends \Google\Model class
164 class_alias(Shadow::class, 'Google_Service_Slides_Shadow');
/plugin/combo/ComboStrap/
H A DHover.php7 use ComboStrap\TagAttribute\Shadow; alias
60 * Shadow translation between animation name
65 $hover = Shadow::getDefaultClass();
68 $hover = Shadow::MEDIUM_ELEVATION_CLASS;
H A DButtonTag.php5 use ComboStrap\TagAttribute\Shadow; alias
52 $tagAttributes->addComponentAttributeValue(Shadow::CANONICAL, true);
H A DSkin.php7 use ComboStrap\TagAttribute\Shadow; alias
120 Shadow::addMediumElevation($attributes);
H A DMediaMarkup.php9 use ComboStrap\TagAttribute\Shadow; alias
88 Shadow::SHADOW_ATT,
H A DTagAttributes.php21 use ComboStrap\TagAttribute\Shadow; alias
584 Shadow::process($this);
/plugin/combo/conf/
H A Dmetadata.php40 use ComboStrap\TagAttribute\Shadow; alias
209 * Default Shadow level
211 $meta[Shadow::CONF_DEFAULT_VALUE] = array('multichoice', '_choices' => array(
212 Shadow::CONF_SMALL_LEVEL_VALUE,
213 Shadow::CONF_MEDIUM_LEVEL_VALUE,
214 Shadow::CONF_LARGE_LEVEL_VALUE,
215 Shadow::CONF_EXTRA_LARGE_LEVEL_VALUE
/plugin/combo/ComboStrap/TagAttribute/
H A DShadow.php21 class Shadow class
/plugin/combo/lang/en/
H A Dsettings.php38 use ComboStrap\TagAttribute\Shadow; alias
179 * Default Shadow level
181 $lang[Shadow::CONF_DEFAULT_VALUE] = PluginUtility::getDocumentationHyperLink(Shadow::CANONICAL, "Shadow - The default level applied to a shadow attributes");
/plugin/jdraw/src/com/mxgraph/examples/swing/resources/
H A Deditor_zh-CN.properties.bak50 shadow=Shadow
H A Deditor.properties51 shadow=Shadow
H A Deditor.properties.bak49 shadow=Shadow
H A Deditor_zh-CN.properties50 shadow=Shadow
/plugin/combo/
H A Ddeleted.files96 class/Shadow.php
229 ComboStrap/Shadow.php
/plugin/projects/pchart/pchart/
H A Dpchart.php1072 function drawTitle($XPos,$YPos,$Value,$R,$G,$B,$XPos2=-1,$YPos2=-1,$Shadow=FALSE) argument
1090 if ( $Shadow )
1100 …x($X1,$Y1,$X2,$Y2,$Text,$Angle=0,$R=255,$G=255,$B=255,$Align=ALIGN_LEFT,$Shadow=TRUE,$BgR=-1,$BgG=… argument
1123 if ( $Shadow )
1205 …rawPlotGraph($Data,$DataDescription,$BigRadius=5,$SmallRadius=2,$R2=-1,$G2=-1,$B2=-1,$Shadow=FALSE) argument
1252 if ( $Shadow )
1294 …$YSerieName,$XSerieName,$PaletteID=0,$BigRadius=5,$SmallRadius=2,$R2=-1,$G2=-1,$B2=-1,$Shadow=TRUE) argument
1313 if ( $Shadow )
1916 function drawBarGraph($Data,$DataDescription,$Shadow=FALSE,$Alpha=100) argument
1954 if ( $Shadow && $Alpha == 100 )
/plugin/charter/lib/pchart/
H A DpChart.class.php1096 function drawTitle($XPos,$YPos,$Value,$R,$G,$B,$XPos2=-1,$YPos2=-1,$Shadow=FALSE) argument
1114 if ( $Shadow )
1124 …x($X1,$Y1,$X2,$Y2,$Text,$Angle=0,$R=255,$G=255,$B=255,$Align=ALIGN_LEFT,$Shadow=TRUE,$BgR=-1,$BgG=… argument
1147 if ( $Shadow )
1229 …rawPlotGraph($Data,$DataDescription,$BigRadius=5,$SmallRadius=2,$R2=-1,$G2=-1,$B2=-1,$Shadow=FALSE) argument
1276 if ( $Shadow )
1318 …$YSerieName,$XSerieName,$PaletteID=0,$BigRadius=5,$SmallRadius=2,$R2=-1,$G2=-1,$B2=-1,$Shadow=TRUE) argument
1337 if ( $Shadow )
1941 function drawBarGraph($Data,$DataDescription,$Shadow=FALSE,$Alpha=100) argument
1979 if ( $Shadow && $Alpha == 100 )
/plugin/statdisplay/pchart/
H A DpChart.php1264 …$Data, $DataDescription, $BigRadius = 5, $SmallRadius = 2, Color $color2 = null, $Shadow = FALSE) { argument
1300 if ($Shadow) {
1369 …$PaletteID = 0, $BigRadius = 5, $SmallRadius = 2, Color $color2 = null, $Shadow = TRUE, $SizeSerie… argument
1397 if ($Shadow) {
/plugin/statistics/inc/pchart/
H A DpChart.php96 /* Shadow settings */
1285 // Shadow
1379 function drawPlotGraph($Data, $DataDescription, $BigRadius = 5, $SmallRadius = 2, Color $color2 = null, $Shadow = FALSE) { argument
1415 if($Shadow) {
1480 function drawXYPlotGraph(pData $DataSet, $YSerieName, $XSerieName, $PaletteID = 0, $BigRadius = 5, $SmallRadius = 2, Color $color2 = null, $Shadow = TRUE, $SizeSerieName = '') { argument
1508 if($Shadow) {
/plugin/amcharts/assets/amcharts/plugins/export/libs/fabric.js/
H A Dfabric.min.js4Shadow){fabric.warn("fabric.Shadow is already defined.");return}fabric.Shadow=fabric.util.createCl…
6Shadow)){value=new fabric.Shadow(value)}this[key]=value;return this},toggle:function(property){var…
13 …f styleDeclaration.shadow==="string"){styleDeclaration.shadow=new fabric.Shadow(styleDeclaration.s…
H A Dfabric.js5464 if (fabric.Shadow) {
5475 fabric.Shadow = fabric.util.createClass(/** @lends fabric.Shadow.prototype */ {
5543 offsetsAndBlur = fabric.Shadow.reOffsetsAndBlur.exec(shadowStr) || [ ],
5544 color = shadowStr.replace(fabric.Shadow.reOffsetsAndBlur, '') || 'rgb(0,0,0)';
5613 var obj = { }, proto = fabric.Shadow.prototype;
5636 …fabric.Shadow.reOffsetsAndBlur = /(?:\s|^)(-?\d+(?:px)?(?:\s?|$))?(-?\d+(?:px)?(?:\s?|$))?(\d+(?:p…
7296 this.shadow = new fabric.Shadow(options);
11397 else if (key === 'shadow' && value && !(value instanceof fabric.Shadow)) {
11398 value = new fabric.Shadow(value);
11867 return this.set('shadow', options ? new fabric.Shadow(options) : null);
[all …]
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/skins/
H A Ddhtmlxgantt_material.css94 /* Shadow under header */
/plugin/diagramsnet/lib/resources/
H A Ddia_kn.txt683 shadow=Shadow
H A Ddia_si.txt683 shadow=Shadow

12