Home
last modified time | relevance | path

Searched refs:QHttpPart (Results 1 – 25 of 185) sorted by relevance

12345678

/dports/databases/qt5-sqldrivers-sqlite2/kde-qtbase-5.15.2p263/src/network/access/
H A Dqhttpmultipart.h57 class Q_NETWORK_EXPORT QHttpPart
60 QHttpPart();
61 QHttpPart(const QHttpPart &other);
62 ~QHttpPart();
63 QHttpPart &operator=(QHttpPart &&other) noexcept { swap(other); return *this; }
64 QHttpPart &operator=(const QHttpPart &other);
66 void swap(QHttpPart &other) noexcept { qSwap(d, other.d); } in swap()
68 bool operator==(const QHttpPart &other) const;
69 inline bool operator!=(const QHttpPart &other) const
84 Q_DECLARE_SHARED(QHttpPart) in Q_DECLARE_SHARED() argument
[all …]
H A Dqhttpmultipart.cpp98 QHttpPart::QHttpPart() : d(new QHttpPartPrivate) in QHttpPart() function in QHttpPart
105 QHttpPart::QHttpPart(const QHttpPart &other) : d(other.d) in QHttpPart() function in QHttpPart
112 QHttpPart::~QHttpPart() in ~QHttpPart()
120 QHttpPart &QHttpPart::operator=(const QHttpPart &other) in operator =()
140 bool QHttpPart::operator==(const QHttpPart &other) const in operator ==()
159 void QHttpPart::setHeader(QNetworkRequest::KnownHeaders header, const QVariant &value) in setHeader()
177 void QHttpPart::setRawHeader(const QByteArray &headerName, const QByteArray &headerValue) in setRawHeader()
190 void QHttpPart::setBody(const QByteArray &body) in setBody()
210 void QHttpPart::setBodyDevice(QIODevice *device) in setBodyDevice()
298 void QHttpMultiPart::append(const QHttpPart &httpPart) in append()
/dports/databases/qt5-sqldrivers-tds/kde-qtbase-5.15.2p263/src/network/access/
H A Dqhttpmultipart.h57 class Q_NETWORK_EXPORT QHttpPart
60 QHttpPart();
61 QHttpPart(const QHttpPart &other);
62 ~QHttpPart();
63 QHttpPart &operator=(QHttpPart &&other) noexcept { swap(other); return *this; }
64 QHttpPart &operator=(const QHttpPart &other);
66 void swap(QHttpPart &other) noexcept { qSwap(d, other.d); } in swap()
68 bool operator==(const QHttpPart &other) const;
69 inline bool operator!=(const QHttpPart &other) const
84 Q_DECLARE_SHARED(QHttpPart) in Q_DECLARE_SHARED() argument
[all …]
H A Dqhttpmultipart.cpp98 QHttpPart::QHttpPart() : d(new QHttpPartPrivate) in QHttpPart() function in QHttpPart
105 QHttpPart::QHttpPart(const QHttpPart &other) : d(other.d) in QHttpPart() function in QHttpPart
112 QHttpPart::~QHttpPart() in ~QHttpPart()
120 QHttpPart &QHttpPart::operator=(const QHttpPart &other) in operator =()
140 bool QHttpPart::operator==(const QHttpPart &other) const in operator ==()
159 void QHttpPart::setHeader(QNetworkRequest::KnownHeaders header, const QVariant &value) in setHeader()
177 void QHttpPart::setRawHeader(const QByteArray &headerName, const QByteArray &headerValue) in setRawHeader()
190 void QHttpPart::setBody(const QByteArray &body) in setBody()
210 void QHttpPart::setBodyDevice(QIODevice *device) in setBodyDevice()
298 void QHttpMultiPart::append(const QHttpPart &httpPart) in append()
/dports/databases/qt5-sqldrivers-sqlite3/kde-qtbase-5.15.2p263/src/network/access/
H A Dqhttpmultipart.h57 class Q_NETWORK_EXPORT QHttpPart
60 QHttpPart();
61 QHttpPart(const QHttpPart &other);
62 ~QHttpPart();
63 QHttpPart &operator=(QHttpPart &&other) noexcept { swap(other); return *this; }
64 QHttpPart &operator=(const QHttpPart &other);
66 void swap(QHttpPart &other) noexcept { qSwap(d, other.d); } in swap()
68 bool operator==(const QHttpPart &other) const;
69 inline bool operator!=(const QHttpPart &other) const
84 Q_DECLARE_SHARED(QHttpPart) in Q_DECLARE_SHARED() argument
[all …]
H A Dqhttpmultipart.cpp98 QHttpPart::QHttpPart() : d(new QHttpPartPrivate) in QHttpPart() function in QHttpPart
105 QHttpPart::QHttpPart(const QHttpPart &other) : d(other.d) in QHttpPart() function in QHttpPart
112 QHttpPart::~QHttpPart() in ~QHttpPart()
120 QHttpPart &QHttpPart::operator=(const QHttpPart &other) in operator =()
140 bool QHttpPart::operator==(const QHttpPart &other) const in operator ==()
159 void QHttpPart::setHeader(QNetworkRequest::KnownHeaders header, const QVariant &value) in setHeader()
177 void QHttpPart::setRawHeader(const QByteArray &headerName, const QByteArray &headerValue) in setRawHeader()
190 void QHttpPart::setBody(const QByteArray &body) in setBody()
210 void QHttpPart::setBodyDevice(QIODevice *device) in setBodyDevice()
298 void QHttpMultiPart::append(const QHttpPart &httpPart) in append()
/dports/databases/qt5-sqldrivers-mysql/kde-qtbase-5.15.2p263/src/network/access/
H A Dqhttpmultipart.h57 class Q_NETWORK_EXPORT QHttpPart
60 QHttpPart();
61 QHttpPart(const QHttpPart &other);
62 ~QHttpPart();
63 QHttpPart &operator=(QHttpPart &&other) noexcept { swap(other); return *this; }
64 QHttpPart &operator=(const QHttpPart &other);
66 void swap(QHttpPart &other) noexcept { qSwap(d, other.d); } in swap()
68 bool operator==(const QHttpPart &other) const;
69 inline bool operator!=(const QHttpPart &other) const
84 Q_DECLARE_SHARED(QHttpPart) in Q_DECLARE_SHARED() argument
[all …]
H A Dqhttpmultipart.cpp98 QHttpPart::QHttpPart() : d(new QHttpPartPrivate) in QHttpPart() function in QHttpPart
105 QHttpPart::QHttpPart(const QHttpPart &other) : d(other.d) in QHttpPart() function in QHttpPart
112 QHttpPart::~QHttpPart() in ~QHttpPart()
120 QHttpPart &QHttpPart::operator=(const QHttpPart &other) in operator =()
140 bool QHttpPart::operator==(const QHttpPart &other) const in operator ==()
159 void QHttpPart::setHeader(QNetworkRequest::KnownHeaders header, const QVariant &value) in setHeader()
177 void QHttpPart::setRawHeader(const QByteArray &headerName, const QByteArray &headerValue) in setRawHeader()
190 void QHttpPart::setBody(const QByteArray &body) in setBody()
210 void QHttpPart::setBodyDevice(QIODevice *device) in setBodyDevice()
298 void QHttpMultiPart::append(const QHttpPart &httpPart) in append()
/dports/databases/qt5-sqldrivers-ibase/kde-qtbase-5.15.2p263/src/network/access/
H A Dqhttpmultipart.h57 class Q_NETWORK_EXPORT QHttpPart
60 QHttpPart();
61 QHttpPart(const QHttpPart &other);
62 ~QHttpPart();
63 QHttpPart &operator=(QHttpPart &&other) noexcept { swap(other); return *this; }
64 QHttpPart &operator=(const QHttpPart &other);
66 void swap(QHttpPart &other) noexcept { qSwap(d, other.d); } in swap()
68 bool operator==(const QHttpPart &other) const;
69 inline bool operator!=(const QHttpPart &other) const
84 Q_DECLARE_SHARED(QHttpPart) in Q_DECLARE_SHARED() argument
[all …]
/dports/databases/qt5-sql/kde-qtbase-5.15.2p263/src/network/access/
H A Dqhttpmultipart.h57 class Q_NETWORK_EXPORT QHttpPart
60 QHttpPart();
61 QHttpPart(const QHttpPart &other);
62 ~QHttpPart();
63 QHttpPart &operator=(QHttpPart &&other) noexcept { swap(other); return *this; }
64 QHttpPart &operator=(const QHttpPart &other);
66 void swap(QHttpPart &other) noexcept { qSwap(d, other.d); } in swap()
68 bool operator==(const QHttpPart &other) const;
69 inline bool operator!=(const QHttpPart &other) const
84 Q_DECLARE_SHARED(QHttpPart) in Q_DECLARE_SHARED() argument
[all …]
/dports/databases/qt5-sqldrivers-odbc/kde-qtbase-5.15.2p263/src/network/access/
H A Dqhttpmultipart.h57 class Q_NETWORK_EXPORT QHttpPart
60 QHttpPart();
61 QHttpPart(const QHttpPart &other);
62 ~QHttpPart();
63 QHttpPart &operator=(QHttpPart &&other) noexcept { swap(other); return *this; }
64 QHttpPart &operator=(const QHttpPart &other);
66 void swap(QHttpPart &other) noexcept { qSwap(d, other.d); } in swap()
68 bool operator==(const QHttpPart &other) const;
69 inline bool operator!=(const QHttpPart &other) const
84 Q_DECLARE_SHARED(QHttpPart) in Q_DECLARE_SHARED() argument
[all …]
/dports/databases/qt5-sqldrivers-pgsql/kde-qtbase-5.15.2p263/src/network/access/
H A Dqhttpmultipart.h57 class Q_NETWORK_EXPORT QHttpPart
60 QHttpPart();
61 QHttpPart(const QHttpPart &other);
62 ~QHttpPart();
63 QHttpPart &operator=(QHttpPart &&other) noexcept { swap(other); return *this; }
64 QHttpPart &operator=(const QHttpPart &other);
66 void swap(QHttpPart &other) noexcept { qSwap(d, other.d); } in swap()
68 bool operator==(const QHttpPart &other) const;
69 inline bool operator!=(const QHttpPart &other) const
84 Q_DECLARE_SHARED(QHttpPart) in Q_DECLARE_SHARED() argument
[all …]
/dports/net/qt5-network/kde-qtbase-5.15.2p263/src/network/access/
H A Dqhttpmultipart.h57 class Q_NETWORK_EXPORT QHttpPart
60 QHttpPart();
61 QHttpPart(const QHttpPart &other);
62 ~QHttpPart();
63 QHttpPart &operator=(QHttpPart &&other) noexcept { swap(other); return *this; }
64 QHttpPart &operator=(const QHttpPart &other);
66 void swap(QHttpPart &other) noexcept { qSwap(d, other.d); } in swap()
68 bool operator==(const QHttpPart &other) const;
69 inline bool operator!=(const QHttpPart &other) const
84 Q_DECLARE_SHARED(QHttpPart) in Q_DECLARE_SHARED() argument
[all …]
/dports/textproc/qt5-xml/kde-qtbase-5.15.2p263/src/network/access/
H A Dqhttpmultipart.h57 class Q_NETWORK_EXPORT QHttpPart
60 QHttpPart();
61 QHttpPart(const QHttpPart &other);
62 ~QHttpPart();
63 QHttpPart &operator=(QHttpPart &&other) noexcept { swap(other); return *this; }
64 QHttpPart &operator=(const QHttpPart &other);
66 void swap(QHttpPart &other) noexcept { qSwap(d, other.d); } in swap()
68 bool operator==(const QHttpPart &other) const;
69 inline bool operator!=(const QHttpPart &other) const
84 Q_DECLARE_SHARED(QHttpPart) in Q_DECLARE_SHARED() argument
[all …]
/dports/x11-toolkits/qt5-gui/kde-qtbase-5.15.2p263/src/network/access/
H A Dqhttpmultipart.h57 class Q_NETWORK_EXPORT QHttpPart
60 QHttpPart();
61 QHttpPart(const QHttpPart &other);
62 ~QHttpPart();
63 QHttpPart &operator=(QHttpPart &&other) noexcept { swap(other); return *this; }
64 QHttpPart &operator=(const QHttpPart &other);
66 void swap(QHttpPart &other) noexcept { qSwap(d, other.d); } in swap()
68 bool operator==(const QHttpPart &other) const;
69 inline bool operator!=(const QHttpPart &other) const
84 Q_DECLARE_SHARED(QHttpPart) in Q_DECLARE_SHARED() argument
[all …]
/dports/devel/qt5-testlib/kde-qtbase-5.15.2p263/src/network/access/
H A Dqhttpmultipart.h57 class Q_NETWORK_EXPORT QHttpPart
60 QHttpPart();
61 QHttpPart(const QHttpPart &other);
62 ~QHttpPart();
63 QHttpPart &operator=(QHttpPart &&other) noexcept { swap(other); return *this; }
64 QHttpPart &operator=(const QHttpPart &other);
66 void swap(QHttpPart &other) noexcept { qSwap(d, other.d); } in swap()
68 bool operator==(const QHttpPart &other) const;
69 inline bool operator!=(const QHttpPart &other) const
84 Q_DECLARE_SHARED(QHttpPart) in Q_DECLARE_SHARED() argument
[all …]
H A Dqhttpmultipart.cpp98 QHttpPart::QHttpPart() : d(new QHttpPartPrivate) in QHttpPart() function in QHttpPart
105 QHttpPart::QHttpPart(const QHttpPart &other) : d(other.d) in QHttpPart() function in QHttpPart
112 QHttpPart::~QHttpPart() in ~QHttpPart()
120 QHttpPart &QHttpPart::operator=(const QHttpPart &other) in operator =()
140 bool QHttpPart::operator==(const QHttpPart &other) const in operator ==()
159 void QHttpPart::setHeader(QNetworkRequest::KnownHeaders header, const QVariant &value) in setHeader()
177 void QHttpPart::setRawHeader(const QByteArray &headerName, const QByteArray &headerValue) in setRawHeader()
190 void QHttpPart::setBody(const QByteArray &body) in setBody()
210 void QHttpPart::setBodyDevice(QIODevice *device) in setBodyDevice()
298 void QHttpMultiPart::append(const QHttpPart &httpPart) in append()
/dports/x11-toolkits/qt5-widgets/kde-qtbase-5.15.2p263/src/network/access/
H A Dqhttpmultipart.h57 class Q_NETWORK_EXPORT QHttpPart
60 QHttpPart();
61 QHttpPart(const QHttpPart &other);
62 ~QHttpPart();
63 QHttpPart &operator=(QHttpPart &&other) noexcept { swap(other); return *this; }
64 QHttpPart &operator=(const QHttpPart &other);
66 void swap(QHttpPart &other) noexcept { qSwap(d, other.d); } in swap()
68 bool operator==(const QHttpPart &other) const;
69 inline bool operator!=(const QHttpPart &other) const
84 Q_DECLARE_SHARED(QHttpPart) in Q_DECLARE_SHARED() argument
[all …]
/dports/devel/qt5-dbus/kde-qtbase-5.15.2p263/src/network/access/
H A Dqhttpmultipart.h57 class Q_NETWORK_EXPORT QHttpPart
60 QHttpPart();
61 QHttpPart(const QHttpPart &other);
62 ~QHttpPart();
63 QHttpPart &operator=(QHttpPart &&other) noexcept { swap(other); return *this; }
64 QHttpPart &operator=(const QHttpPart &other);
66 void swap(QHttpPart &other) noexcept { qSwap(d, other.d); } in swap()
68 bool operator==(const QHttpPart &other) const;
69 inline bool operator!=(const QHttpPart &other) const
84 Q_DECLARE_SHARED(QHttpPart) in Q_DECLARE_SHARED() argument
[all …]
/dports/devel/qt5-concurrent/kde-qtbase-5.15.2p263/src/network/access/
H A Dqhttpmultipart.h57 class Q_NETWORK_EXPORT QHttpPart
60 QHttpPart();
61 QHttpPart(const QHttpPart &other);
62 ~QHttpPart();
63 QHttpPart &operator=(QHttpPart &&other) noexcept { swap(other); return *this; }
64 QHttpPart &operator=(const QHttpPart &other);
66 void swap(QHttpPart &other) noexcept { qSwap(d, other.d); } in swap()
68 bool operator==(const QHttpPart &other) const;
69 inline bool operator!=(const QHttpPart &other) const
84 Q_DECLARE_SHARED(QHttpPart) in Q_DECLARE_SHARED() argument
[all …]
/dports/devel/qt5-buildtools/kde-qtbase-5.15.2p263/src/network/access/
H A Dqhttpmultipart.h57 class Q_NETWORK_EXPORT QHttpPart
60 QHttpPart();
61 QHttpPart(const QHttpPart &other);
62 ~QHttpPart();
63 QHttpPart &operator=(QHttpPart &&other) noexcept { swap(other); return *this; }
64 QHttpPart &operator=(const QHttpPart &other);
66 void swap(QHttpPart &other) noexcept { qSwap(d, other.d); } in swap()
68 bool operator==(const QHttpPart &other) const;
69 inline bool operator!=(const QHttpPart &other) const
84 Q_DECLARE_SHARED(QHttpPart) in Q_DECLARE_SHARED() argument
[all …]
/dports/devel/qt5-qmake/kde-qtbase-5.15.2p263/src/network/access/
H A Dqhttpmultipart.h57 class Q_NETWORK_EXPORT QHttpPart
60 QHttpPart();
61 QHttpPart(const QHttpPart &other);
62 ~QHttpPart();
63 QHttpPart &operator=(QHttpPart &&other) noexcept { swap(other); return *this; }
64 QHttpPart &operator=(const QHttpPart &other);
66 void swap(QHttpPart &other) noexcept { qSwap(d, other.d); } in swap()
68 bool operator==(const QHttpPart &other) const;
69 inline bool operator!=(const QHttpPart &other) const
84 Q_DECLARE_SHARED(QHttpPart) in Q_DECLARE_SHARED() argument
[all …]
/dports/graphics/qt5-opengl/kde-qtbase-5.15.2p263/src/network/access/
H A Dqhttpmultipart.h57 class Q_NETWORK_EXPORT QHttpPart
60 QHttpPart();
61 QHttpPart(const QHttpPart &other);
62 ~QHttpPart();
63 QHttpPart &operator=(QHttpPart &&other) noexcept { swap(other); return *this; }
64 QHttpPart &operator=(const QHttpPart &other);
66 void swap(QHttpPart &other) noexcept { qSwap(d, other.d); } in swap()
68 bool operator==(const QHttpPart &other) const;
69 inline bool operator!=(const QHttpPart &other) const
84 Q_DECLARE_SHARED(QHttpPart) in Q_DECLARE_SHARED() argument
[all …]
/dports/print/qt5-printsupport/kde-qtbase-5.15.2p263/src/network/access/
H A Dqhttpmultipart.h57 class Q_NETWORK_EXPORT QHttpPart
60 QHttpPart();
61 QHttpPart(const QHttpPart &other);
62 ~QHttpPart();
63 QHttpPart &operator=(QHttpPart &&other) noexcept { swap(other); return *this; }
64 QHttpPart &operator=(const QHttpPart &other);
66 void swap(QHttpPart &other) noexcept { qSwap(d, other.d); } in swap()
68 bool operator==(const QHttpPart &other) const;
69 inline bool operator!=(const QHttpPart &other) const
84 Q_DECLARE_SHARED(QHttpPart) in Q_DECLARE_SHARED() argument
[all …]
/dports/converters/wkhtmltopdf/qt-5db36ec/src/network/access/
H A Dqhttpmultipart.h58 class Q_NETWORK_EXPORT QHttpPart
61 QHttpPart();
62 QHttpPart(const QHttpPart &other);
63 ~QHttpPart();
64 QHttpPart &operator=(const QHttpPart &other);
65 bool operator==(const QHttpPart &other) const;
66 inline bool operator!=(const QHttpPart &other) const
100 void append(const QHttpPart &httpPart);

12345678