Home
last modified time | relevance | path

Searched refs:all_variables (Results 1 – 25 of 58) sorted by relevance

123

/dports/devel/thonny/thonny-3.3.14/thonny/
H A Dmemory.py91 def update_variables(self, all_variables): argument
94 if not all_variables:
97 if isinstance(all_variables, list):
98 groups = all_variables
100 groups = [("", all_variables)]
/dports/graphics/krita/krita-4.4.8/plugins/python/scripter/ui_scripter/tabwidgets/debuggerwidget/
H A Ddebuggertable.py40 all_variables = {'locals': locals_list, 'globals': globals_list}
42 for scope_key in all_variables:
43 for item in all_variables[scope_key]:
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/app/models/ci/
H A Dbridge.rb190 scoped_variables.to_runner_variables.yield_self do |all_variables|
191 ::ExpandVariables.expand(branch, all_variables)
204 variables.to_runner_variables.yield_self do |all_variables|
206 { key: hash[:key], value: ::ExpandVariables.expand(hash[:value], all_variables) }
/dports/science/libxc/libxc-5.0.0/scripts/
H A Dmaple2c_work.pm162 my $all_variables = "";
165 $all_variables .= "\n#ifndef XC_DONT_COMPILE_".$test_2[$i]."\n". $variables[$i]. ";\n";
169 $all_variables .= "#endif\n\n" if($n_var[$i] != 0);
176 return ($all_variables, maple2c_replace($new_c_code));
/dports/math/py-or-tools/or-tools-9.2/examples/cpp/
H A Dmagic_square_sat.cc40 std::vector<IntVar> all_variables; in MagicSquare() local
47 all_variables.push_back(var); in MagicSquare()
59 builder.AddAllDifferent(all_variables); in MagicSquare()
/dports/math/py-mathics/Mathics3-2.2.0/mathics/builtin/
H A Doptimization.py233 all_variables = vars_sympy + g_variables + h_variables
235 candidates_tmp = sympy.solve(equations, all_variables, dict=True)
284 [[sympy.diff(deriv, x) for x in all_variables] for deriv in equations]
287 for i in range(0, len(all_variables) - len(vars_sympy)):
288 hessian.col_del(len(all_variables) - i - 1)
289 hessian.row_del(len(all_variables) - i - 1)
/dports/devel/gettext-tools/gettext-0.21/gettext-runtime/src/
H A Denvsubst.c45 static bool all_variables; variable
153 all_variables = false; in main()
157 all_variables = true; in main()
540 if (!all_variables in subst_from_stdin()
/dports/devel/gettext-po-mode/gettext-0.21/gettext-runtime/src/
H A Denvsubst.c45 static bool all_variables; variable
153 all_variables = false; in main()
157 all_variables = true; in main()
540 if (!all_variables in subst_from_stdin()
/dports/devel/gettext-runtime/gettext-0.21/gettext-runtime/src/
H A Denvsubst.c45 static bool all_variables; variable
153 all_variables = false; in main()
157 all_variables = true; in main()
540 if (!all_variables in subst_from_stdin()
/dports/devel/git-gui/git-2.34.1/
H A Dsh-i18n--envsubst.c58 static unsigned short int all_variables; variable
84 all_variables = 0; in cmd_main()
390 if (!all_variables in subst_from_stdin()
/dports/devel/git-p4/git-2.34.1/
H A Dsh-i18n--envsubst.c58 static unsigned short int all_variables; variable
84 all_variables = 0; in cmd_main()
390 if (!all_variables in subst_from_stdin()
/dports/devel/git-svn/git-2.34.1/
H A Dsh-i18n--envsubst.c58 static unsigned short int all_variables; variable
84 all_variables = 0; in cmd_main()
390 if (!all_variables in subst_from_stdin()
/dports/devel/git/git-2.34.1/
H A Dsh-i18n--envsubst.c58 static unsigned short int all_variables; variable
84 all_variables = 0; in cmd_main()
390 if (!all_variables in subst_from_stdin()
/dports/devel/git-cvs/git-2.34.1/
H A Dsh-i18n--envsubst.c58 static unsigned short int all_variables; variable
84 all_variables = 0; in cmd_main()
390 if (!all_variables in subst_from_stdin()
/dports/devel/cgit/cgit-1.2.3/git/
H A Dsh-i18n--envsubst.c58 static unsigned short int all_variables; variable
84 all_variables = 0; in cmd_main()
390 if (!all_variables in subst_from_stdin()
/dports/games/wesnoth/wesnoth-1.14.17/data/test/scenarios/
H A Dtest_clear.cfg15 for k,v in pairs(wml.all_variables) do
43 for k,v in pairs(wml.all_variables) do
/dports/security/py-angr/angr-9.0.5405/angr/state_plugins/
H A Dsolver.py183 …def __init__(self, solver=None, all_variables=None, temporal_tracked_variables=None, eternal_track… argument
187 self.all_variables = [] if all_variables is None else all_variables
390 self.all_variables = list(self.all_variables)
391 self.all_variables.append(r)
418 …return type(self)(solver=self._solver.branch(), all_variables=self.all_variables, temporal_tracked…
/dports/net/p5-URI-Template/URI-Template-0.24/
H A DChanges43 - all_variables()
75 - added all_variables() which returns all arguments by position (including
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/src/
H A DDakotaAnalyzer.hpp41 const VariablesArray& all_variables();
247 inline const VariablesArray& Analyzer::all_variables() in all_variables() function in Dakota::Analyzer
/dports/net/openmpi/openmpi-4.1.1/contrib/completion/
H A Dmpirun.sh117 local cur prv tb switches already_specified all_variables avail_variables enumerations save_IFS
/dports/net/openmpi3/openmpi-3.1.6/contrib/completion/
H A Dmpirun.sh117 local cur prv tb switches already_specified all_variables avail_variables enumerations save_IFS
/dports/lang/rust/rustc-1.58.1-src/vendor/minifier/src/js/
H A Dtools.rs257 let (all_variables, values) = get_variables_name(&tokens); in aggregate_strings_inner()
258 while all_variables.contains(&next_name.as_str()) { in aggregate_strings_inner()
285 while all_variables.contains(&next_name.as_str()) { in aggregate_strings_inner()
/dports/devel/texlab/citeproc-rs-5252fbd8d2046a5a7d5cdcee6c6cb39bd0f1a7f3/crates/io/tests/json/
H A Dcsl_data.rs127 pub fn all_variables(&self) -> HashSet<&str> { in all_variables() method
/dports/math/octave/octave-6.4.0/libinterp/corefcn/
H A Dstack-frame.h255 symbol_info_list all_variables (void);
275 return all_variables (); in get_symbol_info()
/dports/math/form/form-4.2.1/sources/
H A Dpoly.h105 const std::vector<int> all_variables () const;

123