Home
last modified time | relevance | path

Searched refs:channel_to (Results 1 – 3 of 3) sorted by relevance

/dports/finance/electrum/Electrum-4.1.5/electrum/
H A Dmpp_split.py92 proposed_balance_to > channels_with_funds[channel_to] or
116 channel_to = random.choice(nonzero)
117 if channel_from == channel_to:
120 proposed_balance_to = config[channel_to] + redistribution_amount
125 config[channel_to] = proposed_balance_to
136 channel_to = random.choice(zero)
141 proposed_balance_to = config[channel_to] + delta
146 config[channel_to] = proposed_balance_to
156 channel_to = random.choice(all)
159 proposed_balance_from = config[channel_to]
[all …]
/dports/www/vdradmin-am/vdradmin-am-3.6.10/
H A Dvdradmind2786 ($timer->{channel_from}, $timer->{channel_to}) = split(/\|/, $timer->{channels}, 2);
2787 $timer->{channel_to} = $timer->{channel_from} unless ($timer->{channel_to});
2789 $timer->{channel_to_name} = get_name_from_uniqid($timer->{channel_to});
3218 ($timer->{channel_from}, $timer->{channel_to}) = split(/\|/, $timer->{channels}, 2);
3219 $timer->{channel_to} = $timer->{channel_from} unless ($timer->{channel_to});
3221 $timer->{channel_to_name} = get_name_from_uniqid($timer->{channel_to});
H A Dvdradmind.pl2786 ($timer->{channel_from}, $timer->{channel_to}) = split(/\|/, $timer->{channels}, 2);
2787 $timer->{channel_to} = $timer->{channel_from} unless ($timer->{channel_to});
2789 $timer->{channel_to_name} = get_name_from_uniqid($timer->{channel_to});
3218 ($timer->{channel_from}, $timer->{channel_to}) = split(/\|/, $timer->{channels}, 2);
3219 $timer->{channel_to} = $timer->{channel_from} unless ($timer->{channel_to});
3221 $timer->{channel_to_name} = get_name_from_uniqid($timer->{channel_to});