(94df2e81324b4a1e8703fa5011b299a0635450b2)
#include "qnetworkcookie.h"
#include "qnetworkcookie_p.h"
#include "qnetworkrequest.h"
#include "qnetworkreply.h"
#include "QtCore/qbytearray.h"
#include "QtCore/qdatetime.h"
#include "QtCore/qdebug.h"
#include "QtCore/qlist.h"
#include "QtCore/qlocale.h"
#include <QtCore/qregularexpression.h>
#include "QtCore/qstring.h"
#include "QtCore/qstringlist.h"
#include "QtCore/qtimezone.h"
#include "QtCore/qurl.h"
#include "QtNetwork/qhostaddress.h"
#include "private/qobject_p.h"
#include <utility>
#include "moc_qnetworkcookie.cpp"
Go to the source code of this file.
|
static const char | zones [] |
static const int | zoneOffsets [] = {-8, -8, -7, -7, -6, -6, -5, -5, -4, -3, 0, 0, 0, 1, 2, 9 } |
static const char | months [] |
◆ ADAY
◆ AMONTH
◆ AYEAR
◆ checkStaticArray()
bool checkStaticArray |
( |
int & | val, |
|
|
QByteArrayView | dateString, |
|
|
int | at, |
|
|
const char * | array, |
|
|
int | size ) |
|
static |
◆ isNumber()
◆ isTerminator()
bool isTerminator |
( |
char | c | ) |
|
|
inlinestatic |
◆ isValueSeparator()
bool isValueSeparator |
( |
char | c | ) |
|
|
inlinestatic |
◆ isWhitespace()
bool isWhitespace |
( |
char | c | ) |
|
|
inlinestatic |
◆ nextField()
◆ operator<<()
◆ parseDateString()
◆ months
Initial value:=
"jan\0"
"feb\0"
"mar\0"
"apr\0"
"may\0"
"jun\0"
"jul\0"
"aug\0"
"sep\0"
"oct\0"
"nov\0"
"dec\0"
"\0"
Definition at line 557 of file qnetworkcookie.cpp.
◆ zoneOffsets
const int zoneOffsets = {-8, -8, -7, -7, -6, -6, -5, -5, -4, -3, 0, 0, 0, 1, 2, 9 } |
|
static |
◆ zones
Initial value:=
"pst\0"
"pdt\0"
"mst\0"
"mdt\0"
"cst\0"
"cdt\0"
"est\0"
"edt\0"
"ast\0"
"nst\0"
"gmt\0"
"utc\0"
"bst\0"
"met\0"
"eet\0"
"jst\0"
"\0"
Definition at line 537 of file qnetworkcookie.cpp.