Home
last modified time | relevance | path

Searched refs:tabKey (Results 1 – 25 of 42) sorted by relevance

12

/dports/www/py-protego/Protego-0.1.16/tests/test_data/
H A Dwww.aetna.com63 Disallow: /docfind/home.do?site_id=bshsi&langpref=en&tabKey=tab2
64 Disallow: /docfind/home.do?site_id=bshsi&langpref=en&tabKey=tab3
66 …bshsi&langpref=en&link=link3&staticPages=Yes&fromPage=home&lastProvRow=0&tabKey=tab1&langpref=en&&…
68 Disallow: /docfind/home.do?site_id=bshsi&langpref=en&tabKey=tab4
117 Disallow: /docfind/home.do?site_id=bshsi&langpref=en&tabKey=tab2
118 Disallow: /docfind/home.do?site_id=bshsi&langpref=en&tabKey=tab3
120 …bshsi&langpref=en&link=link3&staticPages=Yes&fromPage=home&lastProvRow=0&tabKey=tab1&langpref=en&&…
122 Disallow: /docfind/home.do?site_id=bshsi&langpref=en&tabKey=tab4
165 Disallow: /docfind/home.do?site_id=bshsi&langpref=en&tabKey=tab2
166 Disallow: /docfind/home.do?site_id=bshsi&langpref=en&tabKey=tab3
[all …]
/dports/multimedia/handbrake/HandBrake-1.4.2/win/CS/HandBrakeWPF/EventArgs/
H A DTabStatusEventArgs.cs13 public TabStatusEventArgs(string tabKey) in TabStatusEventArgs() argument
15 this.TabKey = tabKey; in TabStatusEventArgs()
/dports/www/e107/e107/e107_handlers/
H A De_customfields_class.php397 $tabKey = key($this->_tab);
398 $ui->addTab($tabKey, $this->_tab[$tabKey]);
403 $fld['tab'] = $tabKey;
/dports/math/scilab/scilab-6.1.1/scilab/modules/gui/src/java/org/scilab/modules/gui/bridge/editbox/
H A DSwingScilabEditBox.java191 KeyStroke tabKey = KeyStroke.getKeyStroke(KeyEvent.VK_TAB, 0);
195 tabKeyAction = map.get(tabKey);
642 KeyStroke tabKey = KeyStroke.getKeyStroke(KeyEvent.VK_TAB, 0);
647 textPane.getInputMap().remove(tabKey);
650 textPane.getInputMap().put(tabKey, tabKeyAction);
651 textPane.getInputMap().put(tabKey, shiftTabKeyAction);
680 textPane.getInputMap().remove(tabKey);
683 …textPane.getInputMap().put(tabKey, focusNextComponent); // input validation will be performed by f…
/dports/www/thirtybees/thirtybees-1.1.0/controllers/admin/
H A DAdminRequestSqlController.php472 $tabKey[] = $key;
476 $view['key'] = $tabKey;
523 $tabKey[] = $key;
528 foreach ($tabKey as $name) {
/dports/devel/govendor/govendor-1.0.9-6-gc5ee5dc/vendor/github.com/Bowery/prompt/
H A Dkeys.go23 tabKey const
H A Dterm.go231 case tabKey, ctrlA, ctrlB, ctrlE, ctrlF, ctrlG, ctrlH, ctrlJ, ctrlK, ctrlN,
/dports/www/grafana8/grafana-8.3.6/packages/grafana-ui/src/components/ColorPicker/
H A DColorPickerPopover.tsx82 renderCustomPicker = (tabKey: keyof T) => {
88 return React.createElement(customPickers[tabKey].tabComponent, {
/dports/audio/carla/Carla-2.4.1/source/modules/juce_gui_basics/keyboard/
H A Djuce_KeyPress.h192 static const int tabKey; /**< key-code for the tab key*/ variable
H A Djuce_KeyPress.cpp91 { "tab", KeyPress::tabKey },
/dports/devel/juce/JUCE-f37e9a1/modules/juce_gui_basics/keyboard/
H A Djuce_KeyPress.h192 static const int tabKey; /**< key-code for the tab key*/ variable
H A Djuce_KeyPress.cpp91 { "tab", KeyPress::tabKey },
/dports/math/giacxcas/giac-1.6.0/src/
H A Dkhicas.lua913 tabKey = function() function
1073 on.tabKey()
1075 on.tabKey()
1076 if theView:getFocus() ~= fctEditor then on.tabKey() end
1090 on.tabKey()
1104 function on.tabKey() function
/dports/audio/carla/Carla-2.4.1/source/modules/juce_gui_basics/windows/
H A Djuce_ComponentPeer.cpp211 const bool isTab = (keyInfo == KeyPress::tabKey); in handleKeyPress()
212 … const bool isShiftTab = (keyInfo == KeyPress (KeyPress::tabKey, ModifierKeys::shiftModifier, 0)); in handleKeyPress()
/dports/devel/juce/JUCE-f37e9a1/modules/juce_gui_basics/windows/
H A Djuce_ComponentPeer.cpp211 const bool isTab = (keyInfo == KeyPress::tabKey); in handleKeyPress()
212 … const bool isShiftTab = (keyInfo == KeyPress (KeyPress::tabKey, ModifierKeys::shiftModifier, 0)); in handleKeyPress()
/dports/games/libretro-scummvm/scummvm-7b1e929/backends/platform/ios7/
H A Dios7_keyboard.mm70 …ithTitle:@"Tab" style:UIBarButtonItemStylePlain target:self action:@selector(tabKey)] autorelease],
167 - (void) tabKey { method
/dports/audio/carla/Carla-2.4.1/source/utils/
H A DJucePluginWindow.hpp103 else if (juceKeyCode == KeyPress::tabKey) vstKeyValue = 2; in keyPressed()
222 else if (juceKeyCode == KeyPress::tabKey) in keyPressed()
/dports/games/scummvm/scummvm-2.5.1/backends/platform/ios7/
H A Dios7_keyboard.mm84 …ithTitle:@"Tab" style:UIBarButtonItemStylePlain target:self action:@selector(tabKey)] autorelease],
198 - (void) tabKey {
/dports/devel/juce/JUCE-f37e9a1/extras/Projucer/Source/Application/
H A Djucer_MainWindow.cpp528 …result.defaultKeypresses.add (KeyPress (KeyPress::tabKey, ModifierKeys::shiftModifier | ModifierKe… in getCommandInfo()
534 … result.defaultKeypresses.add (KeyPress (KeyPress::tabKey, ModifierKeys::ctrlModifier, 0)); in getCommandInfo()
/dports/devel/juce/JUCE-f37e9a1/modules/juce_audio_plugin_client/Unity/
H A Djuce_Unity_Wrapper.cpp236 …if (keyCode == 9) return { juce::KeyPress::tabKey, ModifierKeys::currentModifi… in getKeyPress()
/dports/games/brogue/BrogueCE-1.10.1/src/brogue/
H A DItems.c5190 boolean *tabKey, in moveCursor() argument
5209 *targetConfirmed = *canceled = *tabKey = false; in moveCursor()
5350 *tabKey = true; in moveCursor()
5434 boolean canceled, targetConfirmed, tabKey, cursorInTrajectory, focusedOnSomething = false; in chooseTarget() local
5485 targetConfirmed = canceled = tabKey = false; in chooseTarget()
5499 if (tabKey) { in chooseTarget()
5545 … moveCursor(&targetConfirmed, &canceled, &tabKey, targetLoc, &event, NULL, false, true, false); in chooseTarget()
/dports/audio/carla/Carla-2.4.1/source/modules/juce_gui_extra/code_editor/
H A Djuce_CodeEditorComponent.cpp1207 if (key == KeyPress::tabKey || key.getTextCharacter() == '\t') handleTabKey(); in keyPressed()
/dports/audio/carla/Carla-2.4.1/source/modules/juce_gui_basics/native/
H A Djuce_ios_UIViewComponentPeer.mm1054 const int KeyPress::tabKey = 9;
/dports/devel/juce/JUCE-f37e9a1/modules/juce_gui_basics/native/
H A Djuce_ios_UIViewComponentPeer.mm1037 const int KeyPress::tabKey = 9;
/dports/devel/juce/JUCE-f37e9a1/modules/juce_gui_extra/code_editor/
H A Djuce_CodeEditorComponent.cpp1210 if (key == KeyPress::tabKey || key.getTextCharacter() == '\t') handleTabKey(); in keyPressed()

12