Heray-Was-Here
Server : Apache
System : Linux vps37394.inmotionhosting.com 3.10.0-1160.119.1.vz7.224.4 #1 SMP Mon Sep 30 15:36:27 MSK 2024 x86_64
User : jasonp18 ( 1000)
PHP Version : 7.4.33
Disable Function : exec,passthru,shell_exec,system
Directory :  /proc/3/root/proc/3/cwd/usr/share/zsh/5.0.2/functions/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : //proc/3/root/proc/3/cwd/usr/share/zsh/5.0.2/functions/_dlocate
#compdef dlocate

local context state line
typeset -A opt_args

_arguments \
	'-h[help]' \
	'-S[match strings only]' \
	'-L[list all files in package]' \
	'-l[almost-emulation of dpkg -l]' \
	'-s[print status of package]' \
	'-ls[ls -ldF of all files in package]' \
	'-du[du -sck of all files in package]' \
        '-conf[list conffiles in package]' \
	'-lsconf[ls -ldF of conffiles in package]' \
	'-lsman[list man pages in package]' \
	'-lsbin[list executable files in package]' \
	'-md5sum[list md5sums (if any) of package]' \
	'-md5check[check md5sums (if any) of package]' \
	'-man[list man pages (if any) of package]' \
	':arg:->stringorpkg' && return 0

case "$state" in
    (stringorpkg)
      if (( $+opt_args[-S] )); then
          _files
      else
          _alternative \
		'string:search string:_files' \
		'package:Debian packages:_deb_packages installed'
      fi
    ;;
esac

Hry