Home
last modified time | relevance | path

Searched refs:humans (Results 1 – 25 of 3946) sorted by relevance

12345678910>>...158

/dports/devel/rbenv/rbenv-1.2.0/test/
H A Dwhich.bats30 RBENV_VERSION=system run rbenv-which kill-all-humans
38 PATH="${RBENV_ROOT}/shims:$PATH" RBENV_VERSION=system run rbenv-which kill-all-humans
46 PATH="$PATH:${RBENV_ROOT}/shims" RBENV_VERSION=system run rbenv-which kill-all-humans
55 RBENV_VERSION=system run rbenv-which kill-all-humans
62 touch kill-all-humans
63 chmod +x kill-all-humans
64 PATH="$(path_without "kill-all-humans")" RBENV_VERSION=system run rbenv-which kill-all-humans
/dports/devel/R-cran-vcd/vcd/demo/
H A Dhullternary.R11 humans=matrix(c(18,19,17,21,7,9,8,62,70,53,69,81,73,71,20,10,30,10,12,18,19), globalVar
13 colnames(humans)=c("young", "adult", "old")
18 humans=matrix(c(18,19,17,21,7,9,8,62,70,53,69,81,73,71,20,10,30,10,12,18,19), globalVar
23 data = rbind(humans, lions, site)
24 count = c(nrow(humans), nrow(lions), nrow(site))
58 drawhull(humans, "blue")
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/app/models/concerns/
H A Dhas_user_type.rb26 scope :without_bots, -> { humans.or(where.not(user_type: BOT_USER_TYPES)) }
28 scope :non_internal, -> { humans.or(where(user_type: NON_INTERNAL_USER_TYPES)) }
29 scope :without_ghosts, -> { humans.or(where.not(user_type: :ghost)) }
30 scope :without_project_bot, -> { humans.or(where.not(user_type: :project_bot)) }
31 scope :human_or_service_user, -> { humans.or(where(user_type: :service_user)) }
/dports/games/openra/OpenRA-release-20200503/mods/ra/maps/infiltration/
H A Dinfiltration.lua44 Utils.Do(humans, function(player)
53 Utils.Do(humans, function(player)
62 Utils.Do(humans, function(player)
73 Utils.Do(humans, function(player)
83 Utils.Do(humans, function(player)
138 Utils.Do(humans, function(player)
159 Utils.Do(humans, function(player)
174 Utils.Do(humans, function(player)
309 Utils.Do(humans, function(player)
357 humans = { player1, player2 }
[all …]
/dports/games/wesnoth/wesnoth-1.14.17/data/campaigns/Under_the_Burning_Suns/units/humans/
H A DHuman_Commander.cfg6 image="units/humans/human-commander.png"
7 {LEADING_ANIM "units/humans/human-commander.png" "units/humans/human-commander.png" 11,-21}
8 …{DEFENSE_ANIM "units/humans/human-commander.png" "units/humans/human-commander.png" {SOUND_LIST:HU…
63 image="units/humans/human-commander.png:500"
74 image="units/humans/human-commander.png:450"
/dports/games/pcgen/pcgen/data/pathfinder/paizo/roleplaying_game/advanced_class_guide/
H A Dacg_skills.lst6 Diplomacy.MOD SITUATION:Info about humans
7 Knowledge (history).MOD SITUATION:Info about humans
8 Knowledge (local).MOD SITUATION:Info about humans
9 Knowledge (nobility).MOD SITUATION:Info about humans
10 Linguistics.MOD SITUATION:Info about humans
/dports/games/openarena/openarena-engine-source-0.8.8/
H A D5_server_g_humanplayers.diff10 + int i, count, humans;
19 + count = humans = 0;
24 + humans++;
33 + Info_SetValueForKey( infostring, "g_humanplayers", va("%i", humans ) );
/dports/games/openarena-server/openarena-engine-source-0.8.8/
H A D5_server_g_humanplayers.diff10 + int i, count, humans;
19 + count = humans = 0;
24 + humans++;
33 + Info_SetValueForKey( infostring, "g_humanplayers", va("%i", humans ) );
/dports/games/pink-pony/pink-pony-1.4.1/src/
H A DMenu.cc351 humans += dir; in change_humans()
353 if (humans < 0) { in change_humans()
354 humans = 0; in change_humans()
357 if (humans > 4) { in change_humans()
358 humans = 4; in change_humans()
361 if (humans + computers > 4) { in change_humans()
362 computers = 4-humans; in change_humans()
365 if (humans + computers < 1) { in change_humans()
366 humans = 1; in change_humans()
388 if (humans + computers > 4) { in change_computers()
[all …]
/dports/games/openra/OpenRA-release-20200503/mods/ra/maps/exodus/
H A Dexodus.lua125 Utils.Do(humans, function(player)
177 Utils.Do(humans, function(player)
254 Utils.Do(humans, function(player)
279 Utils.Do(humans, function(player)
292 Utils.Do(humans, function(player)
310 humans = { allies1, allies2 }
311 Utils.Do(humans, function(player)
339 Utils.Do(humans, function(player)
348 Utils.Do(humans, function(player)
/dports/games/wesnoth/wesnoth-1.14.17/po/wesnoth-units/
H A Dpt_BR.po175 #: data/core/units/humans/Mage.cfg:28 data/core/units/humans/Mage_Arch.cfg:36
176 #: data/core/units/humans/Mage_Elder.cfg:26
177 #: data/core/units/humans/Mage_Great.cfg:30
178 #: data/core/units/humans/Mage_Red.cfg:29
297 #: data/core/units/humans/Outlaw.cfg:31
5207 #: data/core/units/humans/Mage.cfg:4
5215 #: data/core/units/humans/Mage.cfg:19
5262 #: data/core/units/humans/Mage.cfg:37 data/core/units/humans/Mage_Silver.cfg:44
5270 #: data/core/units/humans/Mage.cfg:159
5661 #: data/core/units/humans/Outlaw.cfg:4
[all …]
/dports/security/lego/lego-4.5.3/vendor/github.com/scaleway/scaleway-sdk-go/internal/e2e/
H A Derrors_test.go43 var humans []*test.Human
48 humans = append(humans, human)
63 for _, human := range humans {
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/scaleway/scaleway-sdk-go/internal/e2e/
H A Derrors_test.go43 var humans []*test.Human
48 humans = append(humans, human)
63 for _, human := range humans {
/dports/science/netcdf/netcdf-c-4.7.4/ncdap_test/expected3/
H A DnestedDAS.dmp11 :humans.position = "There are too many humans." ;
12 :humans.offer = "Here are a few..." ;
/dports/math/libmesh/libmesh-1.6.2/contrib/netcdf/netcdf-c-4.6.2/ncdap_test/expected3/
H A DnestedDAS.dmp11 :humans.position = "There are too many humans." ;
12 :humans.offer = "Here are a few..." ;
/dports/www/grafana8/grafana-8.3.6/vendor/cloud.google.com/go/internal/gapicgen/
H A DREADME.md6 genproto+gapics locally. Intended to be run by humans - for example, when
11 Intended to be run periodically as a bot, but humans can use it too.
14 does so. Intended to be run periodically as a bot, but humans can use it too.
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/workhorse/vendor/cloud.google.com/go/internal/gapicgen/
H A DREADME.md6 genproto+gapics locally. Intended to be run by humans - for example, when
11 Intended to be run periodically as a bot, but humans can use it too.
14 does so. Intended to be run periodically as a bot, but humans can use it too.
/dports/net/storj/storj-1.45.3/vendor/cloud.google.com/go/internal/gapicgen/
H A DREADME.md6 genproto+gapics locally. Intended to be run by humans - for example, when
11 Intended to be run periodically as a bot, but humans can use it too.
14 does so. Intended to be run periodically as a bot, but humans can use it too.
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/cloud.google.com/go/google-cloud-go-0.72.0/internal/gapicgen/
H A DREADME.md6 genproto+gapics locally. Intended to be run by humans - for example, when
11 Intended to be run periodically as a bot, but humans can use it too.
14 does so. Intended to be run periodically as a bot, but humans can use it too.
/dports/sysutils/istio/istio-1.6.7/vendor/cloud.google.com/go/internal/gapicgen/
H A DREADME.md6 genproto+gapics locally. Intended to be run by humans - for example, when
11 Intended to be run periodically as a bot, but humans can use it too.
14 does so. Intended to be run periodically as a bot, but humans can use it too.
/dports/www/gitlab-pages/gitlab-pages-f8512edbec4ec83b426c8ca2dda467de424685e4/vendor/cloud.google.com/go/internal/gapicgen/
H A DREADME.md6 genproto+gapics locally. Intended to be run by humans - for example, when
11 Intended to be run periodically as a bot, but humans can use it too.
14 does so. Intended to be run periodically as a bot, but humans can use it too.
/dports/sysutils/chaoskube/chaoskube-0.22.0/vendor/cloud.google.com/go/internal/gapicgen/
H A DREADME.md6 genproto+gapics locally. Intended to be run by humans - for example, when
11 Intended to be run periodically as a bot, but humans can use it too.
14 does so. Intended to be run periodically as a bot, but humans can use it too.
/dports/net/drive/drive-0.4.0/vendor/cloud.google.com/go/internal/gapicgen/
H A DREADME.md6 genproto+gapics locally. Intended to be run by humans - for example, when
11 Intended to be run periodically as a bot, but humans can use it too.
14 does so. Intended to be run periodically as a bot, but humans can use it too.
/dports/sysutils/gomplate/gomplate-3.9.0/vendor/cloud.google.com/go/internal/gapicgen/
H A DREADME.md6 genproto+gapics locally. Intended to be run by humans - for example, when
11 Intended to be run periodically as a bot, but humans can use it too.
14 does so. Intended to be run periodically as a bot, but humans can use it too.
/dports/net/rclone/rclone-1.57.0/vendor/cloud.google.com/go/internal/gapicgen/
H A DREADME.md6 genproto+gapics locally. Intended to be run by humans - for example, when
11 Intended to be run periodically as a bot, but humans can use it too.
14 does so. Intended to be run periodically as a bot, but humans can use it too.

12345678910>>...158