Home
last modified time | relevance | path

Searched refs:with_deps (Results 1 – 25 of 50) sorted by relevance

12

/dports/devel/py-dask/dask-2021.11.2/dask/tests/
H A Dtest_optimization.py71 def with_deps(dsk): function
416 expected = with_deps(
426 expected = with_deps(
473 expected = with_deps(
487 expected = with_deps(
1223 sol = with_deps(
1242 sol = with_deps(
1260 sol = with_deps(
1284 with_deps(
1313 with_deps(
[all …]
/dports/science/dvc/dvc-0.30.1/dvc/repo/
H A Dstatus.py6 def _local_status(self, target=None, with_deps=False): argument
10 stages = self.collect(target, with_deps=with_deps)
35 with_deps=False, argument
44 with_deps=with_deps,
75 with_deps=False, argument
87 with_deps=with_deps,
90 return _local_status(self, target, with_deps=with_deps)
H A Dpull.py11 with_deps=False, argument
23 with_deps=with_deps,
27 target=target, with_deps=with_deps, force=force, recursive=recursive
H A Dgc.py25 with_deps=False, argument
39 with_deps=with_deps,
62 with_deps=False, argument
80 with_deps=with_deps,
H A Dcommit.py1 def commit(self, target, with_deps=False, recursive=False, force=False): argument
3 stages = self.collect(target, with_deps=with_deps)
H A Dfetch.py11 with_deps=False, argument
20 with_deps=with_deps,
H A Dpush.py11 with_deps=False, argument
20 with_deps=with_deps,
H A Dcheckout.py15 def checkout(self, target=None, with_deps=False, force=False, recursive=False): argument
21 stages = self.collect(target, with_deps=with_deps)
/dports/lang/elixir-devel/elixir-1.13.1/lib/mix/test/mix/
H A Ddep_test.exs28 defp with_deps(deps, fun) do function
37 with_deps(deps, fn ->
103 with_deps(deps, fn ->
114 with_deps(deps, fn ->
139 with_deps(deps, fn ->
151 with_deps(deps, fn ->
161 with_deps(deps, fn ->
186 with_deps(deps, fn ->
201 with_deps(deps, fn ->
219 with_deps(deps, fn ->
[all …]
/dports/lang/elixir/elixir-1.12.3/lib/mix/test/mix/
H A Ddep_test.exs28 defp with_deps(deps, fun) do function
37 with_deps(deps, fn ->
103 with_deps(deps, fn ->
114 with_deps(deps, fn ->
139 with_deps(deps, fn ->
151 with_deps(deps, fn ->
161 with_deps(deps, fn ->
186 with_deps(deps, fn ->
201 with_deps(deps, fn ->
219 with_deps(deps, fn ->
[all …]
/dports/science/dvc/dvc-0.30.1/dvc/command/
H A Ddata_sync.py41 with_deps=self.args.with_deps,
62 with_deps=self.args.with_deps,
82 with_deps=self.args.with_deps,
H A Dcheckout.py14 with_deps=self.args.with_deps,
H A Dcommit.py17 with_deps=self.args.with_deps,
H A Dstatus.py50 with_deps=self.args.with_deps,
/dports/sysutils/py-ansible-core/ansible-core-2.11.6/lib/ansible/galaxy/dependency_resolution/
H A D__init__.py36 with_deps=True, # type: bool argument
51 with_deps=with_deps,
/dports/www/drupal8/drupal-8.9.20/core/lib/Drupal/Core/Asset/
H A DLibraryDependencyResolver.php73 $with_deps = [];
75 $with_deps[$library] = $this->getLibrariesWithDependencies([$library]);
80 foreach ($with_deps as $other_library => $dependencies) {
/dports/math/py-z3-solver/z3-z3-4.8.10/src/math/dd/
H A Dpdd_interval.h46 bool deps = wd == w_dep::with_deps; in get_interval()
52 m_dep_intervals.mul<dep_intervals::with_deps>(hi, a, t); in get_interval()
53 m_dep_intervals.add<dep_intervals::with_deps>(t, lo, ret); in get_interval()
/dports/math/z3/z3-z3-4.8.13/src/math/dd/
H A Dpdd_interval.h46 bool deps = wd == w_dep::with_deps; in get_interval()
52 m_dep_intervals.mul<dep_intervals::with_deps>(hi, a, t); in get_interval()
53 m_dep_intervals.add<dep_intervals::with_deps>(t, lo, ret); in get_interval()
/dports/math/z3/z3-z3-4.8.13/src/math/lp/
H A Dmonomial_bounds.cpp43 dep.power<dep_intervals::with_deps>(vi, power, vi); in compute_product()
44 dep.mul<dep_intervals::with_deps>(product, vi, product); in compute_product()
200 dep.power<dep_intervals::with_deps>(vi, power, vi); in propagate()
203 dep.set<dep_intervals::with_deps>(other_product, product); in propagate()
208 dep.mul<dep_intervals::with_deps>(product, vi, product); in propagate()
217 dep.div<dep_intervals::with_deps>(mi, product, range); in propagate_down()
H A Dnla_intervals.cpp98 interval_of_expr<e_with_deps::with_deps>(n, 1, interv_wd, f); in check_nex()
259 if (wd == e_with_deps::with_deps) b.m_lower_dep = mk_dep(ci); in set_var_interval()
264 if (wd == e_with_deps::with_deps) b.m_lower_dep = nullptr; in set_var_interval()
270 if (wd == e_with_deps::with_deps) b.m_upper_dep = mk_dep(ci); in set_var_interval()
275 if (wd == e_with_deps::with_deps) b.m_upper_dep = nullptr; in set_var_interval()
286 if (wd == e_with_deps::with_deps) { in interval_from_term()
377 if (wd == e_with_deps::with_deps) { in interval_of_sum()
390 interval_of_sum<e_with_deps::with_deps>(e, sa, f); in interval_of_sum()
408 if(wd == e_with_deps::with_deps) in interval_of_mul()
/dports/math/py-z3-solver/z3-z3-4.8.10/src/math/lp/
H A Dmonomial_bounds.cpp38 dep.power<dep_intervals::with_deps>(vi, power, vi);
39 dep.mul<dep_intervals::with_deps>(product, vi, product); in create_hw_instance_data()
191 dep.power<dep_intervals::with_deps>(vi, power, vi);
194 dep.set<dep_intervals::with_deps>(other_product, product);
199 dep.mul<dep_intervals::with_deps>(product, vi, product);
208 dep.div<dep_intervals::with_deps>(mi, product, range);
H A Dnla_intervals.cpp98 interval_of_expr<e_with_deps::with_deps>(n, 1, interv_wd, f); in check_nex()
259 if (wd == e_with_deps::with_deps) b.m_lower_dep = mk_dep(ci); in set_var_interval()
264 if (wd == e_with_deps::with_deps) b.m_lower_dep = nullptr; in set_var_interval()
270 if (wd == e_with_deps::with_deps) b.m_upper_dep = mk_dep(ci); in set_var_interval()
275 if (wd == e_with_deps::with_deps) b.m_upper_dep = nullptr; in set_var_interval()
286 if (wd == e_with_deps::with_deps) { in interval_from_term()
377 if (wd == e_with_deps::with_deps) { in interval_of_sum()
390 interval_of_sum<e_with_deps::with_deps>(e, sa, f); in interval_of_sum()
408 if(wd == e_with_deps::with_deps) in interval_of_mul()
/dports/math/z3/z3-z3-4.8.13/src/math/interval/
H A Ddep_intervals.h31 enum with_deps_t { with_deps, without_deps }; enumerator
201 if (wd == with_deps) { in set()
211 if (with_deps == wd) { in power()
227 if (wd == with_deps) { in mul()
240 if (wd == with_deps) { in mul()
252 if (wd == with_deps) { in div()
264 if (wd == with_deps) { in add()
280 if (wd == with_deps) { in copy_upper_bound()
291 if (wd == with_deps) { in copy_lower_bound()
/dports/math/py-z3-solver/z3-z3-4.8.10/src/math/interval/
H A Ddep_intervals.h31 enum with_deps_t { with_deps, without_deps }; enumerator
201 if (wd == with_deps) { in set()
211 if (with_deps == wd) { in power()
227 if (wd == with_deps) { in mul()
240 if (wd == with_deps) { in mul()
252 if (wd == with_deps) { in div()
264 if (wd == with_deps) { in add()
280 if (wd == with_deps) { in copy_upper_bound()
291 if (wd == with_deps) { in copy_lower_bound()
/dports/www/drupal9/drupal-9.2.10/core/lib/Drupal/Core/Asset/
H A DLibraryDependencyResolver.php87 $with_deps = $this->getLibrariesWithDependencies([$library]);
89 $all_dependencies += array_diff($with_deps, [$library]);

12