Home
last modified time | relevance | path

Searched refs:ehtml_expander (Results 1 – 2 of 2) sorted by relevance

/dports/www/yaws/yaws-2.0.6/src/
H A Dyaws_api.erl69 -export([ehtml_expand/1, ehtml_expander/1, ehtml_apply/2,
1917 ehtml_expander(X) -> function
1937 ehtml_expander({pre_html, X}, Before, After) -> function
1940 ehtml_expander({Tag}, Before, After) -> function
1943 ehtml_expander({Tag, Attrs}, Before, After) -> function
1949 ehtml_expander({Tag, Attrs, Body}, Before, After) -> function
1950 ehtml_expander(Body,
1959 ehtml_expander([H|T], Before, After) -> function
1960 ehtml_expander(T, [ehtml_expander(H, [], [])|Before], After);
1961 ehtml_expander([], Before, After) -> function
[all …]
/dports/www/yaws/yaws-2.0.6/
H A DChangeLog3814 Added ehtml_expander/1 for fast reusable EHTML templates.