Lines Matching refs:For
20 for (var i = 0; i < sourceEntries.length; ++i) {
69 for (var i = 0; i < entries.length; ++i) {
72 // Avoid printing the END for a BEGIN that was immediately before, unless
113 // Add a continuation row for each line of text from the extra parameters.
119 for (var j = 0; j < extraParamsTextLines.length; ++j) {
135 // Format the table for fixed-width text.
153 for (var i = 0; i < hexString.length; i += hexCharsPerLine) {
156 for (var j = i; j < i + hexCharsPerLine && j < hexString.length; j += 2) {
160 // For ASCII codes 32 though 126, display the corresponding
161 // characters. Use a space for nulls, and a period for
181 // Format the extra parameters (use a custom formatter for certain types,
198 for (var k in entry.params) {
206 // For transferred bytes, display the bytes in hex and ASCII.
215 // Append the symbolic name for certain constants. (This relies
232 * Returns the name for netError.
243 * For example: getLoadFlagSymbolicString(
253 for (var k in LoadFlag) {
264 * For example, if |start| = ' -> ' and |lines| = ['line1', 'line2', 'line3']
291 for (var i = 0; i < patterns.length; i++) {
388 for (var urlScheme in config.proxy_per_scheme) {
390 lines.push('Proxy server for ' + urlScheme.toUpperCase() + ': ' +
395 lines.push('Proxy server for everything else: ' +
408 for (var i = 0; i < config.bypass_list.length; ++i)
426 for (var i = 0; i < modes.length; ++i)