Home
last modified time | relevance | path

Searched refs:Key (Results 76 – 84 of 84) sorted by path

1234

/plugin/statdisplay/pchart/
H A DpData.php108 foreach (array_keys($this->Data [0]) as $Key) {
109 if ($Key != "Name") {
110 $this->dataDescription->values[] = $Key;
240 foreach (array_keys($this->Data) as $Key) {
241 if (isset ( $this->Data[$Key] [$colName] )) {
242 $Value = $this->Data[$Key] [$colName];
/plugin/statistics/inc/pchart/
H A DPieChart.php66 foreach($Data as $Key => $Value) {
103 foreach($Data as $Key => $Value) {
168 foreach(array_keys($Data) as $Key) {
169 if(isset ($Data [$Key] [$ColName]))
170 $PieSum = $PieSum + $Data [$Key] [$ColName];
171 $iValues [] = $Data [$Key] [$ColName];
187 foreach($iValues as $Key => $Value) {
188 $TopPlots [$Key] [] = $XPos;
189 $TopPlots [$Key] [] = $YPos;
199 $TopPlots [$Key] []
[all...]
H A DpChart.php1016 foreach($DataDescription->description as $Key => $Value) {
1052 foreach($DataDescription->description as $Key => $Value) {
2084 foreach(array_keys($Data) as $Key) {
2085 $Value = $Data [$Key] [$ColName];
2090 $this->addToImageMap($XPos - 3, $YPos - 3, $XPos + 3, $YPos + 3, $DataDescription->description[$ColName], $Data [$Key] [$ColName].$DataDescription->getYUnit(), "FLine");
2170 foreach(array_keys($Data) as $Key) {
2171 if(isset ($Data [$Key] [$ColName])) {
2172 $Value = $Data [$Key] [$ColName];
2200 $this->addToImageMap($X1, min($Y1, $Y2), $X2, max($Y1, $Y2), $DataDescription->description[$ColName], $Data [$Key] [$ColName].$DataDescription->getYUnit(), "oBar");
2248 foreach(array_keys($Data) as $Key) {
[all...]
H A DpData.php108 foreach(array_keys($this->Data [0]) as $Key) {
109 if($Key != "Name") {
110 $this->dataDescription->values[] = $Key;
244 foreach(array_keys($this->Data) as $Key) {
245 if(isset ($this->Data[$Key] [$colName])) {
246 $Value = $this->Data[$Key] [$colName];
/plugin/tuxquote/
H A Dquotes.txt1042 If you're looking for a sport that offers both of the Surgeon General's Two Recommended Key Element…
/plugin/vbsso/
H A DREADME.md64 3. Modify your default Platform Shared Key by setting it to more secure unreadable phrase to encryp…
72 4. Copy Platform Url link and Shared Key field from WordPress installation to vBulletin.
/plugin/webcomponent/_test/data/pages/
H A Dnavbar.txt59 [[data:type:key_value:|Key/Value]]
/plugin/wysiwyg/fckeditor/
H A Dfckeditor.cfc211 hint="Create configuration string: Key1=Value1&Key2=Value2&... (Key/Value:HTML encoded)"
H A Dfckeditor.cfm131 // create configuration string: Key1=Value1&Key2=Value2&... (Key/Value:HTML encoded)

1234