| /external/python/cpython2/Lib/idlelib/idle_test/ |
| D | test_autocomplete.py | 5 import idlelib.AutoComplete as ac 40 self.autocomplete = ac.AutoComplete(self.editor) 43 self.assertEqual(self.autocomplete.editwin, self.editor) 46 testwin = self.autocomplete._make_autocomplete_window() 50 self.autocomplete.autocompletewindow = ( 51 self.autocomplete._make_autocomplete_window()) 52 self.autocomplete._remove_autocomplete_window() 53 self.assertIsNone(self.autocomplete.autocompletewindow) 58 self.autocomplete.open_completions = o_cs 59 self.autocomplete.force_open_completions_event('event') [all …]
|
| /external/python/cpython3/Lib/idlelib/idle_test/ |
| D | test_autocomplete.py | 1 "Test autocomplete, coverage 93%." 10 import idlelib.autocomplete as ac 22 self.prompt_last_line = '>>>' # Currently not used by autocomplete. 44 self.autocomplete = ac.AutoComplete(self.editor) 47 self.assertEqual(self.autocomplete.editwin, self.editor) 48 self.assertEqual(self.autocomplete.text, self.text) 51 testwin = self.autocomplete._make_autocomplete_window() 55 acp = self.autocomplete 63 acp = self.autocomplete 71 acp = self.autocomplete [all …]
|
| /external/google-cloud-java/java-retail/proto-google-cloud-retail-v2alpha/src/main/java/com/google/cloud/retail/v2alpha/ |
| D | CompletionConfigOrBuilder.java | 61 * Specifies the matching order for autocomplete suggestions, e.g., a query 79 * Specifies the matching order for autocomplete suggestions, e.g., a query 98 * The maximum number of autocomplete suggestions returned per term. Default 147 * Output only. The source data for the latest import of the autocomplete 162 * Output only. The source data for the latest import of the autocomplete 177 * Output only. The source data for the latest import of the autocomplete 227 * Output only. The source data for the latest import of the autocomplete 242 * Output only. The source data for the latest import of the autocomplete 257 * Output only. The source data for the latest import of the autocomplete 303 * Output only. The source data for the latest import of the autocomplete [all …]
|
| D | CompletionConfig.java | 25 * Catalog level autocomplete config for customers to customize autocomplete 140 * Specifies the matching order for autocomplete suggestions, e.g., a query 169 * Specifies the matching order for autocomplete suggestions, e.g., a query 201 * The maximum number of autocomplete suggestions returned per term. Default 265 * Output only. The source data for the latest import of the autocomplete 283 * Output only. The source data for the latest import of the autocomplete 303 * Output only. The source data for the latest import of the autocomplete 386 * Output only. The source data for the latest import of the autocomplete 404 * Output only. The source data for the latest import of the autocomplete 424 * Output only. The source data for the latest import of the autocomplete [all …]
|
| /external/google-cloud-java/java-retail/proto-google-cloud-retail-v2/src/main/java/com/google/cloud/retail/v2/ |
| D | CompletionConfigOrBuilder.java | 61 * Specifies the matching order for autocomplete suggestions, e.g., a query 79 * Specifies the matching order for autocomplete suggestions, e.g., a query 98 * The maximum number of autocomplete suggestions returned per term. Default 147 * Output only. The source data for the latest import of the autocomplete 162 * Output only. The source data for the latest import of the autocomplete 177 * Output only. The source data for the latest import of the autocomplete 227 * Output only. The source data for the latest import of the autocomplete 242 * Output only. The source data for the latest import of the autocomplete 257 * Output only. The source data for the latest import of the autocomplete 302 * Output only. The source data for the latest import of the autocomplete [all …]
|
| D | CompletionConfig.java | 25 * Catalog level autocomplete config for customers to customize autocomplete 140 * Specifies the matching order for autocomplete suggestions, e.g., a query 169 * Specifies the matching order for autocomplete suggestions, e.g., a query 201 * The maximum number of autocomplete suggestions returned per term. Default 265 * Output only. The source data for the latest import of the autocomplete 283 * Output only. The source data for the latest import of the autocomplete 303 * Output only. The source data for the latest import of the autocomplete 386 * Output only. The source data for the latest import of the autocomplete 404 * Output only. The source data for the latest import of the autocomplete 424 * Output only. The source data for the latest import of the autocomplete [all …]
|
| /external/google-cloud-java/java-retail/proto-google-cloud-retail-v2beta/src/main/java/com/google/cloud/retail/v2beta/ |
| D | CompletionConfigOrBuilder.java | 61 * Specifies the matching order for autocomplete suggestions, e.g., a query 79 * Specifies the matching order for autocomplete suggestions, e.g., a query 98 * The maximum number of autocomplete suggestions returned per term. Default 147 * Output only. The source data for the latest import of the autocomplete 162 * Output only. The source data for the latest import of the autocomplete 177 * Output only. The source data for the latest import of the autocomplete 227 * Output only. The source data for the latest import of the autocomplete 242 * Output only. The source data for the latest import of the autocomplete 257 * Output only. The source data for the latest import of the autocomplete 303 * Output only. The source data for the latest import of the autocomplete [all …]
|
| D | CompletionConfig.java | 25 * Catalog level autocomplete config for customers to customize autocomplete 140 * Specifies the matching order for autocomplete suggestions, e.g., a query 169 * Specifies the matching order for autocomplete suggestions, e.g., a query 201 * The maximum number of autocomplete suggestions returned per term. Default 265 * Output only. The source data for the latest import of the autocomplete 283 * Output only. The source data for the latest import of the autocomplete 303 * Output only. The source data for the latest import of the autocomplete 386 * Output only. The source data for the latest import of the autocomplete 404 * Output only. The source data for the latest import of the autocomplete 424 * Output only. The source data for the latest import of the autocomplete [all …]
|
| /external/doclava/res/assets/templates/assets/ |
| D | search_autocomplete.js | 14 c1.className = "jd-autocomplete jd-selected"; 15 // c2.className = "jd-autocomplete jd-selected jd-linktype"; 17 c1.className = "jd-autocomplete"; 18 // c2.className = "jd-autocomplete jd-linktype"; 50 c1.className = "jd-autocomplete"; 51 // c2.className = "jd-autocomplete jd-linktype"; 60 this.className = "jd-autocomplete"; 66 c1.className = "jd-autocomplete jd-linktype";
|
| /external/libwebsockets/include/libwebsockets/ |
| D | lws-fts.h | 56 /* autocomplete result */ 66 /* - autocomplete suggestion (of length ac_length) follows */ 71 * autocomplete the members may be NULL. This implies the symbol nor any 175 /* maximum number of autocomplete suggestions to return */ 197 * containing the head pointers into linked-lists of results for autocomplete
|
| /external/googleapis/google/cloud/retail/v2/ |
| D | catalog.proto | 283 // Catalog level autocomplete config for customers to customize autocomplete 298 // Specifies the matching order for autocomplete suggestions, e.g., a query 309 // The maximum number of autocomplete suggestions returned per term. Default 330 // Output only. The source data for the latest import of the autocomplete 343 // Output only. The source data for the latest import of the autocomplete 355 // Output only. The source data for the latest import of the autocomplete
|
| /external/google-cloud-java/java-retail/proto-google-cloud-retail-v2/src/main/proto/google/cloud/retail/v2/ |
| D | catalog.proto | 283 // Catalog level autocomplete config for customers to customize autocomplete 298 // Specifies the matching order for autocomplete suggestions, e.g., a query 309 // The maximum number of autocomplete suggestions returned per term. Default 330 // Output only. The source data for the latest import of the autocomplete 343 // Output only. The source data for the latest import of the autocomplete 355 // Output only. The source data for the latest import of the autocomplete
|
| /external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/docs/doc/reference/ |
| D | search.js | 87 $.widget("custom.catcomplete", $.ui.autocomplete, { 90 this.widget().menu("option", "items", "> :not(.ui-autocomplete-category)"); 99 ul.append("<li class=\"ui-autocomplete-category\">" + item.category + "</li>"); 158 … var exactMatcher = new RegExp("^" + $.ui.autocomplete.escapeRegex(request.term) + "$", "i"); 159 …camelCaseRegexp = ($.ui.autocomplete.escapeRegex(request.term)).split(/(?=[A-Z])/).join("([a-z0-9_… 161 secondaryMatcher = new RegExp($.ui.autocomplete.escapeRegex(request.term), "i");
|
| /external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/docs/doc/reference/ |
| D | search.js | 87 $.widget("custom.catcomplete", $.ui.autocomplete, { 90 this.widget().menu("option", "items", "> :not(.ui-autocomplete-category)"); 99 ul.append("<li class=\"ui-autocomplete-category\">" + item.category + "</li>"); 158 … var exactMatcher = new RegExp("^" + $.ui.autocomplete.escapeRegex(request.term) + "$", "i"); 159 …camelCaseRegexp = ($.ui.autocomplete.escapeRegex(request.term)).split(/(?=[A-Z])/).join("([a-z0-9_… 161 secondaryMatcher = new RegExp($.ui.autocomplete.escapeRegex(request.term), "i");
|
| /external/webrtc/third_party/crc32c/src/ |
| D | README.md | 62 apm install autocomplete-clang build build-cmake clang-format language-cmake \ 67 `autocomplete-clang` and `linter-clang` with `you-complete-me`. This requires 71 apm install autocomplete-plus build build-cmake clang-format language-cmake \
|
| /external/python/cpython2/Lib/idlelib/ |
| D | run.py | 11 from idlelib import AutoComplete 317 self.autocomplete = AutoComplete.AutoComplete() 358 return self.autocomplete.fetch_completions(what, mode)
|
| D | AutoCompleteWindow.py | 2 An auto-completion window for IDLE, used by the AutoComplete extension 6 from idlelib.AutoComplete import COMPLETE_FILES, COMPLETE_ATTRIBUTES 37 # The completion mode. Either AutoComplete.COMPLETE_ATTRIBUTES or 38 # AutoComplete.COMPLETE_FILES 150 """Show the autocomplete list, bind events. 349 # first tab; let AutoComplete handle the completion
|
| /external/python/cpython3/Lib/idlelib/ |
| D | autocomplete_w.py | 2 An auto-completion window for IDLE, used by the autocomplete extension 9 from idlelib.autocomplete import FILES, ATTRS 44 # The completion mode, either autocomplete.ATTRS or .FILES. 162 """Show the autocomplete list, bind events. 299 # Hide autocomplete list if it exists and does not have focus or 415 # first tab; let AutoComplete handle the completion 498 # TODO: autocomplete/w htest here
|
| /external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/docs/doc/reference/jquery/ |
| D | jquery-ui.js | 3 * Includes: widget.js, position.js, keycode.js, unique-id.js, widgets/autocomplete.js, widgets/menu… 1994 * jQuery UI Autocomplete 1.12.1 2002 //>>label: Autocomplete 2005 //>>docs: http://api.jqueryui.com/autocomplete/ 2006 //>>demos: http://jqueryui.com/autocomplete/ 2008 //>>css.structure: ../../themes/base/autocomplete.css 2013 $.widget( "ui.autocomplete", { 2064 this._addClass( "ui-autocomplete-input" ); 2065 this.element.attr( "autocomplete", "off" ); 2199 this._addClass( this.menu.element, "ui-autocomplete", "ui-front" ); [all …]
|
| /external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/docs/doc/reference/jquery/ |
| D | jquery-ui.js | 3 * Includes: widget.js, position.js, keycode.js, unique-id.js, widgets/autocomplete.js, widgets/menu… 1994 * jQuery UI Autocomplete 1.12.1 2002 //>>label: Autocomplete 2005 //>>docs: http://api.jqueryui.com/autocomplete/ 2006 //>>demos: http://jqueryui.com/autocomplete/ 2008 //>>css.structure: ../../themes/base/autocomplete.css 2013 $.widget( "ui.autocomplete", { 2064 this._addClass( "ui-autocomplete-input" ); 2065 this.element.attr( "autocomplete", "off" ); 2199 this._addClass( this.menu.element, "ui-autocomplete", "ui-front" ); [all …]
|
| /external/googleapis/google/maps/places/v1/ |
| D | places_service.proto | 39 // Note: every request (except for Autocomplete requests) requires a field mask 83 post: "/v1/places:autocomplete" 467 // Optional. A string which identifies an Autocomplete session for billing 484 // * Use session tokens for all Place Autocomplete calls. 487 // * Ensure that the credentials used for all Place Autocomplete, Place 586 // Optional. A string which identifies an Autocomplete session for billing 603 // * Use session tokens for all Place Autocomplete calls. 606 // * Ensure that the credentials used for all Place Autocomplete, Place 617 // An Autocomplete suggestion result. 663 // Prediction results for a Place Autocomplete prediction. [all …]
|
| /external/google-cloud-java/java-retail/proto-google-cloud-retail-v2beta/src/main/proto/google/cloud/retail/v2beta/ |
| D | catalog.proto | 291 // Catalog level autocomplete config for customers to customize autocomplete 306 // Specifies the matching order for autocomplete suggestions, e.g., a query 317 // The maximum number of autocomplete suggestions returned per term. Default 338 // Output only. The source data for the latest import of the autocomplete 351 // Output only. The source data for the latest import of the autocomplete 363 // Output only. The source data for the latest import of the autocomplete
|
| /external/googleapis/google/cloud/retail/v2alpha/ |
| D | catalog.proto | 292 // Catalog level autocomplete config for customers to customize autocomplete 307 // Specifies the matching order for autocomplete suggestions, e.g., a query 318 // The maximum number of autocomplete suggestions returned per term. Default 339 // Output only. The source data for the latest import of the autocomplete 352 // Output only. The source data for the latest import of the autocomplete 364 // Output only. The source data for the latest import of the autocomplete
|
| /external/google-cloud-java/java-retail/proto-google-cloud-retail-v2alpha/src/main/proto/google/cloud/retail/v2alpha/ |
| D | catalog.proto | 292 // Catalog level autocomplete config for customers to customize autocomplete 307 // Specifies the matching order for autocomplete suggestions, e.g., a query 318 // The maximum number of autocomplete suggestions returned per term. Default 339 // Output only. The source data for the latest import of the autocomplete 352 // Output only. The source data for the latest import of the autocomplete 364 // Output only. The source data for the latest import of the autocomplete
|
| /external/googleapis/google/cloud/retail/v2beta/ |
| D | catalog.proto | 291 // Catalog level autocomplete config for customers to customize autocomplete 306 // Specifies the matching order for autocomplete suggestions, e.g., a query 317 // The maximum number of autocomplete suggestions returned per term. Default 338 // Output only. The source data for the latest import of the autocomplete 351 // Output only. The source data for the latest import of the autocomplete 363 // Output only. The source data for the latest import of the autocomplete
|