src/eric7/Documentation/Source/eric7.Plugins.CheckerPlugins.SyntaxChecker.tomlCheckSyntax.html

branch
eric7
changeset 10341
3fdffd9cc21d
parent 9507
1f39839655ea
child 10479
856476537696
equal deleted inserted replaced
10340:548b4c7f410e 10341:3fdffd9cc21d
71 </dd> 71 </dd>
72 </dl> 72 </dl>
73 <dl> 73 <dl>
74 <dt>Return:</dt> 74 <dt>Return:</dt>
75 <dd> 75 <dd>
76 dictionary with the keys 'error' and 'warnings' which 76 list of dictionaries with the key 'error' which contain a tuple with
77 hold a list containing details about the error/ warnings 77 details about the syntax error. Each tuple contains the file name, line
78 (file name, line number, column, codestring (only at syntax 78 number, column, code string and the error message.
79 errors), the message, a list with arguments for the message) 79 </dd>
80 </dd> 80 </dl>
81 </dl> 81 <dl>
82 <dl> 82 <dt>Return Type:</dt>
83 <dt>Return Type:</dt> 83 <dd>
84 <dd> 84 list of dict
85 dict
86 </dd> 85 </dd>
87 </dl> 86 </dl>
88 <div align="right"><a href="#top">Up</a></div> 87 <div align="right"><a href="#top">Up</a></div>
89 <hr /> 88 <hr />
90 <hr /> 89 <hr />
102 </dd> 101 </dd>
103 </dl> 102 </dl>
104 <dl> 103 <dl>
105 <dt>Return Type:</dt> 104 <dt>Return Type:</dt>
106 <dd> 105 <dd>
107 func 106 function
108 </dd> 107 </dd>
109 </dl> 108 </dl>
110 <div align="right"><a href="#top">Up</a></div> 109 <div align="right"><a href="#top">Up</a></div>
111 <hr /> 110 <hr />
112 <hr /> 111 <hr />
124 </dd> 123 </dd>
125 </dl> 124 </dl>
126 <dl> 125 <dl>
127 <dt>Return Type:</dt> 126 <dt>Return Type:</dt>
128 <dd> 127 <dd>
129 func 128 function
130 </dd> 129 </dd>
131 </dl> 130 </dl>
132 <div align="right"><a href="#top">Up</a></div> 131 <div align="right"><a href="#top">Up</a></div>
133 <hr /> 132 <hr />
134 <hr /> 133 <hr />
143 142
144 <dt><i>argumentsList</i> (list)</dt> 143 <dt><i>argumentsList</i> (list)</dt>
145 <dd> 144 <dd>
146 list of arguments tuples as given for tomlSyntaxCheck 145 list of arguments tuples as given for tomlSyntaxCheck
147 </dd> 146 </dd>
148 <dt><i>send</i> (func)</dt> 147 <dt><i>send</i> (function)</dt>
149 <dd> 148 <dd>
150 reference to send function 149 reference to send function
151 </dd> 150 </dd>
152 <dt><i>fx</i> (str)</dt> 151 <dt><i>fx</i> (str)</dt>
153 <dd> 152 <dd>
154 registered service name 153 registered service name
155 </dd> 154 </dd>
156 <dt><i>cancelled</i> (func)</dt> 155 <dt><i>cancelled</i> (function)</dt>
157 <dd> 156 <dd>
158 reference to function checking for a cancellation 157 reference to function checking for a cancellation
159 </dd> 158 </dd>
160 <dt><i>maxProcesses</i> (int)</dt> 159 <dt><i>maxProcesses</i> (int)</dt>
161 <dd> 160 <dd>
184 </dd> 183 </dd>
185 </dl> 184 </dl>
186 <dl> 185 <dl>
187 <dt>Return:</dt> 186 <dt>Return:</dt>
188 <dd> 187 <dd>
189 dictionary with the keys 'error' and 'warnings' which 188 list of dictionaries with the key 'error' which contain a tuple with
190 hold a list containing details about the error/ warnings 189 details about the syntax error. Each tuple contains the file name, line
191 (file name, line number, column, codestring (only at syntax 190 number, column, code string and the error message.
192 errors), the message, a list with arguments for the message) 191 </dd>
193 </dd> 192 </dl>
194 </dl> 193 <dl>
195 <dl> 194 <dt>Return Type:</dt>
196 <dt>Return Type:</dt> 195 <dd>
197 <dd> 196 list of dict
198 dict
199 </dd> 197 </dd>
200 </dl> 198 </dl>
201 <div align="right"><a href="#top">Up</a></div> 199 <div align="right"><a href="#top">Up</a></div>
202 <hr /> 200 <hr />
203 <hr /> 201 <hr />

eric ide

mercurial