88 string qorize(
bool val,
string name =
"var",
bool newstyle=
False);
107 string qorize(
string val,
string name =
"var",
bool newstyle=
False);
126 string qorize(
int val,
string name =
"var",
bool newstyle=
False);
145 string qorize(
float val,
string name =
"var",
bool newstyle=
False);
343 string qorize(any val,
string name =
"var",
bool newstyle=
False);
358 list inlineLevel = ();
363 static string checkVariableName(
string name, any val,
bool newstyle);
365 static string escape(
bool val);
367 static string escape(
string val);
369 static string escape(
int val);
371 static string escape(
float val);
373 static string escape(
number val);
375 static string escape(
date val);
377 static string escape(
binary val);
379 static string escape(any val);
381 constructor(any container,
bool newstyle);
390 string hashNamed(
string name);
393 private processNamed(
hash node,
string name);
396 private process(
list val);
399 private process(
hash val);
402 private process(
binary val);
405 private process(
string val);
408 private process(
bool val);
411 private process(
date val);
414 private process(
int val);
417 private process(
float val);
420 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