api_page_documentation_mode_p (public)

 api_page_documentation_mode_p

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

Determines whether the thread is in "gathering documentation" or "executing the page" mode.

Returns:
true if the thread is in "gathering documentation" mode, or false otherwise.
See Also:

Partial Call Graph (max 5 caller/called nodes):
%3 test_link_tests link_tests (test xowiki) api_page_documentation_mode_p api_page_documentation_mode_p test_link_tests->api_page_documentation_mode_p test_package_normalize_path package_normalize_path (test xowiki) test_package_normalize_path->api_page_documentation_mode_p test_path_resolve path_resolve (test xowiki) test_path_resolve->api_page_documentation_mode_p test_slot_interactions slot_interactions (test xowiki) test_slot_interactions->api_page_documentation_mode_p test_xowiki_test_cases xowiki_test_cases (test xowiki) test_xowiki_test_cases->api_page_documentation_mode_p ad_page_contract ad_page_contract (public) ad_page_contract->api_page_documentation_mode_p xo::PackageMgr instproc initialize xo::PackageMgr instproc initialize (public) xo::PackageMgr instproc initialize->api_page_documentation_mode_p

Testcases:
package_normalize_path, xowiki_test_cases, link_tests, slot_interactions, path_resolve
Source code:
    if { [info exists ::ad_conn(api_page_documentation_mode_p)] } {
        return $::ad_conn(api_page_documentation_mode_p)
    }
    return 0
XQL Not present:
Generic, PostgreSQL, Oracle
[ hide source ] | [ make this the default ]
Show another procedure: