代码搜索:Lua
找到约 9,588 项符合「Lua」的源代码
代码结果 9,588
www.eeworm.com/read/385653/2587045
pas rectest.pas
unit RecTest;
{$mode objfpc}{$H+}
interface
uses
Classes, SysUtils, pLuaRecord, lua, plua;
type
PMyRecord = ^TMyRecord;
TMyRecord = record
AString : AnsiString;
Int
www.eeworm.com/read/385653/2587050
pas luabutton.pas
unit LuaButton;
{$mode objfpc}{$H+}
interface
uses
Classes, SysUtils, lua, LuaObject, Buttons;
type
{ TLuaButton }
TLuaButton = class(TLuaObject)
private
procedure Com
www.eeworm.com/read/298327/3867477
diff pushhstring.diff
diff -urwNpx '*.o' src-orig/lapi.c src/lapi.c
--- src-orig/lapi.c 2007-02-12 20:58:39.000000000 -0500
+++ src/lapi.c 2007-02-12 21:05:09.000000000 -0500
@@ -447,6 +447,16 @@ LUA_API void lua_pushls
www.eeworm.com/read/290224/8494881
makefile
# makefile for installing Lua
# see INSTALL for installation instructions
# see src/Makefile and src/luaconf.h for further customization
# == CHANGE THE SETTINGS BELOW TO SUIT YOUR ENVIRONMENT ======
www.eeworm.com/read/290224/8494971
history
HISTORY for Lua 5.1
* Changes from version 5.0 to 5.1
-------------------------------
Language:
+ new module system.
+ new semantics for control variables of fors.
+ new semantics for setn/
www.eeworm.com/read/385648/8793958
makefile
# makefile for installing Lua
# see INSTALL for installation instructions
# see src/Makefile and src/luaconf.h for further customization
# == CHANGE THE SETTINGS BELOW TO SUIT YOUR ENVIRONMENT ======
www.eeworm.com/read/382051/9055897
makefile
# makefile for installing Lua
# see INSTALL for installation instructions
# see src/Makefile and src/luaconf.h for further customization
# == CHANGE THE SETTINGS BELOW TO SUIT YOUR ENVIRONMENT ======
www.eeworm.com/read/419627/10852707
makefile
# makefile for installing Lua
# see INSTALL for installation instructions
# see src/Makefile and src/luaconf.h for further customization
# == CHANGE THE SETTINGS BELOW TO SUIT YOUR ENVIRONMENT ======
www.eeworm.com/read/419627/10852765
history
HISTORY for Lua 5.1
* Changes from version 5.0 to 5.1
-------------------------------
Language:
+ new module system.
+ new semantics for control variables of fors.
+ new semantics for setn/
www.eeworm.com/read/458000/7314382
makefile
# makefile for installing Lua
# see INSTALL for installation instructions
# see src/Makefile and src/luaconf.h for further customization
# == CHANGE THE SETTINGS BELOW TO SUIT YOUR ENVIRONMENT ======