Home
last modified time | relevance | path

Searched refs:item_spec (Results 1 – 24 of 24) sorted by relevance

/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/test/
H A Dmonster-name.lua6 local function itemname(item_spec, name_type)
9 local items = test.place_items_at(place, item_spec)
11 "Could not create item: '" .. item_spec .. "'")
/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Dmapdef.h557 class item_spec
583 item_spec(const item_spec &other);
584 item_spec &operator = (const item_spec &other);
585 ~item_spec();
597 typedef vector<item_spec> item_spec_list;
606 item_spec get_item(int index);
607 item_spec random_item();
608 item_spec random_item_weighted();
630 item_spec item_by_specifier(const string &spec);
634 void parse_raw_name(string name, item_spec &spec);
[all …]
H A Dmapdef.cc4805 item_spec::item_spec(const item_spec &other) in item_spec() function in item_spec
4811 item_spec &item_spec::operator = (const item_spec &other) in operator =()
4836 item_spec::~item_spec() in ~item_spec()
4847 bool item_spec::corpselike() const in corpselike()
4872 item_spec item_list::random_item() in random_item()
4876 const item_spec none; in random_item()
4887 const item_spec none; in random_item_weighted()
4892 item_spec item = get_item(i); in random_item_weighted()
4906 item_spec pick; in pick_item()
4928 const item_spec none; in get_item()
[all …]
H A Djobs.cc115 const item_spec spec = items.get_item(i); in give_job_equipment()
H A Ddungeon.h252 int dgn_place_item(const item_spec &spec,
H A Ddungeon.cc4584 static int _dgn_item_corpse(const item_spec &ispec, const coord_def where) in _dgn_item_corpse()
4623 static bool _apply_item_props(item_def &item, const item_spec &spec, in _apply_item_props()
4752 int dgn_place_item(const item_spec &spec, in dgn_place_item()
4877 const item_spec spec = sitems.get_item(index); in _dgn_place_item_explicit()
4917 item_spec spec = list.get_item(i); in _dgn_give_mon_spec_items()
H A Dmakeitem.cc49 item_spec ispec = ilist.get_item(0); in create_item_named()
/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/dat/dlua/
H A Dtest.lua28 function test.place_items_at(point, item_spec)
29 dgn.create_item(point.x, point.y, item_spec)
H A Dziggurat.lua586 local good_loot = dgn.item_spec("* no_pickup w:7000 /" ..
588 local super_loot = dgn.item_spec("| no_pickup w:7000 /" ..
/dports/games/endgame-singularity/singularity-1.00/singularity/code/
H A Dlogmessage.py374 def item_spec(self): member in LogItemConstructionComplete
380 … ITEM_TYPE_NAME=self.item_spec.name, BASE_NAME=self._base_name, BASE_TYPE=self.base_type.name,
387 ITEM=self.item_spec.name, BASE=self._base_name)
390 ITEM=self.item_spec.name, BASE=self._base_name)
H A Ditem.py150 def __init__(self, item_spec, base=None, count=1): argument
151 super(Item, self).__init__(item_spec, count)
H A Ddata.py386 item_spec.id: item_spec
387 for item_spec in parse_spec_from_file(item.ItemSpec, 'items.dat')
/dports/devel/p5-Getopt-Euclid/Getopt-Euclid-0.4.5/lib/Getopt/
H A DEuclid.pm1247 my $item_spec = $args->{$item_name}->{'src'};
1248 $item_spec =~ s/=for(.*)//ms;
1266 $item_spec =~ s/$var_name\.$default_type/$var_default/g;
1269 if ($item_spec =~ m/(\S+(\.(?:opt_)?default))/) {
1272 "description:\n$item_spec" );
1274 $pod_string .= $item_spec;
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/thrift/lib/py/src/ext/
H A Dprotocol.tcc868 PyObject* item_spec = PyTuple_GET_ITEM(spec_seq, tag); in readStruct() local
869 if (item_spec == Py_None) { in readStruct()
877 if (!parse_struct_item_spec(&parsedspec, item_spec)) { in readStruct()
/dports/net/storj/storj-1.45.3/vendor/github.com/apache/thrift/lib/py/src/ext/
H A Dprotocol.tcc868 PyObject* item_spec = PyTuple_GET_ITEM(spec_seq, tag); in readStruct() local
869 if (item_spec == Py_None) { in readStruct()
877 if (!parse_struct_item_spec(&parsedspec, item_spec)) { in readStruct()
/dports/devel/py-thrift/thrift-0.14.0/lib/py/src/ext/
H A Dprotocol.tcc868 PyObject* item_spec = PyTuple_GET_ITEM(spec_seq, tag); in readStruct() local
869 if (item_spec == Py_None) { in readStruct()
877 if (!parse_struct_item_spec(&parsedspec, item_spec)) { in readStruct()
/dports/www/fabio/fabio-1.5.14/vendor/github.com/apache/thrift/thrift-da1169d75b15/lib/py/src/ext/
H A Dprotocol.tcc868 PyObject* item_spec = PyTuple_GET_ITEM(spec_seq, tag); in readStruct() local
869 if (item_spec == Py_None) { in readStruct()
877 if (!parse_struct_item_spec(&parsedspec, item_spec)) { in readStruct()
/dports/devel/thrift-c_glib/thrift-0.14.0/lib/py/src/ext/
H A Dprotocol.tcc868 PyObject* item_spec = PyTuple_GET_ITEM(spec_seq, tag); in readStruct() local
869 if (item_spec == Py_None) { in readStruct()
877 if (!parse_struct_item_spec(&parsedspec, item_spec)) { in readStruct()
/dports/devel/thrift-cpp/thrift-0.14.0/lib/py/src/ext/
H A Dprotocol.tcc868 PyObject* item_spec = PyTuple_GET_ITEM(spec_seq, tag); in readStruct() local
869 if (item_spec == Py_None) { in readStruct()
877 if (!parse_struct_item_spec(&parsedspec, item_spec)) { in readStruct()
/dports/devel/thrift/thrift-0.14.0/lib/py/src/ext/
H A Dprotocol.tcc868 PyObject* item_spec = PyTuple_GET_ITEM(spec_seq, tag); in readStruct() local
869 if (item_spec == Py_None) { in readStruct()
877 if (!parse_struct_item_spec(&parsedspec, item_spec)) { in readStruct()
/dports/misc/concourse/concourse-6.7.2/vendor/github.com/apache/thrift/lib/py/src/ext/
H A Dprotocol.tcc868 PyObject* item_spec = PyTuple_GET_ITEM(spec_seq, tag); in readStruct() local
869 if (item_spec == Py_None) { in readStruct()
877 if (!parse_struct_item_spec(&parsedspec, item_spec)) { in readStruct()
/dports/devel/node-thrift/thrift-0.14.0/lib/py/src/ext/
H A Dprotocol.tcc868 PyObject* item_spec = PyTuple_GET_ITEM(spec_seq, tag); in readStruct() local
869 if (item_spec == Py_None) { in readStruct()
877 if (!parse_struct_item_spec(&parsedspec, item_spec)) { in readStruct()
/dports/lang/ghc/ghc-8.10.7/compiler/rename/
H A DRnNames.hs1157 = Just (ImpSpec { is_decl = decl_spec, is_item = item_spec })
1159 item_spec = ImpSome { is_explicit = is_explicit name, is_iloc = loc } function
/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/dat/des/variable/
H A Dfloat.des1574 # couldn't get this item_spec to work with delayed_decay.)