Home
last modified time | relevance | path

Searched defs:append (Results 1 – 25 of 7362) sorted by relevance

12345678910>>...295

/dports/java/apache-commons-lang/commons-lang-2.6-src/src/main/java/org/apache/commons/lang/builder/
H A DToStringBuilder.java306 public ToStringBuilder append(byte value) { in append() method in ToStringBuilder
320 public ToStringBuilder append(byte[] array) { in append() method in ToStringBuilder
334 public ToStringBuilder append(char value) { in append() method in ToStringBuilder
348 public ToStringBuilder append(char[] array) { in append() method in ToStringBuilder
362 public ToStringBuilder append(double value) { in append() method in ToStringBuilder
390 public ToStringBuilder append(float value) { in append() method in ToStringBuilder
418 public ToStringBuilder append(int value) { in append() method in ToStringBuilder
432 public ToStringBuilder append(int[] array) { in append() method in ToStringBuilder
446 public ToStringBuilder append(long value) { in append() method in ToStringBuilder
474 public ToStringBuilder append(Object obj) { in append() method in ToStringBuilder
[all …]
H A DCompareToBuilder.java411 public CompareToBuilder append(Object lhs, Object rhs) { in append() method in CompareToBuilder
500 public CompareToBuilder append(long lhs, long rhs) { in append() method in CompareToBuilder
516 public CompareToBuilder append(int lhs, int rhs) { in append() method in CompareToBuilder
532 public CompareToBuilder append(short lhs, short rhs) { in append() method in CompareToBuilder
548 public CompareToBuilder append(char lhs, char rhs) { in append() method in CompareToBuilder
564 public CompareToBuilder append(byte lhs, byte rhs) { in append() method in CompareToBuilder
585 public CompareToBuilder append(double lhs, double rhs) { in append() method in CompareToBuilder
606 public CompareToBuilder append(float lhs, float rhs) { in append() method in CompareToBuilder
725 public CompareToBuilder append(long[] lhs, long[] rhs) { in append() method in CompareToBuilder
765 public CompareToBuilder append(int[] lhs, int[] rhs) { in append() method in CompareToBuilder
[all …]
H A DHashCodeBuilder.java671 public HashCodeBuilder append(byte value) { in append() method in HashCodeBuilder
687 public HashCodeBuilder append(byte[] array) { in append() method in HashCodeBuilder
707 public HashCodeBuilder append(char value) { in append() method in HashCodeBuilder
721 public HashCodeBuilder append(char[] array) { in append() method in HashCodeBuilder
741 public HashCodeBuilder append(double value) { in append() method in HashCodeBuilder
774 public HashCodeBuilder append(float value) { in append() method in HashCodeBuilder
808 public HashCodeBuilder append(int value) { in append() method in HashCodeBuilder
822 public HashCodeBuilder append(int[] array) { in append() method in HashCodeBuilder
846 public HashCodeBuilder append(long value) { in append() method in HashCodeBuilder
860 public HashCodeBuilder append(long[] array) { in append() method in HashCodeBuilder
[all …]
H A DEqualsBuilder.java365 public EqualsBuilder append(Object lhs, Object rhs) { in append() method in EqualsBuilder
420 public EqualsBuilder append(long lhs, long rhs) { in append() method in EqualsBuilder
435 public EqualsBuilder append(int lhs, int rhs) { in append() method in EqualsBuilder
450 public EqualsBuilder append(short lhs, short rhs) { in append() method in EqualsBuilder
465 public EqualsBuilder append(char lhs, char rhs) { in append() method in EqualsBuilder
480 public EqualsBuilder append(byte lhs, byte rhs) { in append() method in EqualsBuilder
501 public EqualsBuilder append(double lhs, double rhs) { in append() method in EqualsBuilder
521 public EqualsBuilder append(float lhs, float rhs) { in append() method in EqualsBuilder
584 public EqualsBuilder append(long[] lhs, long[] rhs) { in append() method in EqualsBuilder
615 public EqualsBuilder append(int[] lhs, int[] rhs) { in append() method in EqualsBuilder
[all …]
/dports/devel/R-cran-BH/BH/inst/include/boost/geometry/algorithms/
H A Dappend.hpp45 namespace detail { namespace append namespace
167 struct append struct
172 struct append<Geometry, Point, linestring_tag, point_tag> struct
177 struct append<Geometry, Point, ring_tag, point_tag> struct
182 struct append<Polygon, Point, polygon_tag, point_tag> struct
187 struct append<Geometry, Range, linestring_tag, RangeTag> struct
192 struct append<Geometry, Range, ring_tag, RangeTag> struct
197 struct append<Polygon, Range, polygon_tag, RangeTag> struct
203 struct append<Geometry, Point, multi_point_tag, point_tag> struct
208 struct append<Geometry, Range, multi_point_tag, RangeTag> struct
[all …]
/dports/devel/R-cran-RUnit/RUnit/R/
H A Dhtml.r20 writeRaw <- function(htmlStr,htmlFile,append=TRUE) argument
38 writeRawCR <- function(htmlStr,htmlFile,append=TRUE) argument
76 writeBeginHead <- function(htmlFile,append=TRUE) argument
92 writeEndHead <- function(htmlFile,append=TRUE) argument
108 writeBeginHtml <- function(htmlFile,append=TRUE) argument
124 writeEndHtml <- function(htmlFile,append=TRUE) argument
140 writeBeginBody <- function(htmlFile,append=TRUE) argument
156 writeEndBody <- function(htmlFile,append=TRUE) argument
212 writeCR <- function(htmlFile,append=TRUE) argument
335 writeEndTable <- function(htmlFile,append=TRUE) argument
[all …]
/dports/security/zaproxy/zaproxy-2.11.1/zap/src/main/java/org/zaproxy/zap/utils/
H A DByteBuilder.java96 public ByteBuilder append(byte value) { in append() method in ByteBuilder
102 public ByteBuilder append(byte[] value) { in append() method in ByteBuilder
117 public ByteBuilder append(char value) { in append() method in ByteBuilder
123 public ByteBuilder append(char[] value) { in append() method in ByteBuilder
138 public ByteBuilder append(boolean value) { in append() method in ByteBuilder
144 public ByteBuilder append(short value) { in append() method in ByteBuilder
159 public ByteBuilder append(int value) { in append() method in ByteBuilder
174 public ByteBuilder append(long value) { in append() method in ByteBuilder
189 public ByteBuilder append(float value) { in append() method in ByteBuilder
205 public ByteBuilder append(double value) { in append() method in ByteBuilder
[all …]
/dports/devel/rudiments/rudiments-1.2.2/include/rudiments/private/
H A Dstringbufferinlines.h92 stringbuffer *stringbuffer::append(const char *string) { in append() function
103 stringbuffer *stringbuffer::append(char character) { in append() function
108 stringbuffer *stringbuffer::append(int16_t number) { in append() function
113 stringbuffer *stringbuffer::append(int32_t number) { in append() function
118 stringbuffer *stringbuffer::append(int64_t number) { in append() function
141 stringbuffer *stringbuffer::append(unsigned char character) { in append() function
146 stringbuffer *stringbuffer::append(uint16_t number) { in append() function
151 stringbuffer *stringbuffer::append(uint32_t number) { in append() function
156 stringbuffer *stringbuffer::append(uint64_t number) { in append() function
179 stringbuffer *stringbuffer::append(float number) { in append() function
[all …]
/dports/irc/kvirc/KVIrc-5.0.0-73-gbdeac0429/src/kvirc/kvs/
H A DKviKvsVariantList.h242 void append(KviKvsVariant * pItem) { m_pList->append(pItem); }; in append() function
264 void append(kvs_int_t iInt) { m_pList->append(new KviKvsVariant(iInt)); }; in append() function
271 void append(kvs_real_t dReal) { m_pList->append(new KviKvsVariant(dReal)); }; in append() function
278 void append(bool bBoolean) { m_pList->append(new KviKvsVariant(bBoolean)); }; in append() function
285 void append(kvs_hobject_t hObject) { m_pList->append(new KviKvsVariant(hObject)); }; in append() function
292 void append(KviKvsArray * pArray) { m_pList->append(new KviKvsVariant(pArray)); }; in append() function
299 void append(KviKvsHash * pHash) { m_pList->append(new KviKvsVariant(pHash)); }; in append() function
/dports/lang/gcc48/gcc-4.8.5/libjava/gnu/gcj/runtime/
H A DStringBuffer.java52 public StringBuffer append (boolean bool) in append() method in StringBuffer
61 public StringBuffer append (char ch) in append() method in StringBuffer
75 public native StringBuffer append (int inum); in append() method in StringBuffer
84 public StringBuffer append (long lnum) in append() method in StringBuffer
96 public StringBuffer append (float fnum) in append() method in StringBuffer
108 public StringBuffer append (double dnum) in append() method in StringBuffer
120 public StringBuffer append (Object obj) in append() method in StringBuffer
129 public StringBuffer append (String str) in append() method in StringBuffer
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/libjava/gnu/gcj/runtime/
H A DStringBuffer.java52 public StringBuffer append (boolean bool) in append() method in StringBuffer
61 public StringBuffer append (char ch) in append() method in StringBuffer
75 public native StringBuffer append (int inum); in append() method in StringBuffer
84 public StringBuffer append (long lnum) in append() method in StringBuffer
96 public StringBuffer append (float fnum) in append() method in StringBuffer
108 public StringBuffer append (double dnum) in append() method in StringBuffer
120 public StringBuffer append (Object obj) in append() method in StringBuffer
129 public StringBuffer append (String str) in append() method in StringBuffer
/dports/lang/gnat_util/gcc-6-20180516/libjava/gnu/gcj/runtime/
H A DStringBuffer.java52 public StringBuffer append (boolean bool) in append() method in StringBuffer
61 public StringBuffer append (char ch) in append() method in StringBuffer
75 public native StringBuffer append (int inum); in append() method in StringBuffer
84 public StringBuffer append (long lnum) in append() method in StringBuffer
96 public StringBuffer append (float fnum) in append() method in StringBuffer
108 public StringBuffer append (double dnum) in append() method in StringBuffer
120 public StringBuffer append (Object obj) in append() method in StringBuffer
129 public StringBuffer append (String str) in append() method in StringBuffer
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libjava/gnu/gcj/runtime/
H A DStringBuffer.java52 public StringBuffer append (boolean bool) in append() method in StringBuffer
61 public StringBuffer append (char ch) in append() method in StringBuffer
75 public native StringBuffer append (int inum); in append() method in StringBuffer
84 public StringBuffer append (long lnum) in append() method in StringBuffer
96 public StringBuffer append (float fnum) in append() method in StringBuffer
108 public StringBuffer append (double dnum) in append() method in StringBuffer
120 public StringBuffer append (Object obj) in append() method in StringBuffer
129 public StringBuffer append (String str) in append() method in StringBuffer
/dports/lang/gcc6-aux/gcc-6-20180516/libjava/gnu/gcj/runtime/
H A DStringBuffer.java52 public StringBuffer append (boolean bool) in append() method in StringBuffer
61 public StringBuffer append (char ch) in append() method in StringBuffer
75 public native StringBuffer append (int inum); in append() method in StringBuffer
84 public StringBuffer append (long lnum) in append() method in StringBuffer
96 public StringBuffer append (float fnum) in append() method in StringBuffer
108 public StringBuffer append (double dnum) in append() method in StringBuffer
120 public StringBuffer append (Object obj) in append() method in StringBuffer
129 public StringBuffer append (String str) in append() method in StringBuffer
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/libjava/gnu/gcj/runtime/
H A DStringBuffer.java52 public StringBuffer append (boolean bool) in append() method in StringBuffer
61 public StringBuffer append (char ch) in append() method in StringBuffer
75 public native StringBuffer append (int inum); in append() method in StringBuffer
84 public StringBuffer append (long lnum) in append() method in StringBuffer
96 public StringBuffer append (float fnum) in append() method in StringBuffer
108 public StringBuffer append (double dnum) in append() method in StringBuffer
120 public StringBuffer append (Object obj) in append() method in StringBuffer
129 public StringBuffer append (String str) in append() method in StringBuffer
/dports/devel/mingw32-gcc/gcc-4.8.1/libjava/gnu/gcj/runtime/
H A DStringBuffer.java52 public StringBuffer append (boolean bool) in append() method in StringBuffer
61 public StringBuffer append (char ch) in append() method in StringBuffer
75 public native StringBuffer append (int inum); in append() method in StringBuffer
84 public StringBuffer append (long lnum) in append() method in StringBuffer
96 public StringBuffer append (float fnum) in append() method in StringBuffer
108 public StringBuffer append (double dnum) in append() method in StringBuffer
120 public StringBuffer append (Object obj) in append() method in StringBuffer
129 public StringBuffer append (String str) in append() method in StringBuffer
/dports/emulators/dolphin-emu/dolphin-3152428/Source/Android/app/src/main/java/org/dolphinemu/dolphinemu/fragments/
H A DSaveLoadStateFragment.java30 .append(R.id.loadsave_state_button_1, EmulationActivity.MENU_ACTION_SAVE_SLOT1); in append() method
32 .append(R.id.loadsave_state_button_2, EmulationActivity.MENU_ACTION_SAVE_SLOT2); in append() method
34 .append(R.id.loadsave_state_button_3, EmulationActivity.MENU_ACTION_SAVE_SLOT3); in append() method
36 .append(R.id.loadsave_state_button_4, EmulationActivity.MENU_ACTION_SAVE_SLOT4); in append() method
38 .append(R.id.loadsave_state_button_5, EmulationActivity.MENU_ACTION_SAVE_SLOT5); in append() method
40 .append(R.id.loadsave_state_button_6, EmulationActivity.MENU_ACTION_SAVE_SLOT6); in append() method
48 .append(R.id.loadsave_state_button_1, EmulationActivity.MENU_ACTION_LOAD_SLOT1); in append() method
50 .append(R.id.loadsave_state_button_2, EmulationActivity.MENU_ACTION_LOAD_SLOT2); in append() method
52 .append(R.id.loadsave_state_button_3, EmulationActivity.MENU_ACTION_LOAD_SLOT3); in append() method
54 .append(R.id.loadsave_state_button_4, EmulationActivity.MENU_ACTION_LOAD_SLOT4); in append() method
[all …]
/dports/databases/qt5-sqldrivers-sqlite3/kde-qtbase-5.15.2p263/src/corelib/serialization/
H A Dqcborstreamwriter.h79 void append(const QByteArray &ba) { appendByteString(ba.constData(), ba.size()); } in append() function
83 void append(QCborKnownTags tag) { append(QCborTag(tag)); } in append() function
85 void append(std::nullptr_t) { append(QCborSimpleType::Null); } in append() function
96 void append(bool b) { append(b ? QCborSimpleType::True : QCborSimpleType::False); } in append() function
102 void append(int i) { append(qint64(i)); } in append() function
103 void append(uint u) { append(quint64(u)); } in append() function
/dports/databases/qt5-sqldrivers-sqlite2/kde-qtbase-5.15.2p263/src/corelib/serialization/
H A Dqcborstreamwriter.h79 void append(const QByteArray &ba) { appendByteString(ba.constData(), ba.size()); } in append() function
83 void append(QCborKnownTags tag) { append(QCborTag(tag)); } in append() function
85 void append(std::nullptr_t) { append(QCborSimpleType::Null); } in append() function
96 void append(bool b) { append(b ? QCborSimpleType::True : QCborSimpleType::False); } in append() function
102 void append(int i) { append(qint64(i)); } in append() function
103 void append(uint u) { append(quint64(u)); } in append() function
/dports/databases/qt5-sqldrivers-tds/kde-qtbase-5.15.2p263/src/corelib/serialization/
H A Dqcborstreamwriter.h79 void append(const QByteArray &ba) { appendByteString(ba.constData(), ba.size()); } in append() function
83 void append(QCborKnownTags tag) { append(QCborTag(tag)); } in append() function
85 void append(std::nullptr_t) { append(QCborSimpleType::Null); } in append() function
96 void append(bool b) { append(b ? QCborSimpleType::True : QCborSimpleType::False); } in append() function
102 void append(int i) { append(qint64(i)); } in append() function
103 void append(uint u) { append(quint64(u)); } in append() function
/dports/databases/qt5-sqldrivers-mysql/kde-qtbase-5.15.2p263/src/corelib/serialization/
H A Dqcborstreamwriter.h79 void append(const QByteArray &ba) { appendByteString(ba.constData(), ba.size()); } in append() function
83 void append(QCborKnownTags tag) { append(QCborTag(tag)); } in append() function
85 void append(std::nullptr_t) { append(QCborSimpleType::Null); } in append() function
96 void append(bool b) { append(b ? QCborSimpleType::True : QCborSimpleType::False); } in append() function
102 void append(int i) { append(qint64(i)); } in append() function
103 void append(uint u) { append(quint64(u)); } in append() function
/dports/databases/qt5-sqldrivers-odbc/kde-qtbase-5.15.2p263/src/corelib/serialization/
H A Dqcborstreamwriter.h79 void append(const QByteArray &ba) { appendByteString(ba.constData(), ba.size()); } in append() function
83 void append(QCborKnownTags tag) { append(QCborTag(tag)); } in append() function
85 void append(std::nullptr_t) { append(QCborSimpleType::Null); } in append() function
96 void append(bool b) { append(b ? QCborSimpleType::True : QCborSimpleType::False); } in append() function
102 void append(int i) { append(qint64(i)); } in append() function
103 void append(uint u) { append(quint64(u)); } in append() function
/dports/databases/qt5-sql/kde-qtbase-5.15.2p263/src/corelib/serialization/
H A Dqcborstreamwriter.h79 void append(const QByteArray &ba) { appendByteString(ba.constData(), ba.size()); } in append() function
83 void append(QCborKnownTags tag) { append(QCborTag(tag)); } in append() function
85 void append(std::nullptr_t) { append(QCborSimpleType::Null); } in append() function
96 void append(bool b) { append(b ? QCborSimpleType::True : QCborSimpleType::False); } in append() function
102 void append(int i) { append(qint64(i)); } in append() function
103 void append(uint u) { append(quint64(u)); } in append() function
/dports/databases/qt5-sqldrivers-pgsql/kde-qtbase-5.15.2p263/src/corelib/serialization/
H A Dqcborstreamwriter.h79 void append(const QByteArray &ba) { appendByteString(ba.constData(), ba.size()); } in append() function
83 void append(QCborKnownTags tag) { append(QCborTag(tag)); } in append() function
85 void append(std::nullptr_t) { append(QCborSimpleType::Null); } in append() function
96 void append(bool b) { append(b ? QCborSimpleType::True : QCborSimpleType::False); } in append() function
102 void append(int i) { append(qint64(i)); } in append() function
103 void append(uint u) { append(quint64(u)); } in append() function
/dports/databases/qt5-sqldrivers-ibase/kde-qtbase-5.15.2p263/src/corelib/serialization/
H A Dqcborstreamwriter.h79 void append(const QByteArray &ba) { appendByteString(ba.constData(), ba.size()); } in append() function
83 void append(QCborKnownTags tag) { append(QCborTag(tag)); } in append() function
85 void append(std::nullptr_t) { append(QCborSimpleType::Null); } in append() function
96 void append(bool b) { append(b ? QCborSimpleType::True : QCborSimpleType::False); } in append() function
102 void append(int i) { append(qint64(i)); } in append() function
103 void append(uint u) { append(quint64(u)); } in append() function

12345678910>>...295