src/eric7/Documentation/Source/eric7.Plugins.CheckerPlugins.SyntaxChecker.yamlCheckSyntax.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 />
164 163
165 <dt><i>argumentsList</i> (list)</dt> 164 <dt><i>argumentsList</i> (list)</dt>
166 <dd> 165 <dd>
167 list of arguments tuples as given for yamlSyntaxCheck 166 list of arguments tuples as given for yamlSyntaxCheck
168 </dd> 167 </dd>
169 <dt><i>send</i> (func)</dt> 168 <dt><i>send</i> (function)</dt>
170 <dd> 169 <dd>
171 reference to send function 170 reference to send function
172 </dd> 171 </dd>
173 <dt><i>fx</i> (str)</dt> 172 <dt><i>fx</i> (str)</dt>
174 <dd> 173 <dd>
175 registered service name 174 registered service name
176 </dd> 175 </dd>
177 <dt><i>cancelled</i> (func)</dt> 176 <dt><i>cancelled</i> (function)</dt>
178 <dd> 177 <dd>
179 reference to function checking for a cancellation 178 reference to function checking for a cancellation
180 </dd> 179 </dd>
181 <dt><i>maxProcesses</i> (int)</dt> 180 <dt><i>maxProcesses</i> (int)</dt>
182 <dd> 181 <dd>
205 </dd> 204 </dd>
206 </dl> 205 </dl>
207 <dl> 206 <dl>
208 <dt>Return:</dt> 207 <dt>Return:</dt>
209 <dd> 208 <dd>
210 dictionary with the keys 'error' and 'warnings' which 209 list of dictionaries with the key 'error' which contain a tuple with
211 hold a list containing details about the error/ warnings 210 details about the syntax error. Each tuple contains the file name, line
212 (file name, line number, column, codestring (only at syntax 211 number, column, code string and the error message.
213 errors), the message, a list with arguments for the message) 212 </dd>
214 </dd> 213 </dl>
215 </dl> 214 <dl>
216 <dl> 215 <dt>Return Type:</dt>
217 <dt>Return Type:</dt> 216 <dd>
218 <dd> 217 list of dict
219 dict
220 </dd> 218 </dd>
221 </dl> 219 </dl>
222 <div align="right"><a href="#top">Up</a></div> 220 <div align="right"><a href="#top">Up</a></div>
223 <hr /> 221 <hr />
224 </body></html> 222 </body></html>

eric ide

mercurial