Home
last modified time | relevance | path

Searched refs:lines (Results 1 – 13 of 13) sorted by relevance

/civetweb-2.7.6/src/third_party/duktape-1.5.2/config/
Dgenconfig.py158 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/
Dgenconfig.py158 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/
Dtest.pl47 my @lines = (<FD>);
49 return scalar @lines;
121 my @lines = <FD>;
123 return join '', @lines;
/civetweb-2.7.6/
D.gitattributes24 # Preserver Windows specfic lines endings
DRELEASE_NOTES.md86 - Ignore leading blank lines in multipart messages (for Android upload service)
/civetweb-2.7.6/resources/
Dcheck_defines.lua27 for l in io.lines(f) do
Dcomplete.lua142 for l in io.lines(optfile) do
/civetweb-2.7.6/test/ajax/
Decho.cgi.old7 -- following lines to your .conf file.
/civetweb-2.7.6/src/third_party/duktape-1.8.0/debugger/
Dduk_debug.js347 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/
Dduk_debug.js347 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/
DUserManual.md43 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/
DHISTORY73 + read('*l') can read lines with embedded zeros.
/civetweb-2.7.6/src/
Dmod_lua.inl628 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