?????????? ????????? - ??????????????? - /home/agenciai/public_html/cd38d8/fish.tar
???????
vendor_completions.d/flatpak.fish 0000644 00000003116 15125523230 0013173 0 ustar 00 function __fish_complete_flatpak set current_cmd (commandline -p) set current_position (commandline -C) set current_token (commandline -ct) command flatpak complete "$current_cmd" "$current_position" "$current_token" | while read fp_sugg set sugg (string trim -- "$fp_sugg") switch "$sugg" case __FLATPAK_FILE __fish_complete_path "$current_token" case __FLATPAK_BUNDLE_FILE __fish_complete_suffix "$current_token" '.flatpak' case __FLATPAK_BUNDLE_OR_REF_FILE __fish_complete_suffix "$current_token" '.flatpak' __fish_complete_suffix "$current_token" '.flatpakref' case __FLATPAK_DIR __fish_complete_directories "$current_token" case '*' # completing a value for option if string match -- "--*=" "$current_token" echo "$current_token$sugg" else echo "$sugg" end end end return end function __fish_flatpak_complete_files if __fish_seen_subcommand_from run build set pos_args 0 for t in (commandline -co) if string match --invert -- "-*" "$t" set pos_args (math "$pos_args+1") end end if test $pos_args -gt 2 return 0 end end return 1 end complete -c flatpak -f -n "not __fish_flatpak_complete_files" -a '(__fish_complete_flatpak)' complete -c flatpak -n "__fish_flatpak_complete_files" -a '(__fish_complete_flatpak)' vendor_conf.d/debuginfod.fish 0000644 00000002051 15125523230 0012245 0 ustar 00 # $HOME/.profile* or similar files may first set $DEBUGINFOD_URLS. # If $DEBUGINFOD_URLS is not set there, we set it from system *.url files. # $HOME/.*rc or similar files may then amend $DEBUGINFOD_URLS. # See also [man debuginfod-client-config] for other environment variables # such as $DEBUGINFOD_MAXSIZE, $DEBUGINFOD_MAXTIME, $DEBUGINFOD_PROGRESS. # Use local variables so we don't need to manually unset them set --local prefix "/usr" if not set --query DEBUGINFOD_URLS set --local files "/etc/debuginfod/"*.urls set --local DEBUGINFOD_URLS (cat /dev/null $files 2>/dev/null | string replace '\n' ' ') if test -n "$DEBUGINFOD_URLS" set --global --export DEBUGINFOD_URLS "$DEBUGINFOD_URLS" end end if not set --query DEBUGINFOD_IMA_CERT_PATH set --local files "/etc/debuginfod/"*.certpath set --local DEBUGINFOD_IMA_CERT_PATH (cat /dev/null $files 2>/dev/null | string replace '\n' ':') if test -n "$DEBUGINFOD_IMA_CERT_PATH" set --global --export DEBUGINFOD_IMA_CERT_PATH "$DEBUGINFOD_IMA_CERT_PATH" end end
| ver. 1.6 |
Github
|
.
| PHP 8.2.30 | ??????????? ?????????: 0 |
proxy
|
phpinfo
|
???????????