Home
last modified time | relevance | path

Searched defs:splitBy (Results 1 – 18 of 18) sorted by relevance

/dports/net-im/matterhorn/matterhorn-50200.13.0/_cabal_deps/HTTP-4000.3.15/Network/HTTP/
H A DUtils.hs83 splitBy _ [] = [] function
84 splitBy c xs = function
/dports/lang/elm/compiler-0.19.1/_cabal_deps/HTTP-4000.3.14/Network/HTTP/
H A DUtils.hs83 splitBy _ [] = [] function
84 splitBy c xs = function
/dports/www/hs-postgrest/postgrest-8.0.0/_cabal_deps/HTTP-4000.3.16/Network/HTTP/
H A DUtils.hs83 splitBy _ [] = [] function
84 splitBy c xs = function
/dports/textproc/hs-pandoc/pandoc-2.14.2/_cabal_deps/HTTP-4000.3.16/Network/HTTP/
H A DUtils.hs83 splitBy _ [] = [] function
84 splitBy c xs = function
/dports/textproc/hs-pandoc-crossref/pandoc-crossref-0.3.12.0/_cabal_deps/HTTP-4000.3.15/Network/HTTP/
H A DUtils.hs83 splitBy _ [] = [] function
84 splitBy c xs = function
/dports/emulators/mess/mame-mame0226/3rdparty/bimg/3rdparty/astc-codec/src/base/
H A Dstring_utils.h32 void Split(const std::string& str, const std::string& splitBy, Func func) { in Split()
/dports/emulators/mame/mame-mame0226/3rdparty/bimg/3rdparty/astc-codec/src/base/
H A Dstring_utils.h32 void Split(const std::string& str, const std::string& splitBy, Func func) { in Split()
/dports/devel/hs-git-brunch/git-brunch-1.5.1.0/_cabal_deps/hspec-core-2.7.10/src/Test/Hspec/Core/
H A DQuickCheckUtil.hs144 splitBy sep xs = listToMaybe [ function
/dports/games/openlierox/OpenLieroX/src/common/
H A DStringBuf.cpp112 std::vector<std::string> StringBuf::splitBy(char c) in splitBy() function in StringBuf
/dports/devel/hs-spago/spago-0.20.3/_cabal_deps/system-filepath-0.4.14/lib/Filesystem/Path/
H A DInternal.hs234 splitBy p = loop where function
/dports/devel/hadoop/hadoop-1.2.1/src/mapred/org/apache/hadoop/mapreduce/lib/db/
H A DDataDrivenDBInputFormat.java315 String splitBy, String... fieldNames) { in setInput()
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/src/main/java/org/apache/hadoop/mapreduce/lib/db/
H A DDataDrivenDBInputFormat.java315 String splitBy, String... fieldNames) { in setInput()
/dports/devel/icu-lx/icu/source/test/intltest/
H A Ddatadrivennumberformattestsuite.cpp146 DataDrivenNumberFormatTestSuite::splitBy( in splitBy() function in DataDrivenNumberFormatTestSuite
/dports/devel/icu/icu/source/test/intltest/
H A Ddatadrivennumberformattestsuite.cpp146 DataDrivenNumberFormatTestSuite::splitBy( in splitBy() function in DataDrivenNumberFormatTestSuite
/dports/textproc/hs-pandoc/pandoc-2.14.2/src/Text/Pandoc/
H A DShared.hs143 splitBy _ [] = [] function
144 splitBy isSep lst = function
/dports/textproc/hs-pandoc-crossref/pandoc-crossref-0.3.12.0/_cabal_deps/pandoc-2.11.4/src/Text/Pandoc/
H A DShared.hs150 splitBy _ [] = [] function
151 splitBy isSep lst = function
/dports/textproc/sablotron/Sablot-1.0.3/src/engine/
H A Duri.cpp97 char splitBy(const char *&string, const char *delims, Str &part1) in splitBy() function
/dports/devel/hs-ShellCheck/ShellCheck-0.8.0/src/ShellCheck/
H A DParser.hs742 splitBy x ops = chainl1 x (readBinary ops) function