Searched refs:Values (Results 1 – 25 of 61) sorted by relevance
123
70 $Values = explode ( $Delimiter, $buffer );74 foreach ( $Values as $key => $Value ) {80 $data->SetSeriesName ( $Values [$Value], "Serie" . $Value );90 $Values = explode ( $Delimiter, $buffer );94 foreach ( $Values as $key => $Value ) {101 $SerieName = $Values [$DataName];104 $data->AddPoint ( $Values [$Value], "Serie" . $Value, $SerieName );
189 $Values = explode ( $Delimiter, $buffer );190 if (count ( $Values ) == 3) {191 $this->palette->colors[$ColorID] = new Color($Values[0],192 $Values[1],193 $Values[2]);440 foreach ( $Data->getData() as $Values ) {448 $Value = $Values[$Data->getDataDescription()->getPosition()];547 foreach ( $Data->getData() as $Values ) {549 if (isset ( $Values[$ColName] )) {550 $Value = $Values[$ColName];[all …]
109 foreach ( $Data as $Values ) {111 foreach ( $Values as $Serie => $Value )
75 $Values = split($Delimiter,$buffer);84 foreach($Values as $key => $Value)92 $this->SetSerieName($Values[$Value],"Serie".$Value);101 foreach($Values as $key => $Value)108 $SerieName = $Values[$DataName];111 $this->AddPoint($Values[$Value],"Serie".$Value,$SerieName);
109 foreach($Data as $key => $Values)112 foreach($Values as $Serie => $Value)
282 $Values = split($Delimiter,$buffer);283 if ( count($Values) == 3 )285 $this->Palette[$ColorID]["R"] = $Values[0];286 $this->Palette[$ColorID]["G"] = $Values[1];287 $this->Palette[$ColorID]["B"] = $Values[2];405 foreach ( $Data as $Key => $Values )426 foreach ( $Data as $Key => $Values )589 foreach ( $Data as $Key => $Values )657 foreach ( $Data as $Key => $Values )764 foreach ( $Data as $Key => $Values )[all …]
74 $Values = split($Delimiter, $line);78 foreach($Values as $Value) {87 $Value = trim($Values[$column]);96 foreach($Values as $Value) {104 if ( $DataName != -1 ) $SerieName = $Values[$DataName];106 $Value = trim($Values[$column]);
58 …`embed-position:` - Displays the embedded content to the right, left or centre of the page. Values:72 * `height` - Sets the maximum height of the iframe. Values:77 * `autoplay` - Specifies if the video will autoplay when the page is loaded. Values:80 * `mute` - Specifies if the video will muted if autoplay is enabled. Values:120 * `allowFullScreen` - allow users to make the embed fullscreen. Values:
30 * `type: ` - This sets the display mode. Values:51 * `order` - the direction of the order. Values:89 * `image-size: ` - The size of the image to appear on the page. Values:93 * `position` - Where the image is displayed on the page. Values:
9 ^ Attribute ^ Default Value ^ Allowed Values ^ Description ^
17 ^ Attribute ^ Allowed Values ^ Description ^
27 ^ Attribute ^ Default Value ^ Allowed Values | Description
31 ^ Attribute ^ Default Value ^ Allowed Values ^ Description ^
47 ^ Name ^ Default ^ Values ^ Description ^
162 ^ Attribute ^ Default Value ^ Allowed Values ^ Description ^
119 ^ Attribute ^ Allowed Values ^ Description ^
145 ^ Attribute ^ Default Value ^ Allowed Values ^ Description ^
112 ^ Attribute ^ Default Value ^ Allowed Values ^ Description ^
6 targets include _blank, _self, _parent and _top. Values should be
53 …in in ***Admin -> Configuration Manager –> Plugin Settings –> Piwik2*** (Values partly have to be …
53 …in in ***Admin -> Configuration Manager –> Plugin Settings –> Matomo*** (Values partly have to be …
45 * Values: enter the groups you want to assign to users
866 $values = $this->Values();879 private function Values() function in Doctrine\\Common\\Annotations\\DocParser