Searched refs:shortcuts (Results 1 – 25 of 55) sorted by relevance
123
/external/python/oauth2client/oauth2client/contrib/django_util/ |
D | views.py | 28 from django import shortcuts 31 from django.shortcuts import redirect 154 return shortcuts.redirect(return_url) 190 return shortcuts.redirect(auth_url)
|
D | decorators.py | 28 from django import shortcuts 78 return shortcuts.redirect(redirect_str) 84 return shortcuts.redirect(user_oauth.get_authorize_redirect())
|
/external/chromium-trace/catapult/common/py_vulcanize/third_party/rjsmin/bench/ |
D | DateTimeShortcuts.js | 296 var shortcuts = quickElement('div', cal_box); 297 shortcuts.className = 'calendar-shortcuts'; 298 …quickElement('a', shortcuts, gettext('Yesterday'), 'href', 'javascript:DateTimeShortcuts.handleCal… 299 shortcuts.appendChild(document.createTextNode('\240|\240')); 300 …quickElement('a', shortcuts, gettext('Today'), 'href', 'javascript:DateTimeShortcuts.handleCalenda… 301 shortcuts.appendChild(document.createTextNode('\240|\240')); 302 …quickElement('a', shortcuts, gettext('Tomorrow'), 'href', 'javascript:DateTimeShortcuts.handleCale…
|
/external/wayland-protocols/freedesktop.org/ |
D | Makefile.am | 17 unstable/keyboard-shortcuts-inhibit/keyboard-shortcuts-inhibit-unstable-v1.xml \
|
/external/wayland-protocols/freedesktop.org/unstable/keyboard-shortcuts-inhibit/ |
D | README | 1 Compositor shortcuts inhibit protocol
|
/external/autotest/client/site_tests/platform_InputBrightness/ |
D | control | 16 Increase and decrease the brightness using keyboard shortcuts.
|
/external/autotest/client/site_tests/platform_InputVolume/ |
D | control | 16 Increase, decrease, and mute the volume using keyboard shortcuts.
|
/external/autotest/client/site_tests/platform_InputNewTab/ |
D | control | 7 PURPOSE = """Verify that keyboard shortcuts ctrl+t and ctrl+w can open and close
|
/external/jacoco/org.jacoco.report/src/org/jacoco/report/internal/html/resources/ |
D | prettify.js | 810 var shortcuts = {}; 821 shortcuts[shortcutChars.charAt(c)] = patternParts; 870 var patternParts = shortcuts[token.charAt(0)];
|
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/ |
D | R.java | 619 public static final int shortcuts=0x7f070007; field in R.xml
|
/external/toolchain-utils/automation/server/monitor/ |
D | dashboard.py | 16 from django.shortcuts import render_to_response
|
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/ |
D | ShadowResourcesTest.java | 125 assertThat(typedArray.peekValue(0).resourceId).isEqualTo(R.xml.shortcuts); in obtainAttributes()
|
/external/python/cpython2/Doc/library/ |
D | ic.rst | 52 These functions are "shortcuts" to the methods of the same name, described
|
D | framework.rst | 190 dialog events (keyboard shortcuts, etc).
|
/external/hyphenation-patterns/la/ |
D | hyph-la.lic.txt | 135 % interface of Babel in order to see the shortcuts and the facilities
|
/external/python/cpython2/Misc/NEWS.d/ |
D | 2.7.5.rst | 472 Using keyboard shortcuts in IDLE to open a file no longer raises an
|
/external/llvm/docs/tutorial/ |
D | OCamlLangImpl1.rst | 27 this means that we'll take a number of shortcuts to simplify the
|
D | LangImpl01.rst | 27 this means that we'll take a number of shortcuts to simplify the
|
/external/swiftshader/third_party/llvm-7.0/llvm/docs/tutorial/ |
D | OCamlLangImpl1.rst | 27 this means that we'll take a number of shortcuts to simplify the
|
D | LangImpl01.rst | 27 this means that we'll take a number of shortcuts to simplify the
|
/external/u-boot/doc/ |
D | README.rockchip | 338 overhead and in SPL with a 32KB size limit some shortcuts have been taken.
|
/external/strace/ |
D | INSTALL | 135 both of the following shortcuts of passing variable assignments to the
|
/external/libcap-ng/libcap-ng-0.7/ |
D | INSTALL | 166 both of the following shortcuts of passing variable assignments to the
|
/external/lmfit/ |
D | INSTALL | 166 both of the following shortcuts of passing variable assignments to the
|
/external/pcre/dist2/ |
D | INSTALL | 165 both of the following shortcuts of passing variable assignments to the
|
123