Home
last modified time | relevance | path

Searched defs:rewrap (Results 1 – 25 of 107) sorted by relevance

12345

/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/monoid-subclasses-1.1/src/Data/Monoid/Instances/
H A DPositioned.hs247 where rewrap (cp, cs) = (OffsetPositioned p cp, OffsetPositioned (p + length cp) cs) function
262 rewrap (prefix, suffix, p) = (OffsetPositioned p0 prefix, OffsetPositioned p suffix) function
330 where rewrap (cp, cs) = (LinePositioned p l lp cp, function
405 where rewrap (c, cs) = if null cs then (c, mempty) else (c, OffsetPositioned (succ p) cs) function
460 where rewrap _ [] = [] function
461 rewrap p (c:rest) = OffsetPositioned p c : rewrap (p + length c) rest function
605 where rewrap _ _ _ [] = [] function
606 rewrap p l lp (c:rest) = LinePositioned p l lp c function
617 where rewrap (prefix, suffix, s) = (LinePositioned p0 l0 lp0 prefix, function
623 where rewrap (prefix, suffix, s) = p1 `seq` l1 `seq` lp1 `seq` function
[all …]
/dports/devel/boost-docs/boost_1_72_0/libs/python/test/
H A Dbuiltin_converters.cpp16 static T rewrap(T x) in rewrap() function
29 static T rewrap(T const& x) in rewrap() function
38 static T rewrap(T& x) in rewrap() function
H A Dm2.cpp68 struct rewrap struct
87 def("wrap_int", &rewrap<int>::f); in BOOST_PYTHON_MODULE() argument
/dports/devel/boost-python-libs/boost_1_72_0/libs/python/test/
H A Dbuiltin_converters.cpp16 static T rewrap(T x) in rewrap() function
29 static T rewrap(T const& x) in rewrap() function
38 static T rewrap(T& x) in rewrap() function
H A Dm2.cpp68 struct rewrap struct
87 def("wrap_int", &rewrap<int>::f); in BOOST_PYTHON_MODULE() argument
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/libs/python/test/
H A Dtest_builtin_converters.cpp16 static T rewrap(T x) in rewrap() function
29 static T rewrap(T const& x) in rewrap() function
38 static T rewrap(T& x) in rewrap() function
H A Dm2.cpp68 struct rewrap struct
87 def("wrap_int", &rewrap<int>::f); in BOOST_PYTHON_MODULE() argument
/dports/databases/mysqlwsrep57-server/boost_1_59_0/libs/python/test/
H A Dtest_builtin_converters.cpp16 static T rewrap(T x) in rewrap() function
29 static T rewrap(T const& x) in rewrap() function
38 static T rewrap(T& x) in rewrap() function
H A Dm2.cpp68 struct rewrap struct
87 def("wrap_int", &rewrap<int>::f); in BOOST_PYTHON_MODULE() argument
/dports/databases/percona57-server/boost_1_59_0/libs/python/test/
H A Dtest_builtin_converters.cpp16 static T rewrap(T x) in rewrap() function
29 static T rewrap(T const& x) in rewrap() function
38 static T rewrap(T& x) in rewrap() function
H A Dm2.cpp68 struct rewrap struct
87 def("wrap_int", &rewrap<int>::f); in BOOST_PYTHON_MODULE() argument
/dports/databases/xtrabackup/boost_1_59_0/libs/python/test/
H A Dtest_builtin_converters.cpp16 static T rewrap(T x) in rewrap() function
29 static T rewrap(T const& x) in rewrap() function
38 static T rewrap(T& x) in rewrap() function
H A Dm2.cpp68 struct rewrap struct
87 def("wrap_int", &rewrap<int>::f); in BOOST_PYTHON_MODULE() argument
/dports/databases/percona57-client/boost_1_59_0/libs/python/test/
H A Dtest_builtin_converters.cpp16 static T rewrap(T x) in rewrap() function
29 static T rewrap(T const& x) in rewrap() function
38 static T rewrap(T& x) in rewrap() function
H A Dm2.cpp68 struct rewrap struct
87 def("wrap_int", &rewrap<int>::f); in BOOST_PYTHON_MODULE() argument
/dports/devel/boost-libs/boost_1_72_0/libs/python/test/
H A Dbuiltin_converters.cpp16 static T rewrap(T x) in rewrap() function
29 static T rewrap(T const& x) in rewrap() function
38 static T rewrap(T& x) in rewrap() function
H A Dm2.cpp68 struct rewrap struct
87 def("wrap_int", &rewrap<int>::f); in BOOST_PYTHON_MODULE() argument
/dports/devel/hyperscan/boost_1_75_0/libs/python/test/
H A Dbuiltin_converters.cpp16 static T rewrap(T x) in rewrap() function
29 static T rewrap(T const& x) in rewrap() function
38 static T rewrap(T& x) in rewrap() function
H A Dm2.cpp68 struct rewrap struct
87 def("wrap_int", &rewrap<int>::f); in BOOST_PYTHON_MODULE() argument
/dports/lang/rust/rustc-1.58.1-src/src/tools/clippy/tests/ui/
H A Dresult_map_or_into_option.rs9 let rewrap = |s: u32| -> Option<u32> { Some(s) }; in main() localVariable
/dports/editors/texworks/texworks-release-0.6.2/src/
H A DHardWrapDialog.h46 bool rewrap() const { // whether to re-wrap paragraphs (fill lines) in rewrap() function
/dports/devel/py-marrow.util/marrow.util-1.2.3/marrow/util/
H A Dtext.py57 def rewrap(text, columns=78): function
/dports/devel/py-buildbot-worker/buildbot-worker-3.4.1/buildbot_worker/util/
H A D__init__.py104 def rewrap(text, width=None): function
/dports/www/fabio/fabio-1.5.14/vendor/github.com/hashicorp/vault/vault-0.6.0/website/source/docs/secrets/transit/
H A Dindex.html.md404 #### POST
/dports/devel/py-numba/numba-0.51.2/numba/core/
H A Dtracing.py140 rewrap = lambda x: x function

12345