Home
last modified time | relevance | path

Searched refs:__newindex (Results 1 – 25 of 380) sorted by relevance

12345678910>>...16

/dports/games/corsix-th/CorsixTH-0.65.1/CorsixTH/Luatest/
H A Dnon_strict.lua38 strict_mt.__newindex = ni
54 local ni, i = strict_mt.__newindex, strict_mt.__index
55 strict_mt.__newindex, strict_mt.__index = nil, nil
/dports/games/corsix-th/CorsixTH-0.65.1/CorsixTH/Lua/
H A Dstrict.lua48 strict_mt.__newindex = ni
64 local ni, i = strict_mt.__newindex, strict_mt.__index
65 strict_mt.__newindex, strict_mt.__index = nil, nil
/dports/games/NBlood/NBlood-a1689a4/source/rr/src/lunatic/
H A Dbcarray.lua72 __newindex = function(ar, idx, val) function
81 local curindexf, curnewindexf = mt.__index, mt.__newindex
82 local addindexf, addnewindexf = mtadd.__index, mtadd.__newindex
97 mt.__newindex = function(ar, idx, val) function
/dports/editors/textadept/textadept_11.1.linux/
H A Dinit.lua60 mt.__orig_index, mt.__orig_newindex = mt.__index, mt.__newindex
76 __newindex = function(property, k2, v2) function
79 local ok, errmsg = pcall(property_mt.__newindex, property, k2, v2)
86 mt.__newindex = function(t, k, v) function
96 local colors = setmetatable({}, {__newindex = function(t, name, color)
104 local styles = setmetatable({}, {__newindex = function(_, name, props)
114 __newindex = function(_, k, v) function
323 mt.__index, mt.__newindex = mt.__orig_index, mt.__orig_newindex
/dports/editors/textadept/textadept-textadept_11.1/
H A Dinit.lua60 mt.__orig_index, mt.__orig_newindex = mt.__index, mt.__newindex
76 __newindex = function(property, k2, v2) function
79 local ok, errmsg = pcall(property_mt.__newindex, property, k2, v2)
86 mt.__newindex = function(t, k, v) function
96 local colors = setmetatable({}, {__newindex = function(t, name, color)
104 local styles = setmetatable({}, {__newindex = function(_, name, props)
114 __newindex = function(_, k, v) function
323 mt.__index, mt.__newindex = mt.__orig_index, mt.__orig_newindex
/dports/games/wesnoth/wesnoth-1.14.17/data/lua/
H A Dcore.lua230 mt.__newindex = function(self, key, val) function
235 if type(old_mt) == "table" and old_mt.__newindex ~= nil then
236 return old_mt.__newindex(self, key, val)
261 __newindex = function(self, key, value) function
280 __newindex = function(_, key, value) function
316 function variable_mt.__newindex(t, k, v) function
329 __newindex = function(t, k, v) function
411 __newindex = function(_, key, value) function
/dports/x11-wm/awesome/awesome-4.3/tests/examples/shims/
H A Dtag.lua28 __newindex = function(...) return meta.__newindex(...) end function
H A Dawesome.lua13 __newindex = function()end, function
27 meta.__newindex = handler
H A Ddrawin.lua45 __newindex = function(...) return meta.__newindex(...) end function
H A Dclient.lua148 __newindex = function(...) return meta.__newindex(...) end function
H A Dscreen.lua57 __newindex = function(...) return meta.__newindex(...) end function
/dports/games/mari0/netplayinc/
H A DMiddleClass.lua45__newindex = function(_, methodName, method) -- when adding new methods, include a "super" function function
48 …local newenv = setmetatable( {super = theClass.__classDict}, {__index = fenv, __newindex = fenv} )
82 setmetatable(Object, { __index = Object.__classDict, __newindex = Object.__classDict,
/dports/security/nmap/nmap-7.91/nselib/
H A Dstrict.lua53 local _newindex, _index = mt.__newindex, mt.__index;
57 function mt.__newindex (t, n, v) function
/dports/games/solarus-quest-editor/solarus-quest-editor-e541e1312c242bff10aa1fb84a7eb8b6cb8504ba/assets/initial_quest/data/scripts/
H A Dmulti_events.lua104 local old_newindex = object.__newindex or rawset
105 function object.__newindex(t,k,v) function
/dports/multimedia/vlc/vlc-3.0.16/share/lua/modules/
H A Dsandbox.lua70 __newindex = function(self,key,value) function
107 __newindex = function(self,key,value) function
/dports/net-im/prosody/prosody-0.11.13/util/
H A Dstartup.lua196 if curr_env_mt and curr_env_mt.__index and not curr_env_mt.__newindex and _realG_mt then
198 old_newindex, _realG_mt.__newindex = _realG_mt.__newindex, curr_env;
203 _realG_mt.__newindex = old_newindex;
221 function mt.__newindex(f, upvalue, value) function
408__newindex = function (t, k, v) error("Attempt to set a global: "..tostring(k).." = "..tostring(v)… function
/dports/x11-wm/awesome/awesome-4.3/lib/awful/client/
H A Dfocus.lua24 __newindex = error -- Just to be sure in case anything ever does this
35 __newindex = error -- Just to be sure in case anything ever does this
/dports/games/90secondportraits/90-Second-Portraits-1.01b/
H A Dslam.lua35 Source.__newindex = function(_,k) error(('Cannot write key %s'):format(tostring(k))) end function
182 __newindex = error,
/dports/games/stratagus/stratagus-3.2.0/third-party/lua-5.1.5/test/
H A Dreadonly.lua6 setmetatable(g,{__index=G,__newindex=f})
/dports/databases/redis6/redis-6.0.16/deps/lua/test/
H A Dreadonly.lua6 setmetatable(g,{__index=G,__newindex=f})
/dports/databases/redis-devel/redis-0e5b813/deps/lua/test/
H A Dreadonly.lua6 setmetatable(g,{__index=G,__newindex=f})
/dports/databases/redis5/redis-5.0.14/deps/lua/test/
H A Dreadonly.lua6 setmetatable(g,{__index=G,__newindex=f})
/dports/lang/lua51/lua-5.1.5/test/
H A Dreadonly.lua6 setmetatable(g,{__index=G,__newindex=f})
/dports/science/elmerfem/elmerfem-release-9.0/contrib/lua-5.1.5/test/
H A Dreadonly.lua6 setmetatable(g,{__index=G,__newindex=f})
/dports/www/civetweb/civetweb-1.15/src/third_party/lua-5.1.5/test/
H A Dreadonly.lua6 setmetatable(g,{__index=G,__newindex=f})

12345678910>>...16