Home
last modified time | relevance | path

Searched defs:new_component (Results 1 – 25 of 44) sorted by relevance

12

/dports/games/simutrans/simutrans-121.0/gui/components/
H A Dgui_aligned_container.h110 C* new_component() { C* comp = new C(); take_component(comp); return comp; } in new_component() function
112 C* new_component(const A1& a1) { C* comp = new C(a1); take_component(comp); return comp; } in new_component() function
114 …C* new_component(const A1& a1, const A2& a2) { C* comp = new C(a1, a2); take_component(comp); retu… in new_component() function
116 …C* new_component(const A1& a1, const A2& a2, const A3& a3) { C* comp = new C(a1, a2, a3); take_com… in new_component() function
118 …C* new_component(const A1& a1, const A2& a2, const A3& a3, const A4& a4) { C* comp = new C(a1, a2,… in new_component() function
120 …C* new_component(const A1& a1, const A2& a2, const A3& a3, const A4& a4, const A5& a5) { C* comp =… in new_component() function
H A Dgui_scrolled_list.h135 void new_component() { return container.new_component<C>()->set_focusable(true); } in new_component() function
137 void new_component(const A1& a1) { return container.new_component<C>(a1)->set_focusable(true); } in new_component() function
139 …void new_component(const A1& a1, const A2& a2) { container.new_component<C>(a1, a2)->set_focusable… in new_component() function
141 …void new_component(const A1& a1, const A2& a2, const A3& a3) { container.new_component<C>(a1, a2, … in new_component() function
143 …void new_component(const A1& a1, const A2& a2, const A3& a3, const A4& a4) { container.new_compone… in new_component() function
H A Dgui_combobox.h102 void new_component() { droplist.new_component<C>(); } in new_component() function
104 void new_component(const A1& a1) { droplist.new_component<C>(a1); } in new_component() function
106 void new_component(const A1& a1, const A2& a2) { droplist.new_component<C>(a1, a2); } in new_component() function
/dports/devel/hpx/hpx-1.2.1/hpx/runtime/components/
H A Dnew.hpp257 struct new_component struct
259 typedef hpx::future<hpx::id_type> type;
262 static type call(hpx::id_type const& locality, Ts&&... vs) in call()
270 static type call(DistPolicy const& policy, Ts&&... vs) in call()
278 struct new_component<Component[]> struct
280 typedef hpx::future<std::vector<hpx::id_type> > type;
283 static type call(hpx::id_type const& locality, std::size_t count, in call()
292 static type call(DistPolicy const& policy, std::size_t count, in call()
/dports/net-mgmt/librenms/librenms-21.5.1/includes/discovery/ntp/
H A Dawplus.inc.php84 $new_component = $component->createComponent($device['device_id'], $module); variable
H A Dcisco.inc.php86 $new_component = $component->createComponent($device['device_id'], $module); variable
/dports/net-mgmt/librenms/librenms-21.5.1/includes/discovery/
H A Dcisco-qfp.inc.php92 $new_component = $component->createComponent($device['device_id'], $module); variable
H A Dcisco-cbqos.inc.php136 $new_component = $component->createComponent($device['device_id'], $module); variable
H A Dcisco-otv.inc.php215 $new_component = $component->createComponent($device['device_id'], $module); variable
/dports/deskutils/egroupware/egroupware/vendor/egroupware/z-push-dev/src/include/
H A DiCalendar.php787 function SetComponents( $new_component, $type = null ) {
801 function AddComponent( $new_component ) {
1469 function SetComponents( $new_component, $type = null ) {
1481 function AddComponent( $new_component ) {
/dports/net-mgmt/librenms/librenms-21.5.1/includes/discovery/loadbalancers/
H A Df5-gtm.inc.php153 $new_component = $component->createComponent($device['device_id'], $array['type']); variable
H A Df5-ltm.inc.php329 $new_component = $component->createComponent($device['device_id'], $array['type']); variable
/dports/devel/php-libawl/awl-827fbfed7dab0ca339998ca6cdcffb328246d83b/inc/
H A DiCalendar.php733 function SetComponents( $new_component, $type = null ) {
747 function AddComponent( $new_component ) {
H A DvComponent.php645 function SetComponents( $new_component, $type = null ) {
666 public function AddComponent( $new_component ) {
/dports/biology/artemis/artemis-17.0.1-11-g3e43d27e/uk/ac/sanger/artemis/components/
H A DEntryGroupDisplay.java189 final JCheckBox new_component; in add() local
H A DEntryGroupMenu.java227 final JCheckBoxMenuItem new_component = in add() local
/dports/net-mgmt/librenms/librenms-21.5.1/includes/discovery/entity-physical/
H A Dcimc.inc.php561 $new_component = $component->createComponent($device['device_id'], $comp_module); variable
/dports/www/groupoffice/groupoffice-6.4.231-php-71/modules/z-push/vendor/z-push/include/
H A DiCalendar.php800 function SetComponents( $new_component, $type = null ) {
814 function AddComponent( $new_component ) {
/dports/editors/encryptpad/EncryptPad-0.5.0.1/deps/botan/src/lib/asn1/
H A Dasn1_oid.cpp122 OID operator+(const OID& oid, uint32_t new_component) in operator +()
/dports/security/botan2/Botan-2.18.2/src/lib/asn1/
H A Dasn1_oid.cpp122 OID operator+(const OID& oid, uint32_t new_component) in operator +()
/dports/mail/thunderbird/thunderbird-91.8.0/comm/third_party/botan/src/lib/asn1/
H A Dasn1_oid.cpp122 OID operator+(const OID& oid, uint32_t new_component) in operator +()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/url/
H A Durl_canon_pathurl.cc24 Component* new_component) { in DoCanonicalizePathComponent()
/dports/x11/babl/babl-0.1.88/babl/
H A Dbabl-image.c208 BablComponent *new_component = NULL; in babl_image_new() local
/dports/www/chromium-legacy/chromium-88.0.4324.182/url/
H A Durl_canon_pathurl.cc24 Component* new_component) { in DoCanonicalizePathComponent()
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bbas/bsta/algo/
H A Dbsta_mog3_grey.cxx281 vnl_vector_fixed<float, 3> & new_component) in merge_gauss()
329 vnl_vector_fixed<float,3> new_component(0.0f); in merge_mixtures() local
341 vnl_vector_fixed<float,3> new_component(0.0f); in merge_mixtures() local

12