Home
last modified time | relevance | path

Searched refs:param_name (Results 1 – 25 of 3171) sorted by relevance

12345678910>>...127

/dports/www/kanboard/kanboard-1.2.21/app/Template/action_creation/
H A Dparams.php19 <?= $this->form->label($param_desc, $param_name) ?>
22 <?= $this->form->label($param_desc, $param_name) ?>
25 <?= $this->form->label($param_desc, $param_name) ?>
30 <?= $this->form->label($param_desc, $param_name) ?>
33 <?= $this->form->label($param_desc, $param_name) ?>
35 <?php elseif ($param_name === 'priority'): ?>
36 <?= $this->form->label($param_desc, $param_name) ?>
39 <?= $this->form->label($param_desc, $param_name) ?>
42 <?= $this->form->label($param_desc, $param_name) ?>
45 <?= $this->form->label(ucfirst($param_name), $param_name) ?>
[all …]
/dports/science/lammps/lammps-stable_29Sep2021/lib/colvars/
H A Dcolvarparams.cpp28 void colvarparams::register_param(std::string const &param_name, in register_param() argument
31 param_map[param_name] = param_ptr; in register_param()
38 param_grad_map[param_name] = param_grad_ptr; in register_param_grad()
42 int colvarparams::param_exists(std::string const &param_name) in param_exists() argument
44 if (param_map.count(param_name) > 0) { in param_exists()
75 if (param_map.count(param_name) > 0) { in get_param_ptr()
76 return param_map[param_name]; in get_param_ptr()
85 if (param_grad_map.count(param_name) > 0) { in get_param_grad_ptr()
86 return param_grad_map[param_name]; in get_param_grad_ptr()
102 int colvarparams::set_param(std::string const &param_name, in set_param() argument
[all …]
/dports/www/p5-HTML-Template-Associate/HTML-Template-Associate-2.01/lib/HTML/Template/Associate/
H A DDBI.pm144 my $param_name = $_->{name};
148 $self->init_selectall_hashref ( $results, $param_name );
169 $self->param ( $param_name, $results ) :
183 my ( $self, $results, $param_name ) = @_;
186 $self->param ( $param_name, $values );
196 my ( $self, $results, $param_name ) = @_;
198 $self->param ( $param_name . '.' . $_, $results->{$_} );
209 my ( $self, $results, $param_name ) = @_;
217 $self->param ( $param_name, $values );
227 my ( $self, $results, $param_name ) = @_;
[all …]
/dports/devel/py-behave/behave-1.2.6/features/steps/
H A Dbehave_context_steps.py27 setattr(context, param_name, value)
30 def step_behave_context_parameter_exists(context, param_name): argument
31 assert hasattr(context, param_name)
34 def step_behave_context_parameter_not_exists(context, param_name): argument
35 assert not hasattr(context, param_name)
38 def given_behave_context_has_parameter_named(context, param_name): argument
39 step_behave_context_parameter_exists(context, param_name)
43 step_behave_context_parameter_not_exists(context, param_name)
47 step_behave_context_parameter_exists(context, param_name)
57 param_name = row["Parameter"]
[all …]
/dports/games/lwjgl/lwjgl-2df01dd/src/java/org/lwjgl/opencl/
H A DInfoUtilAbstract.java60 final int size = getInfoSizeArraySize(object, param_name); in getSizesBuffer()
65 getInfo(object, param_name, buffer.getBuffer(), null); in getSizesBuffer()
70 public int getInfoInt(final T object, final int param_name) { in getInfoInt() argument
74 getInfo(object, param_name, buffer, null); in getInfoInt()
79 public long getInfoSize(final T object, final int param_name) { in getInfoSize() argument
83 getInfo(object, param_name, buffer.getBuffer(), null); in getInfoSize()
91 final int size = getInfoSizeArraySize(object, param_name); in getInfoSizeArray()
94 getInfo(object, param_name, buffer.getBuffer(), null); in getInfoSizeArray()
107 getInfo(object, param_name, buffer, null); in getInfoLong()
115 final int bytes = getSizeRet(object, param_name); in getInfoString()
[all …]
/dports/www/pecl-solr/solr-2.5.1/src/php7/
H A Dphp_solr_query.c129 solr_char_t *param_name = (solr_char_t *) "start"; in PHP_METHOD() local
154 solr_char_t *param_name = (solr_char_t *) "rows"; in PHP_METHOD() local
179 solr_char_t *param_name = (solr_char_t *) "fl"; in PHP_METHOD() local
203 solr_char_t *param_name = (solr_char_t *) "sort"; in PHP_METHOD() local
236 solr_char_t *param_name = (solr_char_t *) "fq"; in PHP_METHOD() local
450 solr_char_t *param_name = (solr_char_t *) "facet"; in PHP_METHOD() local
2080 solr_char_t *param_name = (solr_char_t *) "hl"; in PHP_METHOD() local
3758 solr_char_t *param_name = (solr_char_t *) "q"; in PHP_METHOD() local
3809 solr_char_t *param_name = (solr_char_t *) "fl"; in PHP_METHOD() local
3848 solr_char_t *param_name = (solr_char_t *) "fq"; in PHP_METHOD() local
[all …]
/dports/graphics/opencv/opencv-4.5.3/modules/gapi/test/common/
H A Dgapi_tests_helpers.hpp22 #define __DEFINE_PARAMS_IMPL1(index, param_name) \ argument
23 __TUPLE_PARAM_TYPE(index) param_name = getSpecificParam<index>();
25 #define __DEFINE_PARAMS_IMPL2(index, param_name, ...) \ argument
26 __TUPLE_PARAM_TYPE(index) param_name = getSpecificParam<index>(); \
29 #define __DEFINE_PARAMS_IMPL3(index, param_name, ...) \ argument
30 __TUPLE_PARAM_TYPE(index) param_name = getSpecificParam<index>(); \
33 #define __DEFINE_PARAMS_IMPL4(index, param_name, ...) \ argument
37 #define __DEFINE_PARAMS_IMPL5(index, param_name, ...) \ argument
41 #define __DEFINE_PARAMS_IMPL6(index, param_name, ...) \ argument
45 #define __DEFINE_PARAMS_IMPL7(index, param_name, ...) \ argument
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/xpcom/rust/xpcom/src/
H A Dmethod.rs133 $(xpcom_method!(@ensure_param $param_name);)*
134 match self.$rust_name($($param_name, )*) {
151 $(xpcom_method!(@ensure_param $param_name);)*
152 match self.$rust_name($($param_name, )*) {
169 $(xpcom_method!(@ensure_param $param_name);)*
170 match self.$rust_name($($param_name, )*) {
187 $(xpcom_method!(@ensure_param $param_name);)*
188 match self.$rust_name($($param_name, )*) {
204 unsafe fn $xpcom_name(&self, $($param_name: $param_type,)*) -> nsresult {
205 $(xpcom_method!(@ensure_param $param_name);)*
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/xpcom/rust/xpcom/src/
H A Dmethod.rs131 $(xpcom_method!(@ensure_param $param_name);)*
132 match self.$rust_name($($param_name, )*) {
149 $(xpcom_method!(@ensure_param $param_name);)*
150 match self.$rust_name($($param_name, )*) {
167 $(xpcom_method!(@ensure_param $param_name);)*
168 match self.$rust_name($($param_name, )*) {
185 $(xpcom_method!(@ensure_param $param_name);)*
186 match self.$rust_name($($param_name, )*) {
202 unsafe fn $xpcom_name(&self, $($param_name: $param_type,)*) -> nsresult {
203 $(xpcom_method!(@ensure_param $param_name);)*
[all …]
/dports/www/firefox/firefox-99.0/xpcom/rust/xpcom/src/
H A Dmethod.rs131 $(xpcom_method!(@ensure_param $param_name);)*
132 match self.$rust_name($($param_name, )*) {
149 $(xpcom_method!(@ensure_param $param_name);)*
150 match self.$rust_name($($param_name, )*) {
167 $(xpcom_method!(@ensure_param $param_name);)*
168 match self.$rust_name($($param_name, )*) {
185 $(xpcom_method!(@ensure_param $param_name);)*
186 match self.$rust_name($($param_name, )*) {
202 unsafe fn $xpcom_name(&self, $($param_name: $param_type,)*) -> nsresult {
203 $(xpcom_method!(@ensure_param $param_name);)*
[all …]
/dports/www/firefox-esr/firefox-91.8.0/xpcom/rust/xpcom/src/
H A Dmethod.rs131 $(xpcom_method!(@ensure_param $param_name);)*
132 match self.$rust_name($($param_name, )*) {
149 $(xpcom_method!(@ensure_param $param_name);)*
150 match self.$rust_name($($param_name, )*) {
167 $(xpcom_method!(@ensure_param $param_name);)*
168 match self.$rust_name($($param_name, )*) {
185 $(xpcom_method!(@ensure_param $param_name);)*
186 match self.$rust_name($($param_name, )*) {
202 unsafe fn $xpcom_name(&self, $($param_name: $param_type,)*) -> nsresult {
203 $(xpcom_method!(@ensure_param $param_name);)*
[all …]
/dports/www/tikiwiki/tiki-21.2/lib/smarty_tiki/
H A Dfunction.query.php67 if ($param_name[0] == '_') {
70 if ($param_name == 'page') {
75 if (isset($_REQUEST[$param_name]) and in_array($_REQUEST[$param_name], $list)) {
76 $query[$param_name] = $list[(array_search($_REQUEST[$param_name], $list) + 1) % count($list)];
77 if ($query[$param_name] === null or $query[$param_name] == 'NULL') {
78 unset($query[$param_name]);
80 } elseif (isset($query[$param_name]) and in_array($query[$param_name], $list)) {
81 $query[$param_name] = $list[(array_search($query[$param_name], $list) + 1) % count($list)];
82 if ($query[$param_name] === null or $query[$param_name] == 'NULL') {
83 unset($query[$param_name]);
[all …]
/dports/devel/boost-docs/boost_1_72_0/boost/test/utils/runtime/
H A Dargument_factory.hpp53 ValueType interpret( cstring param_name, cstring source ) const in interpret()
57 BOOST_TEST_I_THROW( format_error( param_name ) << source << in interpret()
96 bool interpret( cstring param_name, cstring source ) const in interpret()
144 EnumType interpret( cstring param_name, cstring source ) const in interpret()
149 format_error( param_name ) << source << in interpret()
184 …store.set( param_name, source.empty() ? m_optional_value : m_interpreter.interpret( param_name, so… in produce_argument()
189 store.set( param_name, m_default_value ); in produce_default()
213 ValueType value = m_interpreter.interpret( param_name, source ); in produce_argument()
215 if( store.has( param_name ) ) { in produce_argument()
222 store.set( param_name, values ); in produce_argument()
[all …]
/dports/devel/boost-python-libs/boost_1_72_0/boost/test/utils/runtime/
H A Dargument_factory.hpp53 ValueType interpret( cstring param_name, cstring source ) const in interpret()
57 BOOST_TEST_I_THROW( format_error( param_name ) << source << in interpret()
96 bool interpret( cstring param_name, cstring source ) const in interpret()
144 EnumType interpret( cstring param_name, cstring source ) const in interpret()
149 format_error( param_name ) << source << in interpret()
184 …store.set( param_name, source.empty() ? m_optional_value : m_interpreter.interpret( param_name, so… in produce_argument()
189 store.set( param_name, m_default_value ); in produce_default()
213 ValueType value = m_interpreter.interpret( param_name, source ); in produce_argument()
215 if( store.has( param_name ) ) { in produce_argument()
222 store.set( param_name, values ); in produce_argument()
[all …]
/dports/devel/R-cran-BH/BH/inst/include/boost/test/utils/runtime/
H A Dargument_factory.hpp53 ValueType interpret( cstring param_name, cstring source ) const in interpret()
57 BOOST_TEST_I_THROW( format_error( param_name ) << source << in interpret()
96 bool interpret( cstring param_name, cstring source ) const in interpret()
144 EnumType interpret( cstring param_name, cstring source ) const in interpret()
149 format_error( param_name ) << source << in interpret()
184 …store.set( param_name, source.empty() ? m_optional_value : m_interpreter.interpret( param_name, so… in produce_argument()
189 store.set( param_name, m_default_value ); in produce_default()
213 ValueType value = m_interpreter.interpret( param_name, source ); in produce_argument()
215 if( store.has( param_name ) ) { in produce_argument()
222 store.set( param_name, values ); in produce_argument()
[all …]
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/boost/test/utils/runtime/
H A Dargument_factory.hpp53 ValueType interpret( cstring param_name, cstring source ) const in interpret()
57 BOOST_TEST_I_THROW( format_error( param_name ) << source << in interpret()
96 bool interpret( cstring param_name, cstring source ) const in interpret()
144 EnumType interpret( cstring param_name, cstring source ) const in interpret()
149 format_error( param_name ) << source << in interpret()
184 …store.set( param_name, source.empty() ? m_optional_value : m_interpreter.interpret( param_name, so… in produce_argument()
189 store.set( param_name, m_default_value ); in produce_default()
213 ValueType value = m_interpreter.interpret( param_name, source ); in produce_argument()
215 if( store.has( param_name ) ) { in produce_argument()
222 store.set( param_name, values ); in produce_argument()
[all …]
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/test/utils/runtime/
H A Dargument_factory.hpp53 ValueType interpret( cstring param_name, cstring source ) const in interpret()
57 BOOST_TEST_I_THROW( format_error( param_name ) << source << in interpret()
96 bool interpret( cstring param_name, cstring source ) const in interpret()
144 EnumType interpret( cstring param_name, cstring source ) const in interpret()
149 format_error( param_name ) << source << in interpret()
184 …store.set( param_name, source.empty() ? m_optional_value : m_interpreter.interpret( param_name, so… in produce_argument()
189 store.set( param_name, m_default_value ); in produce_default()
213 ValueType value = m_interpreter.interpret( param_name, source ); in produce_argument()
215 if( store.has( param_name ) ) { in produce_argument()
222 store.set( param_name, values ); in produce_argument()
[all …]
/dports/security/keybase/client-v5.7.1/shared/ios/Pods/boost-for-react-native/boost/test/utils/runtime/
H A Dargument_factory.hpp52 ValueType interpret( cstring param_name, cstring source ) const in interpret()
56 BOOST_TEST_I_THROW( format_error( param_name ) << source << in interpret()
95 bool interpret( cstring param_name, cstring source ) const in interpret()
143 EnumType interpret( cstring param_name, cstring source ) const in interpret()
148 format_error( param_name ) << source << in interpret()
183 …store.set( param_name, source.empty() ? m_optional_value : m_interpreter.interpret( param_name, so… in produce_argument()
188 store.set( param_name, m_default_value ); in produce_default()
212 ValueType value = m_interpreter.interpret( param_name, source ); in produce_argument()
214 if( store.has( param_name ) ) { in produce_argument()
221 store.set( param_name, values ); in produce_argument()
[all …]
/dports/graphics/povray37/povray-3.7.0.10/libraries/boost/boost/test/utils/runtime/
H A Dargument_factory.hpp52 ValueType interpret( cstring param_name, cstring source ) const in interpret()
56 BOOST_TEST_I_THROW( format_error( param_name ) << source << in interpret()
95 bool interpret( cstring param_name, cstring source ) const in interpret()
143 EnumType interpret( cstring param_name, cstring source ) const in interpret()
148 format_error( param_name ) << source << in interpret()
183 …store.set( param_name, source.empty() ? m_optional_value : m_interpreter.interpret( param_name, so… in produce_argument()
188 store.set( param_name, m_default_value ); in produce_default()
212 ValueType value = m_interpreter.interpret( param_name, source ); in produce_argument()
214 if( store.has( param_name ) ) { in produce_argument()
221 store.set( param_name, values ); in produce_argument()
[all …]
/dports/devel/boost-libs/boost_1_72_0/boost/test/utils/runtime/
H A Dargument_factory.hpp53 ValueType interpret( cstring param_name, cstring source ) const in interpret()
57 BOOST_TEST_I_THROW( format_error( param_name ) << source << in interpret()
96 bool interpret( cstring param_name, cstring source ) const in interpret()
144 EnumType interpret( cstring param_name, cstring source ) const in interpret()
149 format_error( param_name ) << source << in interpret()
184 …store.set( param_name, source.empty() ? m_optional_value : m_interpreter.interpret( param_name, so… in produce_argument()
189 store.set( param_name, m_default_value ); in produce_default()
213 ValueType value = m_interpreter.interpret( param_name, source ); in produce_argument()
215 if( store.has( param_name ) ) { in produce_argument()
222 store.set( param_name, values ); in produce_argument()
[all …]
/dports/math/py-pystan/pystan-2.19.0.0/pystan/stan/lib/stan_math/lib/boost_1.69.0/boost/test/utils/runtime/
H A Dargument_factory.hpp53 ValueType interpret( cstring param_name, cstring source ) const in interpret()
57 BOOST_TEST_I_THROW( format_error( param_name ) << source << in interpret()
96 bool interpret( cstring param_name, cstring source ) const in interpret()
144 EnumType interpret( cstring param_name, cstring source ) const in interpret()
149 format_error( param_name ) << source << in interpret()
184 …store.set( param_name, source.empty() ? m_optional_value : m_interpreter.interpret( param_name, so… in produce_argument()
189 store.set( param_name, m_default_value ); in produce_default()
213 ValueType value = m_interpreter.interpret( param_name, source ); in produce_argument()
215 if( store.has( param_name ) ) { in produce_argument()
222 store.set( param_name, values ); in produce_argument()
[all …]
/dports/audio/supercollider/SuperCollider-3.11.0-Source/external_libraries/boost/boost/test/utils/runtime/
H A Dargument_factory.hpp52 ValueType interpret( cstring param_name, cstring source ) const in interpret()
56 BOOST_TEST_I_THROW( format_error( param_name ) << source << in interpret()
95 bool interpret( cstring param_name, cstring source ) const in interpret()
143 EnumType interpret( cstring param_name, cstring source ) const in interpret()
148 format_error( param_name ) << source << in interpret()
183 …store.set( param_name, source.empty() ? m_optional_value : m_interpreter.interpret( param_name, so… in produce_argument()
188 store.set( param_name, m_default_value ); in produce_default()
212 ValueType value = m_interpreter.interpret( param_name, source ); in produce_argument()
214 if( store.has( param_name ) ) { in produce_argument()
221 store.set( param_name, values ); in produce_argument()
[all …]
/dports/devel/hyperscan/boost_1_75_0/boost/test/utils/runtime/
H A Dargument_factory.hpp53 ValueType interpret( cstring param_name, cstring source ) const in interpret()
57 BOOST_TEST_I_THROW( format_error( param_name ) << source << in interpret()
96 bool interpret( cstring param_name, cstring source ) const in interpret()
144 EnumType interpret( cstring param_name, cstring source ) const in interpret()
149 format_error( param_name ) << source << in interpret()
184 …store.set( param_name, source.empty() ? m_optional_value : m_interpreter.interpret( param_name, so… in produce_argument()
189 store.set( param_name, m_default_value ); in produce_default()
213 ValueType value = m_interpreter.interpret( param_name, source ); in produce_argument()
215 if( store.has( param_name ) ) { in produce_argument()
222 store.set( param_name, values ); in produce_argument()
[all …]
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/boost-1.60.0/boost/test/utils/runtime/
H A Dargument_factory.hpp52 ValueType interpret( cstring param_name, cstring source ) const in interpret()
56 BOOST_TEST_I_THROW( format_error( param_name ) << source << in interpret()
95 bool interpret( cstring param_name, cstring source ) const in interpret()
143 EnumType interpret( cstring param_name, cstring source ) const in interpret()
148 format_error( param_name ) << source << in interpret()
183 …store.set( param_name, source.empty() ? m_optional_value : m_interpreter.interpret( param_name, so… in produce_argument()
188 store.set( param_name, m_default_value ); in produce_default()
212 ValueType value = m_interpreter.interpret( param_name, source ); in produce_argument()
214 if( store.has( param_name ) ) { in produce_argument()
221 store.set( param_name, values ); in produce_argument()
[all …]
/dports/devel/efl/efl-1.25.1/src/bin/eolian_mono/eolian/mono/
H A Dparameter.hh486 std::string param_name = escape_keyword(param.param_name); in generate() local
500 std::string param_name = escape_keyword(param.param_name); in generate() local
524 std::string param_name = escape_keyword(param.param_name); in generate() local
533 (param_name << "_data, " << param_name << ", " << param_name << "_free_cb" in generate()
606 std::string param_name = escape_keyword(param.param_name); in generate() local
739 …cape_keyword(param.param_name), escape_keyword(param.param_name), in_variable_name(param.param_nam… in generate()
756 …cape_keyword(param.param_name), escape_keyword(param.param_name), in_variable_name(param.param_nam… in generate()
820 …nerate(sink, std::make_tuple(param.param_name, param.param_name, in_variable_name(param.param_name in generate()
1565 std::string param_name = escape_keyword(param.param_name); in generate() local
1608 std::string param_name = escape_keyword(param.param_name); in generate() local
[all …]

12345678910>>...127