added: to Request options used by ezc generators:
bool gen_trim_white; bool gen_skip_new_line; bool gen_use_special_chars; added: new ezc filter: fil_csv_escape for escaping csv fields git-svn-id: svn://ttmath.org/publicrep/winix/trunk@877 e52654a7-88a9-db11-a3e9-0013d4bc506e
This commit is contained in:
@@ -60,6 +60,9 @@ namespace TemplatesFunctions
|
||||
extern Functions * functions;
|
||||
extern SessionManager * session_manager;
|
||||
|
||||
extern bool gen_trim_white;
|
||||
extern bool gen_skip_new_line;
|
||||
extern bool gen_use_special_chars;
|
||||
|
||||
|
||||
|
||||
@@ -171,6 +174,7 @@ namespace TemplatesFunctions
|
||||
void fil_tosmall(Info & i);
|
||||
void fil_firstup(Info & i);
|
||||
void fil_first_wordup(Info & i);
|
||||
void fil_csv_escape(Info & i);
|
||||
|
||||
|
||||
/*
|
||||
@@ -542,6 +546,9 @@ public:
|
||||
void ReadTemplates();
|
||||
void ReadNewIndexTemplates();
|
||||
void ReadNewChangeTemplates();
|
||||
|
||||
void SetEzcParameters(bool trim_white, bool skip_new_line, bool use_special_chars);
|
||||
|
||||
void Generate();
|
||||
void GenerateRunRaw();
|
||||
void Generate(Ezc::Pattern & pattern);
|
||||
|
Reference in New Issue
Block a user