/dports/net-mgmt/librenms/librenms-vendor-21.5.1/amenadiel/jpgraph/src/graph/ |
H A D | DateScale.php | 163 …public function AdjTime($aTime, $aRound = 0, $aHourType = false, $aMinType = false, $aSecType = fa… argument 171 if ($aHourType !== false) { 172 $aHourType %= 6; 175 $h = floor($h / $hourAdj[$aHourType]) * $hourAdj[$aHourType]; 177 if (($h % $hourAdj[$aHourType] == 0) && ($i > 0 || $s > 0)) { 180 $h = ceil($h / $hourAdj[$aHourType]) * $hourAdj[$aHourType]; 237 public function AdjStartTime($aTime, $aHourType = false, $aMinType = false, $aSecType = false) argument 239 return $this->AdjTime($aTime, 0, $aHourType, $aMinType, $aSecType); 247 public function AdjEndTime($aTime, $aHourType = false, $aMinType = false, $aSecType = false) argument 249 return $this->AdjTime($aTime, 1, $aHourType, $aMinType, $aSecType);
|
/dports/devel/rth/rth/jpgraph-1.8/jpgraph-1.18/src/ |
H A D | jpgraph_date.php | 150 function AdjTime($aTime,$aRound=0,$aHourType=false,$aMinType=false,$aSecType=false) { argument 153 if( $aHourType !== false ) { 154 $aHourType %= 6; 157 $h = floor($h/$hourAdj[$aHourType])*$hourAdj[$aHourType]; 159 if( ($h % $hourAdj[$aHourType]==0) && ($i > 0 || $s > 0) ) { 162 $h = ceil($h/$hourAdj[$aHourType])*$hourAdj[$aHourType]; 214 function AdjStartTime($aTime,$aHourType=false,$aMinType=false,$aSecType=false) { argument 215 return $this->AdjTime($aTime,0,$aHourType,$aMinType,$aSecType); 223 function AdjEndTime($aTime,$aHourType=false,$aMinType=false,$aSecType=false) { argument 224 return $this->AdjTime($aTime,1,$aHourType,$aMinType,$aSecType);
|
/dports/deskutils/moregroupware/moregroupware/include/jpgraph1/ |
H A D | jpgraph_date.php | 150 function AdjTime($aTime,$aRound=0,$aHourType=false,$aMinType=false,$aSecType=false) { argument 153 if( $aHourType !== false ) { 154 $aHourType %= 6; 157 $h = floor($h/$hourAdj[$aHourType])*$hourAdj[$aHourType]; 159 if( ($h % $hourAdj[$aHourType]==0) && ($i > 0 || $s > 0) ) { 162 $h = ceil($h/$hourAdj[$aHourType])*$hourAdj[$aHourType]; 214 function AdjStartTime($aTime,$aHourType=false,$aMinType=false,$aSecType=false) { argument 215 return $this->AdjTime($aTime,0,$aHourType,$aMinType,$aSecType); 223 function AdjEndTime($aTime,$aHourType=false,$aMinType=false,$aSecType=false) { argument 224 return $this->AdjTime($aTime,1,$aHourType,$aMinType,$aSecType);
|
/dports/deskutils/moregroupware/moregroupware/include/jpgraph2/ |
H A D | jpgraph_date.php | 150 function AdjTime($aTime,$aRound=0,$aHourType=false,$aMinType=false,$aSecType=false) { argument 153 if( $aHourType !== false ) { 154 $aHourType %= 6; 157 $h = floor($h/$hourAdj[$aHourType])*$hourAdj[$aHourType]; 159 if( ($h % $hourAdj[$aHourType]==0) && ($i > 0 || $s > 0) ) { 162 $h = ceil($h/$hourAdj[$aHourType])*$hourAdj[$aHourType]; 214 function AdjStartTime($aTime,$aHourType=false,$aMinType=false,$aSecType=false) { argument 215 return $this->AdjTime($aTime,0,$aHourType,$aMinType,$aSecType); 223 function AdjEndTime($aTime,$aHourType=false,$aMinType=false,$aSecType=false) { argument 224 return $this->AdjTime($aTime,1,$aHourType,$aMinType,$aSecType);
|
/dports/sysutils/loganalyzer/loganalyzer-4.1.12/src/classes/jpgraph/ |
H A D | jpgraph_date.php | 149 function AdjTime($aTime,$aRound=0,$aHourType=false,$aMinType=false,$aSecType=false) { argument 152 if( $aHourType !== false ) { 153 $aHourType %= 6; 156 $h = floor($h/$hourAdj[$aHourType])*$hourAdj[$aHourType]; 158 if( ($h % $hourAdj[$aHourType]==0) && ($i > 0 || $s > 0) ) { 161 $h = ceil($h/$hourAdj[$aHourType])*$hourAdj[$aHourType]; 213 function AdjStartTime($aTime,$aHourType=false,$aMinType=false,$aSecType=false) { argument 214 return $this->AdjTime($aTime,0,$aHourType,$aMinType,$aSecType); 222 function AdjEndTime($aTime,$aHourType=false,$aMinType=false,$aSecType=false) { argument 223 return $this->AdjTime($aTime,1,$aHourType,$aMinType,$aSecType);
|