92 string qorize(
bool val,
string name =
"var",
bool newstyle=
False);
111 string qorize(
string val,
string name =
"var",
bool newstyle=
False);
130 string qorize(
int val,
string name =
"var",
bool newstyle=
False);
149 string qorize(
float val,
string name =
"var",
bool newstyle=
False);
347 string qorize(any val,
string name =
"var",
bool newstyle=
False);
362 list inlineLevel = ();
367 static string checkVariableName(
string name, any val,
bool newstyle);
369 static string escape(
bool val);
371 static string escape(
string val);
373 static string escape(
int val);
375 static string escape(
float val);
377 static string escape(
number val);
379 static string escape(
date val);
381 static string escape(
binary val);
383 static string escape(any val);
385 constructor(any n_container,
bool n_newstyle);
394 string hashNamed(
string name);
397 private processNamed(
hash node,
string name);
400 private process(
list val);
403 private process(
hash val);
406 private process(
binary val);
409 private process(
string val);
412 private process(
bool val);
415 private process(
date val);
418 private process(
int val);
421 private process(
float val);
424 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