Home
last modified time | relevance | path

Searched defs:tplt (Results 1 – 3 of 3) sorted by relevance

/dports/deskutils/ausweisapp2/AusweisApp2-1.22.2/test/qt/activation/webservice/
H A Dtest_Template.cpp35 Template tplt(""); in emptyTemplate() local
42 Template tplt(QStringLiteral("${KEY_1}${KEY_2}${KEY_3}${KEY_1}${KEY_2}${KEY_3}")); in getContextKeys() local
52 Template tplt(QStringLiteral("${KEY_1}${KEY_2}${KEY_3}${KEY_1}${KEY_2}${KEY_3}")); in setContextParam() local
60 Template tplt(QStringLiteral("${KEY_1}${KEY_2}${KEY_3}${KEY_1}${KEY_2}${KEY_3}")); in setUnknownContextParam() local
68 Template tplt(QStringLiteral("${KEY_1}")); in resetContextParam() local
78 Template tplt(QStringLiteral("${KEY_1}${KEY_2}${KEY_3} ${KEY_1}${KEY_2}${KEY_3}")); in render() local
98 Template tplt = Template::fromFile(QStringLiteral(":/html_templates/error.html")); in renderErrorPage() local
132 Template tplt = Template::fromFile(QStringLiteral(":/html_templates/alreadyactive.html")); in renderAlreadyActivePage() local
/dports/math/py-statsmodels/statsmodels-0.13.1/statsmodels/sandbox/tsa/examples/
H A Dexample_var.py7 import scikits.timeseries.lib.plotlib as tplt namespace
/dports/emulators/simh/simh-3.9.0_5/SDS/
H A Dsds_defs.h184 DSPT *tplt; /* dispatch templates */ member