HomeSort by relevance Sort by last modified time
    Searched refs:ws_strip_level (Results 1 - 2 of 2) sorted by null

  /external/clearsilver/java-jni/
j_neo_cs.c 131 int ws_strip_level = 0; local
136 ws_strip_level = hdf_get_int_value(cs->hdf, "ClearSilver.WhiteSpaceStrip", 0);
146 if (ws_strip_level) {
147 cgi_html_ws_strip(&str, ws_strip_level);
  /external/clearsilver/cgi/
cgi.c 1065 int ws_strip_level = 0; local
1073 ws_strip_level = hdf_get_int_value (cgi->hdf, "Config.WhiteSpaceStrip", 1);
1160 if (ws_strip_level)
1162 cgi_html_ws_strip(str, ws_strip_level);
    [all...]

Completed in 43 milliseconds