Home
last modified time | relevance | path

Searched refs:has_double_dash (Results 1 – 17 of 17) sorted by relevance

/dports/security/vlock/vlock-2.2.3/src/
H A Dvlock.sh208 has_double_dash="yes"
213 if [ -n "${has_double_dash}" ] ; then
/dports/graphics/zathura/zathura-0.4.5/zathura/
H A Dmain.c224 const bool has_double_dash = argc > 1 && g_strcmp0(argv[1], "--") == 0; in main() local
225 const int file_idx_base = has_double_dash ? 2 : 1; in main()
/dports/www/firefox/firefox-99.0/third_party/python/click/click/
H A D_bashcomplete.py286 has_double_dash = "--" in all_args
298 if not has_double_dash and start_of_option(incomplete):
/dports/devel/py-click7/click-7.1.2/src/click/
H A D_bashcomplete.py286 has_double_dash = "--" in all_args
298 if not has_double_dash and start_of_option(incomplete):
/dports/devel/py-pipenv/pipenv-2021.5.29/pipenv/vendor/click/
H A D_bashcomplete.py286 has_double_dash = "--" in all_args
298 if not has_double_dash and start_of_option(incomplete):
/dports/devel/cgit/cgit-1.2.3/git/builtin/
H A Dbisect--helper.c425 int i, has_double_dash = 0, must_write_terms = 0, bad_seen = 0; in bisect_start() local
443 has_double_dash = 1; in bisect_start()
479 if (get_oid(commit_id, &oid) && has_double_dash) in bisect_start()
/dports/shells/viewglob/viewglob-2.0.4/vgexpand/
H A Dvgexpand.c147 gboolean has_double_dash = FALSE; in parse_args() local
151 has_double_dash = TRUE; in parse_args()
156 if (has_double_dash) { in parse_args()
/dports/devel/git-svn/git-2.34.1/builtin/
H A Dbisect--helper.c619 int i, has_double_dash = 0, must_write_terms = 0, bad_seen = 0; in bisect_start() local
638 has_double_dash = 1; in bisect_start()
681 } else if (has_double_dash) { in bisect_start()
/dports/devel/git-gui/git-2.34.1/builtin/
H A Dbisect--helper.c619 int i, has_double_dash = 0, must_write_terms = 0, bad_seen = 0; in bisect_start() local
638 has_double_dash = 1; in bisect_start()
681 } else if (has_double_dash) { in bisect_start()
/dports/devel/git-p4/git-2.34.1/builtin/
H A Dbisect--helper.c619 int i, has_double_dash = 0, must_write_terms = 0, bad_seen = 0; in bisect_start() local
638 has_double_dash = 1; in bisect_start()
681 } else if (has_double_dash) { in bisect_start()
/dports/devel/git/git-2.34.1/builtin/
H A Dbisect--helper.c619 int i, has_double_dash = 0, must_write_terms = 0, bad_seen = 0; in bisect_start() local
638 has_double_dash = 1; in bisect_start()
681 } else if (has_double_dash) { in bisect_start()
/dports/devel/git-cvs/git-2.34.1/builtin/
H A Dbisect--helper.c619 int i, has_double_dash = 0, must_write_terms = 0, bad_seen = 0; in bisect_start() local
638 has_double_dash = 1; in bisect_start()
681 } else if (has_double_dash) { in bisect_start()
/dports/print/py-font-v/font-v-2.0.0/lib/fontv/
H A Dcommandlines.py331 def has_double_dash(self): member in Command
/dports/devel/py-commandlines/commandlines-0.4.1/lib/commandlines/
H A Dlibrary.py319 def has_double_dash(self): member in Command
/dports/devel/py-commandlines/commandlines-0.4.1/
H A DPKG-INFO246 …| Double dash | ``$ spam eggs -- -badfile`` | ``c.has_double_dash()`` …
/dports/devel/py-commandlines/commandlines-0.4.1/docs/
H A DREADME.rst238 | Double dash | ``$ spam eggs -- -badfile`` | ``c.has_double_dash()`` …
/dports/devel/py-commandlines/commandlines-0.4.1/lib/commandlines.egg-info/
H A DPKG-INFO246 …| Double dash | ``$ spam eggs -- -badfile`` | ``c.has_double_dash()`` …