Home
last modified time | relevance | path

Searched refs:aging (Results 1 – 25 of 2204) sorted by relevance

12345678910>>...89

/dports/net/olsrd/olsrd-0.9.8/lib/info.java/org.olsr.v1.info.api/src/org/olsr/v1/info/api/dto/
H A DJsonInfoConfigLinkQuality.java16 private double aging = 0.0; field in JsonInfoConfigLinkQuality
53 return this.aging; in getAging()
60 public void setAging(final double aging) { in setAging() argument
61 this.aging = aging; in setAging()
89 final long temp = Double.doubleToLongBits(this.aging); in hashCode()
128 result = Double.compare(this.aging, other.aging); in compareTo()
149 builder.append(this.aging); in toString()
/dports/math/R-cran-igraph/igraph/man/
H A Dsample_pa_age.Rd5 \alias{aging.prefatt.game}
6 \alias{aging.barabasi.game}
7 \alias{aging.ba.game}
14 aging.exp,
16 aging.bin = 300,
35 \item{aging.exp}{The exponent of the aging, usually a non-positive number,
42 \item{aging.bin}{The number of bins to use for measuring the age of
132 # The maximum degree for graph with different aging exponents
133 g1 <- sample_pa_age(10000, pa.exp=1, aging.exp=0, aging.bin=1000)
134 g2 <- sample_pa_age(10000, pa.exp=1, aging.exp=-1, aging.bin=1000)
[all …]
/dports/net-mgmt/librenms/librenms-21.5.1/mibs/cisco/
H A DCISCO-BRIDGE-EXT-MIB97 "The timeout period in seconds for aging out
100 zero will disable the aging out action globally
116 aging out value configured."
124 "Each entry contains the aging out configuration
151 "The timeout period in seconds for aging out
169 "Indicates whether the aging time applied at
415 support global configuration of aging out of
421 support disabling of aging out of dynamically
433 support global configuration of aging out of
439 support disabling of aging out of dynamically
[all …]
H A DCISCOSB-rlBrgMulticast-MIB58 "The amount of time that should pass before aging out
69 "The amount of time that should pass before aging out
207 aging-out timers , filter ports and permanent ports."
263 "The amount of time that should pass before aging out
285 "The amount of time that should pass before aging out
297 "The amount of time that should pass before aging out
631 "The amount of time that should pass before aging out
642 "The amount of time that should pass before aging out
764 aging-out timers , filter ports and permanent ports."
853 "The amount of time that should pass before aging out
[all …]
/dports/net-mgmt/observium/observium/mibs/cisco/
H A DCISCO-BRIDGE-EXT-MIB97 "The timeout period in seconds for aging out
100 zero will disable the aging out action globally
116 aging out value configured."
124 "Each entry contains the aging out configuration
151 "The timeout period in seconds for aging out
169 "Indicates whether the aging time applied at
415 support global configuration of aging out of
421 support disabling of aging out of dynamically
433 support global configuration of aging out of
439 support disabling of aging out of dynamically
[all …]
/dports/net-mgmt/netdisco-mibs/netdisco-mibs-4.010/cisco/
H A DCISCO-BRIDGE-EXT-MIB.my97 "The timeout period in seconds for aging out
100 zero will disable the aging out action globally
116 aging out value configured."
124 "Each entry contains the aging out configuration
151 "The timeout period in seconds for aging out
169 "Indicates whether the aging time applied at
415 support global configuration of aging out of
421 support disabling of aging out of dynamically
433 support global configuration of aging out of
439 support disabling of aging out of dynamically
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/net/ethernet/mellanox/mlx5/core/
H A Dfs_counters.c65 bool aging; member
285 static struct mlx5_fc *mlx5_fc_acquire(struct mlx5_core_dev *dev, bool aging) in mlx5_fc_acquire() argument
290 if (aging && MLX5_CAP_GEN(dev, flow_counter_bulk_alloc) != 0) { in mlx5_fc_acquire()
299 struct mlx5_fc *mlx5_fc_create(struct mlx5_core_dev *dev, bool aging) in mlx5_fc_create() argument
301 struct mlx5_fc *counter = mlx5_fc_acquire(dev, aging); in mlx5_fc_create()
309 counter->aging = aging; in mlx5_fc_create()
311 if (aging) { in mlx5_fc_create()
355 if (counter->aging) { in mlx5_fc_destroy()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/net/ethernet/mellanox/mlx5/core/
H A Dfs_counters.c65 bool aging; member
285 static struct mlx5_fc *mlx5_fc_acquire(struct mlx5_core_dev *dev, bool aging) in mlx5_fc_acquire() argument
290 if (aging && MLX5_CAP_GEN(dev, flow_counter_bulk_alloc) != 0) { in mlx5_fc_acquire()
299 struct mlx5_fc *mlx5_fc_create(struct mlx5_core_dev *dev, bool aging) in mlx5_fc_create() argument
301 struct mlx5_fc *counter = mlx5_fc_acquire(dev, aging); in mlx5_fc_create()
309 counter->aging = aging; in mlx5_fc_create()
311 if (aging) { in mlx5_fc_create()
355 if (counter->aging) { in mlx5_fc_destroy()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/net/ethernet/mellanox/mlx5/core/
H A Dfs_counters.c65 bool aging; member
285 static struct mlx5_fc *mlx5_fc_acquire(struct mlx5_core_dev *dev, bool aging) in mlx5_fc_acquire() argument
290 if (aging && MLX5_CAP_GEN(dev, flow_counter_bulk_alloc) != 0) { in mlx5_fc_acquire()
299 struct mlx5_fc *mlx5_fc_create(struct mlx5_core_dev *dev, bool aging) in mlx5_fc_create() argument
301 struct mlx5_fc *counter = mlx5_fc_acquire(dev, aging); in mlx5_fc_create()
309 counter->aging = aging; in mlx5_fc_create()
311 if (aging) { in mlx5_fc_create()
355 if (counter->aging) { in mlx5_fc_destroy()
/dports/finance/gnucash/gnucash-4.9/gnucash/report/reports/standard/
H A Dnew-aging.scm279 (aging (cadr owner-and-aging))
295 (reverse aging)))
379 (aging (gnc:owner-splits->aging-list
382 (aging-total (apply + aging)))
384 (map + acc-totals (reverse (cons aging-total aging)))
386 (if (or show-zeros (any (negate zero?) aging))
387 (cons (list owner aging aging-total) owners-and-aging)
/dports/net-p2p/vuze/vuze-5.7.4.0_2/org/gudy/azureus2/core3/util/
H A DStringInterner.java519 aging: in sanitize()
525 break aging; in sanitize() local
533 break aging; in sanitize() local
547 break aging; in sanitize() local
556 break aging; in sanitize() local
565 break aging; in sanitize() local
567 break aging; in sanitize() local
/dports/net-mgmt/observium/observium/mibs/eltex/
H A DELTEX-MES-BRIDGE-EXT-MIB160 DESCRIPTION "Table that contains configuration of mac aging time for each VLAN."
167 DESCRIPTION "Each entry contains the aging out configuration
168 and the configuration source of the aging out value
190 DESCRIPTION "The timeout period in seconds for aging out
199 DESCRIPTION "Indicates whether the aging time applied at
/dports/net-mgmt/netdisco-mibs/netdisco-mibs-4.010/tplink/
H A Dtplink-l2bridge.mib125 … " The static address can be added or removed manually, independent of the aging time.
190 "Configure aging time for the dynamic address.Set 0 to disable auto aging."
207 … The Dynamic Address Table can update automatically by auto-learning or aging out the
254 aging(1)
293 aging time."
471 … The Dynamic Address Table can update automatically by auto-learning or aging out the
H A Dtplink-portsecurity.mib107 will be deleted automatically after the aging time.
110 be out of the influence of the aging time and can only be deleted
115 will be out of the influence of the aging time and can only be
/dports/net-mgmt/observium/observium/mibs/tplink/
H A DTPLINK-L2BRIDGE-MIB125 … " The static address can be added or removed manually, independent of the aging time.
190 "Configure aging time for the dynamic address.Set 0 to disable auto aging."
207 … The Dynamic Address Table can update automatically by auto-learning or aging out the
254 aging(1)
293 aging time."
471 … The Dynamic Address Table can update automatically by auto-learning or aging out the
H A DTPLINK-PORTSECURITY-MIB107 will be deleted automatically after the aging time.
110 be out of the influence of the aging time and can only be deleted
115 will be out of the influence of the aging time and can only be
/dports/finance/sql-ledger/sql-ledger/locale/caen/
H A Drp8 'aging' => 'aging',
/dports/multimedia/webcamoid/webcamoid-8.8.0/libAvKys/Plugins/Aging/
H A DAging.pro37 src/aging.h \
54 src/aging.cpp \
/dports/finance/sql-ledger/sql-ledger/locale/enGB/
H A Drp16 'aging' => 'aging',
/dports/net-mgmt/observium/observium/mibs/raisecom/
H A DSWITCH-PORTSECURITY-MIB52 the aging mechanism is disabled."
234 "This object indicates the last aging MAC address that is seen on this interface.
236 contain the value of the MAC address which caused the aging trap. "
244 … "This object indicates the VLAN where the last aging MAC address that is seen on this interface.
246 value of the VLAN related to the mac address which caused the aging."
386 "Mac aging happens."
/dports/mail/p5-Mail-Box-POP3/Mail-Box-POP3-3.005/t/original/
H A D000322 discovery that actually reverses aging while burning fat,
25 Forget aging and dieting forever! And it's Guaranteed!
/dports/net-mgmt/librenms/librenms-21.5.1/mibs/linksys/
H A DLINKSYS-rlBrgMulticast-MIB58 "The amount of time that should pass before aging out
69 "The amount of time that should pass before aging out
207 aging-out timers , filter ports and permanent ports."
263 "The amount of time that should pass before aging out
285 "The amount of time that should pass before aging out
297 "The amount of time that should pass before aging out
631 "The amount of time that should pass before aging out
642 "The amount of time that should pass before aging out
764 aging-out timers , filter ports and permanent ports."
853 "The amount of time that should pass before aging out
[all …]
/dports/net-mgmt/observium/observium/mibs/radlan/
H A DRADLAN-rlMacMulticast-MIB58 "The amount of time that should pass before aging out
69 "The amount of time that should pass before aging out
207 aging-out timers , filter ports and permanent ports."
263 "The amount of time that should pass before aging out
285 "The amount of time that should pass before aging out
297 "The amount of time that should pass before aging out
631 "The amount of time that should pass before aging out
642 "The amount of time that should pass before aging out
764 aging-out timers , filter ports and permanent ports."
853 "The amount of time that should pass before aging out
[all …]
/dports/net-mgmt/observium/observium/mibs/netgear/
H A DNETGEAR-RADLAN-rlMacMulticast-MIB58 "The amount of time that should pass before aging out
69 "The amount of time that should pass before aging out
207 aging-out timers , filter ports and permanent ports."
263 "The amount of time that should pass before aging out
285 "The amount of time that should pass before aging out
297 "The amount of time that should pass before aging out
631 "The amount of time that should pass before aging out
642 "The amount of time that should pass before aging out
764 aging-out timers , filter ports and permanent ports."
853 "The amount of time that should pass before aging out
[all …]
/dports/net-mgmt/observium/observium/mibs/ciscosb/
H A DCISCOSB-rlIgmpSnooping-MIB58 "The amount of time that should pass before aging out
69 "The amount of time that should pass before aging out
207 aging-out timers , filter ports and permanent ports."
263 "The amount of time that should pass before aging out
285 "The amount of time that should pass before aging out
297 "The amount of time that should pass before aging out
641 "The amount of time that should pass before aging out
652 "The amount of time that should pass before aging out
774 aging-out timers , filter ports and permanent ports."
863 "The amount of time that should pass before aging out
[all …]

12345678910>>...89