Home
last modified time | relevance | path

Searched refs:iAngles (Results 1 – 5 of 5) sorted by relevance

/dports/net-mgmt/librenms/librenms-vendor-21.5.1/amenadiel/jpgraph/src/plot/
H A DFieldPlot.php11 private $iAngles = array(); variable in Amenadiel\\JpGraph\\Plot\\FieldPlot
25 $this->iAngles = $angles;
55 …c, $cs, $cas) = call_user_func($f, $this->coords[1][$i], $this->coords[0][$i], $this->iAngles[$i]);
76 $this->arrow->Stroke($img, $xt, $yt, $this->iAngles[$i]);
/dports/devel/rth/rth/jpgraph-1.8/jpgraph-1.18/src/
H A Djpgraph_scatter.php65 var $iAngles; variable in FieldPlot
73 $this->iAngles = $angles;
100 …list($cc,$cs,$cas) = call_user_func($f,$this->coords[1][$i],$this->coords[0][$i],$this->iAngles[$i…
113 $this->arrow->Stroke($img,$xt,$yt,$this->iAngles[$i]);
/dports/deskutils/moregroupware/moregroupware/include/jpgraph2/
H A Djpgraph_scatter.php65 private $iAngles; variable in FieldPlot
73 $this->iAngles = $angles;
100 …list($cc,$cs,$cas) = call_user_func($f,$this->coords[1][$i],$this->coords[0][$i],$this->iAngles[$i…
113 $this->arrow->Stroke($img,$xt,$yt,$this->iAngles[$i]);
/dports/deskutils/moregroupware/moregroupware/include/jpgraph1/
H A Djpgraph_scatter.php65 var $iAngles; variable in FieldPlot
73 $this->iAngles = $angles;
100 …list($cc,$cs,$cas) = call_user_func($f,$this->coords[1][$i],$this->coords[0][$i],$this->iAngles[$i…
113 $this->arrow->Stroke($img,$xt,$yt,$this->iAngles[$i]);
/dports/sysutils/loganalyzer/loganalyzer-4.1.12/src/classes/jpgraph/
H A Djpgraph_scatter.php67 private $iAngles = array(); variable in FieldPlot
76 $this->iAngles = $angles;
103 …st($cc,$cs,$cas) = call_user_func($f,$this->coords[1][$i],$this->coords[0][$i],$this->iAngles[$i]);
115 $this->arrow->Stroke($img,$xt,$yt,$this->iAngles[$i]);