Home
last modified time | relevance | path

Searched refs:temp_vars (Results 1 – 25 of 76) sorted by relevance

1234

/dports/mail/crm114/crm114-20100106-BlameMichelson.src/
H A Dcrm_expr_isolate.c29 char temp_vars [MAX_VARNAME]; in crm_expr_isolate() local
45 crm_get_pgm_arg (temp_vars, MAX_VARNAME, apb->p1start, apb->p1len); in crm_expr_isolate()
46 tvlen = crm_nexpandvar (temp_vars, apb->p1len, MAX_VARNAME); in crm_expr_isolate()
55 fprintf (stderr, " creating isolated vars: ***%s***\n", temp_vars); in crm_expr_isolate()
68 crm_nextword (temp_vars, tvlen, vn_start_here, &vstart, &vlen); in crm_expr_isolate()
79 memmove (vname, &(temp_vars[vstart]), vlen); in crm_expr_isolate()
215 if (temp_vars[vstart] == '\000' in crm_expr_isolate()
H A Dcrm_exec_engine.c887 char temp_vars [MAX_VARNAME]; in crm_invoke() local
929 while (temp_vars[vstart] < 0x021 in crm_invoke()
933 while (temp_vars[vstart+vlen] >= 0x021 in crm_invoke()
949 strncpy (varname, &temp_vars[vstart], vlen); in crm_invoke()
964 strncpy (varname, &temp_vars[vstart], vlen); in crm_invoke()
982 if (temp_vars[vstart] == '\000') in crm_invoke()
1001 char temp_vars [MAX_VARNAME]; in crm_invoke() local
1041 while (temp_vars[vstart] < 0x021 in crm_invoke()
1045 while (temp_vars[vstart+vlen] >= 0x021 in crm_invoke()
1075 strncpy (varname, &temp_vars[vstart], vlen); in crm_invoke()
[all …]
H A Dcrm_expr_file_io.c32 char temp_vars [MAX_PATTERN]; in crm_expr_input() local
75 crm_get_pgm_arg (temp_vars, MAX_PATTERN, apb->p1start, apb->p1len); in crm_expr_input()
76 tvlen = crm_nexpandvar (temp_vars, apb->p1len, MAX_PATTERN); in crm_expr_input()
82 strcpy (temp_vars, ":_dw:"); in crm_expr_input()
87 fprintf (stderr, " inputting to var: >>>%s<<<\n", temp_vars); in crm_expr_input()
144 crm_nextword( temp_vars, tvlen, 0, &vstart, &vlen); in crm_expr_input()
156 memmove (vname, &(temp_vars[vstart]), vlen); in crm_expr_input()
/dports/math/py-pystan/pystan-2.19.0.0/pystan/stan/lib/stan_math/stan/math/rev/arr/functor/
H A Dcoupled_ode_system.hpp176 std::vector<var> temp_vars(N_); in decouple_states() local
187 temp_vars[j] = precomputed_gradients(y[i][j], theta_, temp_gradients); in decouple_states()
189 y_return[i] = temp_vars; in decouple_states()
358 vector<var> temp_vars(N_); in decouple_states() local
369 temp_vars[j] = precomputed_gradients(y[i][j], y0_, temp_gradients); in decouple_states()
371 y_return[i] = temp_vars; in decouple_states()
563 vector<var> temp_vars(N_); in decouple_states() local
574 temp_vars[j] = precomputed_gradients(y[i][j], vars, temp_gradients); in decouple_states()
576 y_return[i] = temp_vars; in decouple_states()
/dports/graphics/hugin/hugin-2020.0.0/src/hugin_base/panodata/
H A DStandardImageVariableGroups.cpp146 VariableMap temp_vars;\ in getLensForImage()
149 PTOVariableConverterFor##name::addToVariableMap(image.get##name##IV(), temp_vars);\ in getLensForImage()
150 for (VariableMap::iterator tvi = temp_vars.begin(); tvi != temp_vars.end(); tvi++)\ in getLensForImage()
/dports/sysutils/ansible2/ansible-2.9.27/lib/ansible/playbook/
H A Dplaybook_include.py83 temp_vars = entry.vars.copy()
84 temp_vars.update(new_obj.vars)
85 param_tags = temp_vars.pop('tags', None)
88 entry.vars = temp_vars
/dports/sysutils/py-ansible-base/ansible-base-2.10.15/lib/ansible/playbook/
H A Dplaybook_include.py86 temp_vars = entry.vars.copy()
87 temp_vars.update(new_obj.vars)
88 param_tags = temp_vars.pop('tags', None)
91 entry.vars = temp_vars
/dports/sysutils/py-ansible-core/ansible-core-2.11.6/lib/ansible/playbook/
H A Dplaybook_include.py108 temp_vars = entry.vars.copy()
109 temp_vars.update(new_obj.vars)
110 param_tags = temp_vars.pop('tags', None)
113 entry.vars = temp_vars
/dports/x11/polybar/polybar-3.5.7/lib/xpp/generators/
H A Dcpp_client.py723 code_lines, temp_vars, argument
846 if int_i not in temp_vars:
847 temp_vars.append(int_i)
848 if xcb_tmp_len not in temp_vars:
849 temp_vars.append(xcb_tmp_len)
991 code_lines, temp_vars, argument
1075 code_lines, temp_vars, argument
1177 temp_vars = []
1240 temp_vars.append(' unsigned int i;')
1241 temp_vars.append(' char *xcb_tmp;')
[all …]
/dports/sysutils/py-ansible-core/ansible-core-2.11.6/hacking/build_library/build_ansible/command_plugins/
H A Dcollection_meta.py67 temp_vars = {'options': options}
69 data = to_bytes(template.render(temp_vars))
H A Ddump_config.py77 temp_vars = {'config_options': config_options}
79 data = to_bytes(template.render(temp_vars))
/dports/sysutils/py-ansible-base/ansible-base-2.10.15/hacking/build_library/build_ansible/command_plugins/
H A Dcollection_meta.py67 temp_vars = {'options': options}
69 data = to_bytes(template.render(temp_vars))
H A Ddump_config.py71 temp_vars = {'config_options': config_options}
73 data = to_bytes(template.render(temp_vars))
/dports/sysutils/ansible2/ansible-2.9.27/hacking/build_library/build_ansible/command_plugins/
H A Dcollection_meta.py73 temp_vars = {'options': options}
75 data = to_bytes(template.render(temp_vars))
H A Ddump_config.py71 temp_vars = {'config_options': config_options}
73 data = to_bytes(template.render(temp_vars))
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/ansible/windows/plugins/action/
H A Dwin_template.py125 temp_vars = task_vars.copy()
126 temp_vars.update(generate_ansible_template_vars(source, dest_path=dest))
132 available_variables=temp_vars):
/dports/x11/libxcb/libxcb-1.14/src/
H A Dc_client.py863 code_lines, temp_vars, argument
1018 if int_i not in temp_vars:
1019 temp_vars.append(int_i)
1020 if xcb_tmp_len not in temp_vars:
1021 temp_vars.append(xcb_tmp_len)
1269 code_lines, temp_vars, argument
1358 temp_vars = []
1361 _c_pre.redirect_start(code_lines, temp_vars)
1433 temp_vars.append(' unsigned int i;')
1434 temp_vars.append(' char *xcb_tmp;')
[all …]
/dports/sysutils/py-ansible-base/ansible-base-2.10.15/lib/ansible/plugins/action/
H A Dtemplate.py131 temp_vars = task_vars.copy()
132temp_vars.update(generate_ansible_template_vars(self._task.args.get('src', None), source, dest))
138 available_variables=temp_vars):
/dports/sysutils/py-ansible-core/ansible-core-2.11.6/lib/ansible/plugins/action/
H A Dtemplate.py131 temp_vars = task_vars.copy()
132temp_vars.update(generate_ansible_template_vars(self._task.args.get('src', None), source, dest))
145 available_variables=temp_vars)
/dports/sysutils/ansible2/ansible-2.9.27/lib/ansible/plugins/action/
H A Dtemplate.py144 temp_vars = task_vars.copy()
145 temp_vars.update(generate_ansible_template_vars(source, dest))
148 self._templar.available_variables = temp_vars
/dports/sysutils/py-ansible-base/ansible-base-2.10.15/lib/ansible/template/
H A D__init__.py114 temp_vars = {
124 temp_vars['template_fullpath'] = os.path.abspath(path)
126 temp_vars['template_fullpath'] = fullpath
130 host=temp_vars['template_host'],
131 uid=temp_vars['template_uid'],
132 file=temp_vars['template_path'],
134temp_vars['ansible_managed'] = to_text(time.strftime(to_native(managed_str), time.localtime(os.pat…
136 return temp_vars
/dports/sysutils/py-ansible-core/ansible-core-2.11.6/lib/ansible/template/
H A D__init__.py115 temp_vars = {
125 temp_vars['template_fullpath'] = os.path.abspath(path)
127 temp_vars['template_fullpath'] = fullpath
131 host=temp_vars['template_host'],
132 uid=temp_vars['template_uid'],
133 file=temp_vars['template_path'],
135temp_vars['ansible_managed'] = to_text(time.strftime(to_native(managed_str), time.localtime(os.pat…
137 return temp_vars
/dports/print/cups/cups-2.3.3op2/cgi-bin/
H A Dvar.c545 _cgi_var_t *temp_vars; /* Temporary form pointer */ in cgi_add_variable() local
549 temp_vars = malloc(sizeof(_cgi_var_t) * 16); in cgi_add_variable()
551 temp_vars = realloc(form_vars, (size_t)(form_alloc + 16) * sizeof(_cgi_var_t)); in cgi_add_variable()
553 if (!temp_vars) in cgi_add_variable()
556 form_vars = temp_vars; in cgi_add_variable()
/dports/sysutils/ansible2/ansible-2.9.27/lib/ansible/template/
H A D__init__.py101 temp_vars = {
113 host=temp_vars['template_host'],
114 uid=temp_vars['template_uid'],
115 file=temp_vars['template_path'],
117temp_vars['ansible_managed'] = to_text(time.strftime(to_native(managed_str), time.localtime(os.pat…
119 return temp_vars
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/community/kubernetes/plugins/action/
H A Dk8s_info.py133 temp_vars = task_vars.copy()
147 self._templar.available_variables = temp_vars

1234