sabaoth.mal

来自「一个内存数据库的源代码这是服务器端还有客户端」· MAL 代码 · 共 33 行

MAL
33
字号
#line 28 "/export/scratch0/monet/monet.GNU.64.64.d.14791/MonetDB5/src/modules/mal/sabaoth.mx"module sabaoth;command prelude() :voidaddress SABpreludecomment "Initialise the sabaoth module";command epilogue() :voidaddress SABepiloguecomment "Release the resources held by the sabaoth module";command marchScenario(lang:str)address SABmarchScenariocomment "Publishes the given language as available for this server";command retreatScenario(lang:str)address SABretreatScenariocomment "Unpublishes the given language as available for this server";command marchConnection(host:str, port:int, ssl:bit)address SABmarchConnectioncomment "Publishes the given host/port as available for connecting to this server";command wildRetreat()address SABwildRetreatcomment "Unpublishes everything known for this server";#sabaoth.prelude();

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?