Home
last modified time | relevance | path

Searched refs:param_section (Results 1 – 25 of 35) sorted by relevance

12

/dports/science/cp2k/cp2k-2e995eec7fd208c8a72d9544807bd8b8ba8cd1cc/src/pw_env/
H A Dcp_spline_utils.F77 CALL section_vals_val_get(param_section, "precond", &
79 CALL section_vals_val_get(param_section, "max_iter", &
81 CALL section_vals_val_get(param_section, "eps_r", &
83 CALL section_vals_val_get(param_section, "eps_x", &
85 CALL section_vals_val_get(param_section, "kind", &
153 param_section) argument
180 CALL section_vals_val_get(param_section, "precond", &
182 CALL section_vals_val_get(param_section, "max_iter", &
184 CALL section_vals_val_get(param_section, "eps_r", &
186 CALL section_vals_val_get(param_section, "eps_x", &
[all …]
/dports/science/cp2k-data/cp2k-7.1.0/src/pw_env/
H A Dcp_spline_utils.F77 CALL section_vals_val_get(param_section, "precond", &
79 CALL section_vals_val_get(param_section, "max_iter", &
81 CALL section_vals_val_get(param_section, "eps_r", &
83 CALL section_vals_val_get(param_section, "eps_x", &
85 CALL section_vals_val_get(param_section, "kind", &
153 param_section) argument
180 CALL section_vals_val_get(param_section, "precond", &
182 CALL section_vals_val_get(param_section, "max_iter", &
184 CALL section_vals_val_get(param_section, "eps_r", &
186 CALL section_vals_val_get(param_section, "eps_x", &
[all …]
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/third_party/botocore/docs/
H A Dparams.py49 param_section = section.add_new_section(
51 self._start_nested_param(param_section)
53 section=param_section, shape=param_shape,
67 param_section = section.add_new_section(
69 param_section.style.indent()
70 self._start_nested_param(param_section)
72 section=param_section, shape=shape.value,
88 param_section = section.add_new_section(
90 self._start_nested_param(param_section)
167 param_section = section.add_new_section(
[all …]
H A Dexample.py73 param_section = list_section.add_new_section(
76 section=param_section, shape=param_shape, history=history)
97 param_section = section.add_new_section(param)
98 param_section.write('\'%s\': ' % param)
100 param_value_section = param_section.add_new_section(
106 ending_comma_section = param_section.add_new_section(
194 param_section = section.add_new_section(param)
195 param_section.write(param_format % param)
196 param_section.write(operator)
198 param_value_section = param_section.add_new_section(
[all …]
H A Dsharedexample.py49 param_section = input_section.add_new_section('parameters')
50 self._document_params(param_section, params, comments, [], shape)
128 param_section = section.add_new_section('param-values')
129 self._start_nested_value(param_section, '(')
132 item_section = param_section.add_new_section(key)
146 param_section_end = param_section.add_new_section('ending-parenthesis')
/dports/devel/py-botocore/botocore-1.21.61/botocore/docs/
H A Dparams.py49 param_section = section.add_new_section(
51 self._start_nested_param(param_section)
53 section=param_section, shape=param_shape,
67 param_section = section.add_new_section(
69 param_section.style.indent()
70 self._start_nested_param(param_section)
72 section=param_section, shape=shape.value,
88 param_section = section.add_new_section(
90 self._start_nested_param(param_section)
189 param_section = section.add_new_section(
[all …]
H A Dexample.py73 param_section = list_section.add_new_section(
76 section=param_section, shape=param_shape, history=history)
97 param_section = section.add_new_section(param)
98 param_section.write('\'%s\': ' % param)
100 param_value_section = param_section.add_new_section(
106 ending_comma_section = param_section.add_new_section(
194 param_section = section.add_new_section(param)
195 param_section.write(param_format % param)
196 param_section.write(operator)
198 param_value_section = param_section.add_new_section(
[all …]
H A Dsharedexample.py49 param_section = input_section.add_new_section('parameters')
50 self._document_params(param_section, params, comments, [], shape)
128 param_section = section.add_new_section('param-values')
129 self._start_nested_value(param_section, '(')
132 item_section = param_section.add_new_section(key)
146 param_section_end = param_section.add_new_section('ending-parenthesis')
/dports/net-mgmt/wmi-client/wmi-1.3.16/Samba/source/param/
H A Dgeneric.c25 struct param_section *param_get_section(struct param_context *ctx, const char *name) in param_get_section()
27 struct param_section *sect; in param_get_section()
40 struct param *param_section_get (struct param_section *section, const char *name) in param_section_get()
54 struct param_section *section = param_get_section(ctx, section_name); in param_get()
64 struct param_section *section; in param_get_add()
70 section = talloc_zero(ctx, struct param_section); in param_get_add()
184 struct param_section *section = param_get_section(ctx, name); in param_sfunc()
187 section = talloc_zero(ctx, struct param_section); in param_sfunc()
231 ctx->sections = talloc_zero(ctx, struct param_section); in param_read()
246 struct param_section *section; in param_write()
H A Dparam.h25 struct param_section *sections;
35 struct param_section { struct
37 struct param_section *prev, *next; argument
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/third_party/boto3/docs/
H A Dsubresource.py93 param_section = section.add_new_section('params')
97 param_section.write(':type %s: string' % identifier)
98 param_section.style.new_line()
99 param_section.write(':param %s: %s' % (
101 param_section.style.new_line()
H A Dresource.py72 param_section = section.add_new_section('params')
73 self._add_params_description(param_section, identifier_names)
/dports/www/py-boto3/boto3-1.18.61/boto3/docs/
H A Dsubresource.py93 param_section = section.add_new_section('params')
97 param_section.write(':type %s: string' % identifier)
98 param_section.style.new_line()
99 param_section.write(':param %s: %s' % (
101 param_section.style.new_line()
H A Dresource.py72 param_section = section.add_new_section('params')
73 self._add_params_description(param_section, identifier_names)
/dports/science/cp2k-data/cp2k-7.1.0/src/
H A Dewald_spline_util.F75 param_section, tag, print_section, para_env) argument
82 TYPE(section_vals_type), POINTER :: param_section local
121 param_section=param_section, tag=tag)
145 param_section, tag) argument
151 TYPE(section_vals_type), POINTER :: param_section local
317 interp_section => section_vals_get_subs_vals(param_section, "INTERPOLATOR")
339 CALL check_spline_interp_TabLR(hmat_mm, Lg, gx, gy, gz, TabLR, param_section, &
359 param_section, tag) argument
363 TYPE(section_vals_type), POINTER :: param_section local
378 iw = cp_print_key_unit_nr(logger, param_section, "check_spline", &
[all …]
H A Dcp_ddapc_types.F115 TYPE(section_vals_type), POINTER :: param_section, solvation_section local
146 param_section => cp_ddapc_ewald%ewald_section
151 param_section, &
163 … CALL ewald_ddapc_pot(cp_para_env, cp_ddapc_ewald%coeff_mm, -1.0_dp, super_cell, param_section, &
343 param_section=multipole_section, tag="ddapc", &
358param_section=multipole_section, tag="ddapc", para_env=para_env, &
/dports/science/cp2k/cp2k-2e995eec7fd208c8a72d9544807bd8b8ba8cd1cc/src/
H A Dewald_spline_util.F75 param_section, tag, print_section, para_env) argument
82 TYPE(section_vals_type), POINTER :: param_section local
121 param_section=param_section, tag=tag)
145 param_section, tag) argument
151 TYPE(section_vals_type), POINTER :: param_section local
317 interp_section => section_vals_get_subs_vals(param_section, "INTERPOLATOR")
339 CALL check_spline_interp_TabLR(hmat_mm, Lg, gx, gy, gz, TabLR, param_section, &
359 param_section, tag) argument
363 TYPE(section_vals_type), POINTER :: param_section local
378 iw = cp_print_key_unit_nr(logger, param_section, "check_spline", &
[all …]
H A Dcp_ddapc_types.F115 TYPE(section_vals_type), POINTER :: param_section, solvation_section local
146 param_section => cp_ddapc_ewald%ewald_section
151 param_section, &
163 … CALL ewald_ddapc_pot(cp_para_env, cp_ddapc_ewald%coeff_mm, -1.0_dp, super_cell, param_section, &
343 param_section=multipole_section, tag="ddapc", &
358param_section=multipole_section, tag="ddapc", para_env=para_env, &
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/third_party/botocore/
H A Dhandlers.py293 param_section = section.get_section('CopySource')
294 type_section = param_section.get_section('param-type')
297 doc_section = param_section.get_section('param-documentation')
801 param_section = section.get_section(self._original_name)
802 param_type_section = param_section.get_section('param-type')
806 param_name_section = param_section.get_section('param-name')
813 param_section = section.get_section(self._original_name)
814 self._replace_content(param_section)
/dports/devel/py-botocore/botocore-1.21.61/botocore/
H A Dhandlers.py333 param_section = section.get_section('CopySource')
334 type_section = param_section.get_section('param-type')
337 doc_section = param_section.get_section('param-documentation')
850 param_section = section.get_section(self._original_name)
851 param_type_section = param_section.get_section('param-type')
855 param_name_section = param_section.get_section('param-name')
862 param_section = section.get_section(self._original_name)
863 self._replace_content(param_section)
/dports/net/samba412/samba-4.12.15/lib/param/
H A Dparam.h29 struct param_section *sections;
32 struct param_section { struct
34 struct param_section *prev, *next; argument
/dports/www/bluefish/bluefish-2.2.12/src/plugin_infbrowser/
H A Dinfb_text.c460 gboolean attr_section=FALSE, param_section = FALSE, ret_section=FALSE; in infb_fill_node() local
526 if (!param_section) { in infb_fill_node()
528 param_section = TRUE; in infb_fill_node()
604 if (!param_section) { in infb_fill_node()
606 param_section = TRUE; in infb_fill_node()
683 if (!param_section) { in infb_fill_node()
685 param_section = TRUE; in infb_fill_node()
/dports/devel/py-botocore/botocore-1.21.61/tests/unit/docs/
H A Dtest_utils.py215 param_section = section.add_new_section('param-documentation')
216 param_section.writeln('foo')
/dports/biology/ncbi-toolkit/ncbi/network/entrez/client/
H A Dnetlib.c820 CharPtr param_section; in NetServiceGet() local
855 param_section = media->media_alias; in NetServiceGet()
858 param_section, def_service, in NetServiceGet()
/dports/net-mgmt/wmi-client/wmi-1.3.16/Samba/source/scripting/ejs/
H A Dsmbcalls_param.c145 struct param_section *sec; in ejs_param_data()

12