Home
last modified time | relevance | path

Searched refs:typeahead (Results 1 – 15 of 15) sorted by relevance

/external/okhttp/website/static/
Dbootstrap.min.js6typeahead.defaults,n),this.matcher=this.options.matcher||this.matcher,this.sorter=this.options.sor… function
Dbootstrap-combined.min.css9 …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/
Dbootstrap.js1575 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/
Dcurses.rst202 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/
Dcurses.rst210 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/
Dtest_curses.py260 curses.typeahead(sys.__stdin__.fileno())
/external/python/cpython3/Lib/test/
Dtest_curses.py271 curses.typeahead(sys.__stdin__.fileno())
/external/python/cpython2/
Dconfigure.ac4671 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.)
Dpyconfig.h.in169 /* Define if you have the 'typeahead' function. */
Dconfigure15012 void *x=typeahead
/external/python/cpython3/
Dconfigure.ac5196 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.)
Dpyconfig.h.in182 /* Define if you have the 'typeahead' function. */
Dconfigure16399 void *x=typeahead
/external/python/cpython2/Modules/
D_cursesmodule.c2592 return PyCursesCheckERR(typeahead( fd ), "typeahead"); in PyCurses_TypeAhead()
/external/python/cpython3/Modules/
D_cursesmodule.c3071 return PyCursesCheckERR(typeahead( fd ), "typeahead"); in PyCurses_TypeAhead()