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

Method add_drive_mode

test/modules/md/md_conf.py:58–59  ·  view source on GitHub ↗
(self, mode)

Source from the content-addressed store, hash-verified

56 self.add(text)
57
58 def add_drive_mode(self, mode):
59 self.add("MDRenewMode \"%s\"\n" % mode)
60
61 def add_renew_window(self, window):
62 self.add("MDRenewWindow %s\n" % window)

Callers 15

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_300_030Method · 0.95
test_md_300_031Method · 0.95
test_md_702_001Method · 0.95
test_md_702_002Method · 0.95
test_md_702_004Method · 0.95
test_md_702_005Method · 0.95
test_md_702_008Method · 0.95
test_md_702_008aMethod · 0.95

Calls 1

addMethod · 0.80

Tested by 15

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_300_030Method · 0.76
test_md_300_031Method · 0.76
test_md_702_001Method · 0.76
test_md_702_002Method · 0.76
test_md_702_004Method · 0.76
test_md_702_005Method · 0.76
test_md_702_008Method · 0.76
test_md_702_008aMethod · 0.76