Home
last modified time | relevance | path

Searched refs:_squash (Results 1 – 10 of 10) sorted by relevance

/dports/science/py-dipy/dipy-1.4.1/dipy/reconst/tests/
H A Dtest_multi_voxel.py14 npt.assert_array_equal(A, _squash(B))
15 npt.assert_equal(_squash(B).dtype, A.dtype)
19 npt.assert_array_equal(A, _squash(B))
20 npt.assert_equal(_squash(B).dtype, A.dtype)
25 npt.assert_array_equal(A, _squash(B))
26 npt.assert_equal(_squash(B).dtype, A.dtype)
30 npt.assert_array_equal(A, _squash(B))
31 npt.assert_equal(_squash(B).dtype, A.dtype)
35 npt.assert_(_squash(B) is B)
48 npt.assert_equal(_squash(arr_arr).dtype,
[all …]
/dports/devel/ros-rosdistro/rosdistro-0.7.5/src/rosdistro/manifest_provider/
H A Dcache.py44 def _squash(node): function
59 _squash(x)
69 xml_node = _squash(minidom.parseString(xml_string))
/dports/science/py-dipy/dipy-1.4.1/dipy/reconst/
H A Dmulti_voxel.py6 from dipy.reconst.quick_squash import quick_squash as _squash unknown
55 return _squash(result, self.mask)
110 return _squash(result)
/dports/sysutils/vector/vector-0.10.0/cargo-crates/krb5-src-0.2.4+1.18.2/krb5/src/util/
H A Dprincflags.py83 _squash = str.maketrans('-', '_') variable
153 name = x.name.translate(_squash)
194 s = s.lower().translate(_squash)
/dports/security/krb5/krb5-1.19.2/src/util/
H A Dprincflags.py83 _squash = str.maketrans('-', '_') variable
153 name = x.name.translate(_squash)
194 s = s.lower().translate(_squash)
/dports/www/limesurvey/limesurvey/application/helpers/
H A DHash.php790 $result = self::_squash($sortValues);
839 protected static function _squash($data, $key = null) function in Hash
848 $stack = array_merge($stack, self::_squash($r, $id));
/dports/multimedia/zoneminder/zoneminder-1.36.5/web/api/lib/Cake/Utility/
H A DHash.php893 $result = static::_squash($sortValues);
959 protected static function _squash($data, $key = null) { function in Hash
967 $stack = array_merge($stack, static::_squash($r, $id));
/dports/www/elgg/elgg-3.3.23/vendor/cakephp/utility/
H A DHash.php998 $result = static::_squash($sortValues);
1059 protected static function _squash(array $data, $key = null) function in Cake\\Utility\\Hash
1068 $stack = array_merge($stack, static::_squash($r, $id));
/dports/lang/jimtcl/jimtcl-0.81/
H A Djimdb26 set args [debugger::_squash $args]
233 proc debugger::_squash {arglist} {
/dports/science/py-dipy/dipy-1.4.1/doc/release_notes/
H A Drelease0.6.rst61 * :ghpull:`111`: RF - clean up _squash in multi_voxel and related code
172 * :ghissue:`111`: RF - clean up _squash in multi_voxel and related code