Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(185)

Side by Side Diff: pkg/analysis_server/tool/spec/spec_input.html

Issue 582453002: Index and search of import prefixes. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « pkg/analysis_server/test/services/search/search_engine_test.dart ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <html> 1 <html>
2 <head> 2 <head>
3 <meta charset="UTF-8"/> 3 <meta charset="UTF-8"/>
4 <title>Analysis Server API Specification</title> 4 <title>Analysis Server API Specification</title>
5 </head> 5 </head>
6 <body> 6 <body>
7 <h1>Analysis Server API Specification</h1> 7 <h1>Analysis Server API Specification</h1>
8 <h1 style="color:#999999">WORKING DRAFT - Version <version>0.3</version></h1 > 8 <h1 style="color:#999999">WORKING DRAFT - Version <version>0.3</version></h1 >
9 <p> 9 <p>
10 This document contains a specification of the API provided by 10 This document contains a specification of the API provided by
(...skipping 1913 matching lines...) Expand 10 before | Expand all | Expand 10 after
1924 <value><code>CONSTRUCTOR</code></value> 1924 <value><code>CONSTRUCTOR</code></value>
1925 <value><code>FIELD</code></value> 1925 <value><code>FIELD</code></value>
1926 <value><code>FUNCTION</code></value> 1926 <value><code>FUNCTION</code></value>
1927 <value><code>FUNCTION_TYPE_ALIAS</code></value> 1927 <value><code>FUNCTION_TYPE_ALIAS</code></value>
1928 <value><code>GETTER</code></value> 1928 <value><code>GETTER</code></value>
1929 <value><code>LABEL</code></value> 1929 <value><code>LABEL</code></value>
1930 <value><code>LIBRARY</code></value> 1930 <value><code>LIBRARY</code></value>
1931 <value><code>LOCAL_VARIABLE</code></value> 1931 <value><code>LOCAL_VARIABLE</code></value>
1932 <value><code>METHOD</code></value> 1932 <value><code>METHOD</code></value>
1933 <value><code>PARAMETER</code></value> 1933 <value><code>PARAMETER</code></value>
1934 <value><code>PREFIX</code></value>
1934 <value><code>SETTER</code></value> 1935 <value><code>SETTER</code></value>
1935 <value><code>TOP_LEVEL_VARIABLE</code></value> 1936 <value><code>TOP_LEVEL_VARIABLE</code></value>
1936 <value><code>TYPE_PARAMETER</code></value> 1937 <value><code>TYPE_PARAMETER</code></value>
1937 <value><code>UNIT_TEST_GROUP</code></value> 1938 <value><code>UNIT_TEST_GROUP</code></value>
1938 <value><code>UNIT_TEST_TEST</code></value> 1939 <value><code>UNIT_TEST_TEST</code></value>
1939 <value><code>UNKNOWN</code></value> 1940 <value><code>UNKNOWN</code></value>
1940 </enum> 1941 </enum>
1941 </type> 1942 </type>
1942 <type name="ExecutableFile"> 1943 <type name="ExecutableFile">
1943 <p> 1944 <p>
(...skipping 1377 matching lines...) Expand 10 before | Expand all | Expand 10 after
3321 <h2>Errors</h2> 3322 <h2>Errors</h2>
3322 <p> 3323 <p>
3323 This section contains a list of all of the errors that are 3324 This section contains a list of all of the errors that are
3324 produced by the server and the data that is returned with each. 3325 produced by the server and the data that is returned with each.
3325 </p> 3326 </p>
3326 <p> 3327 <p>
3327 TBD 3328 TBD
3328 </p> 3329 </p>
3329 </body> 3330 </body>
3330 </html> 3331 </html>
OLDNEW
« no previous file with comments | « pkg/analysis_server/test/services/search/search_engine_test.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698