110 string qorize(
bool val,
string name =
"var",
bool newstyle =
True);
129 string qorize(
string val,
string name =
"var",
bool newstyle =
True);
148 string qorize(
int val,
string name =
"var",
bool newstyle =
True);
167 string qorize(
float val,
string name =
"var",
bool newstyle =
True);
212 string qorize(
date val,
string name =
"var",
bool newstyle =
True);
260 string qorize(
list val,
string name =
"var",
bool newstyle =
True,
int indentation = 2,
bool curlyHash =
True);
306 string qorize(
hash val,
string name =
"var",
bool newstyle =
True,
int indentation = 2,
bool curlyHash =
True);
326 string qorize(
object val,
string name =
"var",
bool newstyle =
True,
int indentation = 2,
bool curlyHash =
True);
458 string qorize(
auto val,
string name =
"var",
bool newstyle =
True);
509 hash objectSignatures;
513 static string checkVariableName(
string name,
auto val,
bool newstyle);
515 static string escape(
bool val);
517 static string escape(
string val);
519 static string escape(
int val);
521 static string escape(
float val);
523 static string escape(
number val);
525 static string escape(
date val);
527 static string escape(
binary val);
529 static string escape(
object val);
531 static string escape(
auto val);
533 constructor(
auto n_container,
bool n_newstyle =
True,
int n_indentation = 2,
bool n_curlyHash =
True);
542 *
string named(
string name);
547 processNamed(
hash val,
string prefixName);
553 processNamed(
object val,
string prefixName);
559 processNamed(
list val,
string prefixName);
565 processNamed(
auto val,
string prefixName);
string qorize_named(hash val, string name="var", bool newstyle=True)
create code from the hash value - with one value per one line
number number(softnumber n)
deprecated string qorizeNamed(hash val, string name="var", bool newstyle=True)
Deprecated, use qorize_named() instead.
string qorize(bool val, string name="var", bool newstyle=True)
create code from the boolean value
string qorize_val(list val, int indentation=2, bool curlyHash=True)
create code without any variable assignment (lvalue)