Home
last modified time | relevance | path

Searched refs:loaded (Results 1 – 9 of 9) sorted by relevance

/civetweb-2.7.6/test/
Dpage2.lua74 if package and (type(package.loaded)=="table") then
75 if #package.loaded > 0 then
77 recurse(package.loaded)
/civetweb-2.7.6/src/third_party/lua-5.1.5/src/
Dloadlib.c546 int loaded = lua_gettop(L) + 1; /* index of _LOADED table */ in ll_module() local
548 lua_getfield(L, loaded, modname); /* get _LOADED[modname] */ in ll_module()
555 lua_setfield(L, loaded, modname); /* _LOADED[modname] = new table */ in ll_module()
567 dooptions(L, loaded - 1); in ll_module()
/civetweb-2.7.6/src/third_party/lua-5.1.5/
DHISTORY51 + chunks are loaded by using lua_load; new luaL_loadfile and luaL_loadbuffer.
162 + external compiler creates portable binary files that can be loaded faster
/civetweb-2.7.6/docs/api/
Dmg_callbacks.md40 … pointed to by `data_len` to signal CivetWeb that the file should not be loaded from disk, but tha…
/civetweb-2.7.6/src/third_party/duktape-1.5.2/debugger/
DREADME.rst250 ``foo/bar.js`` it would be loaded from (relative to the duk_debug.js working
/civetweb-2.7.6/src/third_party/duktape-1.8.0/debugger/
DREADME.rst250 ``foo/bar.js`` it would be loaded from (relative to the duk_debug.js working
/civetweb-2.7.6/
DRELEASE_NOTES.md289 - Support pre-loaded files for the Lua environment (bel)
/civetweb-2.7.6/src/
Dhandle_form.inl215 /* The entire data has already been loaded, so there is no nead to
Dmod_lua.inl2827 /* The script file is loaded, now call it */