Searched refs:lines (Results 1 – 13 of 13) sorted by relevance
/civetweb-2.7.6/src/third_party/duktape-1.5.2/config/ |
D | genconfig.py | 158 def strip_comments_from_lines(lines): argument 173 tmp = '\n'.join(lines) 182 lines = None # lines of text and/or snippets variable in Snippet 186 …def __init__(self, lines, provides=None, requires=None, autoscan_requires=True, autoscan_provides=… argument 187 self.lines = [] 188 if not isinstance(lines, list): 189 raise Exception('Snippet constructor must be a list (not e.g. a string): %s' % repr(lines)) 190 for line in lines: 192 self.lines.append(line) 194 self.lines.append(line.encode('utf-8')) [all …]
|
/civetweb-2.7.6/src/third_party/duktape-1.8.0/config/ |
D | genconfig.py | 158 def strip_comments_from_lines(lines): argument 173 tmp = '\n'.join(lines) 182 lines = None # lines of text and/or snippets variable in Snippet 186 …def __init__(self, lines, provides=None, requires=None, autoscan_requires=True, autoscan_provides=… argument 187 self.lines = [] 188 if not isinstance(lines, list): 189 raise Exception('Snippet constructor must be a list (not e.g. a string): %s' % repr(lines)) 190 for line in lines: 192 self.lines.append(line) 194 self.lines.append(line.encode('utf-8')) [all …]
|
/civetweb-2.7.6/test/ |
D | test.pl | 47 my @lines = (<FD>); 49 return scalar @lines; 121 my @lines = <FD>; 123 return join '', @lines;
|
/civetweb-2.7.6/ |
D | .gitattributes | 24 # Preserver Windows specfic lines endings
|
D | RELEASE_NOTES.md | 86 - Ignore leading blank lines in multipart messages (for Android upload service)
|
/civetweb-2.7.6/resources/ |
D | check_defines.lua | 27 for l in io.lines(f) do
|
D | complete.lua | 142 for l in io.lines(optfile) do
|
/civetweb-2.7.6/test/ajax/ |
D | echo.cgi.old | 7 -- following lines to your .conf file.
|
/civetweb-2.7.6/src/third_party/duktape-1.8.0/debugger/ |
D | duk_debug.js | 347 var lines, line, repl; 358 lines = tmp.split(/\r?\n/); 359 for (i = 0, n = lines.length; i < n; i++) { 360 line = lines[i]; 373 lines[i] = repl; 380 return lines.join('\n');
|
/civetweb-2.7.6/src/third_party/duktape-1.5.2/debugger/ |
D | duk_debug.js | 347 var lines, line, repl; 358 lines = tmp.split(/\r?\n/); 359 for (i = 0, n = lines.length; i < n; i++) { 360 line = lines[i]; 373 lines[i] = repl; 380 return lines.join('\n');
|
/civetweb-2.7.6/docs/ |
D | UserManual.md | 43 The configuration file is a sequence of lines, each line containing one 45 Empty lines, and lines beginning with `#`, are ignored. 171 This option can be specified multiple times. All specified header lines will be sent. 230 `#!/path/to/php-cgi.exe` and `#!/path/to/perl.exe` must be first lines of the 907 or Lua Server Pages generating HTML content MAY skip the HTTP header lines.
|
/civetweb-2.7.6/src/third_party/lua-5.1.5/ |
D | HISTORY | 73 + read('*l') can read lines with embedded zeros.
|
/civetweb-2.7.6/src/ |
D | mod_lua.inl | 628 int i, j, s, pos = 0, lines = 1, lualines = 0, is_var, lua_ok; local 642 lines++; 697 lines); 743 lines += lualines; 2517 * response headers itself. So the first lines are usually something like
|