Lines Matching refs:ID
83 $ID = 1;
85 { $this->SetSerieName($Value,"Serie".$ID); $ID++; }
100 $ID = 1;
102 { $this->AddPoint(intval($Value),"Serie".$ID); $ID++; }
125 $ID = 0;
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"]))
143 $this->Data[$ID]["Name"] = $ID;
144 $ID++;