Lines Matching +full:1 +full:br +full:- +full:100

8 1. Enable optimizer debugging code when configure libpcap,
10 ./configure --enable-optimizer-dbg
15 testprogs/filtertest -g EN10MB host 192.168.1.1 > a.txt
20 testprogs/filtertest -g EN10MB host 192.168.1.1 | testprogs/visopts.py
22 generated files under directory: /tmp/visopts-W9ekBw
28 1. The CFG is translated to SVG images, expr1.html embeds them as external
32 chromium --disable-web-security
50 display: inline-block;
57 <!--script type="text/javascript" src="./jquery.min.js"/></script-->
60 var exprid = 1;
69 index += 1;
72 else if (index < 100)
115 svg.setAttribute("width", "100%");
116 svg.setAttribute("height", "100%");
165 var opt = "<option value='" + i + "'>loop" + i + " -- " + logs[i] + "</option>";
182 $$("#lselect").val(index - 1).change();
187 if (index >= gcount - 1) return;
189 $$("#rselect").val(index + 1).change();
192 if (gcount >= 1) $$("#lselect").val(0).change();
193 if (gcount >= 2) $$("#rselect").val(1).change();
200 <div style="text-align: center;">
206 <br/>
219 <br/>
229 logs = map(lambda s: s.strip().replace("\n", "<br/>"), logs)
232 …late.safe_substitute(expr=expr.encode("string-escape"), gcount=gcount, logs=json.dumps(logs).encod…
238 gid = 1
249 indot = 1
260 … p = subprocess.Popen(['dot', '-Tsvg'], stdin=subprocess.PIPE, stdout=subprocess.PIPE)
264 exit(1)
271 gid += 1
282 write_html(expr, gid - 1, logs)
293 print "open this link: http://localhost:%d/expr1.html" % (httpd.server_address[1])
303 os.chdir(tempfile.mkdtemp(prefix="visopts-"))
309 return 1
314 if '-h' in sys.argv or '--help' in sys.argv: