Lines Matching defs:text
73 def ascii(text):
74 return text.decode('ascii', 'ignore')
954 text = fp.read()
956 if 'enabled' in text:
1011 def dictify(self, text, format):
1015 for line in text.split('\n'):
1335 self.dmesgtext = [] # dmesg text file in memory
1648 text = '%.0f (-%.0f waking)' % (tL * 1000, tTry)
1650 text = '%.0f' % (tL * 1000)
1651 self.tLow.append(text)
2065 def text(self):
2067 text = '%s(x%d)' % (self.name, self.count)
2069 text = self.name
2070 return text
4027 tdcenter = 'text-align:center;' if center else ''
4029 <meta http-equiv="content-type" content="text/html; charset=UTF-8">\n\
4031 <style type=\'text/css\'>\n\
4032 .stamp {width: 100%;text-align:center;background:#888;line-height:30px;color:white;font: 25px Arial;}\n\
4042 .head a {color:#000;text-decoration: none;}\n\
4620 left, top, height, width, e.text(), '', xtrastyle)
4734 <meta http-equiv="content-type" content="text/html; charset=UTF-8">\n\
4736 <style type=\'text/css\'>\n\
4738 .stamp {width:100%;text-align:center;background:gray;line-height:30px;color:white;font:25px Arial;}\n\
4758 td {text-align:center;}\n\
4769 .thread {position:absolute;height:0%;overflow:hidden;z-index:7;line-height:30px;font-size:14px;border:1px solid;text-align:center;white-space:nowrap;}\n\
4777 .traceevent {position:absolute;font-size:10px;z-index:7;overflow:hidden;color:black;text-align:center;white-space:nowrap;border-radius:5px;border:1px solid black;background:linear-gradient(to bottom right,#CCC,#969696);}\n\
4779 .phase {position:absolute;overflow:hidden;border:0px;text-align:center;}\n\
4780 .phaselet {float:left;overflow:hidden;border:0px;text-align:center;min-height:100px;font-size:24px;}\n\
4783 .legend {position:relative; width:100%; height:40px; text-align:center;margin-bottom:20px}\n\
4786 .btnfmt {position:relative;float:right;height:25px;width:auto;margin-top:3px;margin-bottom:0;font-size:10px;text-align:center;}\n\
4788 a:link {color:white;text-decoration:none;}\n\
4818 '<script type="text/javascript">\n'+detail+\
5102 ' "<style type=\\"text/css\\">"+\n'\
5117 ' var text = log.innerHTML.split("\\n");\n'\
5119 ' for(var i = 0; i < text.length; i++) {\n'\
5121 ' html += "<e id=target>"+text[i]+"</e>\\n";\n'\
5123 ' html += "<e>"+text[i]+"</e>\\n";\n'\
5125 ' html += text[i]+"\\n";\n'\
6379 text = Config.get(kprobesec, name)
6380 kprobes[name] = (text, True)
6386 text = Config.get(kprobesec, name)
6387 kprobes[name] = (text, False)
6394 text, dev = kprobes[name]
6395 data = text.split()
6440 # print out the help text
6463 ' -h Print this help text\n'\
6475 ' -result fn Export a results table to a text file for parsing.\n'\
6500 ' -fadd file Add functions to be graphed in the timeline from a list in a text file\n'\
6717 doError('No text file supplied', True)
6726 doError('No text file supplied', True)