summaryrefslogtreecommitdiffstats
path: root/perl-install/install/help/po/be.po
stat options
Period:
Authors:

Commits per author per week (path 'perl-install/install/help/po/be.po')

AuthorW06 2025W07 2025W08 2025W09 2025Total
Total00000
() { if ( !document.getElementById ) { return; } var target = document.getElementById( 'mw-bi-target' ); if ( !target ) { return; } var addy = target.value; var isEmpty = addy.match(/^\s*$/); var isIp = addy.match(/^(\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}|:(:[0-9A-Fa-f]{1,4}){1,7}|[0-9A-Fa-f]{1,4}(:{1,2}[0-9A-Fa-f]{1,4}|::$){1,7})(\/\d+)?$/); var isIpRange = isIp && addy.match(/\/\d+$/); var anonymousRow = document.getElementById( 'wpAnonOnlyRow' ); if( anonymousRow ) { anonymousRow.style.display = ( !isIp && !isEmpty ) ? 'none' : ''; } var autoblockRow = document.getElementById( 'wpEnableAutoblockRow' ); if( autoblockRow ) { autoblockRow.style.display = isIp && !isEmpty ? 'none' : ''; } var hideuserRow = document.getElementById( 'wpEnableHideUser' ); if( hideuserRow ) { hideuserRow.style.display = isIp && !isEmpty ? 'none' : ''; } var watchuserRow = document.getElementById( 'wpEnableWatchUser' ); if( watchuserRow ) { watchuserRow.style.display = isIpRange && !isEmpty ? 'none' : ''; } }