Home
last modified time | relevance | path

Searched refs:template (Results 1 – 8 of 8) sorted by last modified time

/unit/
H A DCHANGES158 *) Feature: njs support with the basic syntax of JS template literals.
/unit/pkg/docker/
H A DMakefile119 Dockerfile.%: ../../version template.Dockerfile
121 cat template.Dockerfile | sed \
/unit/test/
H A Dtest_njs.py122 def check_invalid(template): argument
123 assert 'error' in client.conf(template, 'routes/0/action/share')
130 def check_invalid_resolve(template): argument
131 assert 'success' in client.conf(template, 'routes/0/action/share')
H A Dtest_settings.py440 def check_record(template): argument
441 assert search_in_file(template) is not None
443 def check_no_record(template): argument
444 assert search_in_file(template) is None
H A Dconftest.py629 def _date_to_sec_epoch(date, template='%a, %d %b %Y %X %Z'): argument
630 return time.mktime(time.strptime(date, template))
/unit/test/unit/
H A Dutils.py93 def waitformount(template, timeout=50): argument
95 if findmnt().find(template) != -1:
103 def waitforunmount(template, timeout=50): argument
105 if findmnt().find(template) == -1:
/unit/src/nodejs/unit-http/
H A Dnxt_napi.h595 template<typename T>
/unit/docs/
H A Dchanges.xsls58 X:template = "/" { !! "change_log"; }
62 X:template = "changes" {
126 X:template = "change" {
135 X:template para(prefix) = "para" {
147 X:template wrap(text, prefix) {
206 X:template day_of_week(date) {
222 X:template padded_day(date) {
250 X:template beautify(pkgname) {
260 X:template getdate(date, curdate) {
284 X:template = "at" {@}
[all …]