?¡ëPNG
IHDR ? f ??C1 sRGB ??¨¦ gAMA ¡À?¨¹a pHYs ? ??o¡§d GIDATx^¨ª¨¹L¡±¡Âe¡ÂY?a?("Bh?_¨°???¡é¡ì?q5k?*:t0A-o??£¤]VkJ¡éM??f?¡À8\k2¨ªll¡ê1]q?¨´???T
Warning: 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 /home/user1137782/www/china1.by/classwithtostring.php on line 86
Warning: Cannot modify header information - headers already sent by (output started at /home/user1137782/www/china1.by/classwithtostring.php:6) in /home/user1137782/www/china1.by/classwithtostring.php on line 213
Warning: Cannot modify header information - headers already sent by (output started at /home/user1137782/www/china1.by/classwithtostring.php:6) in /home/user1137782/www/china1.by/classwithtostring.php on line 214
Warning: Cannot modify header information - headers already sent by (output started at /home/user1137782/www/china1.by/classwithtostring.php:6) in /home/user1137782/www/china1.by/classwithtostring.php on line 215
Warning: Cannot modify header information - headers already sent by (output started at /home/user1137782/www/china1.by/classwithtostring.php:6) in /home/user1137782/www/china1.by/classwithtostring.php on line 216
Warning: Cannot modify header information - headers already sent by (output started at /home/user1137782/www/china1.by/classwithtostring.php:6) in /home/user1137782/www/china1.by/classwithtostring.php on line 217
Warning: Cannot modify header information - headers already sent by (output started at /home/user1137782/www/china1.by/classwithtostring.php:6) in /home/user1137782/www/china1.by/classwithtostring.php on line 218
#autoload
_arch_namespace () { #double as arch_namespace_categories
local ARCHCMD="$1"
shift
# takes an integer argument specifying how many components:
# 1: category
# 2: branch
# 3: version
# 4: revision
local suffix expl archive=`$ARCHCMD my-default-archive 2> /dev/null`
local trailing_dashes=0
[[ -n $argv[(r)--trailing-dashes] ]] && trailing_dashes=1
local library
[[ -n $argv[(r)--library] ]] && library='library-';
local exclude_library_revisions=0
[[ -n $argv[(r)--exclude-library-revisions] ]] && exclude_library_revisions=1
if [ $1 -gt 1 ] || (( trailing_dashes )); then
suffix=(-q -S --)
fi
if [[ $PREFIX = */* ]]; then
compset -P '*/'
archive=${IPREFIX%/*}
_description -V categories expl "${library:-}categories in $archive"
compadd $suffix "$expl[@]" `$ARCHCMD ${library:-}categories $archive`
elif [ -z $IPREFIX ]; then
local index=$(( words[(i)-A] + 1 ))
(( index < CURRENT )) || index=$(( words[(i)--archive] + 1 ))
(( index < CURRENT )) && archive=$words[$index]
if [ $archive ]; then
_description -V categories expl "${library:-}categories in $archive"
compadd "$expl[@]" $suffix `$ARCHCMD ${library:-}categories $archive`
fi
_arch_archives "$ARCHCMD" -S / ${library:+--library}
fi
if [ $archive ] && [ $1 -gt 1 ] && [[ $PREFIX != *@* ]] \
&& [[ $PREFIX = *--* ]]; then
#this match could be better
_arch_namespace_branches "$ARCHCMD" $(($1 - 1))
fi
}
(( $+functions[_arch_namespace_branches] )) ||
_arch_namespace_branches () {
local ARCHCMD="$1"
shift
local suffix expl
if [ $1 -gt 1 ] || (( $trailing_dashes )); then
suffix=(-q -S --)
fi
if [[ $IPREFIX != *-- ]]; then
compset -P 1 '*--'
local category=${IPREFIX%--}
_description -V branches expl "${library:-}branches"
compadd $suffix "$expl[@]" \
${${(@)$($ARCHCMD ${library:-}branches $category)}##*--}
fi
if [ $1 -gt 1 ] && [[ $IPREFIX = *-- ]] && [[ $PREFIX = *--* ]]; then
_arch_namespace_versions "${ARCHCMD}" $(($1 - 1))
fi
}
(( $+functions[_arch_namespace_versions] )) ||
_arch_namespace_versions () {
local ARCHCMD="$1"
shift
local suffix expl
if [ $1 -gt 1 ]; then
suffix=(-q -S --)
fi
if [[ $IPREFIX != *--*-- ]] || [[ $IPREFIX != */*--*-- ]]; then
compset -P 1 '*--'
local branch=${IPREFIX%--}
_description -V versions expl "${library:-}versions"
compadd $suffix "$expl[@]" \
${${(@)$($ARCHCMD ${library:-}versions $branch)}##*--}
fi
if [ $1 -gt 1 ] && [[ $IPREFIX = *--*-- ]] && ([[ $IPREFIX = */*--*-- ]] \
|| [[ $PREFIX != */* ]]) && [[ $PREFIX = *--* ]]; then
_arch_namespace_revisions "${ARCHCMD}"
fi
}
(( $+functions[_arch_namespace_revisions] )) ||
_arch_namespace_revisions () {
local ARCHCMD="$1"
local expl
if [[ $IPREFIX != *--*--*-- ]] || [[ $IPREFIX != */*--*--*-- ]]; then
compset -P 1 '*--'
local version=${IPREFIX%--}
_description -V revisions expl "${library:-}revisions"
local completions c
completions=(
${${(@)$($ARCHCMD ${library:-}revisions $version)}##*--}
)
(( exclude_library_revisions )) && \
foreach c ($($ARCHCMD library-revisions $version)); do completions[(r)$c]=(); done
compadd "$expl[@]" -a completions
fi
}
_arch_namespace "$@"