Home
last modified time | relevance | path

Searched refs:keyboard (Results 51 – 75 of 99) sorted by path

1234

/plugin/combo/vendor/php-webdriver/webdriver/lib/Interactions/Internal/
H A DWebDriverKeysRelatedAction.php10 * Base class for all keyboard-related actions.
17 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);
/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();
211 * Press a key on keyboard.
222 new WebDriverKeyDownAction($this->keyboard, $this->mouse, $element, $key)
229 * Release a key on keyboard.
240 new WebDriverKeyUpAction($this->keyboard, $this->mouse, $element, $key)
247 * Send keys by keyboard.
259 $this->keyboard,
/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/diagramsnet/lib/js/diagramly/
H A DExtensions.js7390 var keyboard = null;
7400keyboard = new mxCell('', new mxGeometry(0.112, 0.727, w * 0.77, h * 0.2), 'shape=mxgraph.android.…
7415keyboard = new mxCell('', new mxGeometry(0.04, 0.708, w * 0.92, h * 0.2), 'shape=mxgraph.android.k…
7437 if (keyboard != null)
7439 keyboard.vertex = true;
7440 keyboard.geometry.relative = true;
7441 v.insert(keyboard);
/plugin/dirtylittlehelper/mermaid/editor/
H A Dbundle.js1 …ter:"\\ea64"}),e.recordKeys=new e("record-keys",{character:"\\ea65"}),e.keyboard=new e("keyboard",…
H A Dfontawesome.all.min.css5 …"}.fa-key:before{content:"\f084"}.fa-keybase:before{content:"\f4f5"}.fa-keyboard:before{content:"\…
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D2.2.js.map1keyboard interactions.\"\n },\n {\n \"name\": \"n…
H A D3.3.js.map1keyboard input, although it may also be used to represent other input, such as voice commands).\"\…
H A Dbundle.js1 …ter:"\\ea64"}),e.recordKeys=new e("record-keys",{character:"\\ea65"}),e.keyboard=new e("keyboard",…
H A Dbundle.js.map1keyboard: (() => {\n if (platform.isNative || browser.isStandalone) {\n return 0…
H A Deditor.worker.js.map1keyboard.\n * For the US standard keyboard, the ';:' key\n */\n KeyCode[KeyCode[\"US_SE…
H A Djson.worker.js.map1keyboard.\n * For the US standard keyboard, the ';:' key\n */\n KeyCode[KeyCode[\"US_SE…
/plugin/dw2pdf/vendor/mpdf/mpdf/
H A DCREDITS.txt74 * converter, spell numbers, keyboard language, Muslim prayer time,
/plugin/fckg/
H A DChanges273 Corrected fckconfig.js to use editor/lang/<iso.js> files for geshi and keyboard plugins.
/plugin/fckg/fckeditor/editor/lang/
H A 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/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/js/
H A Dbootstrap.min.js6keyboard&&this.$element.on("keydown.bs.carousel",a.proxy(this.keydown,this)),"hover"==this.options… property in c.DEFAULTS
/plugin/gallery/swipebox/js/
H A Djquery.swipebox.js
/plugin/icons/assets/font-awesome/css/
H A Dfont-awesome.min.css4 ….fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:…
/plugin/icons/assets/material-design-icons/css/
H A Dmaterialdesignicons.min.css1keyboard-caps::before{content:"\F632"}.mdi-apple-keyboard-command::before{content:"\F633"}.mdi-app…
/plugin/icons/assets/typicons/
H A Dtypicons.css489 .typcn-keyboard:before {
H A Dtypicons.min.css1 …outline:before{content:'\e096'}.typcn-key:before{content:'\e097'}.typcn-keyboard:before{content:'\…
/plugin/imagecarousel/vendor/swipebox/js/
H A Djquery.swipebox.js196 $this.keyboard();
535 keyboard : function () {
H A Djquery.swipebox.min.js2keyboard(),b.animBars(),b.resize()},setDim:function(){var b,d,e={};"onorientationchange"in a?a.add… method in g

1234