| OLD | NEW |
| 1 <html><head> | 1 <html><head> |
| 2 <meta charset="UTF-8"> | 2 <meta charset="UTF-8"> |
| 3 <title>Analysis Server API Specification</title> | 3 <title>Analysis Server API Specification</title> |
| 4 <style>body { | 4 <style>body { |
| 5 font-family: sans-serif, serif; | 5 font-family: sans-serif, serif; |
| 6 padding-left: 5%; | 6 padding-left: 5%; |
| 7 padding-right: 5%; | 7 padding-right: 5%; |
| 8 } | 8 } |
| 9 h1 { | 9 h1 { |
| 10 text-align: center; | 10 text-align: center; |
| (...skipping 943 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 954 | 954 |
| 955 <p> | 955 <p> |
| 956 The length of the text to be replaced if the remainder | 956 The length of the text to be replaced if the remainder |
| 957 of the identifier containing the cursor is to be | 957 of the identifier containing the cursor is to be |
| 958 replaced when the suggestion is applied (that is, the | 958 replaced when the suggestion is applied (that is, the |
| 959 number of characters in the existing identifier). | 959 number of characters in the existing identifier). |
| 960 </p> | 960 </p> |
| 961 </dd><dt class="field"><b><i>results ( List<<a href="#type_Completi
onSuggestion">CompletionSuggestion</a>> )</i></b></dt><dd> | 961 </dd><dt class="field"><b><i>results ( List<<a href="#type_Completi
onSuggestion">CompletionSuggestion</a>> )</i></b></dt><dd> |
| 962 | 962 |
| 963 <p> | 963 <p> |
| 964 The completion suggestions being reported. | 964 The completion suggestions being reported. The |
| 965 notification contains all possible completions at the |
| 966 requested cursor position, even those that do not match |
| 967 the characters the user has already typed. This allows |
| 968 the client to respond to further keystrokes from the |
| 969 user without having to make additional requests. |
| 965 </p> | 970 </p> |
| 966 </dd><dt class="field"><b><i>last ( bool )</i></b></dt><dd> | 971 </dd><dt class="field"><b><i>last ( bool )</i></b></dt><dd> |
| 967 | 972 |
| 968 <p> | 973 <p> |
| 969 True if this is that last set of results that will be | 974 True if this is that last set of results that will be |
| 970 returned for the indicated completion. | 975 returned for the indicated completion. |
| 971 </p> | 976 </p> |
| 972 </dd></dl></dd></dl> | 977 </dd></dl></dd></dl> |
| 973 <h2 class="domain"><a name="domain_search">Domain: search</a></h2> | 978 <h2 class="domain"><a name="domain_search">Domain: search</a></h2> |
| 974 <p> | 979 <p> |
| (...skipping 1992 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2967 <p> | 2972 <p> |
| 2968 This section contains a list of all of the errors that are | 2973 This section contains a list of all of the errors that are |
| 2969 produced by the server and the data that is returned with each. | 2974 produced by the server and the data that is returned with each. |
| 2970 </p> | 2975 </p> |
| 2971 <p> | 2976 <p> |
| 2972 TBD | 2977 TBD |
| 2973 </p> | 2978 </p> |
| 2974 | 2979 |
| 2975 | 2980 |
| 2976 </body></html> | 2981 </body></html> |
| OLD | NEW |