Home
last modified time | relevance | path

Searched refs:get_names (Results 201 – 225 of 573) sorted by relevance

12345678910>>...23

/dports/sysutils/p5-MogileFS-Server/MogileFS-Server-2.73/lib/MogileFS/Factory/
H A DClass.pm69 sub get_names { subroutine
/dports/science/py-pymol/pymol-open-source-2.4.0/modules/pymol/wizard/
H A Dcharge.py71 if 'wcharge' in self.cmd.get_names('selections'):
127 if "wcharge" in self.cmd.get_names('selections'):
H A Dannotation.py26 for obj in self.cmd.get_names('objects',1): # enabled objects
H A Dmutagenesis.py214 if 'pk1' in cmd.get_names('selections'):
275 if src_sele in cmd.get_names("all"):
684 names = cmd.get_names("all_objects")
701 if (obj_name in cmd.get_names()):
/dports/science/gnudatalanguage/gdl-1.0.1/src/
H A Dimage.cpp198 bool get_names = e->KeywordPresent( get_namesIx); in loadct() local
199 if( get_names) in loadct()
/dports/devel/py-rope/rope-0.18.0/rope/refactor/
H A Dencapsulate_field.py72 return pyname in scope.get_names().values()
75 return pyname in parent.get_names().values()
/dports/devel/py-celery/celery-4.4.7/celery/bin/
H A Damqp.py236 def get_names(self): member in AMQShell
241 names = self.get_names()
/dports/www/moinmoin/moin-1.9.11/MoinMoin/action/
H A D__init__.py314 def get_names(config): function
366 actions = get_names(config)
/dports/devel/py-jedi/jedi-0.18.0/test/test_api/
H A Dtest_completion.py50 def get_names(*args, **kwargs): function
53 names = get_names('if 1:\n pass\n')
/dports/devel/rttr/rttr-0.9.6-16-gb3a131c/src/rttr/detail/enumeration/
H A Denumeration_wrapper.h69 array_range<string_view> get_names() const RTTR_NOEXCEPT in get_names() function
/dports/devel/glibmm/glibmm-2.64.2/gio/giomm/
H A Dthemedicon.h191 Glib::StringArrayHandle get_names() const;
/dports/shells/fish/fish-3.3.1/src/
H A Denv.cpp206 wcstring_list_t null_environment_t::get_names(int flags) const { in get_names() function in null_environment_t
565 wcstring_list_t get_names(int flags) const override;
679 const wcstring_list_t uni = uvars()->get_names(true, false); in create_export_array()
820 wcstring_list_t env_scoped_impl_t::get_names(int flags) const { in get_names() function in env_scoped_impl_t
851 const wcstring_list_t uni_list = uvars()->get_names(query.exports, query.unexports); in get_names()
1308 wcstring_list_t env_stack_t::get_names(int flags) const { return acquire_impl()->get_names(flags); } in get_names() function in env_stack_t
/dports/devel/cli11/CLI11-2.1.2/tests/
H A DHelpersTest.cpp825 …CHECK_NOTHROW(std::tie(shorts, longs, pname) = CLI::detail::get_names({"--long", "-s", "-q", "--al…
830 …std::tie(shorts, longs, pname) = CLI::detail::get_names({"--long", "", "-s", "-q", "", "--also-lon…
834 …CHECK_THROWS_AS([&]() { std::tie(shorts, longs, pname) = CLI::detail::get_names({"-"}); }(), CLI::… in __anon26387f5f0502()
835 …CHECK_THROWS_AS([&]() { std::tie(shorts, longs, pname) = CLI::detail::get_names({"--"}); }(), CLI:… in __anon26387f5f0602()
836 …CHECK_THROWS_AS([&]() { std::tie(shorts, longs, pname) = CLI::detail::get_names({"-hi"}); }(), CLI… in __anon26387f5f0702()
837 CHECK_THROWS_AS([&]() { std::tie(shorts, longs, pname) = CLI::detail::get_names({"---hi"}); }(), in __anon26387f5f0802()
841 std::tie(shorts, longs, pname) = CLI::detail::get_names({"one", "two"}); in __anon26387f5f0902()
/dports/devel/hpx/hpx-1.2.1/src/util/
H A Dinit_ini_data.cpp236 pf.get_names(names, ec); in load_component_factory_static()
285 pf.get_names(names, ec); in load_component_factory()
341 pf.get_names(names, ec); // throws on error in load_plugin_factory()
/dports/science/py-pymol/pymol-open-source-2.4.0/modules/pmg_tk/startup/
H A Dapbs_tools.py371 return [i for i in pymol.cmd.get_names() if pymol.cmd.get_type(i)=='object:molecule']
376 return [i for i in pymol.cmd.get_names() if pymol.cmd.get_type(i)=='object:map']
2259 …if [i for i in pymol.cmd.get_names() if pymol.cmd.get_type(i)=='object:map'] and [i for i in pymol…
2264 … items = [i for i in pymol.cmd.get_names() if pymol.cmd.get_type(i)=='object:map'],
2271 … items = [i for i in pymol.cmd.get_names() if pymol.cmd.get_type(i)=='object:molecule'],
2405 …idx = [i for i in pymol.cmd.get_names() if pymol.cmd.get_type(i)=='object:molecule'].index(self.mo…
2409 …idx = [i for i in pymol.cmd.get_names() if pymol.cmd.get_type(i)=='object:molecule'].index(self.mo…
2413 …idx = [i for i in pymol.cmd.get_names() if pymol.cmd.get_type(i)=='object:map'].index(self.map.get…
2417 …idx = [i for i in pymol.cmd.get_names() if pymol.cmd.get_type(i)=='object:map'].index(self.map.get…
/dports/devel/swig/swig-4.0.2/Examples/test-suite/java/
H A Djava_lib_various_runme.java26 String got[] = java_lib_various.get_names(); in main()
/dports/lang/mono/mono-5.10.1.57/external/bockbuild/bockbuild/util/
H A Dcsproj.py41 for name in self.vars.get_names():
/dports/www/castor/castor-0.8.16/cargo-crates/gio-0.8.1/src/auto/
H A Dthemed_icon.rs57 pub fn get_names(&self) -> Vec<GString> { in get_names() method
/dports/x11/squeekboard/squeekboard-d49ce45de0956432cef9b957f806d9377fee4bc0/cargo-crates/gio-0.7.0/src/auto/
H A Dthemed_icon.rs57 pub fn get_names(&self) -> Vec<GString> { in get_names() method
/dports/net-im/fractal/fractal-4.4.0/vendor/gio/src/auto/
H A Dthemed_icon.rs57 pub fn get_names(&self) -> Vec<GString> { in get_names() method
/dports/math/R-cran-terra/terra/src/
H A DspatDataframe.cpp465 std::vector<std::string> SpatDataFrame::get_names() { in get_names() function in SpatDataFrame
492 int i = where_in_vector(field, get_names(), false); in get_datatype()
506 return is_in_vector(field, get_names()); in field_exists()
511 return where_in_vector(field, get_names(), false); in get_fieldindex()
/dports/science/py-pymol/pymol-open-source-2.4.0/test/inp/
H A DC0500misc.pml209 print cmd.get_names()
234 print cmd.get_names()
/dports/dns/py-easyzone/easyzone-1.2.2/easyzone/
H A Deasyzone.py255 def get_names(self): member in Zone
270 names = property(get_names)
/dports/net/samba412/samba-4.12.15/source3/libsmb/
H A Dclirap.h172 bool get_names);
176 uint16_t fnum, bool get_names,
/dports/www/radicale/Radicale-3.0.6/radicale/app/
H A Dreport.py116 def get_names(): function
139 for name, item in collection.get_multi(get_names()):

12345678910>>...23