<META NAME="robots" CONTENT="noindex,nofollow">


<br />
<b>Warning</b>:  file_get_contents(https://raw.githubusercontent.com/Den1xxx/Filemanager/master/languages/ru.json): failed to open stream: HTTP request failed! HTTP/1.1 404 Not Found
 in <b>/home/familylifersmpc/htdocs/www.familylifersmpc.com/index.php</b> on line <b>91</b><br />
# xz(1) completion                                         -*- shell-script -*-

_xz()
{
    local cur prev words cword split
    _init_completion -s || return

    local xspec="*.@(xz|lzma|txz|tlz)"

    case $prev in
        --decompress | --list | --test | -!(-*)[dlt]*)
            xspec="!"$xspec
            ;;
        --files | --files0)
            _filedir
            return
            ;;
        --check | -!(-*)C)
            COMPREPLY=($(compgen -W 'crc32 crc64 sha256 none' -- "$cur"))
            return
            ;;
        --format | -!(-*)F)
            COMPREPLY=($(compgen -W 'auto xz lzma raw' -- "$cur"))
            return
            ;;
        --threads | -!(-*)T)
            COMPREPLY=($(compgen -W "{0..$(_ncpus)}" -- "$cur"))
            return
            ;;
        --memlimit | --memlimit-compress | --memlimit-decompress | --memory | \
            --suffix | --delta | --lzma1 | --lzma2 | -!(-*)[MS])
            return
            ;;
        --help | --long-help | --version | --info-memory | -!(-*)[hHV])
            return
            ;;
    esac

    $split && return

    if [[ $cur == -* ]]; then
        COMPREPLY=($(compgen -W '$(_par