Home
last modified time | relevance | path

Searched refs:knife (Results 1 – 25 of 1625) sorted by relevance

12345678910>>...65

/dports/shells/ohmyzsh/ohmyzsh-6babcbd8841335a3c25ec960ff57ab9a139c9073/plugins/knife/
H A D_knife1 #compdef knife
4 # KNIFE_CONF_PATH=/path/to/my/.chef/knife.rb
15 # knife status
16 # knife cookbook list
17 # knife role show ROLENAME
18 # knife data bag show DATABAGNAME
188 (for line in $(knife $words[2] --help | grep -v "^knife"); do echo $line | grep "\-\-"; done)
192 …(for line in $(knife $words[2] $words[3] --help | grep -v "^knife"); do echo $line | grep "\-\-"; …
196 …(for line in $(knife $words[2] $words[3] $words[4] --help | grep -v "^knife"); do echo $line | gre…
234 if [ -f ./.chef/knife.rb ]; then
[all …]
H A DREADME.md1 # knife plugin
3 This plugin adds completion for [knife](https://docs.chef.io/knife.html), a command-line tool
7 To use it, add `knife` to the plugins array in your zshrc file:
9 plugins=(... knife)
19 example: `/path/to/my/chef/cookbooks`. **Default:** `cookbook_path` field in `knife.rb`
22 - `KNIFE_CONF_PATH`: variable pointing to the `knife.rb` configuration file, for example
23 `/path/to/my/.chef/knife.rb`. Only used if `$KNIFE_COOKBOOK_PATH` isn't set. If it exists,
24 `$PWD/.chef/knife.rb` is used instead. Otherwise, if it's set, its value is used.
25 **Default**: `$HOME/.chef/knife.rb`.
/dports/shells/zsh-completions/zsh-completions-0.33.0/src/
H A D_knife1 #compdef knife
42 # knife status
43 # knife cookbook list
44 # knife role show ROLENAME
45 # knife data bag show DATABAGNAME
176 ( for line in $( knife $words[2] --help | grep -v "^knife" ); do echo $line | grep "\-\-"; done )
180 …( for line in $( knife $words[2] $words[3] --help | grep -v "^knife" ); do echo $line | grep "\-\-…
189 (knife role list | awk '{print $1}')
193 (knife client list | awk '{print $1}')
197 (knife node list | awk '{print $1}')
[all …]
/dports/www/e2guardian/e2guardian-5.3.4/configs/lists/newphraselists/ukenglish/weapons/
H A Dweighted3 <combat knife><20>
5 < hunting knife><20>
13 < hunting knife><20>
15 < kitchen knife ><-30>
17 < knife >,< auction ><30>
18 < knife >,< buy ><30>
19 < knife >,< our price><30>
20 < knife >,< purchase ><30>
21 < knife >,< sale ><30>
89 < knife ><15>
/dports/games/ufoai-data/ufoai-data-2.5_1/base/ufos/
H A Dweapons_melee.ufo4 item knife
7 model "weapons/knife/knife"
23 weapon knife
32 impsnd "impact/knife-impact"
33 bodysnd "impact/knife-bodyimpact"
50 impsnd "impact/knife-impact"
51 bodysnd "impact/knife-bodyimpact"
96 impsnd "impact/knife-impact"
114 impsnd "impact/knife-impact"
247 impsnd "impact/knife-impact"
[all …]
H A Dotheritems.ufo30 model "weapons/knife/knife" //FIXME
66 model "weapons/knife/knife" //FIXME
/dports/games/quake2-matrix/matrix/MatrixFixSource/
H A Dmatrix_gweap.c379 edict_t *knife; in knife_touch() local
477 edict_t *knife; in knife_throw() local
481 knife = G_Spawn(); in knife_throw()
495 knife->solid = SOLID_BBOX; in knife_throw()
497 VectorClear (knife->mins); in knife_throw()
500 knife->owner = self; in knife_throw()
504 knife->dmg = damage; in knife_throw()
513 tr = gi.trace (self->s.origin, NULL, NULL, knife->s.origin, knife, MASK_SHOT); in knife_throw()
517 VectorMA (knife->s.origin, -10, dir, knife->s.origin); in knife_throw()
518 knife->touch (knife, tr.ent, NULL, NULL); in knife_throw()
[all …]
/dports/shells/ohmyzsh/ohmyzsh-6babcbd8841335a3c25ec960ff57ab9a139c9073/plugins/knife_ssh/
H A Dknife_ssh.plugin.zsh3 ssh $(knife node show $1 | awk '/IP:/{print $2}')
7 if hash knife 2>/dev/null; then
10 knife node list > ~/.knife_comp~
14 echo "Could not find knife" >&2
H A DREADME.md11 The plugin creates a cache of the Chef node list via `knife`, and stores it
14 **Requirements:** `knife` has to be installed.
/dports/games/tads/tads-3.0.8/tads2/tests/
H A DBUGS.IN1 >get knife
4 >unlock knife with skeleton
5 >unlock skeleton with knife
/dports/graphics/epix/epix-1.2.19/
H A Dpath_data.cc174 path_data& path_data::clip_to(const halfspace& knife) in clip_to() argument
177 knife.clip_loop(m_data); in clip_to()
179 knife.clip_path(m_data); in clip_to()
197 halfspace knife(S.center() - x*dir, dir); in clip_to() local
200 knife.reverse(); in clip_to()
202 clip_to(knife); in clip_to()
H A Darrow_data.cc74 arrow_data& arrow_data::clip_to(const halfspace& knife) in clip_to() argument
76 knife.clip_path(m_shaft); in clip_to()
77 if (knife.clips(m_tip)) in clip_to()
/dports/devel/boost-docs/boost_1_72_0/libs/container_hash/examples/
H A Dbooks.cpp18 library::book knife(3458, "Zane Grey", "The Hash Knife Outfit"); in main() local
22 std::size_t knife_hash_value = book_hasher(knife); in main()
/dports/devel/boost-python-libs/boost_1_72_0/libs/container_hash/examples/
H A Dbooks.cpp18 library::book knife(3458, "Zane Grey", "The Hash Knife Outfit"); in main() local
22 std::size_t knife_hash_value = book_hasher(knife); in main()
/dports/databases/xtrabackup/boost_1_59_0/libs/functional/hash/examples/
H A Dbooks.cpp18 library::book knife(3458, "Zane Grey", "The Hash Knife Outfit"); in main() local
22 std::size_t knife_hash_value = book_hasher(knife); in main()
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/libs/functional/hash/examples/
H A Dbooks.cpp18 library::book knife(3458, "Zane Grey", "The Hash Knife Outfit"); in main() local
22 std::size_t knife_hash_value = book_hasher(knife); in main()
/dports/databases/mysqlwsrep57-server/boost_1_59_0/libs/functional/hash/examples/
H A Dbooks.cpp18 library::book knife(3458, "Zane Grey", "The Hash Knife Outfit"); in main() local
22 std::size_t knife_hash_value = book_hasher(knife); in main()
/dports/databases/percona57-server/boost_1_59_0/libs/functional/hash/examples/
H A Dbooks.cpp18 library::book knife(3458, "Zane Grey", "The Hash Knife Outfit"); in main() local
22 std::size_t knife_hash_value = book_hasher(knife); in main()
/dports/databases/percona57-client/boost_1_59_0/libs/functional/hash/examples/
H A Dbooks.cpp18 library::book knife(3458, "Zane Grey", "The Hash Knife Outfit"); in main() local
22 std::size_t knife_hash_value = book_hasher(knife); in main()
/dports/devel/boost-libs/boost_1_72_0/libs/container_hash/examples/
H A Dbooks.cpp18 library::book knife(3458, "Zane Grey", "The Hash Knife Outfit"); in main() local
22 std::size_t knife_hash_value = book_hasher(knife); in main()
/dports/devel/hyperscan/boost_1_75_0/libs/container_hash/examples/
H A Dbooks.cpp18 library::book knife(3458, "Zane Grey", "The Hash Knife Outfit"); in main() local
22 std::size_t knife_hash_value = book_hasher(knife); in main()
/dports/textproc/R-cran-rio/rio/inst/
H A DCITATION7 title = "rio: A Swiss-army knife for data file I/O",
17 "). rio: A Swiss-army knife for data file I/O. ",
/dports/games/instead/instead-3.4.1/games/tutorial3/
H A Dmain-it.lua101 var { knife = false },
153 apple.knife = false;
H A Dmain-fr.lua102 var { knife = false },
156 apple.knife = false;
H A Dmain-pt.lua102 var { knife = false },
156 apple.knife = false;

12345678910>>...65