tag-init.tcl

Tag Handlers for the ArsDigita Templating System Copyright (C) 1999-2000 ArsDigita Corporation Authors: Karl Goldstein (karlg@arsdigita.com) Stanislav Freidin (sfreidin@arsdigita.com) Christian Brechbuehler (chrisitan@arsdigita.com) $Id: tag-init.tcl,v 1.55 2024/11/13 08:40:51 gustafn Exp $ This is free software distributed under the terms of the GNU Public License. Full text of the license is available from the GNU Project: http://www.fsf.org/copyleft/gpl.html

Location:
packages/acs-templating/tcl/tag-init.tcl

Procedures in this file

Detailed information

template::template_tag_include_command (private)

 template::template_tag_include_command src params
Parameters:
src (required)
params (required)

Partial Call Graph (max 5 caller/called nodes):
%3 packages/acs-templating/tcl/tag-init.tcl packages/acs-templating/ tcl/tag-init.tcl template::template_tag_include_command template::template_tag_include_command packages/acs-templating/tcl/tag-init.tcl->template::template_tag_include_command template::template_tag_include_helper template::template_tag_include_helper (private) template::template_tag_include_helper->template::template_tag_include_command

Testcases:
No testcase defined.

template::template_tag_include_helper (private)

 template::template_tag_include_helper params

Include another template in the current template

Parameters:
params (required)

Partial Call Graph (max 5 caller/called nodes):
%3 packages/acs-templating/tcl/tag-init.tcl packages/acs-templating/ tcl/tag-init.tcl template::template_tag_include_helper template::template_tag_include_helper packages/acs-templating/tcl/tag-init.tcl->template::template_tag_include_helper ds_adp_end_box ds_adp_end_box (public) template::template_tag_include_helper->ds_adp_end_box ds_adp_start_box ds_adp_start_box (public) template::template_tag_include_helper->ds_adp_start_box template::adp_append_code template::adp_append_code (public) template::template_tag_include_helper->template::adp_append_code template::template_tag_include_command template::template_tag_include_command (private) template::template_tag_include_helper->template::template_tag_include_command template::template_tag_include_helper_code template::template_tag_include_helper_code (private) template::template_tag_include_helper->template::template_tag_include_helper_code

Testcases:
No testcase defined.

template::template_tag_include_helper_code (private)

 template::template_tag_include_helper_code [ -command command ] \
    [ -src src ] [ -ds_avail_p ds_avail_p ]
Switches:
-command (optional)
-src (optional)
-ds_avail_p (optional, defaults to "0")

Partial Call Graph (max 5 caller/called nodes):
%3 packages/acs-templating/tcl/tag-init.tcl packages/acs-templating/ tcl/tag-init.tcl template::template_tag_include_helper_code template::template_tag_include_helper_code packages/acs-templating/tcl/tag-init.tcl->template::template_tag_include_helper_code template::template_tag_include_helper template::template_tag_include_helper (private) template::template_tag_include_helper->template::template_tag_include_helper_code _ _ (public) template::template_tag_include_helper_code->_ ad_conn ad_conn (public) template::template_tag_include_helper_code->ad_conn ad_log ad_log (public) template::template_tag_include_helper_code->ad_log ad_try ad_try (public) template::template_tag_include_helper_code->ad_try template::util::url_to_file template::util::url_to_file (public) template::template_tag_include_helper_code->template::util::url_to_file

Testcases:
No testcase defined.
[ show source ]