Home
last modified time | relevance | path

Searched refs:trimEmpty (Results 1 – 16 of 16) sorted by relevance

/dports/biology/vcflib/vcflib-1.0.2/src/
H A Dsplit.h32 const std::string& delimiters = " ", const bool trimEmpty = false)
44 if(pos != lastPos || !trimEmpty) {
52 if(pos != lastPos || !trimEmpty) {
/dports/biology/freebayes/freebayes-1.3.5/vcflib-temp/src/
H A Dsplit.h23 const std::string& delimiters = " ", const bool trimEmpty = false)
35 if(pos != lastPos || !trimEmpty) {
43 if(pos != lastPos || !trimEmpty) {
/dports/biology/freebayes/freebayes-1.3.5/vcflib/src/
H A Dsplit.h23 const std::string& delimiters = " ", const bool trimEmpty = false)
35 if(pos != lastPos || !trimEmpty) {
43 if(pos != lastPos || !trimEmpty) {
/dports/devel/kiwix-lib/kiwix-lib-9.4.1/src/tools/
H A DstringTools.cpp271 bool trimEmpty, in split() argument
280 if (!trimEmpty || !token.empty()) { in split()
290 if (!trimEmpty || !token.empty()) { in split()
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/ormolu-0.1.4.1/src/Ormolu/Diff/
H A DText.hs220 let xs = trimEmpty xsRaw
229 trimEmpty :: DiffList' -> DiffList'
230 trimEmpty = go True id function
/dports/devel/hs-ormolu/ormolu-0.4.0.0/src/Ormolu/Diff/
H A DText.hs222 let xs = trimEmpty xsRaw
231 trimEmpty :: DiffList' -> DiffList'
232 trimEmpty = go True id function
/dports/multimedia/musikcube/musikcube-0.96.7/src/musikcube/cursespp/cursespp/
H A DText.h51 …string> Split(const std::string& str, const std::string& delimiters = " ", bool trimEmpty = false);
/dports/devel/kiwix-lib/kiwix-lib-9.4.1/test/
H A DstringTools.cpp26 std::vector<std::string> split(const std::string& base, const std::string& sep, bool trimEmpty, bo…
/dports/science/quantum-espresso/q-e-qe-6.7.0/dev-tools/helpdoc.d/
H A Drobodoc.tcl12 set content [formatString [trimEmpty $content]]
H A Dxml.tcl91 set content [trimEmpty $content]
H A Dtxt.tcl94 set content [formatString [trimEmpty [txt_atTags [txt_ref_link $content]]]]
H A DtclIndex118 set auto_index(::helpdoc::trimEmpty) [list source [file join $dir auxil.tcl]]
/dports/multimedia/musikcube/musikcube-0.96.7/src/musikcube/cursespp/
H A DText.cpp120 …:vector<std::string> Split(const std::string& str, const std::string& delimiters, bool trimEmpty) { in Split() argument
134 if (pos != lastPos || !trimEmpty) { in Split()
/dports/security/sqlmap/sqlmap-1.3.12/sqlmap/plugins/dbms/oracle/
H A Dfilesystem.py30 query = agent.suffixQuery(query, trimEmpty=False)
/dports/devel/kiwix-lib/kiwix-lib-9.4.1/include/tools/
H A DstringTools.h46 std::vector<std::string> split(const std::string& str, const std::string& delims, bool trimEmpty = …
/dports/security/sqlmap/sqlmap-1.3.12/sqlmap/lib/core/
H A Dagent.py276 def suffixQuery(self, expression, comment=None, suffix=None, where=None, trimEmpty=True): argument
314 return re.sub(r";\W*;", ";", expression) if trimEmpty else expression