Home
last modified time | relevance | path

Searched refs:get_locations (Results 1 – 25 of 181) sorted by relevance

12345678

/dports/math/curv/curv-0.5/libcurv/
H A Dcontext.cc35 void At_System::get_locations(std::list<Func_Loc>& locs) const { } in get_locations() function in curv::At_System
46 At_Frame::get_locations(std::list<Func_Loc>& locs) const in get_locations() function in curv::At_Frame
98 At_Token::get_locations(std::list<Func_Loc>& locs) const in get_locations() function in curv::At_Token
137 At_Phrase::get_locations(std::list<Func_Loc>& locs) const in get_locations() function in curv::At_Phrase
154 At_Arg::get_locations(std::list<Func_Loc>& locs) const in get_locations() function in curv::At_Arg
188 At_Metacall::get_locations(std::list<Func_Loc>& locs) const in get_locations() function in curv::At_Metacall
249 { return parent_.get_locations(locs); } in get_locations()
263 At_Field::get_locations(std::list<Func_Loc>& locs) const in get_locations() function in curv::At_Field
265 parent_.get_locations(locs); in get_locations()
280 At_Index::get_locations(std::list<Func_Loc>& locs) const in get_locations() function in curv::At_Index
[all …]
H A Dcontext.h63 virtual void get_locations(std::list<Func_Loc>&) const = 0;
77 virtual void get_locations(std::list<Func_Loc>& locs) const override;
88 virtual void get_locations(std::list<Func_Loc>& locs) const override;
105 virtual void get_locations(std::list<Func_Loc>&) const override;
123 virtual void get_locations(std::list<Func_Loc>& locs) const override;
179 void get_locations(std::list<Func_Loc>& locs) const override;
207 void get_locations(std::list<Func_Loc>& locs) const override;
230 void get_locations(std::list<Func_Loc>& locs) const override;
243 void get_locations(std::list<Func_Loc>& locs) const override;
274 virtual void get_locations(std::list<Func_Loc>&) const override;
[all …]
H A Dsc_context.cc13 At_SC_Frame::get_locations(std::list<Func_Loc>& locs) const in get_locations() function in curv::At_SC_Frame
39 f->root_context_->get_locations(locs); in get_sc_frame_locations()
59 At_SC_Phrase::get_locations(std::list<Func_Loc>& locs) const in get_locations() function in curv::At_SC_Phrase
75 void At_SC_Tuple_Arg::get_locations(std::list<Func_Loc>& locs) const in get_locations() function in curv::At_SC_Tuple_Arg
90 At_SC_Arg_Expr::get_locations(std::list<Func_Loc>& locs) const in get_locations() function in curv::At_SC_Arg_Expr
H A Dsc_context.h19 virtual void get_locations(std::list<Func_Loc>& locs) const override;
33 virtual void get_locations(std::list<Func_Loc>& locs) const override;
50 void get_locations(std::list<Func_Loc>& locs) const override;
76 virtual void get_locations(std::list<Func_Loc>& locs) const override;
H A Dexception.cc37 cx.get_locations(loc_); in Exception()
/dports/audio/sonata/sonata-1.7b1-22-gcee3555/sonata/tests/
H A Dtest_artwork.py189 def get_locations(self, artist="Toto", album="Tata", song_dir="To/Ta", member in TestArtworkLocator
195 l = self.get_locations()
204 l = self.get_locations()[consts.ART_LOCATION_HOMECOVERS]
209 l = self.get_locations()[consts.ART_LOCATION_COVER]
214 l = self.get_locations()[consts.ART_LOCATION_FOLDER]
219 l = self.get_locations()[consts.ART_LOCATION_ALBUM]
226 l = self.get_locations()[consts.ART_LOCATION_CUSTOM]
233 l = self.get_locations()[consts.ART_LOCATION_CUSTOM]
241 l = list(self.get_locations()[consts.ART_LOCATION_MISC])
/dports/games/wesnoth/wesnoth-1.14.17/data/ai/micro_ais/cas/
H A Dca_lurkers.lua30 LS.of_pairs(wesnoth.get_locations {
49 wesnoth.get_locations { x = target.x, y = target.y, radius = 1 }
66 LS.of_pairs( wesnoth.get_locations {
H A Dca_hang_out.lua53 local locs = wesnoth.get_locations {
65 avoid_map = LS.of_pairs(wesnoth.get_locations(avoid_tag))
83 avoid_map = LS.of_pairs(wesnoth.get_locations { terrain = 'C*,C*^*,*^C*' })
H A Dca_herding_f_herding_area.lua8 local herding_area = LS.of_pairs(wesnoth.get_locations {
/dports/games/wesnoth/wesnoth-1.14.17/data/lua/wml/
H A Ditems.lua63 local locs = wesnoth.get_locations(cfg)
83 local locs = wesnoth.get_locations(cfg)
94 for i, loc in ipairs(wesnoth.get_locations(cfg)) do
/dports/science/gramps/gramps-5.1.4/gramps/gen/filters/rules/place/
H A D_hasplace.py38 from ....utils.location import get_locations
82 for location in get_locations(db, place):
/dports/games/wesnoth/wesnoth-1.14.17/data/campaigns/The_Hammer_of_Thursagan/lua/
H A Dspawns.lua17 …local locs = wesnoth.get_locations({T["not"] { T.filter {} } , T["and"] { x = x, y = y, radius = 1…
18 …if #locs == 0 then locs = wesnoth.get_locations({T["not"] { T.filter {} } , T["and"] { x = x, y = …
/dports/games/wesnoth/wesnoth-1.14.17/src/terrain/
H A Dfilter.hpp57 void get_locations(std::set<map_location>& locs, bool with_border=false) const { in get_locations() function in terrain_filter
65 …void get_locations(std::set<map_location>& locs, const unit& ref_unit, bool with_border=false) con… in get_locations() function in terrain_filter
/dports/sysutils/ansible2/ansible-2.9.27/lib/ansible/modules/cloud/hcloud/
H A D_hcloud_location_facts.py117 def get_locations(self): member in AnsibleHcloudLocationInfo
154 hcloud.get_locations()
H A Dhcloud_location_info.py117 def get_locations(self): member in AnsibleHcloudLocationInfo
154 hcloud.get_locations()
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/hetzner/hcloud/plugins/modules/
H A Dhcloud_location_info.py112 def get_locations(self): member in AnsibleHcloudLocationInfo
149 hcloud.get_locations()
H A Dhcloud_location_facts.py112 def get_locations(self): member in AnsibleHcloudLocationInfo
149 hcloud.get_locations()
/dports/games/wesnoth/wesnoth-1.14.17/data/campaigns/Eastern_Invasion/lua/
H A Dbandits.lua48 …locs = wesnoth.get_locations({T["not"] { T.filter {} } , T["and"] { x = x, y = y, radius = radius …
65 …local loc = wesnoth.get_locations({T["not"] { T.filter {} } , T["and"] { x = x, y = y, radius = 2 …
/dports/games/wesnoth/wesnoth-1.14.17/data/lua/
H A Dwml-tags.lua314 local loc = wesnoth.get_locations( cfg )[1]
420 local locs = wesnoth.get_locations(cfg)
503 local locs = wesnoth.get_locations(cfg)
514 for i, loc in ipairs(wesnoth.get_locations(cfg)) do
527 local locs = wesnoth.get_locations(cfg)
712 local tiles = wesnoth.get_locations(cfg)
720 local tiles = wesnoth.get_locations(cfg)
789 for index, location in ipairs( wesnoth.get_locations( cfg ) ) do
903 local locs = wesnoth.get_locations(cfg)
/dports/net-mgmt/observium/observium/html/pages/
H A Dports.inc.php46 foreach (get_locations() as $entry)
195 foreach (get_locations() as $entry)
/dports/deskutils/p5-Goo/Goo-0.09/lib/Goo/
H A DLister.pm41 foreach my $location ($config_file->get_locations()) {
H A DTypeManager.pm67 return $config_file->get_locations();
/dports/games/wesnoth/wesnoth-1.14.17/data/campaigns/Son_Of_The_Black_Eye/ai/
H A Dca_transport_S6.lua51 wesnoth.get_locations {
126 wesnoth.get_locations {
/dports/games/wesnoth/wesnoth-1.14.17/data/campaigns/Northern_Rebirth/lua/
H A Drespawn_utils.lua16 respawn_point = wesnoth.get_locations({
/dports/editors/jucipp/jucipp-b3b5182258b25835e7c5f683623ab774d8e34c75/src/
H A Dctags.hpp30 …static std::vector<Location> get_locations(const boost::filesystem::path &path, const std::string …

12345678