Home
last modified time | relevance | path

Searched refs:wind (Results 1 – 25 of 5877) sorted by relevance

12345678910>>...236

/dports/textproc/weka/weka-3-8-5/data/
H A Dglass.arff99 % From: '1' To: 'build wind float'
100 % From: '2' To: 'build wind non-float'
101 % From: '3' To: 'vehic wind float'
102 % From: '4' To: 'vehic wind non-float'
117 @attribute 'Type' { 'build wind float', 'build wind non-float', 'vehic wind float', 'vehic wind non…
119 1.51793,12.79,3.5,1.12,73.03,0.64,8.77,0,0,'build wind float'
125 1.51779,13.64,3.65,0.65,73,0.06,8.93,0,0,'vehic wind float'
153 1.51755,13,3.6,1.36,72.99,0.57,8.4,0,0.11,'build wind float'
201 1.52127,14.32,3.9,0.83,71.5,0,9.49,0,0,'vehic wind float'
207 1.51764,12.98,3.54,1.21,73,0.65,8.53,0,0,'build wind float'
[all …]
/dports/finance/gnucash/gnucash-4.9/gnucash/import-export/qif-imp/
H A Dassistant-qif-import.c398 update_account_picker_page (wind, make_memo_display, wind->memo_view, in update_memo_page()
468 g_free (wind); in gnc_ui_qif_import_assistant_destroy()
494 wind->selected_file = scm_list_ref (wind->imported_files, in gnc_ui_qif_import_select_loaded_file_cb()
688 wind->acct_display_info, wind->acct_map_info, in gnc_ui_qif_import_account_activate_cb()
746 rematch_line (wind, selection, wind->cat_display_info, wind->cat_map_info, in gnc_ui_qif_import_category_activate_cb()
804 rematch_line (wind, selection, wind->memo_display_info, wind->memo_map_info, in gnc_ui_qif_import_memo_activate_cb()
1036 wind->num_new_pages = wind->num_new_pages + 1; in prepare_security_pages()
1345 if (wind->busy) in cancel_timeout_cb()
1713 if (!wind->busy) in gnc_ui_qif_import_load_progress_pause_cb()
2119 if (wind->ask_date_format && wind->date_format) in gnc_ui_qif_import_account_prepare()
[all …]
H A Ddialog-account-picker.c251 if (wind->selected_name && *(wind->selected_name)) in gnc_ui_qif_account_picker_new_cb()
266 build_acct_tree(wind, wind->qif_wind); in gnc_ui_qif_account_picker_new_cb()
287 g_free(wind->selected_name); in gnc_ui_qif_account_picker_changed_cb()
330 g_return_if_fail(wind); in gnc_ui_qif_account_picker_row_activated_cb()
348 build_acct_tree(wind, wind->qif_wind); in gnc_ui_qif_account_picker_map_cb()
399 wind->map_entry = map_entry; in qif_account_picker_dialog()
417 wind->qif_wind = qif_wind; in qif_account_picker_dialog()
464 wind); in qif_account_picker_dialog()
476 build_acct_tree(wind, wind->qif_wind); in qif_account_picker_dialog()
491 g_free(wind->selected_name); in qif_account_picker_dialog()
[all …]
/dports/games/dxx-rebirth/dxx-rebirth_20211220-src/common/arch/sdl/
H A Dwindow.cpp102 delete wind; in window_close()
116 window *wind; in window_get_front() local
118 for (wind = FrontWindow; (wind != NULL) && !wind->w_visible; wind = wind->prev) {} in window_get_front()
120 return wind; in window_get_front()
134 if (&wind == FirstWindow && wind.next) in window_select()
138 wind.next->prev = wind.prev; in window_select()
140 wind.prev->next = wind.next; in window_select()
164 return wind; in set_visible()
172 if (wind) in set_visible()
177 return wind; in set_visible()
[all …]
H A Devent.cpp201 window *wind; in event_send() local
204 …for (wind = window_get_front(); wind && handled == window_event_result::ignored; wind = window_get… in event_send()
205 if (wind->is_visible()) in event_send()
207 handled = window_send_event(*wind, event); in event_send()
211 if (wind->is_modal()) in event_send()
226 window *wind = window_get_front(); in event_process() local
243 for (wind = window_get_first(); wind != nullptr;) in event_process()
245 if (wind->is_visible()) in event_process()
247 auto prev = window_get_prev(*wind); in event_process()
254 wind = window_get_first(); in event_process()
[all …]
/dports/games/vamos/vamos-0.7.1/body/
H A Dtest_Aerodynamic_Device.cc17 drag.wind (wind, 0.1); in Drag_Fixture()
39 f.drag.wind (wind, 0.1); in BOOST_AUTO_TEST_CASE()
48 f.drag.wind (wind, 0.01); in BOOST_AUTO_TEST_CASE()
57 f.drag.wind (wind, 0.1); in BOOST_AUTO_TEST_CASE()
72 up_wing.wind (wind, 0.1); in Wing_Fixture()
73 down_wing.wind (wind, 0.1); in Wing_Fixture()
99 f.up_wing.wind (wind, 0.1); in BOOST_AUTO_TEST_CASE()
100 f.down_wing.wind (wind, 0.1); in BOOST_AUTO_TEST_CASE()
115 f.up_wing.wind (wind, 1.0); in BOOST_AUTO_TEST_CASE()
116 f.down_wing.wind (wind, 1.0); in BOOST_AUTO_TEST_CASE()
[all …]
/dports/x11-toolkits/plasma5-kdeplasma-addons/kdeplasma-addons-5.23.5/applets/weather/data/
H A Di18n.dat1 wind direction|N
2 wind direction|NNE
3 wind direction|NE
4 wind direction|ENE
5 wind direction|E
6 wind direction|SSE
7 wind direction|SE
9 wind direction|S
11 wind direction|NW
13 wind direction|W
[all …]
/dports/x11/controllermap/SDL2-2.0.18/src/video/wayland/
H A DSDL_waylandwindow.c149 wind->frame_callback = wl_surface_frame(wind->frame_surface_wrapper); in handle_surface_frame_done()
825 if (wind->server_decoration) { in Wayland_HideWindow()
934 wind, in Wayland_RaiseWindow()
1402 wl_surface_set_buffer_scale(wind->surface, wind->scale_factor); in Wayland_SetWindowSize()
1404 if (wind->egl_window) { in Wayland_SetWindowSize()
1503 if (wind->egl_surface) { in Wayland_DestroyWindow()
1506 if (wind->egl_window) { in Wayland_DestroyWindow()
1510 if (wind->idle_inhibitor) { in Wayland_DestroyWindow()
1518 SDL_free(wind->outputs); in Wayland_DestroyWindow()
1520 if (wind->frame_callback) { in Wayland_DestroyWindow()
[all …]
/dports/devel/sdl20/SDL2-2.0.18/src/video/wayland/
H A DSDL_waylandwindow.c149 wind->frame_callback = wl_surface_frame(wind->frame_surface_wrapper); in handle_surface_frame_done()
825 if (wind->server_decoration) { in Wayland_HideWindow()
934 wind, in Wayland_RaiseWindow()
1402 wl_surface_set_buffer_scale(wind->surface, wind->scale_factor); in Wayland_SetWindowSize()
1404 if (wind->egl_window) { in Wayland_SetWindowSize()
1503 if (wind->egl_surface) { in Wayland_DestroyWindow()
1506 if (wind->egl_window) { in Wayland_DestroyWindow()
1510 if (wind->idle_inhibitor) { in Wayland_DestroyWindow()
1518 SDL_free(wind->outputs); in Wayland_DestroyWindow()
1520 if (wind->frame_callback) { in Wayland_DestroyWindow()
[all …]
/dports/databases/grass7/grass-7.8.6/display/d.rast.num/
H A Dmain.c163wind.west += wind.ew_res * ((int)((window.west - wind.west) / wind.ew_res) - (window.west < wind.w… in main()
164wind.east += wind.ew_res * ((int)((window.east - wind.east) / wind.ew_res) + (window.east > wind.e… in main()
165wind.south += wind.ns_res * ((int)((window.south - wind.south) / wind.ns_res) - (window.south < wi… in main()
166wind.north += wind.ns_res * ((int)((window.north - wind.north) / wind.ns_res) + (window.north > wi… in main()
168 wind.rows = (wind.north - wind.south) / wind.ns_res; in main()
169 wind.cols = (wind.east - wind.west) / wind.ew_res; in main()
173 nrows = wind.rows; in main()
174 ncols = wind.cols; in main()
176 t = (wind.north - window.north) * nrows / (wind.north - wind.south); in main()
178 l = (window.west - wind.west) * ncols / (wind.east - wind.west); in main()
[all …]
/dports/multimedia/avidemux/avidemux_2.7.6/avidemux/qt4/ADM_userInterfaces/ADM_dialog/
H A DQ_working.cpp71 _priv=(void *)wind; in DIA_workingQt4()
81 ADM_assert(wind); in postCtor()
82 wind->show(); in postCtor()
99 ADM_assert(wind); in update()
100 if(!wind->active) in update()
176 ADM_assert(wind); in isAlive()
177 return wind->active; in isAlive()
192 ADM_assert(wind); in closeDialog()
194 if (wind) in closeDialog()
197 delete wind; in closeDialog()
[all …]
/dports/multimedia/avidemux-qt5/avidemux_2.7.6/avidemux/qt4/ADM_userInterfaces/ADM_dialog/
H A DQ_working.cpp71 _priv=(void *)wind; in DIA_workingQt4()
81 ADM_assert(wind); in postCtor()
82 wind->show(); in postCtor()
99 ADM_assert(wind); in update()
100 if(!wind->active) in update()
176 ADM_assert(wind); in isAlive()
177 return wind->active; in isAlive()
192 ADM_assert(wind); in closeDialog()
194 if (wind) in closeDialog()
197 delete wind; in closeDialog()
[all …]
/dports/multimedia/avidemux-plugins/avidemux_2.7.6/avidemux/qt4/ADM_userInterfaces/ADM_dialog/
H A DQ_working.cpp71 _priv=(void *)wind; in DIA_workingQt4()
81 ADM_assert(wind); in postCtor()
82 wind->show(); in postCtor()
99 ADM_assert(wind); in update()
100 if(!wind->active) in update()
176 ADM_assert(wind); in isAlive()
177 return wind->active; in isAlive()
192 ADM_assert(wind); in closeDialog()
194 if (wind) in closeDialog()
197 delete wind; in closeDialog()
[all …]
/dports/multimedia/avidemux-cli/avidemux_2.7.6/avidemux/qt4/ADM_userInterfaces/ADM_dialog/
H A DQ_working.cpp71 _priv=(void *)wind; in DIA_workingQt4()
81 ADM_assert(wind); in postCtor()
82 wind->show(); in postCtor()
99 ADM_assert(wind); in update()
100 if(!wind->active) in update()
176 ADM_assert(wind); in isAlive()
177 return wind->active; in isAlive()
192 ADM_assert(wind); in closeDialog()
194 if (wind) in closeDialog()
197 delete wind; in closeDialog()
[all …]
/dports/emulators/frodo/Frodo-4.1b/Src/
H A Dmain_Acorn.i92 wind = (RO_Window *)WDesc; in Window()
101 if ((wind->Handle = Wimp_CreateWindow((int*)&wind->vminx)) == 0) in Window()
122 return(wind->Handle); in MyHandle()
128 Dest[0] = wind->wminx; Dest[1] = wind->wminy; in GetWorkArea()
129 Dest[2] = wind->wmaxx; Dest[3] = wind->wmaxy; in GetWorkArea()
167 Block[0] = wind->Handle; in update()
183 Block[0] = wind->Handle; in update()
201 wind->wminx = minx; wind->wminy = miny; in extent()
202 wind->wmaxx = maxx; wind->wmaxy = maxy; in extent()
211 dest[0] = wind->Handle; in getstate()
[all …]
/dports/emulators/mess/mame-mame0226/3rdparty/SDL2/src/video/wayland/
H A DSDL_waylandwindow.c47 SDL_Window *window = wind->sdlwindow; in handle_configure()
148 SDL_WindowData *wind = window->driverdata; in Wayland_ShowWindow() local
164 SDL_WindowData *wind = window->driverdata; in Wayland_SetWindowFullscreen() local
179 SDL_WindowData *wind = window->driverdata; in Wayland_RestoreWindow() local
189 SDL_WindowData *wind = window->driverdata; in Wayland_MaximizeWindow() local
278 SDL_WindowData *wind = window->driverdata; in Wayland_SetWindowSize() local
291 SDL_WindowData *wind = window->driverdata; in Wayland_SetWindowTitle() local
309 if (wind->shell_surface) in Wayland_DestroyWindow()
313 if (wind->extended_surface) in Wayland_DestroyWindow()
316 wl_surface_destroy(wind->surface); in Wayland_DestroyWindow()
[all …]
/dports/emulators/mame/mame-mame0226/3rdparty/SDL2/src/video/wayland/
H A DSDL_waylandwindow.c47 SDL_Window *window = wind->sdlwindow; in handle_configure()
148 SDL_WindowData *wind = window->driverdata; in Wayland_ShowWindow() local
164 SDL_WindowData *wind = window->driverdata; in Wayland_SetWindowFullscreen() local
179 SDL_WindowData *wind = window->driverdata; in Wayland_RestoreWindow() local
189 SDL_WindowData *wind = window->driverdata; in Wayland_MaximizeWindow() local
278 SDL_WindowData *wind = window->driverdata; in Wayland_SetWindowSize() local
291 SDL_WindowData *wind = window->driverdata; in Wayland_SetWindowTitle() local
309 if (wind->shell_surface) in Wayland_DestroyWindow()
313 if (wind->extended_surface) in Wayland_DestroyWindow()
316 wl_surface_destroy(wind->surface); in Wayland_DestroyWindow()
[all …]
/dports/graphics/urho3d/Urho3D-1.7.1/Source/ThirdParty/SDL/src/video/wayland/
H A DSDL_waylandwindow.c47 SDL_Window *window = wind->sdlwindow; in handle_configure()
148 SDL_WindowData *wind = window->driverdata; in Wayland_ShowWindow() local
164 SDL_WindowData *wind = window->driverdata; in Wayland_SetWindowFullscreen() local
179 SDL_WindowData *wind = window->driverdata; in Wayland_RestoreWindow() local
189 SDL_WindowData *wind = window->driverdata; in Wayland_MaximizeWindow() local
278 SDL_WindowData *wind = window->driverdata; in Wayland_SetWindowSize() local
291 SDL_WindowData *wind = window->driverdata; in Wayland_SetWindowTitle() local
309 if (wind->shell_surface) in Wayland_DestroyWindow()
313 if (wind->extended_surface) in Wayland_DestroyWindow()
316 wl_surface_destroy(wind->surface); in Wayland_DestroyWindow()
[all …]
/dports/graphics/milton/milton-1.9.1/third_party/SDL2-2.0.8/src/video/wayland/
H A DSDL_waylandwindow.c54 SDL_WindowData *wind = (SDL_WindowData *)data; in handle_configure_wl_shell_surface() local
55 SDL_Window *window = wind->sdlwindow; in handle_configure_wl_shell_surface()
114 SDL_Window *window = wind->sdlwindow; in handle_configure_zxdg_shell_surface()
139 SDL_Window *window = wind->sdlwindow; in handle_configure_zxdg_toplevel()
255 SDL_WindowData *wind = window->driverdata; in SetFullscreen() local
359 SDL_WindowData *wind = window->driverdata; in Wayland_RestoreWindow() local
373 SDL_WindowData *wind = window->driverdata; in Wayland_MaximizeWindow() local
530 if (wind->shell_surface.wl) { in Wayland_DestroyWindow()
536 if (wind->extended_surface) { in Wayland_DestroyWindow()
542 wl_surface_destroy(wind->surface); in Wayland_DestroyWindow()
[all …]
/dports/lang/yorick/yorick-y_2_2_04/gist/
H A Dclip.c136 wind++; in FindEntry()
149 wind--; in FindEntry()
176 wind--; in FindEntry()
189 wind++; in FindEntry()
216 wind--; in FindEntry()
229 wind++; in FindEntry()
256 wind++; in FindEntry()
269 wind--; in FindEntry()
436 wind= 0; in ClipBegin()
650 wind= 0; in ClipFilled()
[all …]
/dports/databases/grass7/grass-7.8.6/display/d.rast.arrow/
H A Dmain.c242wind.west += wind.ew_res * ((int)((window.west - wind.west) / wind.ew_res) - (window.west < wind.w… in main()
243wind.east += wind.ew_res * ((int)((window.east - wind.east) / wind.ew_res) + (window.east > wind.e… in main()
244wind.south += wind.ns_res * ((int)((window.south - wind.south) / wind.ns_res) - (window.south < wi… in main()
245wind.north += wind.ns_res * ((int)((window.north - wind.north) / wind.ns_res) + (window.north > wi… in main()
247 wind.rows = (wind.north - wind.south) / wind.ns_res; in main()
248 wind.cols = (wind.east - wind.west) / wind.ew_res; in main()
252 nrows = wind.rows; in main()
253 ncols = wind.cols; in main()
255 t = (wind.north - window.north) * nrows / (wind.north - wind.south); in main()
257 l = (window.west - wind.west) * ncols / (wind.east - wind.west); in main()
[all …]
/dports/devel/adacurses/AdaCurses-20180127/samples/
H A Dncurses2-acs_and_scroll.adb102 wind : Window; component
459 Erase (fp.all.wind);
460 Refresh (fp.all.wind);
462 Delete (fp.all.wind);
497 neww.all.wind := getwindow;
529 Scroll (current.all.wind, 1);
536 Scroll (current.all.wind, -1);
571 neww.all.wind := Get_Window (f);
574 Refresh (neww.all.wind);
691 newwin_report (current.all.wind);
[all …]
/dports/devel/ncurses/ncurses-6.3/Ada95/samples/
H A Dncurses2-acs_and_scroll.adb103 wind : Window; component
457 Erase (fp.all.wind);
458 Refresh (fp.all.wind);
460 Delete (fp.all.wind);
495 neww.all.wind := getwindow;
527 Scroll (current.all.wind, 1);
534 Scroll (current.all.wind, -1);
569 neww.all.wind := Get_Window (f);
572 Refresh (neww.all.wind);
689 newwin_report (current.all.wind);
[all …]
/dports/math/couenne/Couenne-releases-0.5.8/Couenne/src/standardize/
H A DconstrStandardize.cpp109 …if (aSign != expression::AUX_LEQ && constRHS > p -> Var (wind) -> lb ()) p -> Var (wind) -> lb () … in standardize()
110 …if (aSign != expression::AUX_GEQ && constRHS < p -> Var (wind) -> ub ()) p -> Var (wind) -> ub () … in standardize()
120 p -> Commuted () [wind] = true; in standardize()
123 printf ("---> %d & ", wind); fflush (stdout); in standardize()
138 p -> Var (wind) -> isInteger () ? in standardize()
144 replace (p, wind, xind); in standardize()
153 ((p -> Var (wind) -> isInteger ()) || in standardize()
211 if (xind < wind) { in standardize()
212 iMax = wind; in standardize()
216 iMin = wind; in standardize()
[all …]
/dports/lang/yorick/yorick-y_2_2_04/yorick/
H A Dgraph0.c102 wind= 0; in QuickMeshZone()
120 if (plus) wind++; in QuickMeshZone()
134 if (plus) wind++; in QuickMeshZone()
148 if (plus) wind++; in QuickMeshZone()
163 if (wind) return i; in QuickMeshZone()
168 wind++; in QuickMeshZone()
172 wind--; in QuickMeshZone()
203 if (plus) wind++; in QuickMeshZone()
218 if (plus) wind++; in QuickMeshZone()
254 if (plus) wind++; in QuickMeshZone()
[all …]

12345678910>>...236