Searched refs:template (Results 1 – 5 of 5) sorted by relevance
58 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 …]
91 def waitformount(template, timeout=50): argument93 if findmnt().find(template) != -1:101 def waitforunmount(template, timeout=50): argument103 if findmnt().find(template) == -1:
16 def date_to_sec_epoch(self, date, template='%a, %d %b %Y %X %Z'): argument17 return time.mktime(time.strptime(date, template))
86 cat template.Dockerfile | sed \
595 template<typename T>