/civetweb-2.7.6/ |
D | Makefile.osx | 13 PACKAGE = Civetweb 20 CONTENTS_DIR = $(DMG_DIR)/$(PACKAGE).app/Contents 25 ZIPFILENAME = $(PACKAGE)-$(CIVETWEB_VERSION).zip 29 package: build 36 install -m 755 $(CPROG) $(OSXBIN_DIR)/$(PACKAGE) 42 .PHONY: package
|
D | .gitignore | 162 ## TODO: If you have NuGet Package Restore enabled, uncomment the next line 169 # Windows Store app package directory
|
D | RELEASE_NOTES.md | 19 - Add Conan package build 320 - Removed windows install package build. 396 - Updated OS X Package
|
/civetweb-2.7.6/test/ |
D | page2.lua | 44 libs = {"string", "math", "table", "io", "os", "bit32", "utf8", "package", "coroutine", "debug"}; 74 if package and (type(package.loaded)=="table") then 75 if #package.loaded > 0 then 77 recurse(package.loaded)
|
D | page4.lua | 72 package.path = script_path .. "?.lua;" .. package.path 73 mg.write(" Lua search path: " .. package.path .. "\r\n")
|
/civetweb-2.7.6/src/third_party/lua-5.2.4/doc/ |
D | contents.html | 286 <A HREF="manual.html#6.3">package</A><BR> 287 <A HREF="manual.html#pdf-package.config">package.config</A><BR> 288 <A HREF="manual.html#pdf-package.cpath">package.cpath</A><BR> 289 <A HREF="manual.html#pdf-package.loaded">package.loaded</A><BR> 290 <A HREF="manual.html#pdf-package.loadlib">package.loadlib</A><BR> 291 <A HREF="manual.html#pdf-package.path">package.path</A><BR> 292 <A HREF="manual.html#pdf-package.preload">package.preload</A><BR> 293 <A HREF="manual.html#pdf-package.searchers">package.searchers</A><BR> 294 <A HREF="manual.html#pdf-package.searchpath">package.searchpath</A><BR>
|
D | manual.html | 6618 and sets the call result in <code>package.loaded[modname]</code>, 6801 <li>package library (<a href="#6.3">§6.3</a>);</li> 6818 Except for the basic and the package libraries, 6831 <a name="pdf-luaopen_package"><code>luaopen_package</code></a> (for the package library), 7462 The package library provides basic 7466 Everything else is exported in a table <a name="pdf-package"><code>package</code></a>. 7475 The function starts by looking into the <a href="#pdf-package.loaded"><code>package.loaded</code></… 7478 at <code>package.loaded[modname]</code>. 7484 <code>require</code> is guided by the <a href="#pdf-package.searchers"><code>package.searchers</cod… 7488 for <a href="#pdf-package.searchers"><code>package.searchers</code></a>. [all …]
|
D | readme.html | 76 distributed in this package. 143 make sure you have installed the <TT>readline</TT> development package 307 <LI> new function <CODE>package.searchpath</CODE>
|
/civetweb-2.7.6/src/third_party/lua-5.3.5/doc/ |
D | contents.html | 272 <A HREF="manual.html#6.3">package</A><BR> 273 <A HREF="manual.html#pdf-package.config">package.config</A><BR> 274 <A HREF="manual.html#pdf-package.cpath">package.cpath</A><BR> 275 <A HREF="manual.html#pdf-package.loaded">package.loaded</A><BR> 276 <A HREF="manual.html#pdf-package.loadlib">package.loadlib</A><BR> 277 <A HREF="manual.html#pdf-package.path">package.path</A><BR> 278 <A HREF="manual.html#pdf-package.preload">package.preload</A><BR> 279 <A HREF="manual.html#pdf-package.searchers">package.searchers</A><BR> 280 <A HREF="manual.html#pdf-package.searchpath">package.searchpath</A><BR>
|
D | manual.html | 6939 If <code>modname</code> is not already present in <a href="#pdf-package.loaded"><code>package.loade… 6941 and sets the call result in <code>package.loaded[modname]</code>, 7162 <li>package library (<a href="#6.3">§6.3</a>);</li> 7179 Except for the basic and the package libraries, 7192 <a name="pdf-luaopen_package"><code>luaopen_package</code></a> (for the package library), 7842 The package library provides basic 7846 Everything else is exported in a table <a name="pdf-package"><code>package</code></a>. 7855 The function starts by looking into the <a href="#pdf-package.loaded"><code>package.loaded</code></… 7858 at <code>package.loaded[modname]</code>. 7864 <code>require</code> is guided by the <a href="#pdf-package.searchers"><code>package.searchers</cod… [all …]
|
D | readme.html | 75 distributed in this package. 140 make sure you have installed the <TT>readline</TT> development package
|
/civetweb-2.7.6/src/third_party/lua-5.1.5/doc/ |
D | contents.html | 286 <A HREF="manual.html#pdf-package.cpath">package.cpath</A><BR> 287 <A HREF="manual.html#pdf-package.loaded">package.loaded</A><BR> 288 <A HREF="manual.html#pdf-package.loaders">package.loaders</A><BR> 289 <A HREF="manual.html#pdf-package.loadlib">package.loadlib</A><BR> 290 <A HREF="manual.html#pdf-package.path">package.path</A><BR> 291 <A HREF="manual.html#pdf-package.preload">package.preload</A><BR> 292 <A HREF="manual.html#pdf-package.seeall">package.seeall</A><BR>
|
D | manual.html | 5540 sets it as the value of <code>package.loaded[libname]</code>, 5542 If there is a table in <code>package.loaded[libname]</code> or in 5652 <li>package library;</li> 5667 Except for the basic and package libraries, 5679 <a name="pdf-luaopen_package"><code>luaopen_package</code></a> (for the package library), 6316 The package library provides basic 6320 Everything else is exported in a table <a name="pdf-package"><code>package</code></a>. 6329 If there is a table in <code>package.loaded[name]</code>, 6335 the value of <code>package.loaded[name]</code>. 6338 and <code>t._PACKAGE</code> with the package name [all …]
|
/civetweb-2.7.6/src/third_party/lua-5.3.5/src/ |
D | loadlib.c | 307 lua_setfield(L, -3, fieldname); /* package[fieldname] = path value */ in setpath() 479 luaL_error(L, "'package.%s' must be a string", pname); in findfile() 564 lua_pushfstring(L, "\n\tno field package.preload['%s']", name); in searcher_preload() 573 /* push 'package.searchers' to index 3 in the stack */ in findloader() 575 luaL_error(L, "'package.searchers' must be a table"); in findloader() 603 return 1; /* package is already loaded */ in ll_require() 604 /* else must load package */ in ll_require() 667 /* set _PACKAGE as package name (full module name minus last part) */ in modinit() 741 lua_pushvalue(L, -2); /* set 'package' as upvalue for all searchers */ in createsearcherstable() 769 luaL_newlib(L, pk_funcs); /* create 'package' table */ in luaopen_package() [all …]
|
D | lualib.h | 47 #define LUA_LOADLIBNAME "package"
|
/civetweb-2.7.6/docs/ |
D | Building.md | 190 one additional *package* rule. 193 make -f Makefile.osx package 203 - Package Selection for the target ---> 207 …- copy *Config.in* and *civetweb.mk* from Civetweb's *contrib/buildroot/* to Buildroot's *package/… 208 …- In Buildroot's *package/Config.in, insert the following line in were you will know how to find i… 209 > ``` source "package/civetweb/Config.in" ```
|
/civetweb-2.7.6/src/third_party/lua-5.2.4/src/ |
D | loadlib.c | 393 luaL_error(L, LUA_QL("package.%s") " must be a string", pname); in findfile() 473 lua_pushfstring(L, "\n\tno field package.preload['%s']", name); in searcher_preload() 484 luaL_error(L, LUA_QL("package.searchers") " must be a table"); in findloader() 514 return 1; /* package is already loaded */ in ll_require() 515 /* else must load package */ in ll_require() 579 /* set _PACKAGE as package name (full module name minus last part) */ in modinit() 683 lua_pushvalue(L, -2); /* set 'package' as upvalue for all searchers */ in createsearcherstable() 697 /* create `package' table */ in luaopen_package() 720 lua_pushvalue(L, -2); /* set 'package' as upvalue for next lib */ in luaopen_package() 723 return 1; /* return 'package' table */ in luaopen_package()
|
D | lualib.h | 41 #define LUA_LOADLIBNAME "package"
|
D | linit.c | 59 /* add open functions from 'preloadedlibs' into 'package.preload' table */ in luaL_openlibs()
|
/civetweb-2.7.6/src/third_party/lua-5.1.5/src/ |
D | loadlib.c | 358 luaL_error(L, LUA_QL("package.%s") " must be a string", pname); in findfile() 439 luaL_error(L, LUA_QL("package.preload") " must be a table"); in loader_preload() 442 lua_pushfstring(L, "\n\tno field package.preload['%s']", name); in loader_preload() 460 return 1; /* package is already loaded */ in ll_require() 465 luaL_error(L, LUA_QL("package.loaders") " must be a table"); in ll_require() 538 /* set _PACKAGE as package name (full module name minus last part) */ in modinit() 633 /* create `package' table */ in luaopen_package() 664 return 1; /* return 'package' table */ in luaopen_package()
|
D | lualib.h | 39 #define LUA_LOADLIBNAME "package"
|
/civetweb-2.7.6/conan/ |
D | build.py | 23 """ Set civetweb as package's owner 54 """ Only upload the package the branch name is like a tag
|
/civetweb-2.7.6/ci/travis/ |
D | install_rocks.sh | 7 # lua-curl depends on a libcurl development package (i.e. libcurl4-openssl-dev)
|
/civetweb-2.7.6/distribution/arch/ |
D | PKGBUILD.git.example | 31 package() {
|
/civetweb-2.7.6/contrib/buildroot/ |
D | civetweb.mk | 54 $(eval $(generic-package))
|