| OLD | NEW |
| 1 <!doctype html> | 1 <!doctype html> |
| 2 <html> | 2 <html> |
| 3 <head> | 3 <head> |
| 4 <meta charset="UTF-8"/> | 4 <meta charset="UTF-8"/> |
| 5 <title>Analysis Server API Specification</title> | 5 <title>Analysis Server API Specification</title> |
| 6 </head> | 6 </head> |
| 7 <body> | 7 <body> |
| 8 <h1>Analysis Server API Specification</h1> | 8 <h1>Analysis Server API Specification</h1> |
| 9 <h1 style="color:#999999">Version <version>1.12.0</version></h1> | 9 <h1 style="color:#999999">Version <version>1.12.0</version></h1> |
| 10 <p> | 10 <p> |
| (...skipping 4017 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4028 <refactoring kind="EXTRACT_LOCAL_VARIABLE"> | 4028 <refactoring kind="EXTRACT_LOCAL_VARIABLE"> |
| 4029 <p> | 4029 <p> |
| 4030 Create a local variable initialized by the expression that covers | 4030 Create a local variable initialized by the expression that covers |
| 4031 the specified selection. | 4031 the specified selection. |
| 4032 </p> | 4032 </p> |
| 4033 <p> | 4033 <p> |
| 4034 It is an error if the selection range is not covered by a | 4034 It is an error if the selection range is not covered by a |
| 4035 complete expression. | 4035 complete expression. |
| 4036 </p> | 4036 </p> |
| 4037 <feedback> | 4037 <feedback> |
| 4038 <field name="coveringExpressionOffsets"> | 4038 <field name="coveringExpressionOffsets" optional="true"> |
| 4039 <list><ref>int</ref></list> | 4039 <list><ref>int</ref></list> |
| 4040 <p> | 4040 <p> |
| 4041 The offsets of the expressions that cover the specified | 4041 The offsets of the expressions that cover the specified |
| 4042 selection, from the down most to the up most. | 4042 selection, from the down most to the up most. |
| 4043 </p> | 4043 </p> |
| 4044 </field> | 4044 </field> |
| 4045 <field name="coveringExpressionLengths"> | 4045 <field name="coveringExpressionLengths" optional="true"> |
| 4046 <list><ref>int</ref></list> | 4046 <list><ref>int</ref></list> |
| 4047 <p> | 4047 <p> |
| 4048 The lengths of the expressions that cover the specified | 4048 The lengths of the expressions that cover the specified |
| 4049 selection, from the down most to the up most. | 4049 selection, from the down most to the up most. |
| 4050 </p> | 4050 </p> |
| 4051 </field> | 4051 </field> |
| 4052 <field name="names"> | 4052 <field name="names"> |
| 4053 <list><ref>String</ref></list> | 4053 <list><ref>String</ref></list> |
| 4054 <p> | 4054 <p> |
| 4055 The proposed names for the local variable. | 4055 The proposed names for the local variable. |
| (...skipping 312 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4368 This section contains a list of all of the errors that are | 4368 This section contains a list of all of the errors that are |
| 4369 produced by the server and the data that is returned with each. | 4369 produced by the server and the data that is returned with each. |
| 4370 </p> | 4370 </p> |
| 4371 <p> | 4371 <p> |
| 4372 TBD | 4372 TBD |
| 4373 </p> | 4373 </p> |
| 4374 <h2 class="domain"><a name="index">Index</a></h2> | 4374 <h2 class="domain"><a name="index">Index</a></h2> |
| 4375 <index></index> | 4375 <index></index> |
| 4376 </body> | 4376 </body> |
| 4377 </html> | 4377 </html> |
| OLD | NEW |