📄 inet.mal
字号:
#line 27 "/export/scratch0/monet/monet.GNU.64.64.d.14791/MonetDB5/src/modules/atoms/inet.mx"atom inet:lng;#line 95 "/export/scratch0/monet/monet.GNU.64.64.d.14791/MonetDB5/src/modules/atoms/inet.mx"command fromstr() address INETfromStringcomment "Convert a string to an inet";#line 226 "/export/scratch0/monet/monet.GNU.64.64.d.14791/MonetDB5/src/modules/atoms/inet.mx"command tostr() address INETtoStringcomment "Convert inet to string equivalent";#line 257 "/export/scratch0/monet/monet.GNU.64.64.d.14791/MonetDB5/src/modules/atoms/inet.mx"command new(s:str):inet address INETnewcomment "Create an inet from a string literal";#line 282 "/export/scratch0/monet/monet.GNU.64.64.d.14791/MonetDB5/src/modules/atoms/inet.mx"command isnil(v:inet):bit address INET_isnilcomment "Nil test for inet value";#line 298 "/export/scratch0/monet/monet.GNU.64.64.d.14791/MonetDB5/src/modules/atoms/inet.mx"command =(v:inet,w:inet):bit address INET_comp_EQcomment "Equality of two inets";#line 320 "/export/scratch0/monet/monet.GNU.64.64.d.14791/MonetDB5/src/modules/atoms/inet.mx"command !=(v:inet,w:inet):bit address INET_comp_NEQcomment "Inequality of two inets";#line 342 "/export/scratch0/monet/monet.GNU.64.64.d.14791/MonetDB5/src/modules/atoms/inet.mx"command <(v:inet,w:inet):bit address INET_comp_LTcomment "Whether v is less than w";#line 380 "/export/scratch0/monet/monet.GNU.64.64.d.14791/MonetDB5/src/modules/atoms/inet.mx"command >(v:inet,w:inet):bit address INET_comp_GTcomment "Whether v is greater than w";#line 394 "/export/scratch0/monet/monet.GNU.64.64.d.14791/MonetDB5/src/modules/atoms/inet.mx"command <=(v:inet,w:inet):bit address INET_comp_LEcomment "Whether v is less than or equal to w";#line 415 "/export/scratch0/monet/monet.GNU.64.64.d.14791/MonetDB5/src/modules/atoms/inet.mx"command >=(v:inet,w:inet):bit address INET_comp_GEcomment "Whether v is equal to or greater than w";#line 438 "/export/scratch0/monet/monet.GNU.64.64.d.14791/MonetDB5/src/modules/atoms/inet.mx"command <<(v:inet,w:inet):bitaddress INET_comp_CWcomment "Whether v is contained within w";#line 506 "/export/scratch0/monet/monet.GNU.64.64.d.14791/MonetDB5/src/modules/atoms/inet.mx"command <<=(v:inet,w:inet):bitaddress INET_comp_CWEcomment "Whether v is contained within or is equal to w";#line 528 "/export/scratch0/monet/monet.GNU.64.64.d.14791/MonetDB5/src/modules/atoms/inet.mx"command >>(v:inet,w:inet):bitaddress INET_comp_CScomment "Whether v contains w";#line 543 "/export/scratch0/monet/monet.GNU.64.64.d.14791/MonetDB5/src/modules/atoms/inet.mx"command >>=(v:inet,w:inet):bitaddress INET_comp_CSEcomment "Whether v contains or is equal to w";#line 561 "/export/scratch0/monet/monet.GNU.64.64.d.14791/MonetDB5/src/modules/atoms/inet.mx"command broadcast(:inet):inetaddress INETbroadcastcomment "Returns the broadcast address for network";#line 620 "/export/scratch0/monet/monet.GNU.64.64.d.14791/MonetDB5/src/modules/atoms/inet.mx"command host(:inet):straddress INEThostcomment "Extract IP address as text";#line 646 "/export/scratch0/monet/monet.GNU.64.64.d.14791/MonetDB5/src/modules/atoms/inet.mx"command masklen(:inet):intaddress INETmasklencomment "Extract netmask length";#line 665 "/export/scratch0/monet/monet.GNU.64.64.d.14791/MonetDB5/src/modules/atoms/inet.mx"command setmasklen(:inet,:int):inetaddress INETsetmasklencomment "Set netmask length for inet value";#line 686 "/export/scratch0/monet/monet.GNU.64.64.d.14791/MonetDB5/src/modules/atoms/inet.mx"command netmask(:inet):inetaddress INETnetmaskcomment "Construct netmask for network";#line 736 "/export/scratch0/monet/monet.GNU.64.64.d.14791/MonetDB5/src/modules/atoms/inet.mx"command hostmask(:inet):inetaddress INEThostmaskcomment "Construct host mask for network";#line 766 "/export/scratch0/monet/monet.GNU.64.64.d.14791/MonetDB5/src/modules/atoms/inet.mx"command network(:inet):inetaddress INETnetworkcomment "Extract network part of address";#line 819 "/export/scratch0/monet/monet.GNU.64.64.d.14791/MonetDB5/src/modules/atoms/inet.mx"command text(:inet):straddress INETtextcomment "Extract IP address and netmask length as text";#line 845 "/export/scratch0/monet/monet.GNU.64.64.d.14791/MonetDB5/src/modules/atoms/inet.mx"command abbrev(:inet):straddress INETabbrevcomment "Abbreviated display format as text";
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -