Home
last modified time | relevance | path

Searched +defs:variable +defs:value (Results 1 – 25 of 4587) sorted by relevance

12345678910>>...184

/dports/devel/embb/embb-1.0.0/base_c/include/embb/base/c/internal/atomic/
H A Datomic.h745 char value in embb_atomic_init_char()
802 int value in embb_atomic_init_int()
840 long value in embb_atomic_init_long()
1011 char value in embb_atomic_and_assign_char()
1071 int value in embb_atomic_and_assign_int()
1111 long value in embb_atomic_and_assign_long()
1668 int value in embb_atomic_fetch_and_add_int()
2261 int value in embb_atomic_or_assign_int()
2541 int value in embb_atomic_store_int()
2830 int value in embb_atomic_swap_int()
[all …]
/dports/math/R-cran-haven/haven/src/readstat/
H A Dreadstat_variable.c9 …readstat_value_t value = { .is_system_missing = 1, .v = { .double_value = NAN }, .type = READSTAT_… in make_blank_value() local
14 readstat_value_t value = { .v = { .double_value = dval }, .type = READSTAT_TYPE_DOUBLE }; in make_double_value() local
19 readstat_value_t value = { .v = { .string_value = string }, .type = READSTAT_TYPE_STRING }; in make_string_value() local
23 const char *readstat_variable_get_name(const readstat_variable_t *variable) { in readstat_variable_get_name()
30 const char *readstat_variable_get_label(const readstat_variable_t *variable) { in readstat_variable_get_label()
37 const char *readstat_variable_get_format(const readstat_variable_t *variable) { in readstat_variable_get_format()
44 readstat_type_t readstat_variable_get_type(const readstat_variable_t *variable) { in readstat_variable_get_type()
52 int readstat_variable_get_index(const readstat_variable_t *variable) { in readstat_variable_get_index()
72 int readstat_variable_get_display_width(const readstat_variable_t *variable) { in readstat_variable_get_display_width()
113 …tat_error_t readstat_variable_add_missing_double_value(readstat_variable_t *variable, double value in readstat_variable_add_missing_double_value()
[all …]
H A Dreadstat_value.c11 readstat_type_t readstat_value_type(readstat_value_t value) { in readstat_value_type()
19 char readstat_value_tag(readstat_value_t value) { in readstat_value_tag()
23 int readstat_value_is_missing(readstat_value_t value, readstat_variable_t *variable) { in readstat_value_is_missing()
41 static int readstat_double_is_defined_missing(double fp_value, readstat_variable_t *variable) { in readstat_double_is_defined_missing()
54 static int readstat_string_is_defined_missing(const char *string, readstat_variable_t *variable) { in readstat_string_is_defined_missing()
70 int readstat_value_is_defined_missing(readstat_value_t value, readstat_variable_t *variable) { in readstat_value_is_defined_missing()
83 char readstat_int8_value(readstat_value_t value) { in readstat_int8_value()
101 int16_t readstat_int16_value(readstat_value_t value) { in readstat_int16_value()
119 int32_t readstat_int32_value(readstat_value_t value) { in readstat_int32_value()
137 float readstat_float_value(readstat_value_t value) { in readstat_float_value()
[all …]
/dports/games/xzip/xzip/
H A Dvariable.c18 void load (zword_t variable) in load()
37 void push_var (zword_t value) in push_var()
56 void pop_var (zword_t variable) in pop_var()
75 void increment (zword_t variable) in increment()
94 void decrement (zword_t variable) in decrement()
113 void increment_check (zword_t variable, zword_t target) in increment_check()
120 short value; local
136 void decrement_check (zword_t variable, zword_t target) in decrement_check()
143 short value; local
/dports/games/jzip/jzip-2.0.1g/
H A Dvariable.c18 void load (zword_t variable) in load()
37 void push_var (zword_t value) in push_var()
56 void pop_var (zword_t variable) in pop_var()
75 void increment (zword_t variable) in increment()
94 void decrement (zword_t variable) in decrement()
113 void increment_check (zword_t variable, zword_t target) in increment_check()
120 short value; local
136 void decrement_check (zword_t variable, zword_t target) in decrement_check()
143 short value; local
/dports/devel/kf5-ktexteditor/ktexteditor-5.89.0/src/variableeditor/
H A Dvariableitem.cpp11 VariableItem::VariableItem(const QString &variable) in VariableItem()
17 QString VariableItem::variable() const in variable() function in VariableItem
44 VariableIntItem::VariableIntItem(const QString &variable, int value) in VariableIntItem()
52 int VariableIntItem::value() const in value() function in VariableIntItem
95 …leStringListItem::VariableStringListItem(const QString &variable, const QStringList &slist, const … in VariableStringListItem()
134 VariableBoolItem::VariableBoolItem(const QString &variable, bool value) in VariableBoolItem()
169 VariableColorItem::VariableColorItem(const QString &variable, const QColor &value) in VariableColorItem()
202 VariableFontItem::VariableFontItem(const QString &variable, const QFont &value) in VariableFontItem()
235 VariableStringItem::VariableStringItem(const QString &variable, const QString &value) in VariableStringItem()
268 VariableSpellCheckItem::VariableSpellCheckItem(const QString &variable, const QString &value) in VariableSpellCheckItem()
[all …]
/dports/x11-toolkits/gtk40/gtk-4.4.1/tests/
H A Dvariable.c7 variable_init (Variable *variable) in variable_init()
15 variable_add_weighted (Variable *variable, in variable_add_weighted()
16 double value, in variable_add_weighted()
25 variable_add (Variable *variable, in variable_add()
26 double value) in variable_add()
32 variable_mean (Variable *variable) in variable_mean()
38 variable_standard_deviation (Variable *variable) in variable_standard_deviation()
/dports/x11-toolkits/gtk30/gtk+-3.24.31/tests/
H A Dvariable.c7 variable_init (Variable *variable) in variable_init()
15 variable_add_weighted (Variable *variable, in variable_add_weighted()
16 double value, in variable_add_weighted()
25 variable_add (Variable *variable, in variable_add()
26 double value) in variable_add()
32 variable_mean (Variable *variable) in variable_mean()
38 variable_standard_deviation (Variable *variable) in variable_standard_deviation()
/dports/devel/glib20/glib-2.70.4/glib/
H A Dgenviron.c135 const gchar *value, in g_environ_setenv()
251 g_getenv (const gchar *variable) in g_getenv()
290 g_setenv (const gchar *variable, in g_setenv()
291 const gchar *value, in g_setenv()
361 g_unsetenv (const gchar *variable) in g_unsetenv()
452 g_getenv (const gchar *variable) in g_getenv()
455 gchar *value; in g_getenv() local
529 g_setenv (const gchar *variable, in g_setenv()
530 const gchar *value, in g_setenv()
578 g_unsetenv (const gchar *variable) in g_unsetenv()
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.debug/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/model/elements/
H A DVariableLabelProvider.java41 IVariable variable = (IVariable) element; in getBackground() local
55 IVariable variable = (IVariable) element; in getForeground() local
82 IVariable variable = (IVariable) elementPath.getLastSegment(); in getLabel() local
83 IValue value = variable.getValue(); in getLabel() local
98 …protected String getColumnText(IVariable variable, IValue value, IPresentationContext context, Str… in getColumnText()
119 …protected String getVariableName(IVariable variable, IPresentationContext context) throws CoreExce… in getVariableName()
131 …protected String getVariableTypeName(IVariable variable, IPresentationContext context) throws Core… in getVariableTypeName()
144 …protected String getValueTypeName(IVariable variable, IValue value, IPresentationContext context) … in getValueTypeName()
157 …protected String getValueText(IVariable variable, IValue value, IPresentationContext context) thro… in getValueText()
/dports/security/libprelude/libprelude-1.2.6/src/
H A Dvariable.c38 char *variable; member
39 char *value; member
48 static variable_t *search_entry(const char *variable) in search_entry()
69 static int create_entry(const char *variable, const char *value) in create_entry()
121 char *variable_get(const char *variable) in variable_get()
143 int variable_set(const char *variable, const char *value) in variable_set()
172 int variable_unset(const char *variable) in variable_unset()
/dports/databases/sqlrelay/sqlrelay-1.7.0/src/api/erlang/
H A Drelay_driver.c1068 char variable[2000]; in main() local
1069 char value[2000]; in main() local
1089 char variable[2000]; in main() local
1090 long value; in main() local
1110 double value; in main() local
1159 char value[2000]; in main() local
1179 char value[2000]; in main() local
1204 long value; in main() local
1224 double value; in main() local
1252 char value[2000]; in main() local
[all …]
/dports/games/stendhal/stendhal-1.35/src/games/stendhal/server/entity/mapstuff/puzzle/
H A DPuzzleBuildingBlock.java59 public void defineProperty(String variable, String expression) { in defineProperty()
83 String variable = entry.getKey(); in processExpressions() local
85 Object value = script.run(); in processExpressions() local
104 private boolean putInternal(String variable, Object value) { in putInternal()
122 public void put(String variable, Object value) { in put()
134 public Object get(String variable) { in get()
145 public <T> T get(String variable, Class<T> clazz) { in get()
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/community/proxysql/plugins/modules/
H A Dproxysql_global_variables.py88 def save_config_to_disk(variable, cursor): argument
96 def load_config_to_runtime(variable, cursor): argument
104 def check_config(variable, value, cursor): argument
122 def get_config(variable, cursor): argument
142 def set_config(variable, value, cursor): argument
156 def manage_config(variable, save_to_disk, load_to_runtime, cursor, state): argument
/dports/lang/mono/mono-5.10.1.57/external/corert/src/System.Private.CoreLib/src/Internal/Runtime/Augments/
H A DEnvironmentAugments.cs16 public static string GetEnvironmentVariable(string variable) in GetEnvironmentVariable()
23 … public static string GetEnvironmentVariable(string variable, EnvironmentVariableTarget target) in GetEnvironmentVariable()
35 public static void SetEnvironmentVariable(string variable, string value) in SetEnvironmentVariable()
42 …public static void SetEnvironmentVariable(string variable, string value, EnvironmentVariableTarget… in SetEnvironmentVariable()
56 private static void ValidateVariableAndValue(string variable, ref string value) in ValidateVariableAndValue()
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/corelib/
H A Dncbi_param.cpp67 bool s_StringToBool(const string& value) in s_StringToBool()
78 const char* variable, in s_GetEnvVarName()
100 const char* variable, in s_GetEnv()
134 const char* variable, in g_GetConfigFlag()
183 bool value = s_StringToBool(s); in g_GetConfigFlag() local
204 bool value = default_value; in g_GetConfigFlag() local
230 const char* variable, in g_GetConfigInt()
289 int value = default_value; in g_GetConfigInt() local
312 const char* variable, in g_GetConfigDouble()
375 double value = default_value; in g_GetConfigDouble() local
[all …]
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/src/corelib/
H A Dncbi_param.cpp67 bool s_StringToBool(const string& value) in s_StringToBool()
78 const char* variable, in s_GetEnvVarName()
100 const char* variable, in s_GetEnv()
134 const char* variable, in g_GetConfigFlag()
183 bool value = s_StringToBool(s); in g_GetConfigFlag() local
204 bool value = default_value; in g_GetConfigFlag() local
230 const char* variable, in g_GetConfigInt()
289 int value = default_value; in g_GetConfigInt() local
312 const char* variable, in g_GetConfigDouble()
375 double value = default_value; in g_GetConfigDouble() local
[all …]
/dports/devel/boost-docs/boost_1_72_0/boost/spirit/home/classic/phoenix/
H A Dprimitives.hpp114 struct value { struct
116 typedef typename boost::remove_reference<T>::type plain_t;
119 struct result { typedef plain_t const type; };
121 value(plain_t val_) in value() argument
126 eval(TupleT const& /*args*/) const in eval()
131 plain_t val;
205 struct variable { struct
208 struct result { typedef T& type; };
210 variable(T& var_) in variable() argument
215 eval(TupleT const& /*args*/) const in eval()
[all …]
/dports/devel/hyperscan/boost_1_75_0/boost/spirit/home/classic/phoenix/
H A Dprimitives.hpp114 struct value { struct
116 typedef typename boost::remove_reference<T>::type plain_t;
119 struct result { typedef plain_t const type; };
121 value(plain_t val_) in value() function
126 eval(TupleT const& /*args*/) const in eval()
131 plain_t val;
205 struct variable { struct
208 struct result { typedef T& type; };
210 variable(T& var_) in variable() function
215 eval(TupleT const& /*args*/) const in eval()
[all …]
/dports/devel/boost-python-libs/boost_1_72_0/boost/spirit/home/classic/phoenix/
H A Dprimitives.hpp114 struct value { struct
116 typedef typename boost::remove_reference<T>::type plain_t;
119 struct result { typedef plain_t const type; };
121 value(plain_t val_) in value() argument
126 eval(TupleT const& /*args*/) const in eval()
131 plain_t val;
205 struct variable { struct
208 struct result { typedef T& type; };
210 variable(T& var_) in variable() function
215 eval(TupleT const& /*args*/) const in eval()
[all …]
/dports/devel/R-cran-BH/BH/inst/include/boost/spirit/home/classic/phoenix/
H A Dprimitives.hpp115 struct value { struct
117 typedef typename boost::remove_reference<T>::type plain_t;
120 struct result { typedef plain_t const type; };
122 value(plain_t val_) in value() function
127 eval(TupleT const& /*args*/) const in eval()
132 plain_t val;
206 struct variable { struct
209 struct result { typedef T& type; };
211 variable(T& var_) in variable() argument
216 eval(TupleT const& /*args*/) const in eval()
[all …]
/dports/games/frogatto/frogatto-1.3.1/MacOSJet/boost/include/boost/spirit/home/classic/phoenix/
H A Dprimitives.hpp114 struct value { struct
116 typedef typename boost::remove_reference<T>::type plain_t;
119 struct result { typedef plain_t const type; };
121 value(plain_t val_) in value() function
126 eval(TupleT const& /*args*/) const in eval()
131 plain_t val;
205 struct variable { struct
208 struct result { typedef T& type; };
210 variable(T& var_) in variable() argument
215 eval(TupleT const& /*args*/) const in eval()
[all …]
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/boost/spirit/home/classic/phoenix/
H A Dprimitives.hpp114 struct value { struct
116 typedef typename boost::remove_reference<T>::type plain_t;
119 struct result { typedef plain_t const type; };
121 value(plain_t val_) in value() argument
126 eval(TupleT const& /*args*/) const in eval()
131 plain_t val;
205 struct variable { struct
208 struct result { typedef T& type; };
210 variable(T& var_) in variable() function
215 eval(TupleT const& /*args*/) const in eval()
[all …]
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/boost/spirit/home/classic/phoenix/
H A Dprimitives.hpp114 struct value { struct
116 typedef typename boost::remove_reference<T>::type plain_t;
119 struct result { typedef plain_t const type; };
121 value(plain_t val_) in value() function
126 eval(TupleT const& /*args*/) const in eval()
131 plain_t val;
205 struct variable { struct
208 struct result { typedef T& type; };
210 variable(T& var_) in variable() argument
215 eval(TupleT const& /*args*/) const in eval()
[all …]
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/spirit/home/classic/phoenix/
H A Dprimitives.hpp114 struct value { struct
116 typedef typename boost::remove_reference<T>::type plain_t;
119 struct result { typedef plain_t const type; };
121 value(plain_t val_) in value() argument
126 eval(TupleT const& /*args*/) const in eval()
131 plain_t val;
205 struct variable { struct
208 struct result { typedef T& type; };
210 variable(T& var_) in variable() argument
215 eval(TupleT const& /*args*/) const in eval()
[all …]

12345678910>>...184