Home
last modified time | relevance | path

Searched refs:tmplf (Results 1 – 14 of 14) sorted by relevance

/dports/www/youtube_dl/youtube-dl/devscripts/gh-pages/
H A Dgenerate-download.py11 with open('download.html.in', 'r', encoding='utf-8') as tmplf:
12 template = tmplf.read()
H A Dupdate-sites.py15 with open('supportedsites.html.in', 'r', encoding='utf-8') as tmplf:
16 template = tmplf.read()
/dports/www/yt-dlp/yt-dlp-2021.12.27/devscripts/gh-pages.unused/
H A Dgenerate-download.py11 with open('download.html.in', 'r', encoding='utf-8') as tmplf:
12 template = tmplf.read()
H A Dupdate-sites.py15 with open('supportedsites.html.in', 'r', encoding='utf-8') as tmplf:
16 template = tmplf.read()
/dports/www/py-turbogears2/TurboGears2-2.3.12/tests/
H A Dtest_util.py136 tmplf = DottedFileNameFinder().get_dotted_filename('fakepackage.test_template',
138 with open(tmplf) as t:
/dports/net/haproxy20/haproxy-2.0.26/src/
H A Dlog.c565 struct logformat_node *tmplf, *back; in parse_logformat_string() local
575 list_for_each_entry_safe(tmplf, back, list_format, list) { in parse_logformat_string()
576 LIST_DEL(&tmplf->list); in parse_logformat_string()
577 release_sample_expr(tmplf->expr); in parse_logformat_string()
578 free(tmplf->arg); in parse_logformat_string()
579 free(tmplf); in parse_logformat_string()
/dports/net/haproxy19/haproxy-1.9.16/src/
H A Dlog.c572 struct logformat_node *tmplf, *back; in parse_logformat_string() local
582 list_for_each_entry_safe(tmplf, back, list_format, list) { in parse_logformat_string()
583 LIST_DEL(&tmplf->list); in parse_logformat_string()
584 release_sample_expr(tmplf->expr); in parse_logformat_string()
585 free(tmplf->arg); in parse_logformat_string()
586 free(tmplf); in parse_logformat_string()
/dports/net/haproxy22/haproxy-2.2.19/src/
H A Dlog.c584 struct logformat_node *tmplf, *back; in parse_logformat_string() local
594 list_for_each_entry_safe(tmplf, back, list_format, list) { in parse_logformat_string()
595 LIST_DEL(&tmplf->list); in parse_logformat_string()
596 release_sample_expr(tmplf->expr); in parse_logformat_string()
597 free(tmplf->arg); in parse_logformat_string()
598 free(tmplf); in parse_logformat_string()
/dports/net/haproxy21/haproxy-2.1.12/src/
H A Dlog.c568 struct logformat_node *tmplf, *back; in parse_logformat_string() local
578 list_for_each_entry_safe(tmplf, back, list_format, list) { in parse_logformat_string()
579 LIST_DEL(&tmplf->list); in parse_logformat_string()
580 release_sample_expr(tmplf->expr); in parse_logformat_string()
581 free(tmplf->arg); in parse_logformat_string()
582 free(tmplf); in parse_logformat_string()
/dports/net/nuster/nuster-5.0.4.21/src/
H A Dlog.c568 struct logformat_node *tmplf, *back; in parse_logformat_string() local
578 list_for_each_entry_safe(tmplf, back, list_format, list) { in parse_logformat_string()
579 LIST_DEL(&tmplf->list); in parse_logformat_string()
580 release_sample_expr(tmplf->expr); in parse_logformat_string()
581 free(tmplf->arg); in parse_logformat_string()
582 free(tmplf); in parse_logformat_string()
/dports/net/haproxy17/haproxy-1.7.14/src/
H A Dlog.c531 struct logformat_node *tmplf, *back; in parse_logformat_string() local
541 list_for_each_entry_safe(tmplf, back, list_format, list) { in parse_logformat_string()
542 LIST_DEL(&tmplf->list); in parse_logformat_string()
543 free(tmplf); in parse_logformat_string()
/dports/net/haproxy18/haproxy-1.8.30/src/
H A Dlog.c540 struct logformat_node *tmplf, *back; in parse_logformat_string() local
550 list_for_each_entry_safe(tmplf, back, list_format, list) { in parse_logformat_string()
551 LIST_DEL(&tmplf->list); in parse_logformat_string()
552 free(tmplf); in parse_logformat_string()
/dports/net/haproxy/haproxy-2.4.10/src/
H A Dlog.c567 struct logformat_node *tmplf, *back; in parse_logformat_string() local
577 list_for_each_entry_safe(tmplf, back, list_format, list) { in parse_logformat_string()
578 LIST_DELETE(&tmplf->list); in parse_logformat_string()
579 release_sample_expr(tmplf->expr); in parse_logformat_string()
580 free(tmplf->arg); in parse_logformat_string()
581 free(tmplf); in parse_logformat_string()
/dports/net/haproxy23/haproxy-2.3.16/src/
H A Dlog.c559 struct logformat_node *tmplf, *back; in parse_logformat_string() local
569 list_for_each_entry_safe(tmplf, back, list_format, list) { in parse_logformat_string()
570 LIST_DEL(&tmplf->list); in parse_logformat_string()
571 release_sample_expr(tmplf->expr); in parse_logformat_string()
572 free(tmplf->arg); in parse_logformat_string()
573 free(tmplf); in parse_logformat_string()