summaryrefslogtreecommitdiff
path: root/tex/context/interface/mkiv/i-luatable.xml
blob: a2eb74d82bc0a0f65c07d78dfc0df7dae43624bb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
<?xml version="1.0" encoding="UTF-8"?>

<?context-directive job ctxfile x-setups.ctx ?>

<cd:interface xmlns:cd="http://www.pragma-ade.com/commands">

    <cd:command name="newluatable" level="system" category="lua" file="cldf-int.mkxl">
        <cd:arguments>
            <cd:csname/>
        </cd:arguments>
    </cd:command>

    <cd:command name="useluatable" level="system" category="lua" file="cldf-int.mkxl">
        <cd:arguments>
            <cd:csname/>
        </cd:arguments>
    </cd:command>

    <cd:command name="disposeluatable" level="system" category="lua" file="cldf-lmt.lua">
        <cd:arguments>
            <cd:csname/>
        </cd:arguments>
    </cd:command>

    <cd:command name="inspectluatable" level="system" category="lua" file="cldf-lmt.lua">
        <cd:arguments>
            <cd:csname/>
        </cd:arguments>
    </cd:command>

    <cd:command name="showluatables" level="system" category="lua" file="cldf-lmt.lua"/>

    <cd:command name="setluatable" level="system" category="lua" file="cldf-lmt.lua">
        <cd:arguments>
            <cd:csname/>
            <cd:content/>
        </cd:arguments>
    </cd:command>

    <cd:command name="getfromluatable" level="system" category="lua" file="cldf-lmt.lua">
        <cd:arguments>
            <cd:csname/>
            <cd:keywords delimiters="braces">
                <cd:constant type="cd:key"/>
                <cd:constant type="cd:number"/>
            </cd:keywords>
        </cd:arguments>
    </cd:command>

    <cd:command name="idxfromluatable" level="system" category="lua" file="cldf-lmt.lua">
        <cd:arguments>
            <cd:csname/>
            <cd:resolve name="string-number"/>
        </cd:arguments>
    </cd:command>

    <cd:command name="setdatavalue" level="system" category="lua" file="cldf-int.mkxl">
        <cd:arguments>
            <cd:resolve name="argument-name"/>
            <cd:resolve name="argument-number"/>
        </cd:arguments>
    </cd:command>

    <cd:command name="getdatavalue" level="system" category="lua" file="cldf-int.mkxl">
        <cd:arguments>
            <cd:resolve name="argument-name"/>
        </cd:arguments>
    </cd:command>

    <cd:command name="thedatavalue" level="system" category="lua" file="cldf-int.mkxl">
        <cd:arguments>
            <cd:resolve name="argument-name"/>
        </cd:arguments>
    </cd:command>

</cd:interface>