Home
last modified time | relevance | path

Searched refs:maplist (Results 1 – 25 of 868) sorted by relevance

12345678910>>...35

/dports/games/odamex/odamex-src-0.7.0/server/src/
H A Dsv_maplist.cpp44 if (this->maplist.empty()) { in shuffle()
130 this->maplist.insert(this->maplist.begin() + position, maplist_entry); in insert()
158 if (this->maplist.empty()) { in remove()
172 this->maplist.erase(this->maplist.begin() + index); in remove()
176 if (maplist.empty()) { in remove()
217 if (this->maplist.empty()) { in clear()
224 this->maplist.clear(); in clear()
242 if (this->maplist.empty()) { in get_map_by_index()
262 if (this->maplist.empty()) { in get_this_index()
646 BEGIN_COMMAND (maplist) { in BEGIN_COMMAND() argument
[all …]
/dports/lang/yap/yap-6.2.2/LGPL/
H A Dmaplist.pl32 :- module(maplist,
33 [ maplist/2, % :Goal, +List
41 maplist/2,
43 maplist/3,
45 maplist/4,
47 maplist/5,
51 % maplist(:Goal, +List)
57 maplist(Goal, List) :-
65 % maplist(:Goal, ?List1, ?List2)
70 maplist(Goal, List1, List2) :-
[all …]
/dports/lang/swi-pl/swipl-8.2.3/src/Tests/library/
H A Dtest_yall.pl69 time(maplist(less(0), List)),
85 time(maplist(plus(1), List, _)),
156 maplist([X]>>(X=1;X=2), [A,B]).
161 test(maplist, true) :-
163 maplist([X]>>less(0,X),List).
165 test(maplist, true) :-
166 maplist([X]>>(X>3),[4,5,9]).
180 test(maplist, true) :-
182 maplist(maplist(maplist([X,Y]>>(Y is X+3))), Xsss, Ysss),
186 test(maplist, Ys == [[1],[2]]) :-
[all …]
/dports/games/odamex/odamex-src-0.7.0/client/src/
H A Dcl_maplist.cpp43 if (this->maplist.size() > 0 && in check_complete()
44 (this->size == this->maplist.size()) && in check_complete()
52 this->maplist.clear(); in invalidate()
64 result.reserve(this->maplist.size()); in query()
65 for (size_t i = 0;i < maplist.size();i++) { in query()
96 if (index > this->maplist.size()) { in query()
113 for (size_t i = 0;i < this->maplist.size();i++) { in query()
197 DPrintf("- Successfully Cached Maps: %d\n", this->maplist.size()); in ev_tic()
363 this->maplist[index] = maplist_entry; in set_cache_entry()
456 BEGIN_COMMAND (maplist) { in BEGIN_COMMAND() argument
[all …]
/dports/lang/yap/yap-6.2.2/library/
H A Dexpand_macros.yap47 pred_name(maplist, 2, Proto, GoalName),
67 pred_name(maplist, 3, Proto, GoalName),
87 pred_name(maplist, 4, Proto, GoalName),
107 pred_name(maplist, 5, Proto, GoalName),
297 maplist(Meta, InArgs, OutArgs),
303 maplist(Meta, InArgs, OutArgs),
512 allowed_module(maplist(_,_),maplist).
515 allowed_module(maplist(_,_,_),maplist).
518 allowed_module(maplist(_,_,_,_),maplist).
521 allowed_module(maplist(_,_,_,_,_),maplist).
[all …]
H A Dapply.yap4 :- reexport(library(maplist),
5 [maplist/2,
6 maplist/3,
7 maplist/4,
8 maplist/5,
H A Dapply_macros.yap9 :- reexport(maplist, [selectlist/3,
11 maplist/2,
12 maplist/3,
13 maplist/4,
14 maplist/5,
H A Dmaplist.yap17 maplist/2, % :Goal, +List
38 maplist(1,+),
39 maplist(2,+,-),
40 maplist(3,+,+,-),
41 maplist(4,+,+,+,-),
130 % maplist(Pred, OldList)
134 maplist(_, []).
137 maplist(Pred, ListIn).
143 maplist(_, [], []).
152 maplist(_, [], [], []).
[all …]
/dports/sysutils/cfengine317/cfengine-3.17.0/tests/acceptance/01_vars/02_functions/
H A Dmaplist.cf3 # Test maplist()
22 "mapped_testlist" slist => maplist("value=$(this)", "testlist");
23 "mapped_empty" slist => maplist("value=$(this)", empty);
24 "mapped_inline" slist => maplist("value=$(this)", '["a", "b", "c"]');
25 "mapped_function_empty" slist => maplist(canonify($(this)), empty);
26 "mapped_function1" slist => maplist(format("%10.10s", $(this)), testlist);
27 "mapped_function2" slist => maplist(canonify($(this)), '["a or b", "b and c", "c+d", "e"]');
/dports/sysutils/cfengine316/cfengine-3.16.0/tests/acceptance/01_vars/02_functions/
H A Dmaplist.cf3 # Test maplist()
22 "mapped_testlist" slist => maplist("value=$(this)", "testlist");
23 "mapped_empty" slist => maplist("value=$(this)", empty);
24 "mapped_inline" slist => maplist("value=$(this)", '["a", "b", "c"]');
25 "mapped_function_empty" slist => maplist(canonify($(this)), empty);
26 "mapped_function1" slist => maplist(format("%10.10s", $(this)), testlist);
27 "mapped_function2" slist => maplist(canonify($(this)), '["a or b", "b and c", "c+d", "e"]');
/dports/sysutils/cfengine-devel/core-d08ae9eff/tests/acceptance/01_vars/02_functions/
H A Dmaplist.cf3 # Test maplist()
22 "mapped_testlist" slist => maplist("value=$(this)", "testlist");
23 "mapped_empty" slist => maplist("value=$(this)", empty);
24 "mapped_inline" slist => maplist("value=$(this)", '["a", "b", "c"]');
25 "mapped_function_empty" slist => maplist(canonify($(this)), empty);
26 "mapped_function1" slist => maplist(format("%10.10s", $(this)), testlist);
27 "mapped_function2" slist => maplist(canonify($(this)), '["a or b", "b and c", "c+d", "e"]');
/dports/sysutils/cfengine/cfengine-3.19.0/tests/acceptance/01_vars/02_functions/
H A Dmaplist.cf3 # Test maplist()
22 "mapped_testlist" slist => maplist("value=$(this)", "testlist");
23 "mapped_empty" slist => maplist("value=$(this)", empty);
24 "mapped_inline" slist => maplist("value=$(this)", '["a", "b", "c"]');
25 "mapped_function_empty" slist => maplist(canonify($(this)), empty);
26 "mapped_function1" slist => maplist(format("%10.10s", $(this)), testlist);
27 "mapped_function2" slist => maplist(canonify($(this)), '["a or b", "b and c", "c+d", "e"]');
/dports/sysutils/cfengine319/cfengine-3.19.0/tests/acceptance/01_vars/02_functions/
H A Dmaplist.cf3 # Test maplist()
22 "mapped_testlist" slist => maplist("value=$(this)", "testlist");
23 "mapped_empty" slist => maplist("value=$(this)", empty);
24 "mapped_inline" slist => maplist("value=$(this)", '["a", "b", "c"]');
25 "mapped_function_empty" slist => maplist(canonify($(this)), empty);
26 "mapped_function1" slist => maplist(format("%10.10s", $(this)), testlist);
27 "mapped_function2" slist => maplist(canonify($(this)), '["a or b", "b and c", "c+d", "e"]');
/dports/sysutils/cfengine318/cfengine-3.18.1/tests/acceptance/01_vars/02_functions/
H A Dmaplist.cf3 # Test maplist()
22 "mapped_testlist" slist => maplist("value=$(this)", "testlist");
23 "mapped_empty" slist => maplist("value=$(this)", empty);
24 "mapped_inline" slist => maplist("value=$(this)", '["a", "b", "c"]');
25 "mapped_function_empty" slist => maplist(canonify($(this)), empty);
26 "mapped_function1" slist => maplist(format("%10.10s", $(this)), testlist);
27 "mapped_function2" slist => maplist(canonify($(this)), '["a or b", "b and c", "c+d", "e"]');
/dports/databases/grass7/grass-7.8.6/temporal/t.unregister/
H A Dt.unregister.py85 maplist = []
92 maplist = [maps, ]
94 maplist = maps.split(",")
97 for count in range(len(maplist)):
98 mapname = maplist[count]
100 maplist[count] = mapid
114 maplist.append(mapid)
116 num_maps = len(maplist)
124 for mapid in maplist:
/dports/databases/grass7/grass-7.8.6/lib/python/temporal/
H A Dstds_import.py61 for row in maplist:
108 for row in maplist:
132 for row in maplist:
148 def _import_vector_maps(maplist): argument
152 for row in maplist:
313 maplist = []
355 maplist.append(row)
400 for row in maplist:
406 for row in maplist:
412 for row in maplist:
[all …]
H A Dregister.py117 maplist = []
122 maplist = [maps, ]
124 maplist = maps.split(",")
127 for count in range(len(maplist)):
132 maplist[count] = row
169 maplist.append(row)
179 num_maps = len(maplist)
187 for count in range(len(maplist)):
200 if "start" in maplist[count]:
202 if "end" in maplist[count]:
[all …]
/dports/games/redeclipse16/base-1.6.0/config/menus/
H A Dmaps.cfg14 maplist = ""
41 maplist = ""
60 maplist = ""
74 maprot = (listlen $maplist)
75 append maplist "?"
79 append maplist "<random>"
98 append maplist "~"
159 maplist = $xcurmap
162 append maplist "?"
170 mapcount = (listlen $maplist)
[all …]
/dports/irc/ircII/ircii-20210314/script/
H A Dimap39 purge maplist
102 foreach maplist jj {
106 @ maplist[$ii][$kk] = maplist[$jj][$kk]
126 foreach maplist ii {
162 foreach maplist ii {
163 foreach maplist.$ii jj {
182 foreach maplist ii {
183 foreach maplist.$ii jj {
218 foreach maplist.$1 ii$0 {
232 foreach maplist ii {
[all …]
/dports/lang/swi-pl/swipl-8.2.3/src/Tests/thread/
H A Dtest_shared_dynamic.pl52 maplist(create_producer(N, Sessions), Offsets, Producers, Queues),
53 maplist(create_consumer, Queues, Consumers),
54 maplist(thread_join, Producers, PStats),
55 maplist(thread_join, Consumers, CStats),
56 maplist(message_queue_destroy, Queues),
57 maplist(==(true), PStats),
58 maplist(==(true), CStats),
/dports/irc/epic4/epic4-2.10.9/script/
H A Dimap35 purge maplist
102 foreach maplist jj {
105 foreach maplist.$jj kk {
106 @ maplist[$ii][$kk] = maplist[$jj][$kk]
107 ^assign -maplist[$jj][$kk]
127 foreach maplist ii {
128 foreach maplist.$ii jj {
135 foreach maplist.$ii jj {
156 foreach maplist.$1 ii$0 {
170 foreach maplist ii {
[all …]
/dports/lang/swi-pl/swipl-8.2.3/library/
H A Dapply.pl75 maplist(1, ?),
76 maplist(2, ?, ?),
77 maplist(3, ?, ?, ?),
78 maplist(4, ?, ?, ?, ?),
181 %! maplist(:Goal, ?List1).
182 %! maplist(:Goal, ?List1, ?List2).
183 %! maplist(:Goal, ?List1, ?List2, ?List3).
199 maplist(Goal, List) :-
207 maplist(Goal, List1, List2) :-
215 maplist(Goal, List1, List2, List3) :-
[all …]
/dports/dns/idnkit2/idnkit-2.3/lib/
H A Dresconf.c248 idn__maplist_t maplist; member
321 idn__maplist_t maplist = NULL; in idn_resconf_create() local
348 r = idn__maplist_create(&maplist); in idn_resconf_create()
367 ctx->maplist = maplist; in idn_resconf_create()
391 if (maplist != NULL) in idn_resconf_create()
392 idn__maplist_destroy(maplist); in idn_resconf_create()
499 ctx->maplist = ctx2->maplist; in idn_resconf_setdefaults()
629 return (ctx->maplist); in idn__resconf_getmaplist()
1001 idn__maplist_t maplist; in parse_map() local
1007 r = idn__maplist_create(&maplist); in parse_map()
[all …]
/dports/science/openbabel/openbabel-3.1.1/tools/
H A Dobrotate.cpp146 vector< vector <int> > maplist; // list of matched atoms in main() local
160 maplist = sp.GetUMapList(); // get unique matches in main()
162 if (maplist.size() > 1) in main()
163 …cerr << "obrotate: Found " << maplist.size() << " matches. Only last one will be rotated." << endl; in main()
166 for (m = maplist.begin(); m != maplist.end(); ++m) { in main()
/dports/graphics/libGLU/glu-9.0.2/src/libnurbs/internals/
H A Dnurbsinterfac.cc67 : maplist( backend ), in NurbsTessellator()
199 Mapdesc *mapdesc = maplist.locate( type ); in pwlcurve()
278 Mapdesc *mapdesc = maplist.locate( type ); in nurbscurve()
330 Mapdesc *mapdesc = maplist.locate( type ); in nurbssurface()
391 Mapdesc *mapdesc = maplist.locate( type ); in setnurbsproperty()
433 Mapdesc *mapdesc = maplist.locate( type ); in getnurbsproperty()
454 Mapdesc *mapdesc = maplist.locate( type ); in setnurbsproperty()
478 Mapdesc *mapdesc = maplist.locate( type ); in setnurbsproperty()
499 maplist.initialize(); in redefineMaps()
505 maplist.define( type, (int) rational, (int) ncoords ); in defineMap()

12345678910>>...35