ad_page_contract_filter_rule_proc_html (public)

 ad_page_contract_filter_rule_proc_html name filters_varname

Defined in packages/acs-tcl/tcl/tcl-documentation-procs.tcl

Makes sure the filter nohtml gets applied, unless some other html filter (html or allhtml) is already specified.

Parameters:
name
filters_varname
Author:
Lars Pind <lars@pinds.com>
Created:
25 July 2000

Partial Call Graph (max 5 caller/called nodes):
%3

Testcases:
No testcase defined.
Source code:
upvar $filters_varname filters

    foreach flag $filters {
        if { $flag in { nohtml html allhtml integer naturalnum word token } } {
            return
        }
    }
    lappend filters nohtml
XQL Not present:
Generic, PostgreSQL, Oracle
[ hide source ] | [ make this the default ]
Show another procedure: