Home
last modified time | relevance | path

Searched refs:humanspeed (Results 1 – 6 of 6) sorted by relevance

/dports/net-mgmt/observium/observium/html/pages/ports/
H A Dgraphs.inc.php20 $speed = humanspeed($port['ifSpeed']);
/dports/net-mgmt/observium/observium/html/pages/device/port/
H A Dmacaccounting.inc.php45 $speed = humanspeed($port['ifSpeed']);
/dports/net-mgmt/observium/observium/html/includes/entities/
H A Dport.inc.php513 …if ($port['ifSpeed']) { $string .= '<span class="small">'.humanspeed($port['ifSpeed']).'</span>'; }
/dports/net-mgmt/observium/observium/includes/
H A Drewrites.inc.php704 $port['human_speed'] = humanspeed($port['ifSpeed']);
H A Dcommon.inc.php1211 function humanspeed($speed) function
/dports/net-mgmt/observium/observium/tests/
H A DIncludesCommonTest.php548 $this->assertSame($result, humanspeed($value));