Home
last modified time | relevance | path

Searched +defs:f +defs:sel (Results 1 – 25 of 2527) sorted by relevance

12345678910>>...102

/dports/devel/R-cran-purrr/purrr/R/
H A Dmodify.R154 sel <- probe(.x, .p) functionVar
182 sel <- inv_which(.x, where) functionVar
216 sel <- probe(.x, .p) functionVar
222 sel <- probe(.x, .p) functionVar
228 sel <- probe(.x, .p) functionVar
234 sel <- probe(.x, .p) functionVar
242 sel <- inv_which(.x, where) functionVar
249 sel <- inv_which(.x, where) functionVar
256 sel <- inv_which(.x, where) functionVar
263 sel <- inv_which(.x, where) functionVar
[all …]
H A Dlmap.R78 lmap <- function(.x, .f, ...) {
84 lmap_if <- function(.x, .p, .f, ..., .else = NULL) {
85 sel <- probe(.x, .p) functionVar
98 lmap_at <- function(.x, .at, .f, ...) {
104 sel <- inv_which(.x, where) functionVar
H A Dmap.R109 map <- function(.x, .f, ...) {
147 sel <- probe(.x, .p) functionVar
177 sel <- inv_which(.x, where) functionVar
188 map_lgl <- function(.x, .f, ...) {
195 map_chr <- function(.x, .f, ...) {
202 map_int <- function(.x, .f, ...) {
209 map_dbl <- function(.x, .f, ...) {
216 map_raw <- function(.x, .f, ...) {
246 map_dfc <- function(.x, .f, ...) {
264 walk <- function(.x, .f, ...) {
[all …]
/dports/lang/swi-pl/swipl-8.2.3/packages/xpce/src/itf/
H A Dcpp.h95 P(float f) in P()
98 P(double f) in P()
134 XPCE_status send(P sel) in send()
137 XPCE_status send(P sel, P a1) in send()
140 XPCE_status send(P sel, P a1, P a2) in send()
144 XPCE_status send(P sel, P a1, P a2, P a3) in send()
149 XPCE_Object get(P sel) in get()
152 XPCE_Object get(P sel, P a1) in get()
155 XPCE_Object get(P sel, P a1, P a2) in get()
159 XPCE_Object get(P sel, P a1, P a2, P a3) in get()
/dports/net-p2p/ktorrent/ktorrent-21.12.3/plugins/syndication/
H A Dmanagefiltersdlg.cpp57 Filter *f = filters->filterByRow(i); in ManageFiltersDlg() local
84 Filter *f = active->filterByRow(i); in accept() local
98 Filter *f = available->filterForIndex(i); in add() local
118 Filter *f = active->filterForIndex(i); in remove() local
138 Filter *f = active->filterByRow(i); in removeAll() local
155 Filter *f = act->addNewFilter(); in newFilter() local
161 void ManageFiltersDlg::activeSelectionChanged(const QItemSelection &sel, const QItemSelection &dese… in activeSelectionChanged()
168 void ManageFiltersDlg::availableSelectionChanged(const QItemSelection &sel, const QItemSelection &d… in availableSelectionChanged()
H A Dfeedwidget.cpp109 void FeedWidget::setFeed(Feed *f) in setFeed()
136 const QModelIndexList sel = m_item_list->selectionModel()->selectedRows(); in downloadClicked() local
182 void FeedWidget::selectionChanged(const QItemSelection &sel, const QItemSelection &prev) in selectionChanged()
222 void FeedWidget::onFeedRenamed(kt::Feed *f) in onFeedRenamed()
/dports/devel/grpc130/grpc-1.30.2/third_party/upb/upb/
H A Dhandlers.c39 #define SUBH_F(h, f) SUBH(h, upb_fielddef_index(f)) argument
41 static int32_t trygetsel(upb_handlers *h, const upb_fielddef *f, in trygetsel()
43 upb_selector_t sel; in trygetsel() local
56 int32_t sel = trygetsel(h, f, type); in handlers_getsel() local
66 static bool doset(upb_handlers *h, int32_t sel, const upb_fielddef *f, in doset()
129 upb_selector_t sel; in effective_closure_type() local
165 upb_selector_t sel = handlers_getsel(h, f, type); in checkstart() local
274 bool upb_handlers_getattr(const upb_handlers *h, upb_selector_t sel, in upb_handlers_getattr()
283 upb_selector_t sel) { in upb_handlers_getsubhandlers_sel()
404 upb_fielddef *f = upb_msg_iter_field(&i); in upb_handlercache_get() local
[all …]
/dports/devel/grpc134/grpc-1.34.1/third_party/upb/upb/
H A Dhandlers.c39 #define SUBH_F(h, f) SUBH(h, upb_fielddef_index(f)) argument
41 static int32_t trygetsel(upb_handlers *h, const upb_fielddef *f, in trygetsel()
43 upb_selector_t sel; in trygetsel() local
56 int32_t sel = trygetsel(h, f, type); in handlers_getsel() local
61 static const void **returntype(upb_handlers *h, const upb_fielddef *f, in returntype()
66 static bool doset(upb_handlers *h, int32_t sel, const upb_fielddef *f, in doset()
129 upb_selector_t sel; in effective_closure_type() local
253 bool upb_handlers_getattr(const upb_handlers *h, upb_selector_t sel, in upb_handlers_getattr()
262 upb_selector_t sel) { in upb_handlers_getsubhandlers_sel()
383 upb_fielddef *f = upb_msg_iter_field(&i); in upb_handlercache_get() local
[all …]
/dports/audio/rezound/rezound-0.13.1beta/src/frontend_fox/
H A Dfox_compat.h63 #define compat_setFont(f) setTextFont(f) argument
65 #define compat_setFont(f) setFont(f) argument
69 #define addTimeout(tgt,sel,ms) addTimeout(ms,tgt,sel) argument
75 #define FXList(p,tgt,sel,opts) FXList((p),0,(tgt),(sel),(opts)) argument
77 #define FXComboBox(p,cols,tgt,sel,opts) FXComboBox((p),(cols),0,(tgt),(sel),(opts)) argument
79 #define FXListBox(p,tgt,sel,opts) FXListBox((p),0,(tgt),(sel),(opts)) argument
H A DFXDiskEntityParamValue.cpp88 long FXDiskEntityParamValue::onEntityNameTextBoxChange(FXObject *sender,FXSelector sel,void *ptr) in onEntityNameTextBoxChange()
94 long FXDiskEntityParamValue::onBrowseButton(FXObject *sender,FXSelector sel,void *ptr) in onBrowseButton()
173 void FXDiskEntityParamValue::readFromFile(const string &prefix,CNestedDataFile *f) in readFromFile()
180 void FXDiskEntityParamValue::writeToFile(const string &prefix,CNestedDataFile *f) in writeToFile()
/dports/finance/xtrader/xtrader-0.99.9_10/util/fl/
H A DFl_Select.cpp20 Fl_Select::Fl_Select (const char** data, int size, int sel) : in Fl_Select()
45 for (int f = 0; f < size; f++) in Fl_Select() local
59 int f; in cb3() local
/dports/x11-wm/wmii-devel/wmii+ixp-3.9.2/cmd/wmii/
H A Dfloat.c11 float_attach(Area *a, Frame *f) { in float_attach()
25 float_detach(Frame *f) { in float_detach()
27 Area *a, *sel, *oldsel; in float_detach() local
54 float_resizeframe(Frame *f, Rectangle r) { in float_resizeframe()
64 Frame *f; in float_arrange() local
158 float_placeframe(Frame *f) { in float_placeframe()
165 Area *a, *sel; in float_placeframe() local
/dports/astro/celestia-gtk/celestia-1.6.1/src/celestia/
H A Dcelx_object.cpp82 Selection* sel = to_object(l, 1); in this_object() local
106 Selection* sel = this_object(l); in object_visible() local
119 Selection* sel = this_object(l); in object_setvisible() local
139 Selection* sel = this_object(l); in object_setorbitcolor() local
160 Selection* sel = this_object(l); in object_orbitcoloroverridden() local
177 Selection* sel = this_object(l); in object_setorbitcoloroverridden() local
196 Selection* sel = this_object(l); in object_orbitvisibility() local
924 Selection* sel = this_object(l); in object_catalognumber() local
1117 Selection* sel = this_object(l); in object_orbitframe() local
1130 const ReferenceFrame* f = sel->body()->getOrbitFrame(t); in object_orbitframe() local
[all …]
/dports/astro/celestia/celestia-1.6.1/src/celestia/
H A Dcelx_object.cpp82 Selection* sel = to_object(l, 1); in this_object() local
106 Selection* sel = this_object(l); in object_visible() local
119 Selection* sel = this_object(l); in object_setvisible() local
139 Selection* sel = this_object(l); in object_setorbitcolor() local
160 Selection* sel = this_object(l); in object_orbitcoloroverridden() local
177 Selection* sel = this_object(l); in object_setorbitcoloroverridden() local
196 Selection* sel = this_object(l); in object_orbitvisibility() local
924 Selection* sel = this_object(l); in object_catalognumber() local
1117 Selection* sel = this_object(l); in object_orbitframe() local
1130 const ReferenceFrame* f = sel->body()->getOrbitFrame(t); in object_orbitframe() local
[all …]
/dports/devel/codeblocks/codeblocks-20.03/src/src/
H A Dscriptingsettingsdlg.cpp102 long sel = list->GetNextItem(-1, wxLIST_NEXT_ALL, wxLIST_STATE_SELECTED); in UpdateState() local
155 long sel = list->GetNextItem(-1, wxLIST_NEXT_ALL, wxLIST_STATE_SELECTED); in UpdateTrustsState() local
232 long sel = event.GetIndex(); in OnListSelection() local
243 long sel = event.GetIndex(); in OnListDeselection() local
254 long sel = list->GetNextItem(-1, wxLIST_NEXT_ALL, wxLIST_STATE_SELECTED); in OnScriptChanged() local
264 long sel = list->GetNextItem(-1, wxLIST_NEXT_ALL, wxLIST_STATE_SELECTED); in OnScriptMenuChanged() local
272 long sel = list->GetNextItem(-1, wxLIST_NEXT_ALL, wxLIST_STATE_SELECTED); in OnEnable() local
280 long sel = list->GetNextItem(-1, wxLIST_NEXT_ALL, wxLIST_STATE_SELECTED); in OnRegister() local
308 long sel = list->GetNextItem(-1, wxLIST_NEXT_ALL, wxLIST_STATE_SELECTED); in OnRemoveScript() local
332 wxString sel = UnixFilename(dlg.GetPath()); in OnBrowse() local
[all …]
/dports/devel/gwenhywfar-gtk3/gwenhywfar-5.6.0/gui/fox16/
H A Dfox16_gui_dialog.cpp259 FXSpinner *f; in setIntProperty() local
430 FXTabBook *f; in setIntProperty() local
483 FXWindow *f; in setIntProperty() local
800 FXWindow *f; in getIntProperty() local
953 FXText *f; in setCharProperty() local
1284 FXText *f; in getCharProperty() local
1582 long FOX16_GuiDialog::onSelCommand(FXObject *sender, FXSelector sel, void *ptr) { in onSelCommand()
1676 long FOX16_GuiDialog::onSelChanged(FXObject *sender, FXSelector sel, void *ptr) { in onSelChanged()
1740 long FOX16_GuiDialog::onSelKeyPress(FXObject *sender, FXSelector sel, void *ptr) { in onSelKeyPress()
1792 long FOX16_GuiDialog::onSelKeyRelease(FXObject *sender, FXSelector sel, void *ptr) { in onSelKeyRelease()
[all …]
/dports/devel/gwenhywfar-fox16/gwenhywfar-5.6.0/gui/fox16/
H A Dfox16_gui_dialog.cpp259 FXSpinner *f; in setIntProperty() local
430 FXTabBook *f; in setIntProperty() local
483 FXWindow *f; in setIntProperty() local
800 FXWindow *f; in getIntProperty() local
953 FXText *f; in setCharProperty() local
1284 FXText *f; in getCharProperty() local
1582 long FOX16_GuiDialog::onSelCommand(FXObject *sender, FXSelector sel, void *ptr) { in onSelCommand()
1676 long FOX16_GuiDialog::onSelChanged(FXObject *sender, FXSelector sel, void *ptr) { in onSelChanged()
1740 long FOX16_GuiDialog::onSelKeyPress(FXObject *sender, FXSelector sel, void *ptr) { in onSelKeyPress()
1792 long FOX16_GuiDialog::onSelKeyRelease(FXObject *sender, FXSelector sel, void *ptr) { in onSelKeyRelease()
[all …]
/dports/devel/gwenhywfar-qt5/gwenhywfar-5.6.0/gui/fox16/
H A Dfox16_gui_dialog.cpp259 FXSpinner *f; in setIntProperty() local
430 FXTabBook *f; in setIntProperty() local
483 FXWindow *f; in setIntProperty() local
800 FXWindow *f; in getIntProperty() local
953 FXText *f; in setCharProperty() local
1284 FXText *f; in getCharProperty() local
1582 long FOX16_GuiDialog::onSelCommand(FXObject *sender, FXSelector sel, void *ptr) { in onSelCommand()
1676 long FOX16_GuiDialog::onSelChanged(FXObject *sender, FXSelector sel, void *ptr) { in onSelChanged()
1740 long FOX16_GuiDialog::onSelKeyPress(FXObject *sender, FXSelector sel, void *ptr) { in onSelKeyPress()
1792 long FOX16_GuiDialog::onSelKeyRelease(FXObject *sender, FXSelector sel, void *ptr) { in onSelKeyRelease()
[all …]
/dports/devel/gwenhywfar/gwenhywfar-5.6.0/gui/fox16/
H A Dfox16_gui_dialog.cpp259 FXSpinner *f; in setIntProperty() local
430 FXTabBook *f; in setIntProperty() local
483 FXWindow *f; in setIntProperty() local
800 FXWindow *f; in getIntProperty() local
953 FXText *f; in setCharProperty() local
1284 FXText *f; in getCharProperty() local
1582 long FOX16_GuiDialog::onSelCommand(FXObject *sender, FXSelector sel, void *ptr) { in onSelCommand()
1676 long FOX16_GuiDialog::onSelChanged(FXObject *sender, FXSelector sel, void *ptr) { in onSelChanged()
1740 long FOX16_GuiDialog::onSelKeyPress(FXObject *sender, FXSelector sel, void *ptr) { in onSelKeyPress()
1792 long FOX16_GuiDialog::onSelKeyRelease(FXObject *sender, FXSelector sel, void *ptr) { in onSelKeyRelease()
[all …]
/dports/devel/gwenhywfar-gtk2/gwenhywfar-5.6.0/gui/fox16/
H A Dfox16_gui_dialog.cpp259 FXSpinner *f; in setIntProperty() local
430 FXTabBook *f; in setIntProperty() local
483 FXWindow *f; in setIntProperty() local
800 FXWindow *f; in getIntProperty() local
953 FXText *f; in setCharProperty() local
1284 FXText *f; in getCharProperty() local
1582 long FOX16_GuiDialog::onSelCommand(FXObject *sender, FXSelector sel, void *ptr) { in onSelCommand()
1676 long FOX16_GuiDialog::onSelChanged(FXObject *sender, FXSelector sel, void *ptr) { in onSelChanged()
1740 long FOX16_GuiDialog::onSelKeyPress(FXObject *sender, FXSelector sel, void *ptr) { in onSelKeyPress()
1792 long FOX16_GuiDialog::onSelKeyRelease(FXObject *sender, FXSelector sel, void *ptr) { in onSelKeyRelease()
[all …]
/dports/devel/libgnt/libgnt-2.14.3/
H A Dgntfilesel.c62 GntFileSel *sel = GNT_FILE_SEL(widget); in gnt_file_sel_destroy() local
107 update_location(GntFileSel *sel) in update_location()
119 is_tagged(GntFileSel *sel, const char *f) in is_tagged()
193 location_changed(GntFileSel *sel, GError **err) in location_changed()
364 GntFileSel *sel = GNT_FILE_SEL(widget); in gnt_file_sel_map() local
403 GntFileSel *sel = GNT_FILE_SEL(bind); in toggle_tag_selection() local
437 GntFileSel *sel = GNT_FILE_SEL(bind); in clear_tags() local
462 GntFileSel *sel = GNT_FILE_SEL(bind); in up_directory() local
482 GntFileSel *sel; in gnt_file_sel_size_request() local
553 GntFileSel *sel = GNT_FILE_SEL(instance); in gnt_file_sel_init() local
[all …]
/dports/comms/tilp2/tilp2-1.18/src/
H A Daction.c77 GtkTreeSelection *sel; in create_clist() local
144 GList *sel; in display_action_dbox() local
184 FileEntry *f = (FileEntry *)sel->data; in display_action_dbox() local
291 FileEntry *f; in action_overwrite_clicked() local
319 FileEntry *f; in action_rename_clicked() local
378 FileEntry *f; in action_skip_clicked() local
397 GtkTreeSelection *sel; in action_select_all_clicked() local
406 GtkTreeSelection *sel; in action_deselect_all_clicked() local
/dports/devel/stylua/StyLua-0.11.0/cargo-crates/crossbeam-channel-0.5.1/src/
H A Dcontext.rs47 let mut f = Some(f); in with() localVariable
48 let mut f = move |cx: &Context| -> R { in with() localVariable
49 let f = f.take().unwrap(); in with() localVariable
142 let sel = Selected::from(self.inner.select.load(Ordering::Acquire)); in wait_until() localVariable
156 let sel = Selected::from(self.inner.select.load(Ordering::Acquire)); in wait_until() localVariable
/dports/multimedia/librav1e/rav1e-0.5.1/cargo-crates/crossbeam-channel-0.5.1/src/
H A Dcontext.rs47 let mut f = Some(f); in with() localVariable
48 let mut f = move |cx: &Context| -> R { in with() localVariable
49 let f = f.take().unwrap(); in with() localVariable
142 let sel = Selected::from(self.inner.select.load(Ordering::Acquire)); in wait_until() localVariable
156 let sel = Selected::from(self.inner.select.load(Ordering::Acquire)); in wait_until() localVariable
/dports/multimedia/rav1e/rav1e-0.5.1/cargo-crates/crossbeam-channel-0.5.1/src/
H A Dcontext.rs47 let mut f = Some(f); in with() localVariable
48 let mut f = move |cx: &Context| -> R { in with() localVariable
49 let f = f.take().unwrap(); in with() localVariable
142 let sel = Selected::from(self.inner.select.load(Ordering::Acquire)); in wait_until() localVariable
156 let sel = Selected::from(self.inner.select.load(Ordering::Acquire)); in wait_until() localVariable

12345678910>>...102