Lines Matching refs:head
295 [0, 'cpuinfo', 'head', '-7', '/proc/cpuinfo'],
4285 out = '<!DOCTYPE html>\n<html>\n<head>\n\
4293 tr.head td {border: 1px solid black;background:#aaa;}\n\
4299 .head a {color:#000;text-decoration: none;}\n\
4300 </style>\n</head>\n<body>\n'
4309 # write the html header first (html head, css code, up to body start)
4406 head = '<tr class="head"><td>{0}</td><td>{1}</td>'+\
4416 headnone = '<tr class="head"><td>{0}</td><td>{1}</td><td colspan='+\
4426 html += head.format('%d' % count, mode.upper(),
4986 # write the html header first (html head, css code, up to body start)
4987 html_header = '<!DOCTYPE html>\n<html>\n<head>\n\
5052 </style>\n</head>\n<body>\n'