Home
last modified time | relevance | path

Searched +defs:string +defs:append (Results 126 – 150 of 2158) sorted by relevance

12345678910>>...87

/dports/games/spring/spring_98.0/rts/lib/assimp/contrib/irrXML/
H A DirrString.h31 string() in string() function
41 string(const string<T>& other) in string() function
49 string(int number) in string() function
100 string(const B* c, s32 lenght) in string() function
119 string(const B* c) in string() function
363 void append(T character) in append() function
376 void append(const string<T>& other) in append() function
395 void append(const string<T>& other, s32 length) in append() function
/dports/devel/upp/upp/bazaar/plugin/assimp/contrib/irrXML/
H A DirrString.h31 string() in string() function
41 string(const string<T>& other) in string() function
49 string(int number) in string() function
100 string(const B* c, s32 lenght) in string() function
119 string(const B* c) in string() function
363 void append(T character) in append() function
376 void append(const string<T>& other) in append() function
395 void append(const string<T>& other, s32 length) in append() function
/dports/graphics/urho3d/Urho3D-1.7.1/Source/ThirdParty/Assimp/contrib/irrXML/
H A DirrString.h31 string() in string() function
41 string(const string<T>& other) in string() function
49 string(int number) in string() function
100 string(const B* c, s32 lenght) in string() function
119 string(const B* c) in string() function
363 void append(T character) in append() function
376 void append(const string<T>& other) in append() function
395 void append(const string<T>& other, s32 length) in append() function
/dports/games/doomsday/doomsday-2.3.1/doomsday/external/assimp/contrib/irrXML/
H A DirrString.h31 string() in string() function
41 string(const string<T>& other) in string() function
49 string(int number) in string() function
100 string(const B* c, s32 lenght) in string() function
119 string(const B* c) in string() function
363 void append(T character) in append() function
376 void append(const string<T>& other) in append() function
395 void append(const string<T>& other, s32 length) in append() function
/dports/graphics/qt5-3d/kde-qt3d-5.15.2p39/src/3rdparty/assimp/contrib/irrXML/
H A DirrString.h31 string() in string() function
41 string(const string<T>& other) in string() function
49 string(int number) in string() function
100 string(const B* c, s32 lenght) in string() function
119 string(const B* c) in string() function
363 void append(T character) in append() function
376 void append(const string<T>& other) in append() function
395 void append(const string<T>& other, s32 length) in append() function
/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/rtl/
H A Dstrbuf.hxx254 OStringBuffer & operator =(OString const & string) { in operator =()
495 OStringBuffer & append(const OString &str) in append() function in rtl::OStringBuffer
565 OStringBuffer& append( OStringConcat< T1, T2 >&& c ) in append() function in rtl::OStringBuffer
583 OStringBuffer& append( OStringNumber< T >&& c ) in append() function in rtl::OStringBuffer
601 OStringBuffer & append(sal_Bool b) in append() function in rtl::OStringBuffer
620 OStringBuffer & append(bool b) in append() function in rtl::OStringBuffer
646 OStringBuffer & append(sal_Char c) in append() function in rtl::OStringBuffer
663 OStringBuffer & append(sal_Int32 i, sal_Int16 radix = 10 ) in append() function in rtl::OStringBuffer
681 OStringBuffer & append(sal_Int64 l, sal_Int16 radix = 10 ) in append() function in rtl::OStringBuffer
698 OStringBuffer & append(float f) in append() function in rtl::OStringBuffer
[all …]
/dports/devel/p5-Code-Perl/Code-Perl-0.03/lib/Code/Perl/
H A DExpr.pm96 sub string subroutine
181 sub append subroutine
/dports/multimedia/subtitlecomposer/subtitlecomposer-0.7.1/src/core/
H A Dsstring.h64 inline QString string() const { return *this; } in string() function
186 SString::append(QChar ch) in append() function
192 SString::append(const QString &str) in append() function
198 SString::append(const SString &str) in append() function
/dports/mail/archiveopteryx-devel/aox-96ab17e/core/
H A Dbuffer.cpp51 void Buffer::append( const char * s, uint l ) in append() function in Buffer
68 void Buffer::append( const char * s, uint l, bool f ) in append() function in Buffer
172 void Buffer::append( const EString &s ) in append() function in Buffer
301 EString Buffer::string( uint num ) const in string() function in Buffer
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/libs/utils/
H A Dsmallstringvector.h65 for (const QString &string : stringList) in BasicSmallStringVector() local
73 for (const std::string &string : stringVector) in BasicSmallStringVector() local
99 bool contains(SmallStringView string) const noexcept in contains()
115 void append(String &&string) in append() function
/dports/devel/RStudio/rstudio-2021.09.1-372/src/cpp/core/include/core/
H A DAlgorithm.hpp200 append(Container* pContainer, Iterator begin, Iterator end, boost::true_type) in append() function
207 append(Container* pContainer, Iterator begin, Iterator end, boost::false_type) in append() function
215 void append(ContainerType* pContainer, const OtherType& other) in append() function
223 inline std::vector<std::string> split(const std::string& string, in split()
257 inline std::vector<std::string> split(const std::string& string, in split()
294 auto callback = [](const std::string& string) { return string; }; in join()
/dports/editors/fte/fte/src/
H A Dstl_string.cpp37 string::string(char c) in string() function in string
44 string::string(const char* s) in string() function in string
58 string::string(const char* s, size_type len) in string() function in string
76 string::string(const string& s) in string() function in string
90 string::string(const string& s, size_type len) in string() function in string
107 string::string(const char* s1, size_type sz1, const char* s2, size_type sz2) : in string() function in string
159 string& string::append(char c) in append() function in string
168 string& string::append(const char* s) in append() function in string
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/workhorse/vendor/github.com/uber/jaeger-client-go/
H A Dobserver.go24 OnStartSpan(operationName string, options opentracing.StartSpanOptions) SpanObserver
32 OnSetOperationName(operationName string)
33 OnSetTag(key string, value interface{})
51 func (o *compositeObserver) append(contribObserver ContribObserver) { func
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/cortexproject/cortex/vendor/github.com/uber/jaeger-client-go/
H A Dobserver.go24 OnStartSpan(operationName string, options opentracing.StartSpanOptions) SpanObserver
32 OnSetOperationName(operationName string)
33 OnSetTag(key string, value interface{})
51 func (o *compositeObserver) append(contribObserver ContribObserver) { func
/dports/net-im/dendrite/dendrite-0.5.1/vendor/github.com/uber/jaeger-client-go/
H A Dobserver.go24 OnStartSpan(operationName string, options opentracing.StartSpanOptions) SpanObserver
32 OnSetOperationName(operationName string)
33 OnSetTag(key string, value interface{})
51 func (o *compositeObserver) append(contribObserver ContribObserver) { func
/dports/net-mgmt/promscale/promscale-0.6.2/vendor/github.com/uber/jaeger-client-go/
H A Dobserver.go24 OnStartSpan(operationName string, options opentracing.StartSpanOptions) SpanObserver
32 OnSetOperationName(operationName string)
33 OnSetTag(key string, value interface{})
51 func (o *compositeObserver) append(contribObserver ContribObserver) { func
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/grafana/loki/vendor/github.com/uber/jaeger-client-go/
H A Dobserver.go24 OnStartSpan(operationName string, options opentracing.StartSpanOptions) SpanObserver
32 OnSetOperationName(operationName string)
33 OnSetTag(key string, value interface{})
51 func (o *compositeObserver) append(contribObserver ContribObserver) { func
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/github.com/uber/jaeger-client-go/
H A Dobserver.go24 OnStartSpan(operationName string, options opentracing.StartSpanOptions) SpanObserver
32 OnSetOperationName(operationName string)
33 OnSetTag(key string, value interface{})
51 func (o *compositeObserver) append(contribObserver ContribObserver) { func
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/uber/jaeger-client-go/
H A Dobserver.go24 OnStartSpan(operationName string, options opentracing.StartSpanOptions) SpanObserver
32 OnSetOperationName(operationName string)
33 OnSetTag(key string, value interface{})
51 func (o *compositeObserver) append(contribObserver ContribObserver) { func
/dports/www/pomerium/pomerium-0.8.3/vendor/github.com/uber/jaeger-client-go/
H A Dobserver.go24 OnStartSpan(operationName string, options opentracing.StartSpanOptions) SpanObserver
32 OnSetOperationName(operationName string)
33 OnSetTag(key string, value interface{})
51 func (o *compositeObserver) append(contribObserver ContribObserver) { func
/dports/net/traefik/traefik-2.6.1/vendor/github.com/uber/jaeger-client-go/
H A Dobserver.go24 OnStartSpan(operationName string, options opentracing.StartSpanOptions) SpanObserver
32 OnSetOperationName(operationName string)
33 OnSetTag(key string, value interface{})
51 func (o *compositeObserver) append(contribObserver ContribObserver) { func
/dports/devel/gitlab-shell/gitlab-shell-65b8ec55bebd0aea64ac52b9878bafcc2ad992d3/vendor/github.com/uber/jaeger-client-go/
H A Dobserver.go24 OnStartSpan(operationName string, options opentracing.StartSpanOptions) SpanObserver
32 OnSetOperationName(operationName string)
33 OnSetTag(key string, value interface{})
51 func (o *compositeObserver) append(contribObserver ContribObserver) { func
/dports/www/mattermost-server/mattermost-server-6.0.2/vendor/github.com/uber/jaeger-client-go/
H A Dobserver.go24 OnStartSpan(operationName string, options opentracing.StartSpanOptions) SpanObserver
32 OnSetOperationName(operationName string)
33 OnSetTag(key string, value interface{})
51 func (o *compositeObserver) append(contribObserver ContribObserver) { func
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/uber/jaeger-client-go/
H A Dobserver.go24 OnStartSpan(operationName string, options opentracing.StartSpanOptions) SpanObserver
32 OnSetOperationName(operationName string)
33 OnSetTag(key string, value interface{})
51 func (o *compositeObserver) append(contribObserver ContribObserver) { func
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/uber/jaeger-client-go/
H A Dobserver.go24 OnStartSpan(operationName string, options opentracing.StartSpanOptions) SpanObserver
32 OnSetOperationName(operationName string)
33 OnSetTag(key string, value interface{})
51 func (o *compositeObserver) append(contribObserver ContribObserver) { func

12345678910>>...87