Searched full:io (Results 1 – 25 of 114) sorted by relevance
12345
/civetweb-2.7.6/src/third_party/lua-5.3.5/src/ |
D | lobject.h | 199 { TValue *io=(obj); val_(io).n=(x); settt_(io, LUA_TNUMFLT); } 202 { TValue *io=(obj); lua_assert(ttisfloat(io)); val_(io).n=(x); } 205 { TValue *io=(obj); val_(io).i=(x); settt_(io, LUA_TNUMINT); } 208 { TValue *io=(obj); lua_assert(ttisinteger(io)); val_(io).i=(x); } 213 { TValue *io=(obj); val_(io).f=(x); settt_(io, LUA_TLCF); } 216 { TValue *io=(obj); val_(io).p=(x); settt_(io, LUA_TLIGHTUSERDATA); } 219 { TValue *io=(obj); val_(io).b=(x); settt_(io, LUA_TBOOLEAN); } 222 { TValue *io = (obj); GCObject *i_g=(x); \ 223 val_(io).gc = i_g; settt_(io, ctb(i_g->tt)); } 226 { TValue *io = (obj); TString *x_ = (x); \ [all …]
|
/civetweb-2.7.6/src/third_party/lua-5.2.4/src/ |
D | lobject.h | 188 { TValue *io=(obj); num_(io)=(x); settt_(io, LUA_TNUMBER); } 193 { TValue *io=(obj); val_(io).f=(x); settt_(io, LUA_TLCF); } 196 { TValue *io=(obj); val_(io).p=(x); settt_(io, LUA_TLIGHTUSERDATA); } 199 { TValue *io=(obj); val_(io).b=(x); settt_(io, LUA_TBOOLEAN); } 202 { TValue *io=(obj); GCObject *i_g=(x); \ 203 val_(io).gc=i_g; settt_(io, ctb(gch(i_g)->tt)); } 206 { TValue *io=(obj); \ 208 val_(io).gc=cast(GCObject *, x_); settt_(io, ctb(x_->tsv.tt)); \ 209 checkliveness(G(L),io); } 212 { TValue *io=(obj); \ [all …]
|
/civetweb-2.7.6/src/third_party/lua-5.1.5/doc/ |
D | contents.html | 225 <A HREF="manual.html#pdf-io.close">io.close</A><BR> 226 <A HREF="manual.html#pdf-io.flush">io.flush</A><BR> 227 <A HREF="manual.html#pdf-io.input">io.input</A><BR> 228 <A HREF="manual.html#pdf-io.lines">io.lines</A><BR> 229 <A HREF="manual.html#pdf-io.open">io.open</A><BR> 230 <A HREF="manual.html#pdf-io.output">io.output</A><BR> 231 <A HREF="manual.html#pdf-io.popen">io.popen</A><BR> 232 <A HREF="manual.html#pdf-io.read">io.read</A><BR> 233 <A HREF="manual.html#pdf-io.stderr">io.stderr</A><BR> 234 <A HREF="manual.html#pdf-io.stdin">io.stdin</A><BR> [all …]
|
D | manual.html | 7570 all operations are supplied by table <a name="pdf-io"><code>io</code></a>. 7572 the operation <a href="#pdf-io.open"><code>io.open</code></a> returns a file descriptor 7577 The table <code>io</code> also provides 7579 <a name="pdf-io.stdin"><code>io.stdin</code></a>, <a name="pdf-io.stdout"><code>io.stdout</code></a… 7592 <hr><h3><a name="pdf-io.close"><code>io.close ([file])</code></a></h3> 7603 <hr><h3><a name="pdf-io.flush"><code>io.flush ()</code></a></h3> 7613 <hr><h3><a name="pdf-io.input"><code>io.input ([file])</code></a></h3> 7633 <hr><h3><a name="pdf-io.lines"><code>io.lines ([filename])</code></a></h3> 7644 for line in io.lines(filename) do <em>body</em> end 7652 The call <code>io.lines()</code> (with no file name) is equivalent [all …]
|
/civetweb-2.7.6/src/third_party/lua-5.1.5/test/ |
D | trace-calls.lua | 8 io.write(level," >>> ",string.rep(" ",level)) 9 if t~=nil and t.currentline>=0 then io.write(t.short_src,":",t.currentline," ") end 18 io.write("begin ",t.short_src) 20 io.write("end ",t.short_src) 24 io.write(event," ",t.name or "(Lua)"," <",t.linedefined,":",t.short_src,">") 26 io.write(event," ",t.name or "(C)"," [",t.what,"] ") 28 io.write("\n")
|
D | cf.lua | 4 io.write("C ") 6 io.write(string.format("%3.0f ",c)) 8 io.write("\n") 10 io.write("F ") 13 io.write(string.format("%3.0f ",f)) 15 io.write("\n\n")
|
D | xd.lua | 6 local s=io.read(16) 8 io.write(string.format("%08X ",offset)) 10 function (c) io.write(string.format("%02X ",string.byte(c))) end) 11 io.write(string.rep(" ",3*(16-string.len(s)))) 12 io.write(" ",string.gsub(s,"%c","."),"\n")
|
D | table.lua | 6 local l=io.read() 9 if a~=A then A=a io.write("\n",a,":") end 10 io.write(" ",b) 12 io.write("\n")
|
D | sort.lua | 41 io.write(m,"\n\t") 44 io.write(x[i]) 46 if x[i] then io.write(",") end 48 io.write("\n")
|
D | trace-globals.lua | 17 io.write(t.short_src) 18 if line>=0 then io.write(":",line) end 19 io.write(": ",name," is now ",tostring(new)," (was ",tostring(old),")","\n")
|
D | globals.lua | 6 local s=io.read() 11 io.write(g,"\t",l,op,"\n")
|
D | bisect.lua | 7 io.write(n," c=",c," a=",a," b=",b,"\n") 18 io.write(string.format("after %d steps, root is %.17g with error %.1e, f=%.1e\n",n,z,e,f(z)))
|
/civetweb-2.7.6/ |
D | README.md | 6 [![License](https://img.shields.io/badge/license-MIT-blue.svg)](https://opensource.org/licenses/MIT) 7 [![GitHub contributors](https://img.shields.io/github/contributors/civetweb/civetweb.svg)](https://… 17 … coverage check ([coveralls](https://coveralls.io/github/civetweb/civetweb), [codecov](https://cod… 19 [![Coveralls](https://img.shields.io/coveralls/civetweb/civetweb.svg?maxAge=3600)]() 20 …[Coverage Status](https://coveralls.io/repos/github/civetweb/civetweb/badge.svg?branch=master)](ht… 22 [![codecov](https://codecov.io/gh/civetweb/civetweb/branch/master/graph/badge.svg)](https://codecov… 62 [http://civetweb.github.io/civetweb/](http://civetweb.github.io/civetweb/) 124 …ources/luafilesystem-logo.jpg "LuaFileSystem Logo")](http://keplerproject.github.io/luafilesystem/)
|
/civetweb-2.7.6/src/third_party/lua-5.2.4/doc/ |
D | contents.html | 213 <A HREF="manual.html#6.8">io</A><BR> 214 <A HREF="manual.html#pdf-io.close">io.close</A><BR> 215 <A HREF="manual.html#pdf-io.flush">io.flush</A><BR> 216 <A HREF="manual.html#pdf-io.input">io.input</A><BR> 217 <A HREF="manual.html#pdf-io.lines">io.lines</A><BR> 218 <A HREF="manual.html#pdf-io.open">io.open</A><BR> 219 <A HREF="manual.html#pdf-io.output">io.output</A><BR> 220 <A HREF="manual.html#pdf-io.popen">io.popen</A><BR> 221 <A HREF="manual.html#pdf-io.read">io.read</A><BR> 222 <A HREF="manual.html#pdf-io.stderr">io.stderr</A><BR> [all …]
|
D | manual.html | 1418 (print or io.write)('done') 1423 a = b + c(print or io.write)('done') 1425 a = b + c; (print or io.write)('done') 1436 ;(print or io.write)('done') 6107 (<a href="#pdf-os.execute"><code>os.execute</code></a> and <a href="#pdf-io.close"><code>io.close</… 6120 (<a href="#pdf-io.open"><code>io.open</code></a>, <a href="#pdf-os.rename"><code>os.rename</code></… 7186 …df-string.format"><code>string.format</code></a> and <a href="#pdf-io.write"><code>io.write</code>… 9045 all operations are supplied by table <a name="pdf-io"><code>io</code></a>. 9047 the operation <a href="#pdf-io.open"><code>io.open</code></a> returns a file descriptor 9052 The table <code>io</code> also provides [all …]
|
/civetweb-2.7.6/src/third_party/lua-5.3.5/doc/ |
D | contents.html | 200 <A HREF="manual.html#6.8">io</A><BR> 201 <A HREF="manual.html#pdf-io.close">io.close</A><BR> 202 <A HREF="manual.html#pdf-io.flush">io.flush</A><BR> 203 <A HREF="manual.html#pdf-io.input">io.input</A><BR> 204 <A HREF="manual.html#pdf-io.lines">io.lines</A><BR> 205 <A HREF="manual.html#pdf-io.open">io.open</A><BR> 206 <A HREF="manual.html#pdf-io.output">io.output</A><BR> 207 <A HREF="manual.html#pdf-io.popen">io.popen</A><BR> 208 <A HREF="manual.html#pdf-io.read">io.read</A><BR> 209 <A HREF="manual.html#pdf-io.stderr">io.stderr</A><BR> [all …]
|
D | manual.html | 1340 (print or io.write)('done') 1345 a = b + c(print or io.write)('done') 1347 a = b + c; (print or io.write)('done') 1358 ;(print or io.write)('done') 6435 (<a href="#pdf-os.execute"><code>os.execute</code></a> and <a href="#pdf-io.close"><code>io.close</… 6448 (<a href="#pdf-io.open"><code>io.open</code></a>, <a href="#pdf-os.rename"><code>os.rename</code></… 7541 …df-string.format"><code>string.format</code></a> and <a href="#pdf-io.write"><code>io.write</code>… 9495 all operations are supplied by table <a name="pdf-io"><code>io</code></a>. 9497 the operation <a href="#pdf-io.open"><code>io.open</code></a> returns a file handle 9502 The table <code>io</code> also provides [all …]
|
/civetweb-2.7.6/src/third_party/duktape-1.5.2/debugger/ |
D | Makefile | 17 run: node_modules static/socket.io-1.2.0.js static/jquery-1.11.1.min.js static/reset.css static/jqu… 20 rundebug: node_modules static/socket.io-1.2.0.js static/jquery-1.11.1.min.js static/reset.css stati… 24 runproxynodejs: node_modules static/socket.io-1.2.0.js static/jquery-1.11.1.min.js static/reset.css… 38 @rm -f static/socket.io-1.2.0.js 63 static/socket.io-1.2.0.js: 64 wget -O $@ http://cdn.socket.io/socket.io-1.2.0.js 69 # http://balupton.github.io/jquery-syntaxhighlighter/demo/
|
/civetweb-2.7.6/src/third_party/duktape-1.8.0/debugger/ |
D | Makefile | 17 run: node_modules static/socket.io-1.2.0.js static/jquery-1.11.1.min.js static/reset.css static/jqu… 20 rundebug: node_modules static/socket.io-1.2.0.js static/jquery-1.11.1.min.js static/reset.css stati… 24 runproxynodejs: node_modules static/socket.io-1.2.0.js static/jquery-1.11.1.min.js static/reset.css… 38 @rm -f static/socket.io-1.2.0.js 63 static/socket.io-1.2.0.js: 64 wget -O $@ http://cdn.socket.io/socket.io-1.2.0.js 69 # http://balupton.github.io/jquery-syntaxhighlighter/demo/
|
/civetweb-2.7.6/src/third_party/duktape-1.8.0/debugger/static/ |
D | index.html | 82 … UI talks to a NodeJS debug server using <a href="http://socket.io/" target="_blank">socket.io</a>. 93 <script src="socket.io-1.2.0.js" type="text/javascript"></script>
|
/civetweb-2.7.6/src/third_party/duktape-1.5.2/debugger/static/ |
D | index.html | 82 … UI talks to a NodeJS debug server using <a href="http://socket.io/" target="_blank">socket.io</a>. 93 <script src="socket.io-1.2.0.js" type="text/javascript"></script>
|
/civetweb-2.7.6/resources/ |
D | complete.lua | 46 local f = io.open("/tmp/complete.log", "a"); 54 local f = io.open(name, "r") 142 for l in io.lines(optfile) do
|
D | check_defines.lua | 27 for l in io.lines(f) do 50 local fi = io.open(f, "w")
|
/civetweb-2.7.6/test/ajax/ |
D | echo.cgi.old | 54 myFile = io.open("data" .. query:sub(4) .. ".txt", "wb"); 61 data = io.stdin:read(datalen)
|
/civetweb-2.7.6/test/ |
D | exploit.pl | 16 use IO::Socket; 62 $sock = IO::Socket::INET->new( Proto => "tcp", PeerAddr => "$host", PeerPort => "$port") || &fail();
|
12345