书栈网 · BookStack 本次搜索耗时 0.017 秒,为您找到 3571 个相关结果.
  • inspect

    inspect Description Features Operation Graph API to define hook in hooks file require(“resty.inspect.dbg”).set_hook(file, line, func, filter_func) Attributes Enabling the Plu...
  • inspect

    inspect Description Features Operation Graph API to define hook in hooks file require(“apisix.inspect.dbg”).set_hook(file, line, func, filter_func) Attributes Enable Plugin ...
  • inspect

    inspect Description Features Operation Graph API to define hook in hooks file require(“apisix.inspect.dbg”).set_hook(file, line, func, filter_func) Attributes Enable Plugin ...
  • 4.2 – Stack Size

    4.2 – Stack Size 4.2 – Stack Size When you interact with the Lua API, you are responsible for ensuring consistency. In particular, you are responsible for controlling stack ove...
  • inspect

    inspect Description Features Operation Graph API to define hook in hooks file require(“apisix.inspect.dbg”).set_hook(file, line, func, filter_func) Attributes Enable Plugin ...
  • 4.1 栈

    2570 2019-03-02 《Lua 5.3 参考手册》
    4.1 – 栈 Lua 使用一个 虚拟栈 来和 C 互传值。栈上的的每个元素都是一个 Lua 值 (nil ,数字,字符串,等等)。 无论何时 Lua 调用 C,被调用的函数都得到一个新的栈,这个栈独立于 C 函数本身的栈,也独立于之前的 Lua 栈。它里面包含了 Lua 传递给 C 函数的所有参数,而 C 函数则把要返回的结果放入这个栈以返回给调用者...
  • 8.2 – Changes in the Libraries

    8.2 – Changes in the Libraries 8.2 – Changes in the Libraries The bit32 library has been deprecated. It is easy to require a compatible external library or, better yet, to re...
  • 2.4 – Metatables and Metamethods

    2.4 – Metatables and Metamethods 2.4 – Metatables and Metamethods Every value in Lua can have a metatable. This metatable is an ordinary Lua table that defines the behavior of ...
  • 2.2 – Environments and the Global Environment

    2.2 – Environments and the Global Environment 2.2 – Environments and the Global Environment As we will discuss further in §3.2 and §3.3.3 , any reference to a free name (that ...