Home
last modified time | relevance | path

Searched refs:totalLinks (Results 1 – 4 of 4) sorted by relevance

/dports/www/mediawiki135/mediawiki-1.35.5/maintenance/
H A DnamespaceDupes.php70 private $totalLinks = 0; variable in NamespaceDupes
237 "{$this->totalLinks} links to fix, " .
404 $this->totalLinks++;
/dports/www/mediawiki136/mediawiki-1.36.3/maintenance/
H A DnamespaceDupes.php70 private $totalLinks = 0; variable in NamespaceDupes
237 "{$this->totalLinks} links to fix, " .
397 $this->totalLinks++;
/dports/www/mediawiki137/mediawiki-1.37.1/maintenance/
H A DnamespaceDupes.php70 private $totalLinks = 0; variable in NamespaceDupes
237 "{$this->totalLinks} links to fix, " .
397 $this->totalLinks++;
/dports/net/yggdrasil/yggdrasil-go-0.3.11/misc/sim/
H A Dtreesim-forward.py686 totalLinks = sum(map(lambda x: x*peers[x], peers.keys())) # one-way links
687 avgCertsPerLink = float(totalCerts)/max(1, totalLinks)