|
573 | 573 | ;
|
574 | 574 | 2 Lua function list
|
575 | 575 | 3 assert=LUA_assert
|
| 576 | +3 assignment=LUA_assignment |
576 | 577 | 3 bc.add=LUA_bc.add
|
577 | 578 | 3 bc.compare=LUA_bc.compare
|
578 | 579 | 3 bc.digits=LUA_bc.digits
|
579 | 580 | 3 bc.div=LUA_bc.div
|
| 581 | +3 bc.divmod=LUA_bc.divmod |
580 | 582 | 3 bc.isneg=LUA_bc.isneg
|
581 | 583 | 3 bc.iszero=LUA_bc.iszero
|
582 | 584 | 3 bc.mod=LUA_bc.mod
|
583 | 585 | 3 bc.mul=LUA_bc.mul
|
| 586 | +3 bc.neg=LUA_bc.neg |
584 | 587 | 3 bc.number=LUA_bc.number
|
585 | 588 | 3 bc.pow=LUA_bc.pow
|
| 589 | +3 bc.powmod=LUA_bc.powmod |
586 | 590 | 3 bc.sqrt=LUA_bc.sqrt
|
587 | 591 | 3 bc.sub=LUA_bc.sub
|
| 592 | +3 bc.tonumber=LUA_bc.tonumber |
588 | 593 | 3 bc.tostring=LUA_bc.tostring
|
| 594 | +3 bc.trunc=LUA_bc.trunc |
589 | 595 | 3 bc.version=LUA_bc.version
|
590 | 596 | 3 bit.ashr=LUA_bit.ashr
|
591 | 597 | 3 bit.band=LUA_bit.band
|
592 | 598 | 3 bit.bor=LUA_bit.bor
|
| 599 | +3 bit.clear=LUA_bit.clear |
593 | 600 | 3 bit.mod=LUA_bit.mod
|
594 | 601 | 3 bit.neg=LUA_bit.neg
|
595 | 602 | 3 bit.shl=LUA_bit.shl
|
596 | 603 | 3 bit.shr=LUA_bit.shr
|
| 604 | +3 bit.test=LUA_bit.test |
597 | 605 | 3 bit.tonumber=LUA_bit.tonumber
|
598 | 606 | 3 bit.tostring=LUA_bit.tostring
|
599 | 607 | 3 bit.xor=LUA_bit.xor
|
| 608 | +3 break=LUA_break |
600 | 609 | 3 collectgarbage=LUA_collectgarbage
|
| 610 | +3 comments=LUA_comments |
| 611 | +3 context:aggregate_count=LUA_context:aggregate_count |
| 612 | +3 context:get_aggregate_data=LUA_context:get_aggregate_data |
| 613 | +3 context:result=LUA_context:result |
| 614 | +3 context:result_blob=LUA_context:result_blob |
| 615 | +3 context:result_error=LUA_context:result_error |
| 616 | +3 context:result_int=LUA_context:result_int |
| 617 | +3 context:result_null=LUA_context:result_null |
| 618 | +3 context:result_number=LUA_context:result_number |
| 619 | +3 context:result_text=LUA_context:result_text |
| 620 | +3 context:set_aggregate_data=LUA_context:set_aggregate_data |
| 621 | +3 context:user_data=LUA_context:user_data |
601 | 622 | 3 coroutine.create=LUA_coroutine.create
|
602 | 623 | 3 coroutine.resume=LUA_coroutine.resume
|
603 | 624 | 3 coroutine.running=LUA_coroutine.running
|
604 | 625 | 3 coroutine.status=LUA_coroutine.status
|
605 | 626 | 3 coroutine.wrap=LUA_coroutine.wrap
|
606 | 627 | 3 coroutine.yield=LUA_coroutine.yield
|
| 628 | +3 data types=LUA_data types |
| 629 | +3 db:busy_handler=LUA_db:busy_handler |
| 630 | +3 db:busy_timeout=LUA_db:busy_timeout |
| 631 | +3 db:changes=LUA_db:changes |
| 632 | +3 db:close=LUA_db:close |
| 633 | +3 db:close_vm=LUA_db:close_vm |
| 634 | +3 db:create_aggregate=LUA_db:create_aggregate |
| 635 | +3 db:create_collation=LUA_db:create_collation |
| 636 | +3 db:create_function=LUA_db:create_function |
| 637 | +3 db:errcode=LUA_db:errcode |
| 638 | +3 db:errmsg=LUA_db:errmsg |
| 639 | +3 db:exec=LUA_db:exec |
| 640 | +3 db:interrupt=LUA_db:interrupt |
| 641 | +3 db:isopen=LUA_db:isopen |
| 642 | +3 db:last_insert_rowid=LUA_db:last_insert_rowid |
| 643 | +3 db:nrows=LUA_db:nrows |
| 644 | +3 db:prepare=LUA_db:prepare |
| 645 | +3 db:progress_handler=LUA_db:progress_handler |
| 646 | +3 db:rows=LUA_db:rows |
| 647 | +3 db:total_changes=LUA_db:total_changes |
| 648 | +3 db:trace=LUA_db:trace |
| 649 | +3 db:urows=LUA_db:urows |
607 | 650 | 3 debug.debug=LUA_debug.debug
|
608 | 651 | 3 debug.getfenv=LUA_debug.getfenv
|
609 | 652 | 3 debug.gethook=LUA_debug.gethook
|
|
618 | 661 | 3 debug.setmetatable=LUA_debug.setmetatable
|
619 | 662 | 3 debug.setupvalue=LUA_debug.setupvalue
|
620 | 663 | 3 debug.traceback=LUA_debug.traceback
|
| 664 | +3 do=LUA_do |
621 | 665 | 3 dofile=LUA_dofile
|
622 | 666 | 3 error=LUA_error
|
623 | 667 | 3 f:close=LUA_f:close
|
|
627 | 671 | 3 f:seek=LUA_f:seek
|
628 | 672 | 3 f:setvbuf=LUA_f:setvbuf
|
629 | 673 | 3 f:write=LUA_f:write
|
| 674 | +3 for (generic)=LUA_for (generic) |
| 675 | +3 for (numeric)=LUA_for (numeric) |
| 676 | +3 function=LUA_function |
630 | 677 | 3 gcinfo=LUA_gcinfo
|
631 | 678 | 3 getfenv=LUA_getfenv
|
632 | 679 | 3 getmetatable=LUA_getmetatable
|
| 680 | +3 identifiers=LUA_identifiers |
| 681 | +3 if / then / else=LUA_if / then / else |
633 | 682 | 3 io.close=LUA_io.close
|
634 | 683 | 3 io.flush=LUA_io.flush
|
635 | 684 | 3 io.input=LUA_io.input
|
|
645 | 694 | 3 io.type=LUA_io.type
|
646 | 695 | 3 io.write=LUA_io.write
|
647 | 696 | 3 ipairs=LUA_ipairs
|
| 697 | +3 keywords=LUA_keywords |
648 | 698 | 3 load=LUA_load
|
649 | 699 | 3 loadfile=LUA_loadfile
|
650 | 700 | 3 loadlib=LUA_loadlib
|
651 | 701 | 3 loadstring=LUA_loadstring
|
| 702 | +3 local=LUA_local |
| 703 | +3 logical operators=LUA_logical operators |
| 704 | +3 lpeg.B=LUA_lpeg.B |
| 705 | +3 lpeg.C=LUA_lpeg.C |
| 706 | +3 lpeg.Carg=LUA_lpeg.Carg |
| 707 | +3 lpeg.Cb=LUA_lpeg.Cb |
| 708 | +3 lpeg.Cc=LUA_lpeg.Cc |
| 709 | +3 lpeg.Cf=LUA_lpeg.Cf |
| 710 | +3 lpeg.Cg=LUA_lpeg.Cg |
| 711 | +3 lpeg.Cmt=LUA_lpeg.Cmt |
| 712 | +3 lpeg.Cp=LUA_lpeg.Cp |
| 713 | +3 lpeg.Cs=LUA_lpeg.Cs |
| 714 | +3 lpeg.Ct=LUA_lpeg.Ct |
| 715 | +3 lpeg.locale=LUA_lpeg.locale |
| 716 | +3 lpeg.match=LUA_lpeg.match |
| 717 | +3 lpeg.P=LUA_lpeg.P |
| 718 | +3 lpeg.print=LUA_lpeg.print |
| 719 | +3 lpeg.R=LUA_lpeg.R |
| 720 | +3 lpeg.S=LUA_lpeg.S |
| 721 | +3 lpeg.setmaxstack=LUA_lpeg.setmaxstack |
| 722 | +3 lpeg.type=LUA_lpeg.type |
| 723 | +3 lpeg.V=LUA_lpeg.V |
| 724 | +3 lpeg.version=LUA_lpeg.version |
652 | 725 | 3 math.abs=LUA_math.abs
|
653 | 726 | 3 math.acos=LUA_math.acos
|
654 | 727 | 3 math.asin=LUA_math.asin
|
|
702 | 775 | 3 package.seeall=LUA_package.seeall
|
703 | 776 | 3 pairs=LUA_pairs
|
704 | 777 | 3 pcall=LUA_pcall
|
| 778 | +3 precedence=LUA_precedence |
705 | 779 | 3 print=LUA_print
|
706 | 780 | 3 rawequal=LUA_rawequal
|
707 | 781 | 3 rawget=LUA_rawget
|
708 | 782 | 3 rawset=LUA_rawset
|
709 | 783 | 3 re:exec=LUA_re:exec
|
710 | 784 | 3 re:gmatch=LUA_re:gmatch
|
711 | 785 | 3 re:match=LUA_re:match
|
| 786 | +3 relational operators=LUA_relational operators |
| 787 | +3 repeat=LUA_repeat |
712 | 788 | 3 require=LUA_require
|
| 789 | +3 return=LUA_return |
713 | 790 | 3 rex.flags=LUA_rex.flags
|
714 | 791 | 3 rex.new=LUA_rex.new
|
715 | 792 | 3 select=LUA_select
|
716 | 793 | 3 setfenv=LUA_setfenv
|
717 | 794 | 3 setmetatable=LUA_setmetatable
|
| 795 | +3 sqlite3.complete=LUA_sqlite3.complete |
| 796 | +3 sqlite3.open=LUA_sqlite3.open |
| 797 | +3 sqlite3.open_memory=LUA_sqlite3.open_memory |
| 798 | +3 sqlite3.version=LUA_sqlite3.version |
| 799 | +3 stmt:bind=LUA_stmt:bind |
| 800 | +3 stmt:bind_blob=LUA_stmt:bind_blob |
| 801 | +3 stmt:bind_names=LUA_stmt:bind_names |
| 802 | +3 stmt:bind_parameter_count=LUA_stmt:bind_parameter_count |
| 803 | +3 stmt:bind_parameter_name=LUA_stmt:bind_parameter_name |
| 804 | +3 stmt:bind_values=LUA_stmt:bind_values |
| 805 | +3 stmt:columns=LUA_stmt:columns |
| 806 | +3 stmt:finalize=LUA_stmt:finalize |
| 807 | +3 stmt:get_name=LUA_stmt:get_name |
| 808 | +3 stmt:get_named_types=LUA_stmt:get_named_types |
| 809 | +3 stmt:get_named_values=LUA_stmt:get_named_values |
| 810 | +3 stmt:get_names=LUA_stmt:get_names |
| 811 | +3 stmt:get_type=LUA_stmt:get_type |
| 812 | +3 stmt:get_types=LUA_stmt:get_types |
| 813 | +3 stmt:get_unames=LUA_stmt:get_unames |
| 814 | +3 stmt:get_utypes=LUA_stmt:get_utypes |
| 815 | +3 stmt:get_uvalues=LUA_stmt:get_uvalues |
| 816 | +3 stmt:get_value=LUA_stmt:get_value |
| 817 | +3 stmt:get_values=LUA_stmt:get_values |
| 818 | +3 stmt:isopen=LUA_stmt:isopen |
| 819 | +3 stmt:nrows=LUA_stmt:nrows |
| 820 | +3 stmt:reset=LUA_stmt:reset |
| 821 | +3 stmt:rows=LUA_stmt:rows |
| 822 | +3 stmt:step=LUA_stmt:step |
| 823 | +3 stmt:urows=LUA_stmt:urows |
| 824 | +3 string literals=LUA_string literals |
718 | 825 | 3 string.byte=LUA_string.byte
|
719 | 826 | 3 string.char=LUA_string.char
|
720 | 827 | 3 string.dump=LUA_string.dump
|
|
743 | 850 | 3 tostring=LUA_tostring
|
744 | 851 | 3 type=LUA_type
|
745 | 852 | 3 unpack=LUA_unpack
|
| 853 | +3 utils.activatenotepad=LUA_utils.activatenotepad |
| 854 | +3 utils.appendtonotepad=LUA_utils.appendtonotepad |
746 | 855 | 3 utils.base64decode=LUA_utils.base64decode
|
747 | 856 | 3 utils.base64encode=LUA_utils.base64encode
|
| 857 | +3 utils.callbackslist=LUA_utils.callbackslist |
748 | 858 | 3 utils.choose=LUA_utils.choose
|
749 | 859 | 3 utils.compress=LUA_utils.compress
|
750 | 860 | 3 utils.decompress=LUA_utils.decompress
|
| 861 | +3 utils.directorypicker=LUA_utils.directorypicker |
751 | 862 | 3 utils.editbox=LUA_utils.editbox
|
752 | 863 | 3 utils.edit_distance=LUA_utils.edit_distance
|
753 | 864 | 3 utils.filepicker=LUA_utils.filepicker
|
| 865 | +3 utils.filterpicker=LUA_utils.filterpicker |
| 866 | +3 utils.fontpicker=LUA_utils.fontpicker |
754 | 867 | 3 utils.fromhex=LUA_utils.fromhex
|
755 | 868 | 3 utils.functionlist=LUA_utils.functionlist
|
| 869 | +3 utils.getfontfamilies=LUA_utils.getfontfamilies |
756 | 870 | 3 utils.hash=LUA_utils.hash
|
757 | 871 | 3 utils.info=LUA_utils.info
|
| 872 | +3 utils.infotypes=LUA_utils.infotypes |
758 | 873 | 3 utils.inputbox=LUA_utils.inputbox
|
759 | 874 | 3 utils.listbox=LUA_utils.listbox
|
760 | 875 | 3 utils.md5=LUA_utils.md5
|
761 | 876 | 3 utils.metaphone=LUA_utils.metaphone
|
762 | 877 | 3 utils.msgbox=LUA_utils.msgbox
|
763 | 878 | 3 utils.multilistbox=LUA_utils.multilistbox
|
764 | 879 | 3 utils.readdir=LUA_utils.readdir
|
| 880 | +3 utils.reload_global_prefs=LUA_utils.reload_global_prefs |
| 881 | +3 utils.sendtofront=LUA_utils.sendtofront |
765 | 882 | 3 utils.sha256=LUA_utils.sha256
|
| 883 | +3 utils.shellexecute=LUA_utils.shellexecute |
766 | 884 | 3 utils.spellcheckdialog=LUA_utils.spellcheckdialog
|
767 | 885 | 3 utils.split=LUA_utils.split
|
| 886 | +3 utils.timer=LUA_utils.timer |
768 | 887 | 3 utils.tohex=LUA_utils.tohex
|
| 888 | +3 utils.umsgbox=LUA_utils.umsgbox |
769 | 889 | 3 utils.utf8decode=LUA_utils.utf8decode
|
770 | 890 | 3 utils.utf8encode=LUA_utils.utf8encode
|
| 891 | +3 utils.utf8sub=LUA_utils.utf8sub |
771 | 892 | 3 utils.utf8valid=LUA_utils.utf8valid
|
772 | 893 | 3 utils.xmlread=LUA_utils.xmlread
|
| 894 | +3 while=LUA_while |
773 | 895 | 3 xpcall=LUA_xpcall
|
774 | 896 |
|
775 | 897 | ;
|
|
0 commit comments