Home
last modified time | relevance | path

Searched refs:dir_arg (Results 1 – 25 of 5498) sorted by last modified time

12345678910>>...220

/dports/x11-wm/lxsession/lxsession-0.5.4/
H A Dinstall-sh81 dir_arg=
122 -d) dir_arg=true;;
169 if test -n "$dir_arg"; then
197 if test -z "$dir_arg"; then
206 if test -z "$dir_arg"; then
215 if test -z "$dir_arg"; then
253 if test -n "$dir_arg"; then
314 if test -n "$dir_arg"; then
339 if test -z "$dir_arg" || {
429 if test -n "$dir_arg"; then
/dports/x11-toolkits/soqt/soqt/cfg/
H A Dinstall-sh73 dir_arg=""
81 -d) dir_arg=true
133 if [ x"$dir_arg" != x ]; then
211 if [ x"$dir_arg" != x ]
/dports/x11-toolkits/soqt/soqt/data/cfg/
H A Dinstall-sh55 dir_arg=""
63 -d) dir_arg=true
115 if [ x"$dir_arg" != x ]; then
193 if [ x"$dir_arg" != x ]
/dports/x11/xloadimage/xloadimage.4.1/
H A Dinstall-sh43 dir_arg=""
51 -d) dir_arg=true
103 if [ x"$dir_arg" != x ]; then
180 if [ x"$dir_arg" != x ]
/dports/textproc/link-grammar/link-grammar-5.8.0/
H A Dinstall-sh96 dir_arg=
137 -d) dir_arg=true;;
201 if test -z "$dir_arg"; then
210 if test -z "$dir_arg"; then
248 if test -n "$dir_arg"; then
335 if test -n "$dir_arg"; then
354 if test -z "$dir_arg" || {
445 if test -n "$dir_arg"; then
/dports/textproc/urlview/urlview-45443109/
H A Dinstall-sh55 dir_arg=""
63 -d) dir_arg=true
115 if [ x"$dir_arg" != x ]; then
192 if [ x"$dir_arg" != x ]
/dports/textproc/enchant/enchant-1.6.0/
H A Dinstall-sh96 dir_arg=
137 -d) dir_arg=true;;
193 if test -z "$dir_arg"; then
202 if test -z "$dir_arg"; then
236 if test -n "$dir_arg"; then
328 if test -n "$dir_arg"; then
347 if test -z "$dir_arg" || {
438 if test -n "$dir_arg"; then
/dports/textproc/enchant2/enchant-2.2.15/
H A Dinstall-sh81 dir_arg=
122 -d) dir_arg=true;;
169 if test -n "$dir_arg"; then
197 if test -z "$dir_arg"; then
206 if test -z "$dir_arg"; then
215 if test -z "$dir_arg"; then
253 if test -n "$dir_arg"; then
314 if test -n "$dir_arg"; then
339 if test -z "$dir_arg" || {
429 if test -n "$dir_arg"; then
/dports/sysutils/py-ansible-core/ansible-core-2.11.6/test/support/integration/plugins/modules/
H A Dpkgng.py122 def query_package(module, pkgng_path, name, dir_arg): argument
132 def query_update(module, pkgng_path, name, dir_arg, old_pkgng, pkgsite): argument
165 def remove_packages(module, pkgng_path, packages, dir_arg): argument
171 if not query_package(module, pkgng_path, package, dir_arg):
244 def annotation_query(module, pkgng_path, package, tag, dir_arg): argument
252 def annotation_add(module, pkgng_path, package, tag, value, dir_arg): argument
326 def autoremove_packages(module, pkgng_path, dir_arg): argument
367 dir_arg = ""
374 dir_arg = "--rootdir %s" % (p["rootdir"])
377 dir_arg = '--chroot %s' % (p["chroot"])
[all …]
/dports/sysutils/py-ansible-base/ansible-base-2.10.15/test/support/integration/plugins/modules/
H A Dpkgng.py122 def query_package(module, pkgng_path, name, dir_arg): argument
132 def query_update(module, pkgng_path, name, dir_arg, old_pkgng, pkgsite): argument
165 def remove_packages(module, pkgng_path, packages, dir_arg): argument
171 if not query_package(module, pkgng_path, package, dir_arg):
244 def annotation_query(module, pkgng_path, package, tag, dir_arg): argument
252 def annotation_add(module, pkgng_path, package, tag, value, dir_arg): argument
326 def autoremove_packages(module, pkgng_path, dir_arg): argument
367 dir_arg = ""
374 dir_arg = "--rootdir %s" % (p["rootdir"])
377 dir_arg = '--chroot %s' % (p["chroot"])
[all …]
/dports/sysutils/ansible2/ansible-2.9.27/lib/ansible/modules/packaging/os/
H A Dpkgng.py122 def query_package(module, pkgng_path, name, dir_arg): argument
132 def query_update(module, pkgng_path, name, dir_arg, old_pkgng, pkgsite): argument
165 def remove_packages(module, pkgng_path, packages, dir_arg): argument
171 if not query_package(module, pkgng_path, package, dir_arg):
244 def annotation_query(module, pkgng_path, package, tag, dir_arg): argument
252 def annotation_add(module, pkgng_path, package, tag, value, dir_arg): argument
326 def autoremove_packages(module, pkgng_path, dir_arg): argument
367 dir_arg = ""
374 dir_arg = "--rootdir %s" % (p["rootdir"])
377 dir_arg = '--chroot %s' % (p["chroot"])
[all …]
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/community/general/plugins/modules/
H A Dpkgng.py142 def query_package(module, pkgng_path, name, dir_arg): argument
185 def upgrade_packages(module, pkgng_path, dir_arg): argument
189 cmd = "%s %s upgrade -y" % (pkgng_path, dir_arg)
203 def remove_packages(module, pkgng_path, packages, dir_arg): argument
210 if not query_package(module, pkgng_path, package, dir_arg):
314 def annotation_query(module, pkgng_path, package, tag, dir_arg): argument
396 def autoremove_packages(module, pkgng_path, dir_arg): argument
444 dir_arg = ""
451 dir_arg = "--rootdir %s" % (p["rootdir"])
459 dir_arg = '--chroot %s' % (p["chroot"])
[all …]
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/community/general/plugins/modules/packaging/os/
H A Dpkgng.py142 def query_package(module, pkgng_path, name, dir_arg): argument
185 def upgrade_packages(module, pkgng_path, dir_arg): argument
189 cmd = "%s %s upgrade -y" % (pkgng_path, dir_arg)
203 def remove_packages(module, pkgng_path, packages, dir_arg): argument
210 if not query_package(module, pkgng_path, package, dir_arg):
314 def annotation_query(module, pkgng_path, package, tag, dir_arg): argument
396 def autoremove_packages(module, pkgng_path, dir_arg): argument
444 dir_arg = ""
451 dir_arg = "--rootdir %s" % (p["rootdir"])
459 dir_arg = '--chroot %s' % (p["chroot"])
[all …]
/dports/sysutils/byobu/byobu-5.133/
H A Dinstall-sh81 dir_arg=
122 -d) dir_arg=true;;
169 if test -n "$dir_arg"; then
197 if test -z "$dir_arg"; then
206 if test -z "$dir_arg"; then
215 if test -z "$dir_arg"; then
253 if test -n "$dir_arg"; then
314 if test -n "$dir_arg"; then
339 if test -z "$dir_arg" || {
429 if test -n "$dir_arg"; then
/dports/security/samhain/samhain-4.4.3/
H A Dsamhain-install.sh.in158 dir_arg=""
166 -d) dir_arg=true
218 if [ x"$dir_arg" != x ]; then
295 if [ x"$dir_arg" != x ]
/dports/security/samhain-client/samhain-4.4.3/
H A Dsamhain-install.sh.in158 dir_arg=""
166 -d) dir_arg=true
218 if [ x"$dir_arg" != x ]; then
295 if [ x"$dir_arg" != x ]
/dports/security/pkcs11-dump/pkcs11-dump-0.3.4/
H A Dinstall-sh96 dir_arg=
137 -d) dir_arg=true;;
193 if test -z "$dir_arg"; then
202 if test -z "$dir_arg"; then
236 if test -n "$dir_arg"; then
328 if test -n "$dir_arg"; then
347 if test -z "$dir_arg" || {
438 if test -n "$dir_arg"; then
/dports/security/samhain-server/samhain-4.4.3/
H A Dsamhain-install.sh.in158 dir_arg=""
166 -d) dir_arg=true
218 if [ x"$dir_arg" != x ]; then
295 if [ x"$dir_arg" != x ]
/dports/print/cups/cups-2.3.3op2/
H A Dinstall-sh60 dir_arg=""
76 dir_arg=true
131 if [ x"$dir_arg" != x ]; then
190 if [ x"$dir_arg" != x ]; then
/dports/print/epson-inkjet-printer-escpr/epson-inkjet-printer-escpr-1.7.17/
H A Dinstall-sh81 dir_arg=
122 -d) dir_arg=true;;
169 if test -n "$dir_arg"; then
197 if test -z "$dir_arg"; then
206 if test -z "$dir_arg"; then
215 if test -z "$dir_arg"; then
253 if test -n "$dir_arg"; then
314 if test -n "$dir_arg"; then
339 if test -z "$dir_arg" || {
429 if test -n "$dir_arg"; then
/dports/news/husky-sqpack/husky-sqpack-1.9.20191207/fastlst/
H A Dinstall-sh55 dir_arg=""
63 -d) dir_arg=true
115 if [ x"$dir_arg" != x ]; then
193 if [ x"$dir_arg" != x ]
/dports/news/husky-sqpack/husky-sqpack-1.9.20191207/kfe/
H A Dinstall-sh43 dir_arg=""
51 -d) dir_arg=true
103 if [ x"$dir_arg" != x ]; then
180 if [ x"$dir_arg" != x ]
/dports/news/husky-fidoconf/husky-fidoconf-1.9.20191207/fastlst/
H A Dinstall-sh55 dir_arg=""
63 -d) dir_arg=true
115 if [ x"$dir_arg" != x ]; then
193 if [ x"$dir_arg" != x ]
/dports/news/husky-hpt/husky-hpt-1.9.20191207/fastlst/
H A Dinstall-sh55 dir_arg=""
63 -d) dir_arg=true
115 if [ x"$dir_arg" != x ]; then
193 if [ x"$dir_arg" != x ]
/dports/news/husky-fidoconf/husky-fidoconf-1.9.20191207/kfe/
H A Dinstall-sh43 dir_arg=""
51 -d) dir_arg=true
103 if [ x"$dir_arg" != x ]; then
180 if [ x"$dir_arg" != x ]

12345678910>>...220