-
Notifications
You must be signed in to change notification settings - Fork 435
Expand file tree
/
Copy pathNetcoolRules.xml
More file actions
65 lines (65 loc) · 3.02 KB
/
NetcoolRules.xml
File metadata and controls
65 lines (65 loc) · 3.02 KB
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
<?xml version='1.0' encoding='UTF-8'?>
<NotepadPlus>
<!-- 'NetcoolRules' autoCompletion definition automatically generated from UDL keyword lists by generate_ac.py on 2025-09-12 -->
<!-- Default values automatically generated, and have no knowledge of the actual constructs for this particular language. -->
<!-- This is a starting point, and should be improved into a full autoCompletion with function parameter hints, etc, by an expert in this language. -->
<!-- If you are such an expert, please remove these comments and submit your updates back to the UDL Collection. Thank you. -->
<AutoComplete language="NetcoolRules">
<!-- Environment: Change start/stopFunc, paramSeparator, and terminal as needed -->
<Environment ignoreCase="no" startFunc="(" stopFunc=")" paramSeparator="," terminal="" additionalWordChar=""/>
<!-- KeyWords: generator assumes all keywords are _not_ functions -->
<KeyWord name="array" func="no"/>
<KeyWord name="case" func="no"/>
<KeyWord name="charcount" func="no"/>
<KeyWord name="clear" func="no"/>
<KeyWord name="datetime" func="no"/>
<KeyWord name="datetotime" func="no"/>
<KeyWord name="debug" func="no"/>
<KeyWord name="decode" func="no"/>
<KeyWord name="default" func="no"/>
<KeyWord name="details" func="no"/>
<KeyWord name="discard" func="no"/>
<KeyWord name="else" func="no"/>
<KeyWord name="exists" func="no"/>
<KeyWord name="exit" func="no"/>
<KeyWord name="expand" func="no"/>
<KeyWord name="extract" func="no"/>
<KeyWord name="getdate" func="no"/>
<KeyWord name="getenv" func="no"/>
<KeyWord name="geteventcount" func="no"/>
<KeyWord name="gethostaddr" func="no"/>
<KeyWord name="gethostname" func="no"/>
<KeyWord name="getload" func="no"/>
<KeyWord name="getpid" func="no"/>
<KeyWord name="getplatform" func="no"/>
<KeyWord name="hostname" func="no"/>
<KeyWord name="if" func="no"/>
<KeyWord name="include" func="no"/>
<KeyWord name="int" func="no"/>
<KeyWord name="log" func="no"/>
<KeyWord name="lookup" func="no"/>
<KeyWord name="match" func="no"/>
<KeyWord name="nmatch" func="no"/>
<KeyWord name="nvp_add" func="no"/>
<KeyWord name="nvp_remove" func="no"/>
<KeyWord name="real" func="no"/>
<KeyWord name="recover" func="no"/>
<KeyWord name="registertarget" func="no"/>
<KeyWord name="regmatch" func="no"/>
<KeyWord name="remove" func="no"/>
<KeyWord name="scanformat" func="no"/>
<KeyWord name="service" func="no"/>
<KeyWord name="setdefaultobjectserver" func="no"/>
<KeyWord name="setdefaulttarget" func="no"/>
<KeyWord name="setlog" func="no"/>
<KeyWord name="setobjectserver" func="no"/>
<KeyWord name="settarget" func="no"/>
<KeyWord name="split" func="no"/>
<KeyWord name="switch" func="no"/>
<KeyWord name="table" func="no"/>
<KeyWord name="timetodate" func="no"/>
<KeyWord name="toBase" func="no"/>
<KeyWord name="update" func="no"/>
<KeyWord name="updateload" func="no"/>
</AutoComplete>
</NotepadPlus>