7988:c4c17121eff8 | 7989:a21d673a8f99 |
---|---|
87 <dd> | 87 <dd> |
88 string containing the code to check (string) | 88 string containing the code to check (string) |
89 </dd> | 89 </dd> |
90 </dl> | 90 </dl> |
91 <dl> | 91 <dl> |
92 <dt>Returns:</dt> | 92 <dt>Return:</dt> |
93 <dd> | 93 <dd> |
94 dictionary with the keys 'error' and 'warnings' which | 94 dictionary with the keys 'error' and 'warnings' which |
95 hold a list containing details about the error/ warnings | 95 hold a list containing details about the error/ warnings |
96 (file name, line number, column, codestring (only at syntax | 96 (file name, line number, column, codestring (only at syntax |
97 errors), the message, a list with arguments for the message) | 97 errors), the message, a list with arguments for the message) |
106 | 106 |
107 <p> | 107 <p> |
108 Initialize the batch service and return the entry point. | 108 Initialize the batch service and return the entry point. |
109 </p> | 109 </p> |
110 <dl> | 110 <dl> |
111 <dt>Returns:</dt> | 111 <dt>Return:</dt> |
112 <dd> | 112 <dd> |
113 the entry point for the background client (function) | 113 the entry point for the background client (function) |
114 </dd> | 114 </dd> |
115 </dl> | 115 </dl> |
116 <div align="right"><a href="#top">Up</a></div> | 116 <div align="right"><a href="#top">Up</a></div> |
122 | 122 |
123 <p> | 123 <p> |
124 Initialize the service and return the entry point. | 124 Initialize the service and return the entry point. |
125 </p> | 125 </p> |
126 <dl> | 126 <dl> |
127 <dt>Returns:</dt> | 127 <dt>Return:</dt> |
128 <dd> | 128 <dd> |
129 the entry point for the background client (function) | 129 the entry point for the background client (function) |
130 </dd> | 130 </dd> |
131 </dl> | 131 </dl> |
132 <div align="right"><a href="#top">Up</a></div> | 132 <div align="right"><a href="#top">Up</a></div> |
182 <dd> | 182 <dd> |
183 string containing the code to check (string) | 183 string containing the code to check (string) |
184 </dd> | 184 </dd> |
185 </dl> | 185 </dl> |
186 <dl> | 186 <dl> |
187 <dt>Returns:</dt> | 187 <dt>Return:</dt> |
188 <dd> | 188 <dd> |
189 dictionary with the keys 'error' and 'warnings' which | 189 dictionary with the keys 'error' and 'warnings' which |
190 hold a list containing details about the error/ warnings | 190 hold a list containing details about the error/ warnings |
191 (file name, line number, column, codestring (only at syntax | 191 (file name, line number, column, codestring (only at syntax |
192 errors), the message, a list with arguments for the message) | 192 errors), the message, a list with arguments for the message) |
208 <dd> | 208 <dd> |
209 code to be normalized (string) | 209 code to be normalized (string) |
210 </dd> | 210 </dd> |
211 </dl> | 211 </dl> |
212 <dl> | 212 <dl> |
213 <dt>Returns:</dt> | 213 <dt>Return:</dt> |
214 <dd> | 214 <dd> |
215 normalized code (string) | 215 normalized code (string) |
216 </dd> | 216 </dd> |
217 </dl> | 217 </dl> |
218 <div align="right"><a href="#top">Up</a></div> | 218 <div align="right"><a href="#top">Up</a></div> |