Home
last modified time | relevance | path

Searched refs:exp_top (Results 1 – 22 of 22) sorted by relevance

/dports/games/widelands/widelands-build21/src/wui/
H A Dshipwindow.cc71 UI::Box* exp_top = new UI::Box(&navigation_box_, 0, 0, UI::Box::Horizontal); in ShipWindow() local
72 navigation_box_.add(exp_top, UI::Box::Resizing::kAlign, UI::Align::kCenter); in ShipWindow()
78 btn_scout_[WALK_NW - 1] = make_button(exp_top, "scnw", _("Scout towards the north west"), in ShipWindow()
80 exp_top->add(btn_scout_[WALK_NW - 1]); in ShipWindow()
83 make_button(exp_top, "expcw", _("Explore the island’s coast clockwise"), pic_explore_cw, in ShipWindow()
85 exp_top->add(btn_explore_island_cw_); in ShipWindow()
87 btn_scout_[WALK_NE - 1] = make_button(exp_top, "scne", _("Scout towards the north east"), in ShipWindow()
89 exp_top->add(btn_scout_[WALK_NE - 1]); in ShipWindow()
/dports/lang/erlang-runtime23/corba-5.0.2/lib/ic/src/
H A Dic_plainbe.erl142 ic_codegen:export(Fd, exp_top(G, N, Body, [])),
156 ic_codegen:export(F, exp_top(G, N, X, [])),
162 exp_top(_G, _N, X, Acc) when element(1, X) == preproc -> function
164 exp_top(G, N, L, Acc) when is_list(L) -> function
166 exp_top(G, N, M, Acc) when is_record(M, module) -> function
168 exp_top(G, N, I, Acc) when is_record(I, interface) -> function
170 exp_top(G, N, X, Acc) -> function
H A Dic_erl_template.erl404 ic_codegen:export(Fd, exp_top(G, N, Body, []))
417 ic_codegen:export(Fd, exp_top(G, N, X, [])),
429 exp_top(_G, _N, X, Acc) when element(1, X) == preproc -> function
431 exp_top(G, N, L, Acc) when is_list(L) -> function
433 exp_top(G, N, M, Acc) when is_record(M, module) -> function
435 exp_top(G, N, I, Acc) when is_record(I, interface) -> function
437 exp_top(G, N, X, Acc) -> function
H A Dic_noc.erl318 ic_codegen:export(Fd, exp_top(G, N, Body, NocType, [])),
335 ic_codegen:export(F, exp_top(G, N, X, getNocType(G,X,N), [])),
341 exp_top(_G, _N, X, _NT, Acc) when element(1, X) == preproc -> function
343 exp_top(G, N, L, NT, Acc) when is_list(L) -> function
345 exp_top(G, N, M, NT, Acc) when is_record(M, module) -> function
347 exp_top(G, N, I, NT, Acc) when is_record(I, interface) -> function
349 exp_top(G, N, X, NT, Acc) -> function
H A Dic_erlbe.erl662 ic_codegen:export(Fd, exp_top(G, N, Body, [], get_opt(G, be))),
714 ic_codegen:export(F, exp_top(G, N, X, [], get_opt(G, be))),
720 exp_top(_G, _N, X, Acc, _) when element(1, X) == preproc -> function
722 exp_top(G, N, L, Acc, BE) when is_list(L) -> function
724 exp_top(G, N, M, Acc, BE) when is_record(M, module) -> function
726 exp_top(G, N, I, Acc, BE) when is_record(I, interface) -> function
728 exp_top(G, N, X, Acc, BE) -> function
/dports/lang/erlang-runtime24/corba-5.0.2/lib/ic/src/
H A Dic_plainbe.erl142 ic_codegen:export(Fd, exp_top(G, N, Body, [])),
156 ic_codegen:export(F, exp_top(G, N, X, [])),
162 exp_top(_G, _N, X, Acc) when element(1, X) == preproc -> function
164 exp_top(G, N, L, Acc) when is_list(L) -> function
166 exp_top(G, N, M, Acc) when is_record(M, module) -> function
168 exp_top(G, N, I, Acc) when is_record(I, interface) -> function
170 exp_top(G, N, X, Acc) -> function
H A Dic_erl_template.erl404 ic_codegen:export(Fd, exp_top(G, N, Body, []))
417 ic_codegen:export(Fd, exp_top(G, N, X, [])),
429 exp_top(_G, _N, X, Acc) when element(1, X) == preproc -> function
431 exp_top(G, N, L, Acc) when is_list(L) -> function
433 exp_top(G, N, M, Acc) when is_record(M, module) -> function
435 exp_top(G, N, I, Acc) when is_record(I, interface) -> function
437 exp_top(G, N, X, Acc) -> function
H A Dic_noc.erl318 ic_codegen:export(Fd, exp_top(G, N, Body, NocType, [])),
335 ic_codegen:export(F, exp_top(G, N, X, getNocType(G,X,N), [])),
341 exp_top(_G, _N, X, _NT, Acc) when element(1, X) == preproc -> function
343 exp_top(G, N, L, NT, Acc) when is_list(L) -> function
345 exp_top(G, N, M, NT, Acc) when is_record(M, module) -> function
347 exp_top(G, N, I, NT, Acc) when is_record(I, interface) -> function
349 exp_top(G, N, X, NT, Acc) -> function
H A Dic_erlbe.erl662 ic_codegen:export(Fd, exp_top(G, N, Body, [], get_opt(G, be))),
714 ic_codegen:export(F, exp_top(G, N, X, [], get_opt(G, be))),
720 exp_top(_G, _N, X, Acc, _) when element(1, X) == preproc -> function
722 exp_top(G, N, L, Acc, BE) when is_list(L) -> function
724 exp_top(G, N, M, Acc, BE) when is_record(M, module) -> function
726 exp_top(G, N, I, Acc, BE) when is_record(I, interface) -> function
728 exp_top(G, N, X, Acc, BE) -> function
/dports/lang/erlang-runtime22/corba-4.5.2/lib/ic/src/
H A Dic_plainbe.erl142 ic_codegen:export(Fd, exp_top(G, N, Body, [])),
156 ic_codegen:export(F, exp_top(G, N, X, [])),
162 exp_top(_G, _N, X, Acc) when element(1, X) == preproc -> function
164 exp_top(G, N, L, Acc) when is_list(L) -> function
166 exp_top(G, N, M, Acc) when is_record(M, module) -> function
168 exp_top(G, N, I, Acc) when is_record(I, interface) -> function
170 exp_top(G, N, X, Acc) -> function
H A Dic_erl_template.erl404 ic_codegen:export(Fd, exp_top(G, N, Body, []))
417 ic_codegen:export(Fd, exp_top(G, N, X, [])),
429 exp_top(_G, _N, X, Acc) when element(1, X) == preproc -> function
431 exp_top(G, N, L, Acc) when is_list(L) -> function
433 exp_top(G, N, M, Acc) when is_record(M, module) -> function
435 exp_top(G, N, I, Acc) when is_record(I, interface) -> function
437 exp_top(G, N, X, Acc) -> function
H A Dic_noc.erl468 ic_codegen:export(Fd, exp_top(G, N, Body, NocType, [])),
505 ic_codegen:export(F, exp_top(G, N, X, getNocType(G,X,N), [])),
511 exp_top(_G, _N, X, _NT, Acc) when element(1, X) == preproc -> function
513 exp_top(G, N, L, NT, Acc) when is_list(L) -> function
515 exp_top(G, N, M, NT, Acc) when is_record(M, module) -> function
517 exp_top(G, N, I, NT, Acc) when is_record(I, interface) -> function
519 exp_top(G, N, X, NT, Acc) -> function
H A Dic_erlbe.erl662 ic_codegen:export(Fd, exp_top(G, N, Body, [], get_opt(G, be))),
714 ic_codegen:export(F, exp_top(G, N, X, [], get_opt(G, be))),
720 exp_top(_G, _N, X, Acc, _) when element(1, X) == preproc -> function
722 exp_top(G, N, L, Acc, BE) when is_list(L) -> function
724 exp_top(G, N, M, Acc, BE) when is_record(M, module) -> function
726 exp_top(G, N, I, Acc, BE) when is_record(I, interface) -> function
728 exp_top(G, N, X, Acc, BE) -> function
/dports/lang/erlang/corba-5.0.2/lib/ic/src/
H A Dic_plainbe.erl142 ic_codegen:export(Fd, exp_top(G, N, Body, [])),
156 ic_codegen:export(F, exp_top(G, N, X, [])),
162 exp_top(_G, _N, X, Acc) when element(1, X) == preproc -> function
164 exp_top(G, N, L, Acc) when is_list(L) -> function
166 exp_top(G, N, M, Acc) when is_record(M, module) -> function
168 exp_top(G, N, I, Acc) when is_record(I, interface) -> function
170 exp_top(G, N, X, Acc) -> function
H A Dic_erl_template.erl404 ic_codegen:export(Fd, exp_top(G, N, Body, []))
417 ic_codegen:export(Fd, exp_top(G, N, X, [])),
429 exp_top(_G, _N, X, Acc) when element(1, X) == preproc -> function
431 exp_top(G, N, L, Acc) when is_list(L) -> function
433 exp_top(G, N, M, Acc) when is_record(M, module) -> function
435 exp_top(G, N, I, Acc) when is_record(I, interface) -> function
437 exp_top(G, N, X, Acc) -> function
H A Dic_noc.erl318 ic_codegen:export(Fd, exp_top(G, N, Body, NocType, [])),
335 ic_codegen:export(F, exp_top(G, N, X, getNocType(G,X,N), [])),
341 exp_top(_G, _N, X, _NT, Acc) when element(1, X) == preproc -> function
343 exp_top(G, N, L, NT, Acc) when is_list(L) -> function
345 exp_top(G, N, M, NT, Acc) when is_record(M, module) -> function
347 exp_top(G, N, I, NT, Acc) when is_record(I, interface) -> function
349 exp_top(G, N, X, NT, Acc) -> function
H A Dic_erlbe.erl662 ic_codegen:export(Fd, exp_top(G, N, Body, [], get_opt(G, be))),
714 ic_codegen:export(F, exp_top(G, N, X, [], get_opt(G, be))),
720 exp_top(_G, _N, X, Acc, _) when element(1, X) == preproc -> function
722 exp_top(G, N, L, Acc, BE) when is_list(L) -> function
724 exp_top(G, N, M, Acc, BE) when is_record(M, module) -> function
726 exp_top(G, N, I, Acc, BE) when is_record(I, interface) -> function
728 exp_top(G, N, X, Acc, BE) -> function
/dports/lang/erlang-runtime21/corba-4.5.2/lib/ic/src/
H A Dic_plainbe.erl142 ic_codegen:export(Fd, exp_top(G, N, Body, [])),
156 ic_codegen:export(F, exp_top(G, N, X, [])),
162 exp_top(_G, _N, X, Acc) when element(1, X) == preproc -> function
164 exp_top(G, N, L, Acc) when is_list(L) -> function
166 exp_top(G, N, M, Acc) when is_record(M, module) -> function
168 exp_top(G, N, I, Acc) when is_record(I, interface) -> function
170 exp_top(G, N, X, Acc) -> function
H A Dic_erl_template.erl404 ic_codegen:export(Fd, exp_top(G, N, Body, []))
417 ic_codegen:export(Fd, exp_top(G, N, X, [])),
429 exp_top(_G, _N, X, Acc) when element(1, X) == preproc -> function
431 exp_top(G, N, L, Acc) when is_list(L) -> function
433 exp_top(G, N, M, Acc) when is_record(M, module) -> function
435 exp_top(G, N, I, Acc) when is_record(I, interface) -> function
437 exp_top(G, N, X, Acc) -> function
H A Dic_noc.erl468 ic_codegen:export(Fd, exp_top(G, N, Body, NocType, [])),
505 ic_codegen:export(F, exp_top(G, N, X, getNocType(G,X,N), [])),
511 exp_top(_G, _N, X, _NT, Acc) when element(1, X) == preproc -> function
513 exp_top(G, N, L, NT, Acc) when is_list(L) -> function
515 exp_top(G, N, M, NT, Acc) when is_record(M, module) -> function
517 exp_top(G, N, I, NT, Acc) when is_record(I, interface) -> function
519 exp_top(G, N, X, NT, Acc) -> function
H A Dic_erlbe.erl662 ic_codegen:export(Fd, exp_top(G, N, Body, [], get_opt(G, be))),
714 ic_codegen:export(F, exp_top(G, N, X, [], get_opt(G, be))),
720 exp_top(_G, _N, X, Acc, _) when element(1, X) == preproc -> function
722 exp_top(G, N, L, Acc, BE) when is_list(L) -> function
724 exp_top(G, N, M, Acc, BE) when is_record(M, module) -> function
726 exp_top(G, N, I, Acc, BE) when is_record(I, interface) -> function
728 exp_top(G, N, X, Acc, BE) -> function
/dports/math/py-pandas/pandas-1.2.5/pandas/tests/series/methods/
H A Dtest_rank.py161 exp_top = Series([2.0, 3.0, 4.0, 5.0, 6.0, 7.0, 1.0])
165 tm.assert_series_equal(na_ser.rank(na_option="top"), exp_top)
170 exp_top = Series([7.0, 6.0, 5.0, 4.0, 3.0, 2.0, 1.0])
174 tm.assert_series_equal(na_ser.rank(na_option="top", ascending=False), exp_top)
194 exp_top = Series([0.4, 0.6, 0.8, 1.0, 0.2])
198 tm.assert_series_equal(na_ser.rank(na_option="top", pct=True), exp_top)