Home
last modified time | relevance | path

Searched refs:zFooter (Results 1 – 4 of 4) sorted by relevance

/dports/devel/svntrac/cvstrac-2.0.1/
H A Dcommon.c512 const char *zFooter; in common_footer() local
514 zFooter = db_config("footer", FOOTER); in common_footer()
515 if( zFooter && zFooter[0] ){ in common_footer()
517 if( zFooter[0]=='/' && (z = common_readfile(zFooter))!=0 ){ in common_footer()
518 zFooter = z; in common_footer()
520 output_with_subst(zFooter, ""); in common_footer()
/dports/devel/cvstrac/cvstrac-2.0.1/
H A Dcommon.c512 const char *zFooter; in common_footer() local
514 zFooter = db_config("footer", FOOTER); in common_footer()
515 if( zFooter && zFooter[0] ){ in common_footer()
517 if( zFooter[0]=='/' && (z = common_readfile(zFooter))!=0 ){ in common_footer()
518 zFooter = z; in common_footer()
520 output_with_subst(zFooter, ""); in common_footer()
/dports/devel/gittrac/cvstrac-2.0.1/
H A Dcommon.c512 const char *zFooter; in common_footer() local
514 zFooter = db_config("footer", FOOTER); in common_footer()
515 if( zFooter && zFooter[0] ){ in common_footer()
517 if( zFooter[0]=='/' && (z = common_readfile(zFooter))!=0 ){ in common_footer()
518 zFooter = z; in common_footer()
520 output_with_subst(zFooter, ""); in common_footer()
/dports/devel/fossil/fossil-src-2.17/src/
H A Dstyle.c924 const char *zFooter; local
1068 zFooter = skin_get("footer");
1069 if( sqlite3_strlike("%</body>%", zFooter, 0)==0 ){
1073 Th_Render(zFooter);
1084 if( sqlite3_strlike("%</body>%", zFooter, 0)!=0 ){