Home
last modified time | relevance | path

Searched +defs:string +defs:append (Results 201 – 225 of 2158) sorted by relevance

12345678910>>...87

/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/storage/ndb/clusterj/clusterj-api/src/main/java/com/mysql/clusterj/
H A DDbug.java89 Dbug debug(String string); in debug()
103 Dbug append(String fileName); in append() method
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/storage/ndb/clusterj/clusterj-api/src/main/java/com/mysql/clusterj/
H A DDbug.java89 Dbug debug(String string); in debug()
103 Dbug append(String fileName); in append() method
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/storage/ndb/clusterj/clusterj-api/src/main/java/com/mysql/clusterj/
H A DDbug.java89 Dbug debug(String string); in debug()
103 Dbug append(String fileName); in append() method
/dports/databases/percona57-client/percona-server-5.7.36-39/storage/ndb/clusterj/clusterj-api/src/main/java/com/mysql/clusterj/
H A DDbug.java89 Dbug debug(String string); in debug()
103 Dbug append(String fileName); in append() method
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/storage/ndb/clusterj/clusterj-api/src/main/java/com/mysql/clusterj/
H A DDbug.java89 Dbug debug(String string); in debug()
103 Dbug append(String fileName); in append() method
/dports/databases/percona57-server/percona-server-5.7.36-39/storage/ndb/clusterj/clusterj-api/src/main/java/com/mysql/clusterj/
H A DDbug.java89 Dbug debug(String string); in debug()
103 Dbug append(String fileName); in append() method
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sal/osl/unx/
H A Dosxlocale.cxx65 void append(OUStringBuffer & buffer, CFStringRef string) { in append() function
/dports/games/supertuxkart/SuperTuxKart-1.2-src/lib/irrlicht/include/
H A DirrString.h80 string() in string() function
89 string(const string<T,TAlloc>& other) in string() function
97 string(const string<B, A>& other) in string() function
105 explicit string(const double number) in string() function
115 explicit string(int number) in string() function
163 explicit string(unsigned int number) in string() function
194 explicit string(long number) in string() function
326 string(const B* const c) in string() function
639 string<T,TAlloc>& append(T character) in append() function
688 string<T,TAlloc>& append(const string<T,TAlloc>& other) in append() function
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/tools/flags/
H A DCommandLineFlags.h142 bool contains(const char* string) const { in contains()
165 void append(const char* string) { fStrings.push_back().set(string); } in append() function
167 void append(const char* string, size_t length) { fStrings.push_back().set(string, length); } in append() function
359 void append(const char* string) { in append() function
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/tools/flags/
H A DCommandLineFlags.h142 bool contains(const char* string) const { in contains()
165 void append(const char* string) { fStrings.push_back().set(string); } in append() function
167 void append(const char* string, size_t length) { fStrings.push_back().set(string, length); } in append() function
359 void append(const char* string) { in append() function
/dports/net/google-cloud-sdk-app-engine-go/platform/google_appengine/goroot-1.9/src/cmd/asm/internal/asm/
H A Dasm.go26 func (p *Parser) append(prog *obj.Prog, cond string, doLabel bool) { func
86 func (p *Parser) evalInteger(pseudo string, operands []lex.Token) int64 {
92 func (p *Parser) validImmediate(pseudo string, addr *obj.Addr) bool {
102 func (p *Parser) asmText(word string, operands [][]lex.Token) {
183 func (p *Parser) asmData(word string, operands [][]lex.Token) {
243 func (p *Parser) asmGlobl(word string, operands [][]lex.Token) {
275 func (p *Parser) asmPCData(word string, operands [][]lex.Token) {
306 func (p *Parser) asmFuncData(word string, operands [][]lex.Token) {
338 func (p *Parser) asmJump(op obj.As, cond string, a []obj.Addr) {
478 func (p *Parser) asmInstruction(op obj.As, cond string, a []obj.Addr) {
[all …]
/dports/textproc/py-packageurl-python/packageurl-python-0.9.3/src/packageurl/contrib/
H A Droute.py89 def match(self, string): argument
144 def append(self, pattern, endpoint): member in Router
175 def process(self, string, *args, **kwargs): argument
189 def resolve(self, string): argument
215 def is_routable(self, string): argument
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.text/org.eclipse.core.filebuffers.tests/src/org/eclipse/core/filebuffers/tests/
H A DMockDocumentSetupParticipants.java84 private static void append(IDocument document, String string) { in append() method in MockDocumentSetupParticipants
86 document.replace(document.getLength(), 0, string); in append() local
/dports/lang/go-devel/go-becaeea1199b875bc24800fa88f2f4fea119bf78/src/cmd/compile/internal/base/
H A Dtimings.go35 func (t *Timings) append(labels []string, start bool) { func
159 func commonPrefix(a, b string) string {
169 func (lines *lines) add(label string, n int, dt, tot time.Duration, events []*event) {
229 func isnumber(s string) bool {
/dports/lang/go-devel/go-dragonfly-amd64-bootstrap/src/cmd/compile/internal/gc/
H A Dtimings.go33 func (t *Timings) append(labels []string, start bool) { func
157 func commonPrefix(a, b string) string {
167 func (lines *lines) add(label string, n int, dt, tot time.Duration, events []*event) {
227 func isnumber(s string) bool {
/dports/net/google-cloud-sdk-app-engine-go/platform/google_appengine/goroot-1.9/src/cmd/compile/internal/gc/
H A Dtimings.go33 func (t *Timings) append(labels []string, start bool) { func
157 func commonPrefix(a, b string) string {
167 func (lines *lines) add(label string, n int, dt, tot time.Duration, events []*event) {
227 func isnumber(s string) bool {
/dports/lang/gcc48/gcc-4.8.5/libgo/go/path/filepath/
H A Dpath.go35 func (b *lazybuf) append(c byte) { func
48 func (b *lazybuf) string() string { func
81 func Clean(path string) string {
158 func ToSlash(path string) string {
168 func FromSlash(path string) string {
178 func SplitList(path string) []string {
199 func Join(elem ...string) string {
212 func Ext(path string) string {
233 func Abs(path string) (string, error) {
411 func Base(path string) string {
[all …]
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libgo/go/path/filepath/
H A Dpath.go35 func (b *lazybuf) append(c byte) { func
48 func (b *lazybuf) string() string { func
81 func Clean(path string) string {
158 func ToSlash(path string) string {
168 func FromSlash(path string) string {
178 func SplitList(path string) []string {
199 func Join(elem ...string) string {
212 func Ext(path string) string {
233 func Abs(path string) (string, error) {
411 func Base(path string) string {
[all …]
/dports/devel/mingw32-gcc/gcc-4.8.1/libgo/go/path/filepath/
H A Dpath.go35 func (b *lazybuf) append(c byte) { func
48 func (b *lazybuf) string() string { func
81 func Clean(path string) string {
158 func ToSlash(path string) string {
168 func FromSlash(path string) string {
178 func SplitList(path string) []string {
202 func Join(elem ...string) string {
215 func Ext(path string) string {
236 func Abs(path string) (string, error) {
413 func Base(path string) string {
[all …]
/dports/x11-toolkits/irrlicht/irrlicht-1.8.5/include/
H A DirrString.h80 string() in string() function
89 string(const string<T,TAlloc>& other) in string() function
97 string(const string<B, A>& other) in string() function
105 explicit string(const double number) in string() function
115 explicit string(int number) in string() function
163 explicit string(unsigned int number) in string() function
194 explicit string(long number) in string() function
296 string(const B* const c) in string() function
603 string<T,TAlloc>& append(T character) in append() function
652 string<T,TAlloc>& append(const string<T,TAlloc>& other) in append() function
[all …]
/dports/graphics/openicc-config/config-0.1.0/src/libopenicc/
H A Doyjl_core.c141 char * oyjl_string_copy ( const char * string, in oyjl_string_copy()
156 int oyjl_string_add ( char ** string, in oyjl_string_add()
203 const char ** append, in oyjl_string_list_cat_list()
261 const char * string, in oyjl_string_list_add_static_string()
316 const char ** append, in oyjl_string_list_add_list()
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/workhorse/vendor/github.com/golang/gddo/database/
H A Dstem.go47 append []byte member
105 func stem(s string) string {
/dports/sysutils/jest/jest-f76bc46/vendor/github.com/golang/gddo/database/
H A Dstem.go47 append []byte member
105 func stem(s string) string {
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/viewsupport/
H A DJavaElementLabelComposer.java78 public FlexibleBuffer append(char ch) { in append() method in JavaElementLabelComposer.FlexibleStringBuffer
84 public FlexibleBuffer append(String string) { in append() method in JavaElementLabelComposer.FlexibleStringBuffer
114 public FlexibleBuffer append(char ch) { in append() method in JavaElementLabelComposer.FlexibleStyledString
120 public FlexibleBuffer append(String string) { in append() method in JavaElementLabelComposer.FlexibleStyledString
/dports/devel/hyperscan/boost_1_75_0/boost/filesystem/
H A Dpath.hpp366 path& append(const value_type* ptr) // required in case ptr overlaps *this in append() function in boost::filesystem::path
435 std::string string() const in string() function in boost::filesystem::path
443 std::string string(const codecvt_type& cvt) const in string() function in boost::filesystem::path
457 const std::string& string() const { return m_pathname; } in string() function in boost::filesystem::path
905 path& path::append(InputIterator begin, InputIterator end) in append() function in boost::filesystem::path
919 path& path::append(InputIterator begin, InputIterator end, const codecvt_type& cvt) in append() function in boost::filesystem::path
933 path& path::append(Source const& source) in append() function in boost::filesystem::path
945 path& path::append(Source const& source, const codecvt_type& cvt) in append() function in boost::filesystem::path
961 std::string path::string<std::string>() const in string() function in boost::filesystem::path
965 std::wstring path::string<std::wstring>() const in string() function in boost::filesystem::path
[all …]

12345678910>>...87