Home
last modified time | relevance | path

Searched refs:getn (Results 1 – 25 of 803) sorted by relevance

12345678910>>...33

/dports/games/wyrmsun/Wyrmsun-3.5.4/scripts/
H A Dstratagus.lua63 for i=1,table.getn(InitFuncs) do
413 table.getn(GetSelectedUnits()) > 0
529 table.getn(GetSelectedUnits()) > 0
596 table.getn(GetSelectedUnits()) > 0
1378 for unit1 = 1,table.getn(uncount) do
1391 if (table.getn(units_found) > 0) then
1418 for unit1 = 1,table.getn(uncount) do
1447 for unit1 = 1,table.getn(uncount) do
1465 for unit1 = 1,table.getn(uncount) do
1582 for j=1,table.getn(dirlist) do
[all …]
/dports/lang/elixir-devel/elixir-1.13.1/lib/elixir/test/elixir/
H A Dio_test.exs50 test "getn" do test
52 assert "F" == IO.getn(file, "")
53 assert "O" == IO.getn(file, "")
54 assert "O" == IO.getn(file, "")
55 assert "\n" == IO.getn(file, "")
56 assert :eof == IO.getn(file, "")
60 test "getn with count" do
62 assert 'F' == IO.getn(file, "λ")
69 test "getn with eof" do
199 test "getn with chardata" do
[all …]
/dports/www/mediawiki135/mediawiki-1.35.5/extensions/Scribunto/includes/engines/LuaCommon/lualib/luabit/
H A Dbit.lua70 local n = table.getn(tbl)
85 if(table.getn(tbl_m) > table.getn(tbl_n)) then
93 for i = table.getn(small) + 1, table.getn(big) do
105 local rslt = math.max(table.getn(tbl_m), table.getn(tbl_n))
123 local rslt = math.max(table.getn(tbl_m), table.getn(tbl_n))
138 local size = math.max(table.getn(tbl), 32)
155 local rslt = math.max(table.getn(tbl_m), table.getn(tbl_n))
/dports/www/mediawiki137/mediawiki-1.37.1/extensions/Scribunto/includes/engines/LuaCommon/lualib/luabit/
H A Dbit.lua70 local n = table.getn(tbl)
85 if(table.getn(tbl_m) > table.getn(tbl_n)) then
93 for i = table.getn(small) + 1, table.getn(big) do
105 local rslt = math.max(table.getn(tbl_m), table.getn(tbl_n))
123 local rslt = math.max(table.getn(tbl_m), table.getn(tbl_n))
138 local size = math.max(table.getn(tbl), 32)
155 local rslt = math.max(table.getn(tbl_m), table.getn(tbl_n))
/dports/www/mediawiki136/mediawiki-1.36.3/extensions/Scribunto/includes/engines/LuaCommon/lualib/luabit/
H A Dbit.lua70 local n = table.getn(tbl)
85 if(table.getn(tbl_m) > table.getn(tbl_n)) then
93 for i = table.getn(small) + 1, table.getn(big) do
105 local rslt = math.max(table.getn(tbl_m), table.getn(tbl_n))
123 local rslt = math.max(table.getn(tbl_m), table.getn(tbl_n))
138 local size = math.max(table.getn(tbl), 32)
155 local rslt = math.max(table.getn(tbl_m), table.getn(tbl_n))
/dports/lang/rust/rustc-1.58.1-src/src/test/ui/const-generics/type-dependent/
H A Dissue-67144-1.rs5 pub fn getn<const N: usize>(&self) -> [u8; N] { in getn() method
6 getn::<N>()
10 fn getn<const N: usize>() -> [u8; N] { in getn() function
18 let [a,b,c] = getn::<3>(); in main()
21 let [a,b,c] = X.getn::<3>(); in main()
24 let arr: [u8; 3] = X.getn::<3>(); in main()
/dports/devel/plan9port/plan9port-1f098efb7370a0b28306d10681e21883fb1c1507/src/cmd/proof/
H A Dhtroff.c198 r[0] = getn(); in readpage()
207 n = getn(); in readpage()
208 m = getn(); in readpage()
217 m = getn()/2; in readpage()
233 n = getn(); in readpage()
234 m = getn(); in readpage()
238 n = getn(); in readpage()
239 m = getn(); in readpage()
416 res=getn(); in devcntrl()
423 n = getn(); in devcntrl()
[all …]
/dports/cad/impact/Impact/src/run/materials/
H A DElastic.java186 youngs_modulus = arg[i + 2].getn(); in parse_Fembic()
197 density = arg[i + 2].getn(); in parse_Fembic()
207 nu = arg[i + 2].getn(); in parse_Fembic()
217 failure_strain = arg[i + 2].getn(); in parse_Fembic()
226 failure_stress = arg[i + 2].getn(); in parse_Fembic()
264 youngs_modulus = param[1].getn(); in parse_Nastran()
269 youngs_modulus = 2*(1+param[4].getn())*param[3].getn(); in parse_Nastran()
276 nu = param[4].getn(); in parse_Nastran()
282 nu = youngs_modulus / (2 * param[3].getn()) -1; in parse_Nastran()
288 density = param[5].getn(); in parse_Nastran()
[all …]
/dports/lang/elixir/elixir-1.12.3/lib/elixir/test/elixir/
H A Dio_test.exs50 test "getn" do test
52 assert "F" == IO.getn(file, "")
53 assert "O" == IO.getn(file, "")
54 assert "O" == IO.getn(file, "")
55 assert "\n" == IO.getn(file, "")
56 assert :eof == IO.getn(file, "")
60 test "getn with count" do
62 assert 'F' == IO.getn(file, "λ")
68 test "getn with UTF-8 and binary" do
174 test "getn with chardata" do
[all …]
/dports/irc/epic4/epic4-2.10.9/
H A Dtest.c150 static int getn();
287 return isatty(getn(*t_wp));
323 return getn(opnd1) == getn(opnd2); in binop()
325 return getn(opnd1) != getn(opnd2); in binop()
327 return getn(opnd1) >= getn(opnd2); in binop()
329 return getn(opnd1) > getn(opnd2); in binop()
331 return getn(opnd1) <= getn(opnd2); in binop()
333 return getn(opnd1) < getn(opnd2); in binop()
449 getn(s) in getn() function
/dports/cad/impact/Impact/src/run/
H A DLoad.java217 x_force = new Variable(param[i + 2].getn()); in parse_Fembic()
240 y_force = new Variable(param[i + 2].getn()); in parse_Fembic()
263 z_force = new Variable(param[i + 2].getn()); in parse_Fembic()
286 x_moment = new Variable(param[i + 2].getn()); in parse_Fembic()
355 x_acc = new Variable(param[i + 2].getn()); in parse_Fembic()
378 y_acc = new Variable(param[i + 2].getn()); in parse_Fembic()
401 z_acc = new Variable(param[i + 2].getn()); in parse_Fembic()
670 x_acc = new Variable(param[i + 2].getn()); in parse_Nastran()
693 y_acc = new Variable(param[i + 2].getn()); in parse_Nastran()
716 z_acc = new Variable(param[i + 2].getn()); in parse_Nastran()
[all …]
/dports/games/wyrmsun/Wyrmsun-3.5.4/scripts/menus/
H A Dencyclopedia.lua178 for i = 1, table.getn(heroes) do
191 for i = 1, table.getn(deities) do
376 for i = 1, table.getn(heroes) do
402 for i = 1, table.getn(deities) do
823 for i=1,table.getn(deities) do
888 for i=1,table.getn(domains) do
998 for j=1, table.getn(chapters) do
1019 for j=1, table.getn(chapters) do
1401 for i=1,table.getn(planes) do
1442 if (table.getn(species) > 0) then
[all …]
H A Dmods.lua43 for mod_dir_i = 1, table.getn(ModDirectories) do
70 for j=1,table.getn(dirlist) do
93 for i = 1, table.getn(mods) do
131 if (table.getn(mod_list) > 0) then
155 for i=1,table.getn(ModDependencies) do
157 if (i < table.getn(ModDependencies)) then
189 for i = 1, table.getn(ModDependencies) do
252 for j = 1, table.getn(ModDependencies) do
298 for j=1,table.getn(dirlist) do
346 for i = 1, table.getn(mod_a_dependencies) do
[all …]
H A Dfamily_tree.lua116 for i = 1, table.getn(potential_character_children) do
123 for i = 1, table.getn(character_children) do
133 for i = 1, table.getn(potential_character_siblings) do
143 local siblings_start_x = x - (54 + 14) * table.getn(older_siblings)
144 for i = 1, table.getn(older_siblings) do
149 for i = 1, table.getn(younger_siblings) do
172 for i = 1, table.getn(potential_character_children) do
177 for i = 1, table.getn(character_children) do
/dports/shells/klish/klish-2.1.4/lub/system/
H A Dtest.c155 static int getn(const char *s);
273 return isatty(getn(*t_wp)); in primary()
307 return getn(opnd1) == getn(opnd2); in binop()
309 return getn(opnd1) != getn(opnd2); in binop()
311 return getn(opnd1) >= getn(opnd2); in binop()
313 return getn(opnd1) > getn(opnd2); in binop()
315 return getn(opnd1) <= getn(opnd2); in binop()
317 return getn(opnd1) < getn(opnd2); in binop()
443 static int getn(const char *s) in getn() function
/dports/irc/epic5/epic5-2.1.6/
H A Dtest.c151 static int getn(const char *s);
273 return isatty(getn(*t_wp)); in primary()
308 return getn(opnd1) == getn(opnd2); in binop()
310 return getn(opnd1) != getn(opnd2); in binop()
312 return getn(opnd1) >= getn(opnd2); in binop()
314 return getn(opnd1) > getn(opnd2); in binop()
316 return getn(opnd1) <= getn(opnd2); in binop()
318 return getn(opnd1) < getn(opnd2); in binop()
430 static int getn(const char *s) in getn() function
/dports/games/wargus/wargus-3.2.0/scripts/
H A Dcheats.lua74 for j = 1,table.getn(resources) do
87 for j = 1,table.getn(resources) do
102 for j = 1,table.getn(resources) do
115 for j = 1,table.getn(resources) do
124 for i = 1,table.getn(resources) do
150 for i = 1,table.getn(t) do
164 for j = 1,table.getn(resources) do
177 for j = 1,table.getn(resources) do
/dports/devel/kBuild/kBuild-0.1.9998/src/kash/bltin/
H A Dtest.c158 static int getn(shinstance *, const char *);
257 return shfile_isatty(&psh->fdtab, getn(psh, *psh->t_wp)); in primary()
293 return getn(psh, opnd1) == getn(psh, opnd2); in binop()
295 return getn(psh, opnd1) != getn(psh, opnd2); in binop()
297 return getn(psh, opnd1) >= getn(psh, opnd2); in binop()
299 return getn(psh, opnd1) > getn(psh, opnd2); in binop()
301 return getn(psh, opnd1) <= getn(psh, opnd2); in binop()
303 return getn(psh, opnd1) < getn(psh, opnd2); in binop()
434 getn(shinstance *psh, const char *s) in getn() function
/dports/shells/dash/dash-0.5.11.5/src/bltin/
H A Dtest.c165 static inline intmax_t getn(const char *s) in getn() function
319 return isatty(getn(*t_wp)); in primary()
368 return getn(opnd1) == getn(opnd2); in binop()
370 return getn(opnd1) != getn(opnd2); in binop()
372 return getn(opnd1) >= getn(opnd2); in binop()
374 return getn(opnd1) > getn(opnd2); in binop()
376 return getn(opnd1) <= getn(opnd2); in binop()
378 return getn(opnd1) < getn(opnd2); in binop()
/dports/games/tomenet/tomenet-4.6.0/lib/scpt/
H A Dmeta.lua14 for i = 1, getn(x) do
26 for i = 1, getn(x) do
36 for i = 1, getn(x) do
55 for i = 1, getn(x) do
71 for i = 1, getn(x) do
86 cat_slot = getn(categories) + 1
122 for i = 1, getn(e) do
/dports/games/hedgewars-server/hedgewars-src-1.0.0/share/hedgewars/Data/Missions/Campaign/A_Space_Adventure/
H A Ddeath02.lua81 for i=1,table.getn(enemies) do
145 local randomHog = GetRandom(table.getn(enemies))+1
147 randomHog = GetRandom(table.getn(enemies))+1
150 for i=1,table.getn(deadHog.additionalWeapons) do
206 for i=1,table.getn(enemies) do
252 local hogsNumber = table.getn(hogs)
275 for i=1,table.getn(enemies) do
283 for w=1,table.getn(enemies[i].additionalWeapons) do
292 for i=1,table.getn(enemies) do
302 for i=1,table.getn(enemies) do
[all …]
/dports/games/hedgewars/hedgewars-src-1.0.0/share/hedgewars/Data/Missions/Campaign/A_Space_Adventure/
H A Ddeath02.lua81 for i=1,table.getn(enemies) do
145 local randomHog = GetRandom(table.getn(enemies))+1
147 randomHog = GetRandom(table.getn(enemies))+1
150 for i=1,table.getn(deadHog.additionalWeapons) do
206 for i=1,table.getn(enemies) do
252 local hogsNumber = table.getn(hogs)
275 for i=1,table.getn(enemies) do
283 for w=1,table.getn(enemies[i].additionalWeapons) do
292 for i=1,table.getn(enemies) do
302 for i=1,table.getn(enemies) do
[all …]
/dports/www/elinks/elinks-0.11.7/contrib/lua/
H A Dbm.lua62 for i = 1, table.getn (bm_bookmarks) do
82 for i = 1, table.getn (bm_bookmarks) do
93 for j = 1, table.getn (table) do
121 for i = 1, table.getn (bm_bookmarks) do
125 for i = 1, table.getn (table) do
214 for i = 1, table.getn (tmp) do
251 if table.getn (bm_bookmarks[i]) == 0 then table.remove (bm_bookmarks, i) end
269 if i > 0 and j > 0 and i <= table.getn (t) and j <= table.getn (t) then
324 if not bm_bookmarks or table.getn (bm_bookmarks) == 0 then
/dports/devel/kBuild/kBuild-0.1.9998/src/kmk/kmkbuiltin/
H A Dtest.c184 static int getn(const char *);
386 return isatty(getn(*t_wp)); in primary()
422 return getn(opnd1) == getn(opnd2); in binop()
424 return getn(opnd1) != getn(opnd2); in binop()
426 return getn(opnd1) >= getn(opnd2); in binop()
428 return getn(opnd1) > getn(opnd2); in binop()
430 return getn(opnd1) <= getn(opnd2); in binop()
432 return getn(opnd1) < getn(opnd2); in binop()
772 getn(const char *s) in getn() function
/dports/lang/tolua++/tolua++-1.0.93/src/bin/lua/
H A Dtemplate_class.lua25 if table.getn(Il) ~= table.getn(self.args) then
34 for i=1,table.getn(self.parents) do
40 local append = "<"..concat(Il, 1, table.getn(Il), ",")..">"
43 for i=1,table.getn(pI) do

12345678910>>...33