Searched refs:typeahead (Results 1 – 15 of 15) sorted by relevance
/external/okhttp/website/static/ |
D | bootstrap.min.js | 6 …typeahead.defaults,n),this.matcher=this.options.matcher||this.matcher,this.sorter=this.options.sor… function
|
D | bootstrap-combined.min.css | 9 …opdown .dropdown-menu .nav-header{padding-right:20px;padding-left:20px}.typeahead{z-index:1051;mar…
|
/external/chromium-trace/catapult/common/py_vulcanize/third_party/rjsmin/bench/ |
D | bootstrap.js | 1575 this.options = $.extend({}, $.fn.typeahead.defaults, options) 1797 $.fn.typeahead = function (option) { function 1807 $.fn.typeahead.defaults = { 1814 $.fn.typeahead.Constructor = Typeahead 1825 $this.typeahead($this.data())
|
/external/python/cpython2/Doc/library/ |
D | curses.rst | 202 Flush all input buffers. This throws away any typeahead that has been typed 577 .. function:: typeahead(fd) 579 Specify that the file descriptor *fd* be used for typeahead checking. If *fd* 580 is ``-1``, then no typeahead checking is done. 582 The curses library does "line-breakout optimization" by looking for typeahead 586 allows specifying a different file descriptor for typeahead checking.
|
/external/python/cpython3/Doc/library/ |
D | curses.rst | 210 Flush all input buffers. This throws away any typeahead that has been typed 588 .. function:: typeahead(fd) 590 Specify that the file descriptor *fd* be used for typeahead checking. If *fd* 591 is ``-1``, then no typeahead checking is done. 593 The curses library does "line-breakout optimization" by looking for typeahead 597 allows specifying a different file descriptor for typeahead checking.
|
/external/python/cpython2/Lib/test/ |
D | test_curses.py | 260 curses.typeahead(sys.__stdin__.fileno())
|
/external/python/cpython3/Lib/test/ |
D | test_curses.py | 271 curses.typeahead(sys.__stdin__.fileno())
|
/external/python/cpython2/ |
D | configure.ac | 4671 AC_MSG_CHECKING(for typeahead) 4673 #ifndef typeahead 4674 void *x=typeahead 4677 [AC_DEFINE(HAVE_CURSES_TYPEAHEAD, 1, Define if you have the 'typeahead' function.)
|
D | pyconfig.h.in | 169 /* Define if you have the 'typeahead' function. */
|
D | configure | 15012 void *x=typeahead
|
/external/python/cpython3/ |
D | configure.ac | 5196 AC_MSG_CHECKING(for typeahead) 5198 #ifndef typeahead 5199 void *x=typeahead 5202 [AC_DEFINE(HAVE_CURSES_TYPEAHEAD, 1, Define if you have the 'typeahead' function.)
|
D | pyconfig.h.in | 182 /* Define if you have the 'typeahead' function. */
|
D | configure | 16399 void *x=typeahead
|
/external/python/cpython2/Modules/ |
D | _cursesmodule.c | 2592 return PyCursesCheckERR(typeahead( fd ), "typeahead"); in PyCurses_TypeAhead()
|
/external/python/cpython3/Modules/ |
D | _cursesmodule.c | 3071 return PyCursesCheckERR(typeahead( fd ), "typeahead"); in PyCurses_TypeAhead()
|