Home
last modified time | relevance | path

Searched refs:select_method (Results 1 – 25 of 38) sorted by relevance

12

/dports/devel/grex/grex-1.3.0/cargo-crates/rstest-0.11.0/src/render/
H A Dfixture.rs156 fn select_method<S: AsRef<str>>(impl_code: ItemImpl, name: S) -> Option<syn::ImplItemMethod> { in select_method() function
187 let mut signature = select_method(out.core_impl, "get").unwrap().sig; in implement_a_get_method_with_input_fixture_signature()
217 let signature = select_method(out.core_impl, method).unwrap().sig; in fixture_method_should_be_async_if_fixture_function_is_async()
236 let body = select_method(out.core_impl, method).unwrap().block; in fixture_method_should_use_await_if_fixture_function_is_async()
258 let default_decl = select_method(out.core_impl, "default").unwrap().sig; in implement_a_default_method_with_input_cleaned_fixture_signature_and_no_args()
310 let default_decl = select_method(out.core_impl, "default").unwrap().sig; in use_default_return_type_if_any()
326 select_method(out.core_impl.clone(), format!("partial_{}", n)) in implement_partial_methods()
334 assert!(select_method(out.core_impl, "partial_4").is_none()); in implement_partial_methods()
382 let mut signatures = vec![select_method(out.core_impl.clone(), "default").unwrap().sig]; in clean_generics()
384 select_method(out.core_impl.clone(), format!("partial_{}", n)) in clean_generics()
[all …]
/dports/www/miniserve/miniserve-0.18.0/cargo-crates/rstest-0.11.0/src/render/
H A Dfixture.rs156 fn select_method<S: AsRef<str>>(impl_code: ItemImpl, name: S) -> Option<syn::ImplItemMethod> { in select_method() function
187 let mut signature = select_method(out.core_impl, "get").unwrap().sig; in implement_a_get_method_with_input_fixture_signature()
217 let signature = select_method(out.core_impl, method).unwrap().sig; in fixture_method_should_be_async_if_fixture_function_is_async()
236 let body = select_method(out.core_impl, method).unwrap().block; in fixture_method_should_use_await_if_fixture_function_is_async()
258 let default_decl = select_method(out.core_impl, "default").unwrap().sig; in implement_a_default_method_with_input_cleaned_fixture_signature_and_no_args()
310 let default_decl = select_method(out.core_impl, "default").unwrap().sig; in use_default_return_type_if_any()
326 select_method(out.core_impl.clone(), format!("partial_{}", n)) in implement_partial_methods()
334 assert!(select_method(out.core_impl, "partial_4").is_none()); in implement_partial_methods()
382 let mut signatures = vec![select_method(out.core_impl.clone(), "default").unwrap().sig]; in clean_generics()
384 select_method(out.core_impl.clone(), format!("partial_{}", n)) in clean_generics()
[all …]
/dports/x11-wm/transset/transset-1.0.2/
H A DtransSet.c125 select_method_t select_method = SELECT_METHOD_CLICK; in main() local
174 select_method = SELECT_METHOD_CLICK; in main()
177 select_method = SELECT_METHOD_WINDOW_UNDER_CURSOR; in main()
181 select_method = SELECT_METHOD_WINDOW_ID; in main()
185 select_method = SELECT_METHOD_WINDOW_NAME; in main()
188 select_method = SELECT_METHOD_FOCUSED_WINDOW; in main()
224 switch (select_method) { in main()
/dports/games/openttd/openttd-12.1/src/
H A Dterraform_gui.cpp252 …void OnPlaceDrag(ViewportPlaceMethod select_method, ViewportDragDropSelectionProcess select_proc, … in OnPlaceDrag()
254 VpSelectTilesWithMethod(pt.x, pt.y, select_method); in OnPlaceDrag()
264 …void OnPlaceMouseUp(ViewportPlaceMethod select_method, ViewportDragDropSelectionProcess select_pro… in OnPlaceMouseUp()
680 …void OnPlaceDrag(ViewportPlaceMethod select_method, ViewportDragDropSelectionProcess select_proc, … in OnPlaceDrag()
682 VpSelectTilesWithMethod(pt.x, pt.y, select_method); in OnPlaceDrag()
685 …void OnPlaceMouseUp(ViewportPlaceMethod select_method, ViewportDragDropSelectionProcess select_pro… in OnPlaceMouseUp()
H A Dtree_gui.cpp225 …void OnPlaceDrag(ViewportPlaceMethod select_method, ViewportDragDropSelectionProcess select_proc, … in OnPlaceDrag() argument
228 VpSelectTilesWithMethod(pt.x, pt.y, select_method); in OnPlaceDrag()
240 …void OnPlaceMouseUp(ViewportPlaceMethod select_method, ViewportDragDropSelectionProcess select_pro… in OnPlaceMouseUp() argument
H A Dtilehighlight_type.h74 ViewportPlaceMethod select_method; ///< The method which governs how tiles are selected. member
H A Ddock_gui.cpp235 …void OnPlaceDrag(ViewportPlaceMethod select_method, ViewportDragDropSelectionProcess select_proc, … in OnPlaceDrag()
237 VpSelectTilesWithMethod(pt.x, pt.y, select_method); in OnPlaceDrag()
240 …void OnPlaceMouseUp(ViewportPlaceMethod select_method, ViewportDragDropSelectionProcess select_pro… in OnPlaceMouseUp()
H A Dairport_gui.cpp144 …void OnPlaceDrag(ViewportPlaceMethod select_method, ViewportDragDropSelectionProcess select_proc, … in OnPlaceDrag()
146 VpSelectTilesWithMethod(pt.x, pt.y, select_method); in OnPlaceDrag()
149 …void OnPlaceMouseUp(ViewportPlaceMethod select_method, ViewportDragDropSelectionProcess select_pro… in OnPlaceMouseUp()
H A Dwindow_gui.h771 …virtual void OnPlaceDrag(ViewportPlaceMethod select_method, ViewportDragDropSelectionProcess selec… in OnPlaceDrag()
782 …virtual void OnPlaceMouseUp(ViewportPlaceMethod select_method, ViewportDragDropSelectionProcess se… in OnPlaceMouseUp()
H A Droad_gui.cpp602 …void OnPlaceDrag(ViewportPlaceMethod select_method, ViewportDragDropSelectionProcess select_proc, … in OnPlaceDrag()
642 VpSelectTilesWithMethod(pt.x, pt.y, select_method); in OnPlaceDrag()
645 …void OnPlaceMouseUp(ViewportPlaceMethod select_method, ViewportDragDropSelectionProcess select_pro… in OnPlaceMouseUp()
H A Dviewport.cpp2656 _thd.select_method = method; in VpStartPlaceSizing()
2690 _thd.select_method = VPM_X_AND_Y; in VpStartDragging()
3326 w->OnPlaceDrag(_thd.select_method, _thd.select_proc, GetTileBelowCursor()); in VpHandlePlaceSizingDrag()
3338 } else if (_thd.select_method & VPM_SIGNALDIRS) { in VpHandlePlaceSizingDrag()
3340 } else if (_thd.select_method & VPM_RAILDIRS) { in VpHandlePlaceSizingDrag()
3341 _thd.place_mode = (_thd.select_method & ~VPM_RAILDIRS) ? _thd.next_drawstyle : (HT_RAIL | others); in VpHandlePlaceSizingDrag()
3348 …w->OnPlaceMouseUp(_thd.select_method, _thd.select_proc, _thd.selend, TileVirtXY(_thd.selstart.x, _… in VpHandlePlaceSizingDrag()
H A Drail_gui.cpp680 …void OnPlaceDrag(ViewportPlaceMethod select_method, ViewportDragDropSelectionProcess select_proc, … in OnPlaceDrag()
685 VpSelectTilesWithMethod(pt.x, pt.y, select_method); in OnPlaceDrag()
688 …void OnPlaceMouseUp(ViewportPlaceMethod select_method, ViewportDragDropSelectionProcess select_pro… in OnPlaceMouseUp()
729 …uint32 p1 = _cur_railtype | (select_method == VPM_X_LIMITED ? AXIS_X : AXIS_Y) << 6 | ta.w << 8 | … in OnPlaceMouseUp()
/dports/math/polymake/polymake-4.5/perllib/Polymake/Core/
H A DProperty.pm388 select_method($self->canonical, $parent_obj, 1)->($value);
415 select_method($self->canonical, $parent_obj, 1)->($value);
432 select_method($self->canonical, $parent_obj, 1)->($value);
/dports/multimedia/jmref/JM/lencod/src/
H A Dweighted_prediction.c715 int TestWPBSliceAlg0(Slice *currSlice, int select_method) in TestWPBSliceAlg0() argument
770 if (select_method == 1) //! implicit mode in TestWPBSliceAlg0()
849 if (select_method == 0) //! explicit mode in TestWPBSliceAlg0()
873 if (select_method == 0) //! explicit mode in TestWPBSliceAlg0()
H A Dwp_mciter.c524 int TestWPBSliceAlg2(Slice *currSlice, int select_method) in TestWPBSliceAlg2() argument
608 if (select_method == 1) //! implicit mode in TestWPBSliceAlg2()
682 if (select_method == 0) //! explicit mode in TestWPBSliceAlg2()
723 if (select_method == 0) //! implicit mode in TestWPBSliceAlg2()
H A Dwp_random.c296 int TestWPBSliceRandom(Slice *currSlice, int select_method) in TestWPBSliceRandom() argument
H A Dwp_periodic.c301 int TestWPBSlicePeriodic(Slice *currSlice, int select_method) in TestWPBSlicePeriodic() argument
H A Dwp_lms.c753 int TestWPBSliceAlg1(Slice *currSlice, int select_method) in TestWPBSliceAlg1() argument
781 if (select_method == 1) //! implicit WP in TestWPBSliceAlg1()
/dports/x11-fm/worker/worker-4.10.0/src/
H A Dwconfig.h381 mouseconf_method_t select_method; member
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/share/code/
H A Ddependencies.cpp1407 Method* select_method(InstanceKlass* recv_klass);
1504 Method* m = select_method(ik); in is_witness()
1514 Method* LinkedConcreteMethodFinder::select_method(InstanceKlass* recv_klass) { in select_method() function in LinkedConcreteMethodFinder
/dports/japanese/bookview/bookview-3.2.1/
H A DChangeLog239 * bookview/bookview.in (select_method): New function.
/dports/math/polymake/polymake-4.5/lib/core/src/perl/
H A DPoly.xxs456 void select_method(SV* sub, ...)
1109 CvNODEBUG_on(get_cv("Polymake::select_method", FALSE));
/dports/japanese/bookview/bookview-3.2.1/bookview/
H A Dbookview.in263 select_method $method_radiobutton
1225 proc select_method {method} {
/dports/net/kamailio/kamailio-5.4.5/src/modules/xmlrpc/
H A Dxmlrpc.c2566 static int select_method(str* res, struct select* s, sip_msg_t* msg) in select_method() function
2614 { select_xmlrpc, SEL_PARAM_STR, STR_STATIC_INIT("method"), select_method, 0},
/dports/mail/roundcube/roundcubemail-1.5.1/plugins/managesieve/lib/Roundcube/
H A Drcube_sieve_engine.php2578 $select_method = new html_select([
2585 …$select_method->add(rcube::Q($this->rc->text_exists('managesieve.notifymethod'.$m_n) ? $this->plug…
2602 $out .= $select_method->show($method);

12