89 string qorize(
bool val,
string name =
"var",
bool newstyle=
False);
108 string qorize(
string val,
string name =
"var",
bool newstyle=
False);
127 string qorize(
int val,
string name =
"var",
bool newstyle=
False);
146 string qorize(
float val,
string name =
"var",
bool newstyle=
False);
344 string qorize(any val,
string name =
"var",
bool newstyle=
False);
359 list inlineLevel = ();
364 static string checkVariableName(
string name, any val,
bool newstyle);
366 static string escape(
bool val);
368 static string escape(
string val);
370 static string escape(
int val);
372 static string escape(
float val);
374 static string escape(
number val);
376 static string escape(
date val);
378 static string escape(
binary val);
380 static string escape(any val);
382 constructor(any container,
bool newstyle);
391 string hashNamed(
string name);
394 private processNamed(
hash node,
string name);
397 private process(
list val);
400 private process(
hash val);
403 private process(
binary val);
406 private process(
string val);
409 private process(
bool val);
412 private process(
date val);
415 private process(
int val);
418 private process(
float val);
421 private process(any val);
number number(softnumber n)
string qorizeNamed(hash val, string name="var", bool newstyle=False)
create code from the hash value - with one value per one line
string qorize(bool val, string name="var", bool newstyle=False)
create code from the boolean value
public Qorize namespace contains all relevant stuff for this module
Definition: Qorize.qm.dox.h:66