Lines Matching full:local
1 local base = _G
21 local var={}
30 local newVar = xml.new(tag)
38 local indent = indent or 0
39 local indentStr=""
41 local tableStr=""
44 local tag = var[0] or tagValue or base.type(var)
45 local s = indentStr.."<"..tag
72 local tag = base.type(var)
82 local file = base.io.open(filename,"w")
111 local ret = xml.find(v, tag, attributeKey,attributeValue)