Home
last modified time | relevance | path

Searched refs:Values (Results 1 – 25 of 61) sorted by relevance

123

/plugin/statdisplay/pchart/
DCSVImporter.php70 $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 );
DpChart.php189 $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 …]
DpCache.php109 foreach ( $Data as $Values ) {
111 foreach ( $Values as $Serie => $Value )
/plugin/charter/lib/pchart/
DpData.class.php75 $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);
DpCache.class.php109 foreach($Data as $key => $Values)
112 foreach($Values as $Serie => $Value)
DpChart.class.php282 $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 …]
/plugin/projects/pchart/pchart/
Dpdata.php74 $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]);
Dpcache.php109 foreach($Data as $key => $Values)
112 foreach($Values as $Serie => $Value)
Dpchart.php282 $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 …]
/plugin/externalembed/
DREADME.md58 …`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:
/plugin/airtable/
DREADME.md30 * `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:
/plugin/bootswrapper/exe/help/
Dtooltip.txt9 ^ Attribute ^ Default Value ^ Allowed Values ^ Description ^
Dimage.txt17 ^ Attribute ^ Allowed Values ^ Description ^
Dwell.txt27 ^ Attribute ^ Default Value ^ Allowed Values | Description
Dlabel.txt31 ^ Attribute ^ Default Value ^ Allowed Values ^ Description ^
Dalert.txt47 ^ Name ^ Default ^ Values ^ Description ^
Dprogress.txt162 ^ Attribute ^ Default Value ^ Allowed Values ^ Description ^
Dtext.txt119 ^ Attribute ^ Allowed Values ^ Description ^
Dcallout.txt145 ^ Attribute ^ Default Value ^ Allowed Values ^ Description ^
Dbutton.txt112 ^ Attribute ^ Default Value ^ Allowed Values ^ Description ^
/plugin/scrape/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/
DAttr.AllowedFrameTargets.txt6 targets include _blank, _self, _parent and _top. Values should be
/plugin/piwik2/
DREADME.md53 …in in ***Admin -> Configuration Manager –> Plugin Settings –> Piwik2*** (Values partly have to be …
/plugin/matomo/
DREADME.md53 …in in ***Admin -> Configuration Manager –> Plugin Settings –> Matomo*** (Values partly have to be …
/plugin/sfauth/
DREADME.wiki45 * Values: enter the groups you want to assign to users
/plugin/findologicxmlexport/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/
DDocParser.php866 $values = $this->Values();
879 private function Values() function in Doctrine\\Common\\Annotations\\DocParser

123