Home
last modified time | relevance | path

Searched refs:keyboard (Results 1 – 25 of 112) sorted by relevance

12345

/plugin/combo/vendor/php-webdriver/webdriver/lib/Interactions/Internal/
H A DWebDriverKeysRelatedAction.php17 protected $keyboard; variable in Facebook\\WebDriver\\Interactions\\Internal\\WebDriverKeysRelatedAction
28 * @param WebDriverKeyboard $keyboard
33 WebDriverKeyboard $keyboard, argument
37 $this->keyboard = $keyboard;
H A DWebDriverSendKeysAction.php18 * @param WebDriverKeyboard $keyboard
24 WebDriverKeyboard $keyboard, argument
29 parent::__construct($keyboard, $mouse, $location_provider);
36 $this->keyboard->sendKeys($this->keys);
H A DWebDriverSingleKeyAction.php36 WebDriverKeyboard $keyboard, argument
41 parent::__construct($keyboard, $mouse, $location_provider);
H A DWebDriverKeyUpAction.php10 $this->keyboard->releaseKey($this->key);
H A DWebDriverKeyDownAction.php10 $this->keyboard->pressKey($this->key);
/plugin/keyboard/
Dplugin.info.txt2 base keyboard
6 name keyboard
7 desc The keyboard plugin provides a combined syntax and action plugin in order to markup text as
8 url https://www.dokuwiki.org/plugin:keyboard
DREADME4 https://www.dokuwiki.org/plugin:keyboard
Dall.css1 /* --- keyboard plugin --- */
/plugin/vkeyboard/
Dchange_log3 Removed some unsed code from keyboard.js, subsituted IE for IE6 when checking for
7 Added an insert function to keyboard.js which fixes problem with Firefox, i.e. returning
14 Added a toolbar button which initializes the keyboard and enables selection of
15 initial displayed language keyboard.
23 the virtual keyboard script goes to the browser and the virtual keyboard
37 made keyboard draggable
Dplugin.info.txt6 desc Installs multi-language virtual keyboard
Dvkeyboard.js.unc11 * Add a script-driven keyboard interface to text fields, password
14 * See http://www.greywyvern.com/code/javascript/keyboard for examples
23 * http://www.greywyvern.com/code/javascript/keyboard.changelog.txt
26 * - Khmer keyboard layout by Sovann Heng (km-kh.com)
27 * - Dari keyboard layout by Saif Fazel
28 * - Kurdish keyboard layout by Ara Qadir
29 * - Assamese keyboard layout by Kanchan Gogoi
30 * - Bulgarian BDS keyboard layout by Milen Georgiev
31 * - Basic Japanese Hiragana/Katakana keyboard layout by Damjan
32 * - Ukrainian keyboard layout by Dmitry Nikitin
[all …]
/plugin/bootswrapper/syntax/
Dmodal.php94 $keyboard = $attributes['keyboard'];
119 if ($keyboard) {
120 $html5_attributes['data-keyboard'] = $keyboard;
/plugin/combo/vendor/php-webdriver/webdriver/lib/Interactions/
H A DWebDriverActions.php24 protected $keyboard; variable in Facebook\\WebDriver\\Interactions\\WebDriverActions
34 $this->keyboard = $driver->getKeyboard();
222 new WebDriverKeyDownAction($this->keyboard, $this->mouse, $element, $key)
240 new WebDriverKeyUpAction($this->keyboard, $this->mouse, $element, $key)
259 $this->keyboard,
/plugin/virtualkeyboard/vk/
Dvirtualkeyboard.js174 keyboard : null // Keyboard container @type HTMLDivElement property
894 || !nodes.keyboard || !document.body || nodes.attachedInput == null) return false;
898 if (!nodes.keyboard.parentNode || nodes.keyboard.parentNode.nodeType==11) {
901 holder.appendChild(nodes.keyboard);
920 setTimeout(function(){nodes.keyboard.style.display = 'block';},1);
931 if (!nodes.keyboard || !self.isOpen()) return false;
932 nodes.keyboard.style.display = 'none';
943 return nodes.keyboard.style.display == 'block';
1059 nodes.keyboard = document.createElementExt('div',{'param' : { 'id' : 'virtualKeyboard'} });
1061 nodes.keyboard.appendChild(nodes.desk);
[all …]
Dreadme.txt17 <link rel="stylesheet" type="text/css" href="keyboard/keyboard.css" /><!-- ��������� �� ���� �� key…
/plugin/combo/vendor/php-webdriver/webdriver/lib/Remote/
H A DRemoteWebDriver.php39 protected $keyboard; variable in Facebook\\WebDriver\\Remote\\RemoteWebDriver
464 if (!$this->keyboard) {
465 … $this->keyboard = new RemoteKeyboard($this->getExecuteMethod(), $this, $this->isW3cCompliant);
468 return $this->keyboard;
/plugin/myshortcuts/
H A DREADME4 Create your own personal DokuWiki keyboard shortcuts for common actions.
8 * Customizable keyboard shortcuts for editing and saving pages
9 * Quick snippet insertion with keyboard shortcuts
77 - Use keyboard navigation (Tab/Shift+Tab) to move between snippets
83 Note: Some keyboard shortcuts may conflict with browser defaults:
107 * script.js - Handles keyboard events and actions
/plugin/adhoctags/images/
Dkeyboard-variant.svg1 <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><title>keyboard-variant</title><path d=…
/plugin/bootswrapper/exe/help/
Dcarousel.txt75 | ''keyboard'' | boolean | ''true'' | Whether the carousel should react to keyboard events. |
/plugin/fckg/fckeditor/editor/lang/
Dlang-template.txt158 …+ "select it with mouse or keyboard, then open this dialog. Your text will appear in the text wi…
188 + ' when clicked it opens the keyboard. Clicking "Illustrations" explains the '
189 + ' various functions accessed from the virtual keyboard\'s top row.' ,
194 …-down menu of languages; selecting one of these immediately changes the keyboard to the selected l…
196 … The up and down arrows to the right of the hash change the size of the keyboard and its fonts <br…
/plugin/authyubikey/lib/
DNEWS3 ** Support US Dvorak keyboard layout.
/plugin/bpmnio/vendor/dmn-js/dist/assets/dmn-font/css/
Ddmn-codes.css14 .dmn-icon-keyboard:before { content: '\e80c'; } /* '' */
/plugin/prosemirror/
DREADME.md85 - keyboard commands
86 - possibly `commands` in general wich then can be used by menu-items and keyboard-events?
/plugin/ckgdoku/ckeditor/plugins/a11yhelp/dialogs/
Da11yhelp.js5 CKEDITOR.dialog.add("a11yHelp",function(h){var a=h.lang.a11yhelp,b=h.lang.common.keyboard,n=CKEDITO…
/plugin/ckgedit/ckeditor/plugins/a11yhelp/dialogs/
Da11yhelp.js5 CKEDITOR.dialog.add("a11yHelp",function(e){var a=e.lang.a11yhelp,b=e.lang.common.keyboard,q=CKEDITO…

12345