Home
last modified time | relevance | path

Searched refs:splitQuoted (Results 1 – 25 of 89) sorted by relevance

1234

/dports/audio/sonic-visualiser/sonic-visualiser-4.0.1/svcore/base/test/
H A DTestStringBits.h36 QCOMPARE(StringBits::splitQuoted(in, ' '), out); in testSplitQuoted()
43 QCOMPARE(StringBits::splitQuoted(in2, ','), out2); in testSplitQuoted()
173 QCOMPARE(StringBits::splitQuoted(in, ' '), out1); in qspace()
176 QCOMPARE(StringBits::splitQuoted(in, ':'), out2); in qspace()
183 QCOMPARE(StringBits::splitQuoted(in, ' '), out); in multispace()
190 QCOMPARE(StringBits::splitQuoted(in2, ','), out2); in multispace()
/dports/audio/sonic-visualiser/sonic-visualiser-4.0.1/svcore/base/
H A DStringBits.cpp75 StringBits::splitQuoted(QString s, QChar separator)
146 return splitQuoted(line, separator);
H A DStringBits.h48 static QStringList splitQuoted(QString s, QChar separator);
/dports/devel/py-twisted/Twisted-22.1.0/src/twisted/test/
H A Dtest_text.py152 r = text.splitQuoted(s)
157 r = text.splitQuoted(s)
/dports/math/vtk6/VTK-6.2.0/ThirdParty/Twisted/twisted/test/
H A Dtest_text.py158 r = text.splitQuoted(s)
164 r = text.splitQuoted(s)
/dports/net/nload/nload-0.7.4/src/
H A Dstringutils.h27 std::vector<std::string> splitQuoted(const std::string& s, const std::string& separators, const std…
H A Dstringutils.cpp56 vector<string> splitQuoted(const string& s, const string& separators, const string& quotes) in splitQuoted() function
H A Dsetting.cpp121 vector<string> words = splitQuoted(line, "="); in operator >>()
/dports/audio/sonic-visualiser/sonic-visualiser-4.0.1/svapp/framework/
H A DOSCScript.h94 QStringList parts = StringBits::splitQuoted(line, ' '); in run()
/dports/devel/py-twisted/Twisted-22.1.0/src/twisted/python/
H A Dtext.py147 def splitQuoted(s): function
/dports/math/vtk6/VTK-6.2.0/ThirdParty/Twisted/twisted/python/
H A Dtext.py149 def splitQuoted(s): function
/dports/lang/gcc6-aux/gcc-6-20180516/libgo/go/cmd/cgo/
H A Dmain.go252 args, err := splitQuoted(ldflags)
/dports/lang/gnat_util/gcc-6-20180516/libgo/go/cmd/cgo/
H A Dmain.go252 args, err := splitQuoted(ldflags)
/dports/net/google-cloud-sdk-app-engine-go/platform/google_appengine/goroot-1.9/src/cmd/cgo/
H A Dmain.go255 args, err := splitQuoted(ldflags)
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llgo/third_party/gofrontend/libgo/go/cmd/cgo/
H A Dmain.go246 args, err := splitQuoted(ldflags)
/dports/lang/gcc8/gcc-8.5.0/libgo/go/cmd/cgo/
H A Dmain.go285 args, err := splitQuoted(ldflags)
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/libgo/go/cmd/cgo/
H A Dmain.go285 args, err := splitQuoted(ldflags)
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/libgo/go/cmd/cgo/
H A Dmain.go285 args, err := splitQuoted(ldflags)
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/libgo/go/cmd/cgo/
H A Dmain.go285 args, err := splitQuoted(ldflags)
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/libgo/go/cmd/cgo/
H A Dmain.go285 args, err := splitQuoted(ldflags)
/dports/devel/riscv64-gcc/gcc-8.3.0/libgo/go/cmd/cgo/
H A Dmain.go285 args, err := splitQuoted(ldflags)
/dports/lang/gcc10/gcc-10.3.0/libgo/go/cmd/cgo/
H A Dmain.go307 args, err := splitQuoted(ldflags)
/dports/lang/go-devel/go-becaeea1199b875bc24800fa88f2f4fea119bf78/src/cmd/cgo/
H A Dmain.go317 args, err := splitQuoted(ldflags)
/dports/lang/go-devel/go-dragonfly-amd64-bootstrap/src/cmd/cgo/
H A Dmain.go289 args, err := splitQuoted(ldflags)
/dports/lang/gcc11/gcc-11.2.0/libgo/go/cmd/cgo/
H A Dmain.go311 args, err := splitQuoted(ldflags)

1234