Home
last modified time | relevance | path

Searched refs:get_names (Results 176 – 200 of 573) sorted by relevance

12345678910>>...23

/dports/misc/chmlib/chmlib-0.40/src/
H A Dchm_lib.h146 chm_dir get_names(struct chmFile *h);
/dports/deskutils/meteo/meteo-6bd48892ec86d7208cb4ad1dd8baf74ba72df68f/src/Utils/
H A DGeoLocate.vala38 GeoLoc mygeoloc = get_names (mycoords.lat, mycoords.lon);
76 private static GeoLoc get_names (double lat, double lon) {
/dports/www/luakit/luakit-2.3/lib/
H A Dproxy.lua74 function _M.get_names() function
192 for _, name in ipairs(_M.get_names()) do
/dports/www/luakit-devel/luakit-2.3-20-g4b10e55/lib/
H A Dproxy.lua74 function _M.get_names() function
192 for _, name in ipairs(_M.get_names()) do
/dports/shells/fish/fish-3.3.1/src/
H A Dbuiltin_bind.cpp134 const std::vector<input_mapping_name_t> lst = input_mappings_->get_names(user); in list()
314 const std::vector<input_mapping_name_t> lst = input_mappings_->get_names(true); in list_modes()
315 const std::vector<input_mapping_name_t> preset_lst = input_mappings_->get_names(false); in list_modes()
/dports/astro/py-astropy/astropy-5.0/astropy/coordinates/builtin_frames/
H A D__init__.py93 item in transform_graph.get_names()]
/dports/devel/p5-Symbol-Get/Symbol-Get-0.08/lib/Symbol/
H A DGet.pm150 sub get_names { subroutine
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/acro/packages/utilib/src/utilib/
H A DStringRegistry.h80 std::list<std::string>& get_names() in get_names() function
/dports/devel/godot-tools/godot-3.2.3-stable/core/
H A Dnode_path.h71 Vector<StringName> get_names() const;
/dports/games/sea-defender/Sea-Defender-d628051/
H A Dlayout.cpp80 str_ary_t Layouts::get_names(void) in get_names() function in Layouts
/dports/devel/godot/godot-3.2.3-stable/core/
H A Dnode_path.h71 Vector<StringName> get_names() const;
/dports/audio/sweep/sweep-0.9.3/src/
H A Ddriver.h42 GList * (*get_names) (void); member
/dports/science/py-pymol/pymol-open-source-2.4.0/examples/devel/
H A Dwebgui02.py162 if mol_id in self_cmd.get_names('objects'):
163 if mol_id in self_cmd.get_names('objects',enabled_only=1):
/dports/misc/py-orange3-datafusion/orange3-datafusion-0.1.11-7-g69aa51c/orangecontrib/datafusion/
H A Dmodels.py111 row_names = graph.get_names(row_type)
119 col_names = graph.get_names(col_type)
/dports/devel/py-rope/rope-0.18.0/rope/refactor/
H A Dlocaltofield.py47 pyname in holding_scope.get_names().values() and \
/dports/games/widelands/widelands-build21/src/ui_fsmenu/
H A Dscenariodetails.cc61 as_content(scenariodata.authors.get_names(), UI::PanelStyle::kFsMenu)) in update()
/dports/devel/py-clikit/clikit-0.6.2/src/clikit/api/command/
H A Dcommand_collection.py54 def get_names(self, include_aliases=False): # type: (bool) -> List[str] member in CommandCollection
/dports/devel/hpx/hpx-1.2.1/hpx/util/plugin/
H A Dplugin_factory.hpp165 void get_names(std::vector<std::string>& names, in get_names() function
224 void get_names(std::vector<std::string>& names, in get_names() function
/dports/lang/cim/cim-3.37/src/
H A Dfilelist.c85 char *get_names (listp) filelist_t *listp; in get_names() function
100 return get_names(&linklist); in get_names_in_linklist()
/dports/www/moinmoin/moin-1.9.11/MoinMoin/
H A Dwsgiapp.py21 from MoinMoin.action import get_names, get_available_actions
167 if not action_name in get_names(cfg):
/dports/games/wesnoth/wesnoth-1.14.17/src/
H A Dtheme.cpp516 tooltip_ = hotkey::get_description(items_[0]["id"]) + hotkey::get_names(items_[0]["id"]) + "\n" in menu()
519 …tooltip_ = hotkey::get_description(items_[0]["id"]) + hotkey::get_names(items_[0]["id"]) + "\n" + … in menu()
556 if(!hotkey::get_names(items_[index]).empty()) in tooltip()
557 result << "\n" << _("Hotkey(s): ") << hotkey::get_names(items_[index]); in tooltip()
561 if(!hotkey::get_names(items_[index]).empty()) in tooltip()
562 result << "\n" << _("Hotkey(s): ") << hotkey::get_names(items_[index]); in tooltip()
/dports/science/py-pymol/pymol-open-source-2.4.0/modules/pymol/wizard/
H A Dmeasurement.py114 list = self.cmd.get_names("public_objects",1)[0:25] # keep this practical
125 list = self.cmd.get_names("public_selections",1)[0:25] # keep this practical
156 for tmp_name in cmd.get_names("all"):
/dports/math/py-Pyomo/Pyomo-6.1.2/pyomo/contrib/appsi/solvers/
H A Dcplex.py316 var_names = self._cplex_model.variables.get_names()
339 con_names = self._cplex_model.linear_constraints.get_names()
378 var_names = self._cplex_model.variables.get_names()
/dports/dns/p5-Net-DRI/Net-DRI-0.96/lib/Net/DRI/Protocol/RRI/
H A DDomain.pm529 if (defined($nsadd)) { foreach my $hostname ($nsadd->get_names())
538 foreach my $hostname ($ns->get_names())
540 if (!grep { $_ eq $hostname } $nsdel->get_names())
/dports/sysutils/py-upt-pypi/upt-pypi-0.5/upt_pypi/
H A Dlicenses.py569 get_names = getattr(tarfile.TarFile, 'getnames')
572 get_names = getattr(zipfile.ZipFile, 'namelist')
580 license_files = [name for name in get_names(ar)

12345678910>>...23