Home
last modified time | relevance | path

Searched refs:Key (Results 76 – 84 of 84) sorted by last modified time

1234

/plugin/badbehaviour/lang/de/
H A Dlookup.txt1 ====== Missbrauchs Support Key Lookup ======
/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/projects/pchart/pchart/
H A Dpdata.php165 foreach($this->Data[0] as $Key => $Value)
167 if ( $Key != "Name" )
168 $this->DataDescription["Values"][] = $Key;
239 foreach($this->DataDescription["Values"] as $Key => $Value)
240 unset($this->DataDescription["Values"][$Key]);
H A Dpchart.php1409 if ( isset($Data[$Key][$Serie]) && is_numeric($Data[$Key][$Serie]))
2294 …if ( $Data[$Key][$ColName] > $MaxValue && is_numeric($Data[$Key][$ColName])) { $MaxValue = $Data[$
2456 …$this->drawLine($TopPlots[$Key][$j],$TopPlots[$Key][$j+1],$TopPlots[$Key][$j+2],$TopPlots[$Key][$j…
2513 …{ $Rc = $this->Palette[$Key]["R"]; $Gc = $this->Palette[$Key]["G"]; $Bc = $this->Palette[$Key]["B"…
2561 $TopPlots[$Key][] = round($PosX); $TopPlots[$Key][] = round($PosY);
2612Key][$ColName]; $iValues[] = $Data[$Key][$ColName]; $iLabels[] = $Data[$Key][$DataDescription["Pos…
2640 $aTopPlots[$Key][] = $XCenterPos; $aBotPlots[$Key][] = $XCenterPos;
2681 $aTopPlots[$Key][] = $TopX; $aBotPlots[$Key][] = $TopX;
2702Key][$j],$aBotPlots[$Key][$j+1],$aBotPlots[$Key][$j+2],$aBotPlots[$Key][$j+3],$this->Palette[$Key]…
2733 for($Key=count($iValues)-1;$Key>=0;$Key--)
[all …]
/plugin/jdraw/src/com/mxgraph/examples/swing/editor/
H A DBasicGraphEditor.java.bak754 * @param key Key to be used for getting the label from mxResources and also
/plugin/charter/lib/pchart/
H A DpChart.class.php1433 if ( isset($Data[$Key][$Serie]) && is_numeric($Data[$Key][$Serie]))
2319 …if ( $Data[$Key][$ColName] > $MaxValue && is_numeric($Data[$Key][$ColName])) { $MaxValue = $Data[$
2481 …$this->drawLine($TopPlots[$Key][$j],$TopPlots[$Key][$j+1],$TopPlots[$Key][$j+2],$TopPlots[$Key][$j…
2538 …{ $Rc = $this->Palette[$Key]["R"]; $Gc = $this->Palette[$Key]["G"]; $Bc = $this->Palette[$Key]["B"…
2586 $TopPlots[$Key][] = round($PosX); $TopPlots[$Key][] = round($PosY);
2637Key][$ColName]; $iValues[] = $Data[$Key][$ColName]; $iLabels[] = $Data[$Key][$DataDescription["Pos…
2665 $aTopPlots[$Key][] = $XCenterPos; $aBotPlots[$Key][] = $XCenterPos;
2706 $aTopPlots[$Key][] = $TopX; $aBotPlots[$Key][] = $TopX;
2727Key][$j],$aBotPlots[$Key][$j+1],$aBotPlots[$Key][$j+2],$aBotPlots[$Key][$j+3],$this->Palette[$Key]…
2758 for($Key=count($iValues)-1;$Key>=0;$Key--)
[all …]
H A DpData.class.php172 foreach($this->Data[0] as $Key => $Value)
174 if ( $Key != "Name" )
175 $this->DataDescription["Values"][] = $Key;
246 foreach($this->DataDescription["Values"] as $Key => $Value)
247 unset($this->DataDescription["Values"][$Key]);
/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