template::template_tag_subst_reference (private)

 template::template_tag_subst_reference arg

Defined in packages/acs-templating/tcl/tag-procs.tcl

substitute variable references

Parameters:
arg
Returns:
variable name

Partial Call Graph (max 5 caller/called nodes):
%3 template::template_tag_if_interp_expr template::template_tag_if_interp_expr (public) template::template_tag_subst_reference template::template_tag_subst_reference template::template_tag_if_interp_expr->template::template_tag_subst_reference

Testcases:
No testcase defined.
Source code:
    if { [regsub {^"@([a-zA-Z0-9_]+)\.([a-zA-Z0-9_.-]+)@"$} $arg {\1(\2)} arg1] } {
    } elseif { [regsub {^"@([a-zA-Z0-9_:]+)@"$} $arg {\1} arg1] } {
    } else {
        set arg1 ""
    }
    return $arg1
XQL Not present:
Generic, PostgreSQL, Oracle
[ hide source ] | [ make this the default ]
Show another procedure: