TreeFrogFramework
2.8
|
#include "tsystemglobal.h"
#include <QDateTime>
#include <QLocale>
#include <QUrl>
#include <TFormValidator>
#include <TWebApplication>
Macros | |
#define | ATOM "[a-zA-Z0-9_!#\\$\\%&'*+/=?\\^`{}~|\\-]+" |
#define | DOT_ATOM ATOM "(?:\\." ATOM ")*" |
#define | QUOTED "\\\"(?:[\\x20\\x23-\\x5b\\x5d-\\x7e]|\\\\[\\x20-\\x7e])*\\\"" |
#define | LOCAL "(?:" DOT_ATOM "|" QUOTED ")" |
#define | ADDR_SPEC LOCAL "@" DOT_ATOM |
#define ATOM "[a-zA-Z0-9_!#\\$\\%&'*+/=?\\^`{}~|\\-]+" |
#define QUOTED "\\\"(?:[\\x20\\x23-\\x5b\\x5d-\\x7e]|\\\\[\\x20-\\x7e])*\\\"" |