MCPcopy Create free account
hub / github.com/apache/httpd / start_md

Method start_md

test/modules/md/md_conf.py:74–76  ·  view source on GitHub ↗
(self, domains)

Source from the content-addressed store, hash-verified

72 self.add(f"MDomain {dlist}\n")
73
74 def start_md(self, domains):
75 dlist = " ".join([f"\"{d}\"" for d in domains]) # with quotes, #257
76 self.add(f"<MDomain {dlist}>\n")
77
78 def end_md(self):
79 self.add("</MDomain>\n")

Callers 15

test_md_790_001Method · 0.95
test_md_790_002Method · 0.95
test_md_790_003Method · 0.95
test_md_710_001Method · 0.95
test_md_710_002Method · 0.95
test_md_710_003Method · 0.95
test_md_710_004Method · 0.95
test_md_801_009Method · 0.95
test_md_801_010Method · 0.95
test_md_751_001Method · 0.95
test_md_751_002Method · 0.95
test_md_751_003Method · 0.95

Calls 2

joinMethod · 0.80
addMethod · 0.80

Tested by 15

test_md_790_001Method · 0.76
test_md_790_002Method · 0.76
test_md_790_003Method · 0.76
test_md_710_001Method · 0.76
test_md_710_002Method · 0.76
test_md_710_003Method · 0.76
test_md_710_004Method · 0.76
test_md_801_009Method · 0.76
test_md_801_010Method · 0.76
test_md_751_001Method · 0.76
test_md_751_002Method · 0.76
test_md_751_003Method · 0.76