代码搜索:Lua
找到约 9,588 项符合「Lua」的源代码
代码结果 9,588
www.eeworm.com/read/492380/1174666
svn-base savezone.lua.svn-base
#!/usr/bin/lua
-- Copyright (C) 2008 OpenRB.com
require('fslib')
data = datajson()
if (data ~= nil and data['values'] ~= nil) then
file = 'firewall'
if (data['id'] == nil) then
uci.init(fil
www.eeworm.com/read/492380/1174667
svn-base savesettings.lua.svn-base
#!/usr/bin/lua
-- Copyright (C) 2008 OpenRB.com
require('fslib')
data = datajson() or {}
if (data['id'] ~= nil and data['values'] ~= nil) then
uci.init('firewall', data['id'], 'defaults', true)
www.eeworm.com/read/492380/1174668
svn-base sort.lua.svn-base
#!/usr/bin/lua
-- Copyright (C) 2008 OpenRB.com
require('fslib')
data = datajson() or {}
if (data.id ~= nil and data.extra ~= nil) then
fw = uci.get_array('firewall')
moveid = data.id
moveto =