代码搜索:Lua
找到约 9,588 项符合「Lua」的源代码
代码结果 9,588
www.eeworm.com/read/492380/1174900
svn-base save.lua.svn-base
#!/usr/bin/lua
-- Copyright (C) 2008 OpenRB.com
require('fslib')
data = datajson()
file = 'httpd'
if (data ~= nil and data['id'] ~= nil) then
uci.init(file, data['id'], file)
for field, value i
www.eeworm.com/read/492380/1174901
svn-base main.lua.svn-base
#!/usr/bin/lua
-- Copyright (C) 2008 OpenRB.com
require('fslib')
cfgvars = {
values = {},
params = {}
}
cfg = uci.get_all('httpd')
if (cfg ~= nil) then
for section, options in pairs(cfg
www.eeworm.com/read/492380/1174906
svn-base save.lua.svn-base
#!/usr/bin/lua
-- Copyright (C) 2008 OpenRB.com
require('fslib')
data = datajson()
if (data ~= nil and data['values'] ~= nil) then
password = data['values']['password']
if (password ~= nil and p