| /plugin/statdisplay/pchart/ |
| D | pData.php | 27 private $Data = array(); variable in pData 71 for($i = 0; $i < count ( $this->Data ); $i ++) { 72 if (isset ( $this->Data [$i] [$Serie] )) { 78 $this->Data [$ID] [$Serie] = $Val; 80 $this->Data[$ID]["Name"] = $Description; 82 elseif (! isset ( $this->Data [$ID] ["Name"] )) { 83 $this->Data [$ID] ["Name"] = $ID; 107 if (isset ( $this->Data [0] )) { 108 foreach (array_keys($this->Data [0]) as $Key) { 159 return $this->Data; [all …]
|
| D | pCache.php | 50 public function IsInCache($ID, $Data, $Hash = "") { argument 52 $Hash = $this->GetHash ( $ID, $Data ); 63 public function WriteToCache($ID, $Data, pChart $Picture) { argument 64 $Hash = $this->GetHash ( $ID, $Data ); 73 public function DeleteFromCache($ID, $Data) { argument 74 $Hash = $this->GetHash ( $ID, $Data ); 84 * @param pData $Data pChart->getData ;) 89 public function GetFromCache($ID, $Data, $return = FALSE) { argument 90 $Hash = $this->GetHash ( $ID, $Data ); 107 protected function GetHash($ID, $Data) { argument [all …]
|
| D | pChart.php | 307 …function drawScale(pData $Data, ScaleStyle $style, $Angle = 0, $Decimals = 1, $WithMargin = FALSE,… argument 309 $this->validateData ( "drawScale", $Data->getData() ); 325 $Divisions = $this->calculateDivisions($Data, $style); 340 if (count ( $Data->getData() ) > 1) { 342 $this->DivisionWidth = ($this->GArea_X2 - $this->GArea_X1) / (count ( $Data->getData() ) - 1); 344 $this->DivisionWidth = ($this->GArea_X2 - $this->GArea_X1) / (count ( $Data->getData() )); 352 $this->DataCount = count ( $Data->getData() ); 378 $Data->getDataDescription()->getYFormat(), 379 $Data->getDataDescription()->getYUnit()); 413 if ($Data->getDataDescription()->getYAxisName() != '') { [all …]
|
| D | PieChart.php | 52 …public function drawPieLegend($XPos, $YPos, $Data, $DataDescription, Color $color, ShadowPropertie… argument 59 $this->validateData ( "drawPieLegend", $Data ); 67 foreach ( $Data as $Key => $Value ) { 100 foreach ( $Data as $Key => $Value ) { 137 …public function drawBasicPieGraph($Data, $DataDescription, $XPos, $YPos, $Radius = 100, $DrawLabel… argument 152 $this->validateData ( "drawBasicPieGraph", $Data ); 160 foreach (array_keys($Data) as $Key) { 161 if (isset ( $Data [$Key] [$ColName] )) 162 $PieSum = $PieSum + $Data [$Key] [$ColName]; 163 $iValues [] = $Data [$Key] [$ColName]; [all …]
|
| /plugin/projects/pchart/pchart/ |
| D | pcache.php | 61 function IsInCache($ID,$Data,$Hash="") argument 64 $Hash = $this->GetHash($ID,$Data); 73 function WriteToCache($ID,$Data,$Picture) argument 75 $Hash = $this->GetHash($ID,$Data); 82 function DeleteFromCache($ID,$Data) argument 84 $Hash = $this->GetHash($ID,$Data); 92 function GetFromCache($ID,$Data) argument 94 $Hash = $this->GetHash($ID,$Data); 106 function GetHash($ID,$Data) argument 109 foreach($Data as $key => $Values)
|
| D | pdata.php | 52 var $Data; variable in pData 57 $this->Data = ""; 119 for($i=0;$i<=count($this->Data);$i++) 120 { if(isset($this->Data[$i][$Serie])) { $ID = $i+1; } } 124 $this->Data[$ID][$Serie] = $Value; 126 $this->Data[$ID]["Name"] = $Description; 127 elseif (!isset($this->Data[$ID]["Name"])) 128 $this->Data[$ID]["Name"] = $ID; 134 $this->Data[$ID][$Serie] = $Val; 135 if (!isset($this->Data[$ID]["Name"])) [all …]
|
| D | pchart.php | 375 …function drawRightScale($Data,$DataDescription,$ScaleMode,$R,$G,$B,$DrawTicks=TRUE,$Angle=0,$Decim… argument 377 …$this->drawScale($Data,$DataDescription,$ScaleMode,$R,$G,$B,$DrawTicks,$Angle,$Decimals,$WithMargi… 381 …function drawScale($Data,$DataDescription,$ScaleMode,$R,$G,$B,$DrawTicks=TRUE,$Angle=0,$Decimals=1… argument 384 $this->validateData("drawScale",$Data); 395 $this->VMin = $Data[0][$DataDescription["Values"][0]]; 396 $this->VMax = $Data[0][$DataDescription["Values"][0]]; 405 foreach ( $Data as $Key => $Values ) 409 if (isset($Data[$Key][$ColName])) 411 $Value = $Data[$Key][$ColName]; 426 foreach ( $Data as $Key => $Values ) [all …]
|
| /plugin/charter/lib/pchart/ |
| D | pCache.class.php | 61 function IsInCache($ID,$Data,$Hash="") argument 64 $Hash = $this->GetHash($ID,$Data); 73 function WriteToCache($ID,$Data,$Picture) argument 75 $Hash = $this->GetHash($ID,$Data); 82 function DeleteFromCache($ID,$Data) argument 84 $Hash = $this->GetHash($ID,$Data); 92 function GetFromCache($ID,$Data) argument 94 $Hash = $this->GetHash($ID,$Data); 106 function GetHash($ID,$Data) argument 109 foreach($Data as $key => $Values)
|
| D | pData.class.php | 50 var $Data; variable in pData 55 $this->Data = ""; 126 for($i=0;$i<=count($this->Data);$i++) 127 { if(isset($this->Data[$i][$Serie])) { $ID = $i+1; } } 131 $this->Data[$ID][$Serie] = $Value; 133 $this->Data[$ID]["Name"] = $Description; 134 elseif (!isset($this->Data[$ID]["Name"])) 135 $this->Data[$ID]["Name"] = $ID; 141 $this->Data[$ID][$Serie] = $Val; 142 if (!isset($this->Data[$ID]["Name"])) [all …]
|
| D | pChart.class.php | 375 …function drawRightScale($Data,$DataDescription,$ScaleMode,$R,$G,$B,$DrawTicks=TRUE,$Angle=0,$Decim… argument 377 …$this->drawScale($Data,$DataDescription,$ScaleMode,$R,$G,$B,$DrawTicks,$Angle,$Decimals,$WithMargi… 381 …function drawScale($Data,$DataDescription,$ScaleMode,$R,$G,$B,$DrawTicks=TRUE,$Angle=0,$Decimals=1… argument 384 $this->validateData("drawScale",$Data); 395 $this->VMin = $Data[0][$DataDescription["Values"][0]]; 396 $this->VMax = $Data[0][$DataDescription["Values"][0]]; 405 foreach ( $Data as $Key => $Values ) 409 if (isset($Data[$Key][$ColName])) 411 $Value = $Data[$Key][$ColName]; 426 foreach ( $Data as $Key => $Values ) [all …]
|
| /plugin/findologicxmlexport/vendor/findologic/libflexport/tests/FINDOLOGIC/Export/Tests/ |
| D | DataElementsTest.php | 5 use FINDOLOGIC\Export\Data\Attribute; 6 use FINDOLOGIC\Export\Data\Bonus; 7 use FINDOLOGIC\Export\Data\DateAdded; 8 use FINDOLOGIC\Export\Data\Description; 9 use FINDOLOGIC\Export\Data\Keyword; 10 use FINDOLOGIC\Export\Data\Name; 11 use FINDOLOGIC\Export\Data\Ordernumber; 12 use FINDOLOGIC\Export\Data\Price; 13 use FINDOLOGIC\Export\Data\Property; 14 use FINDOLOGIC\Export\Data\SalesFrequency; [all …]
|
| D | CSVSerializationTest.php | 6 use FINDOLOGIC\Export\Data\Bonus; 7 use FINDOLOGIC\Export\Data\DateAdded; 8 use FINDOLOGIC\Export\Data\Description; 9 use FINDOLOGIC\Export\Data\Name; 10 use FINDOLOGIC\Export\Data\Price; 11 use FINDOLOGIC\Export\Data\SalesFrequency; 12 use FINDOLOGIC\Export\Data\Sort; 13 use FINDOLOGIC\Export\Data\Summary; 14 use FINDOLOGIC\Export\Data\Url;
|
| D | XmlSerializationTest.php | 6 use FINDOLOGIC\Export\Data\Attribute; 7 use FINDOLOGIC\Export\Data\Image; 8 use FINDOLOGIC\Export\Data\Keyword; 9 use FINDOLOGIC\Export\Data\Ordernumber; 10 use FINDOLOGIC\Export\Data\Price; 11 use FINDOLOGIC\Export\Data\Property; 12 use FINDOLOGIC\Export\Data\Usergroup;
|
| /plugin/webcomponent/_test/data/pages/ |
| D | navbar.txt | 39 <dropdown name="Data (State)" > 40 [[data:processing:|Data Processing]] 41 [[data:modeling:|Data Modeling]] 42 [[data:quality:|Data Quality]] 43 [[data:type:|Data Structure]] 44 [[data:type:|Data Type]] 45 [[:data:warehouse:|Data Warehouse]] 46 [[data:viz:|Data Visualization]] 47 [[data:partition:|Data Partition]] 48 [[data:persistence:|Data Persistence]] [all …]
|
| /plugin/findologicxmlexport/vendor/findologic/libflexport/examples/ |
| D | XmlExample.php | 5 use FINDOLOGIC\Export\Data\Item; 7 use FINDOLOGIC\Export\Data\Ordernumber; 8 use FINDOLOGIC\Export\Data\Image; 9 use FINDOLOGIC\Export\Data\Attribute; 10 use FINDOLOGIC\Export\Data\Keyword; 11 use FINDOLOGIC\Export\Data\Usergroup; 12 use FINDOLOGIC\Export\Data\Property;
|
| /plugin/findologicxmlexport/vendor/findologic/libflexport/src/FINDOLOGIC/Export/XML/ |
| D | XMLItem.php | 5 use FINDOLOGIC\Export\Data\Attribute; 6 use FINDOLOGIC\Export\Data\BaseImageMissingException; 7 use FINDOLOGIC\Export\Data\Image; 8 use FINDOLOGIC\Export\Data\ImagesWithoutUsergroupMissingException; 9 use FINDOLOGIC\Export\Data\Item; 10 use FINDOLOGIC\Export\Data\Usergroup;
|
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/Analytics/Resource/ |
| D | Data.php | 28 class Data extends \Google\Service\Resource class 33 class_alias(Data::class, 'Google_Service_Analytics_Resource_Data');
|
| /plugin/data-graph/ |
| D | plugin.info.txt | 5 name Data Graph Plugin 6 desc Create Graphs for the Data Plugin
|
| /plugin/datagraph/ |
| D | plugin.info.txt | 5 name Data Graph Plugin 6 desc Create Graphs for the Data Plugin
|
| /plugin/data-au/ |
| D | plugin.info.txt | 5 name Structured Data-AU Plugin 6 desc Add and query structured data in your wiki - Forked from Structured Data release 2019-03-20…
|
| /plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Regression/GitHub/ |
| D | 2137-no_filter.phpt | 23 Data set #0 is invalid. 27 Data set #0 is invalid.
|
| /plugin/findologicxmlexport/ |
| D | DokuwikiXMLExport.php | 18 use FINDOLOGIC\Export\Data\Ordernumber; 19 use FINDOLOGIC\Export\Data\Attribute; 20 use FINDOLOGIC\Export\Data\Keyword;
|
| /plugin/jsoneditor/demo/ |
| D | jsoneditor_plugin.txt | 30 …ps://json-schema.org/|JSON Schema]] and uses it to generate an HTML form. Data for the editor is d… 32 …Save' button, changed JSON data is transferred to JSON Plugin (textarea). Data can then be saved t… 42 Syntax is similar as in [[https://www.dokuwiki.org/plugin:json|JSON Data Plugin]]:\\ 45 …n//. It only has some extra attributes and additional tab for the editor. Data source for the edit… 59 This attribute is from [[https://www.dokuwiki.org/plugin:json|JSON Data Plugin]]. Token 'schema' ca… 70 * [[https://jsonschema.net/|JSON Schema Tool]] - generate sample Schema from your JSON Data.
|
| /plugin/quickstats/lang/en/ |
| D | general_intro.txt | 6 …n the **Update Quickstats Cache** button. For the Query panel, click on the **Query Data** button. 8 is displayed on first opening the Query Data panel and which can be closed with a button at the bot…
|
| /plugin/statistics/vendor/mustangostang/spyc/ |
| D | README.md | 17 $Data = Spyc::YAMLLoad('spyc.yaml'); 25 $Data = spyc_load_file('spyc.yaml');
|