/plugin/statdisplay/pchart/ |
H A D | CSVImporter.php | 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 );
|
H A D | pCache.php | 109 foreach ( $Data as $Values ) { 111 foreach ( $Values as $Serie => $Value )
|
H A D | pChart.php | 190 if (count ( $Values ) == 3) { 192 $Values[1], 193 $Values[2]); 1376 if (isset($Values[$YSerieName]) && isset ($Values[$XSerieName])) { 1377 $X = $Values[$XSerieName]; 1378 $Y = $Values[$YSerieName]; 1449 $Value1 = $Values[$Serie1]; 1450 $Value2 = $Values[$Serie2]; 1497 if (isset ( $Values[$Serie] ) && is_numeric ( $Values[$Serie] )) { 1498 $Value = $Values[$Serie]; [all …]
|
/plugin/statistics/inc/pchart/ |
H A D | CSVImporter.php | 68 $Values = explode($Delimiter, $buffer); 72 foreach($Values as $key => $Value) { 78 $data->SetSeriesName($Values [$Value], "Serie".$Value); 88 $Values = explode($Delimiter, $buffer); 92 foreach($Values as $key => $Value) { 99 $SerieName = $Values [$DataName]; 102 $data->AddPoint($Values [$Value], "Serie".$Value, $SerieName);
|
H A D | pCache.php | 106 foreach($Data as $Values) { 108 foreach($Values as $Serie => $Value)
|
H A D | pChart.php | 454 foreach($Data->getData() as $Values) { 464 $Value = $Values[$Data->getDataDescription()->getPosition()]; 575 foreach($Data->getData() as $Values) { 577 if(isset ($Values[$ColName])) { 578 $Value = $Values[$ColName]; 596 foreach($Data->getData() as $Values) { 600 if(isset ($Values[$ColName])) { 601 $Value = $Values[$ColName]; 1404 foreach($Data as $Values) { 1405 $Value = $Values[ [all...] |
/plugin/projects/pchart/pchart/ |
H A D | pdata.php | 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]);
|
H A D | pcache.php | 109 foreach($Data as $key => $Values) 112 foreach($Values as $Serie => $Value)
|
H A D | pchart.php | 282 $Values = split($Delimiter,$buffer); 283 if ( count($Values) == 3 ) 589 foreach ( $Data as $Key => $Values ) 657 foreach ( $Data as $Key => $Values ) 764 foreach ( $Data as $Key => $Values ) 1302 foreach ( $Data as $Key => $Values ) 1360 foreach ( $Data as $Key => $Values ) 1475 foreach ( $Data as $Key => $Values ) 2036 foreach ( $Data as $Key => $Values ) 3288 foreach($Data as $key => $Values) [all …]
|
/plugin/charter/lib/pchart/ |
H A D | pData.class.php | 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);
|
H A D | pCache.class.php | 109 foreach($Data as $key => $Values) 112 foreach($Values as $Serie => $Value)
|
H A D | pChart.class.php | 282 $Values = split($Delimiter,$buffer); 283 if ( count($Values) == 3 ) 589 foreach ( $Data as $Key => $Values ) 657 foreach ( $Data as $Key => $Values ) 764 foreach ( $Data as $Key => $Values ) 1326 foreach ( $Data as $Key => $Values ) 1384 foreach ( $Data as $Key => $Values ) 1499 foreach ( $Data as $Key => $Values ) 2061 foreach ( $Data as $Key => $Values ) 3313 foreach($Data as $key => $Values) [all …]
|
/plugin/externalembed/ |
H A D | README.md | 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:
|
/plugin/airtable/ |
H A D | README.md | 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:
|
/plugin/bootswrapper/exe/help/ |
H A D | tooltip.txt | 9 ^ Attribute ^ Default Value ^ Allowed Values ^ Description ^
|
H A D | image.txt | 17 ^ Attribute ^ Allowed Values ^ Description ^
|
H A D | well.txt | 27 ^ Attribute ^ Default Value ^ Allowed Values | Description
|
H A D | label.txt | 31 ^ Attribute ^ Default Value ^ Allowed Values ^ Description ^
|
H A D | alert.txt | 47 ^ Name ^ Default ^ Values ^ Description ^
|
H A D | progress.txt | 162 ^ Attribute ^ Default Value ^ Allowed Values ^ Description ^
|
/plugin/scrape/HTMLPurifier/ConfigSchema/schema/ |
H A D | Attr.AllowedFrameTargets.txt |
|
/plugin/findologicxmlexport/vendor/symfony/yaml/Tests/Fixtures/ |
H A D | YtsBlockMapping.yml | 24 test: Values aligned
|
H A D | YtsFlowCollections.yml | 51 test: Commas in Values (not in the spec!)
|
/plugin/piwik2/ |
H A D | README.md | 53 …in in ***Admin -> Configuration Manager –> Plugin Settings –> Piwik2*** (Values partly have to be …
|
/plugin/matomo/ |
H A D | README.md | 53 …in in ***Admin -> Configuration Manager –> Plugin Settings –> Matomo*** (Values partly have to be …
|