Home
last modified time | relevance | path

Searched refs:selection_value (Results 1 – 13 of 13) sorted by relevance

/dports/x11/xnee/xnee-3.19/gnee/src/
H A Drecordables.c67 void store_predef_str(char *selection_value) in store_predef_str() argument
73 if (CHECK_EQUALITY(selection_value, in store_predef_str()
82 void remove_predef_str(char *selection_value) in remove_predef_str() argument
88 if (CHECK_EQUALITY(selection_value, in remove_predef_str()
147 char *selection_value; in move_between_lists() local
162 0, &selection_value, in move_between_lists()
183 store_predef_str(selection_value); in move_between_lists()
188 (xd, type, selection_value); in move_between_lists()
196 remove_predef_str(selection_value); in move_between_lists()
201 (xd, -1, selection_value); in move_between_lists()
[all …]
/dports/net/openmpi3/openmpi-3.1.6/ompi/mca/crcp/base/
H A Dcrcp_base_select.c127 const char **selection_value; in ompi_crcp_base_select() local
137 selection_value = NULL; in ompi_crcp_base_select()
138 (void) mca_base_var_get_value(var_id, &selection_value, NULL, NULL); in ompi_crcp_base_select()
139 if (NULL == selection_value || NULL == selection_value[0]) { in ompi_crcp_base_select()
143 include_list = selection_value[0]; in ompi_crcp_base_select()
/dports/net/openmpi/openmpi-4.1.1/ompi/mca/crcp/base/
H A Dcrcp_base_select.c127 const char **selection_value; in ompi_crcp_base_select() local
137 selection_value = NULL; in ompi_crcp_base_select()
138 (void) mca_base_var_get_value(var_id, &selection_value, NULL, NULL); in ompi_crcp_base_select()
139 if (NULL == selection_value || NULL == selection_value[0]) { in ompi_crcp_base_select()
143 include_list = selection_value[0]; in ompi_crcp_base_select()
/dports/science/nwchem-data/nwchem-7.0.2-release/contrib/python/
H A DXrtdb.py116 name = self.selection_value()
145 name = self.selection_value()
183 name = self.selection_value()
208 def selection_value(self): member in Xrtdb
/dports/science/nwchem/nwchem-7b21660b82ebd85ef659f6fba7e1e73433b0bd0a/contrib/python/
H A DXrtdb.py116 name = self.selection_value()
145 name = self.selection_value()
183 name = self.selection_value()
208 def selection_value(self): member in Xrtdb
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/platform/fonts/
H A Dfont_selection_types.h343 FontSelectionValue clampToRange(FontSelectionValue selection_value) const { in clampToRange()
344 if (selection_value < minimum) in clampToRange()
346 if (selection_value > maximum) in clampToRange()
348 return selection_value; in clampToRange()
/dports/sysutils/duplicity/duplicity-0.8.20/testing/unit/
H A Dtest_globmatch.py48 selection_value = select_fn(Path(file_path))
49 return selection_value
/dports/lang/swi-pl/swipl-8.2.3/packages/xpce/src/x11/
H A Dxdisplay.c582 static StringObj selection_value; variable
647 selection_value = StringToString(&s); in collect_selection_display()
675 selection_value = StringToString(&s); in collect_selection_display()
688 selection_value = StringToString(&s); in collect_selection_display()
732 answer(selection_value); in ws_get_selection()
/dports/x11/xdtm/xdtm/Xedw/
H A DXedwList.c1402 static String selection_value; variable
1442 *value = selection_value;
1443 *length = strlen(selection_value);
1458 *temp = strlen(selection_value);
1481 XtFree((char *)selection_value );
1482 selection_value = NULL;
1497 XtFree((char *)selection_value );
1498 selection_value=XtNewString(string);
/dports/net-p2p/vuze/vuze-5.7.4.0_2/org/gudy/azureus2/ui/swt/
H A DMenuBuildUtils.java288 Boolean selection_value = (Boolean) az_menuitem.getData();
289 if (selection_value == null) {
295 menuItem.setSelection(selection_value.booleanValue());
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/platform/fonts/
H A Dfont_selection_types.h347 FontSelectionValue clampToRange(FontSelectionValue selection_value) const { in clampToRange()
348 return base::ClampToRange(selection_value, minimum, maximum); in clampToRange()
/dports/editors/emacs-devel/emacs-4d1968b/src/
H A Dxselect.c302 x_own_selection (Lisp_Object selection_name, Lisp_Object selection_value, in x_own_selection() argument
324 selection_data = list4 (selection_name, selection_value, in x_own_selection()
/dports/editors/emacs/emacs-27.2/src/
H A Dxselect.c302 x_own_selection (Lisp_Object selection_name, Lisp_Object selection_value, in x_own_selection() argument
324 selection_data = list4 (selection_name, selection_value, in x_own_selection()