Home
last modified time | relevance | path

Searched refs:touch (Results 1 – 25 of 184) sorted by relevance

12345678

/template/parallax/lib/js/
Dtouch-sensitive.js9 if ($.support.touch) {
26 var touch = event.originalEvent.changedTouches[0],
36 touch.screenX, /* screenX */
37 touch.screenY, /* screenY */
38 touch.clientX, /* clientX */
39 touch.clientY, /* clientY */
Dtouch-punch.js8 b.support.touch = "ontouchend" in document;
9 if (!b.support.touch) {
Dtouch-punch.min.js1 …e,false,0,null);e.target.dispatchEvent(r)}e.support.touch="ontouchend"in document;if(!e.support.to…
Dtouch-sensitive.min.js1 jQuery(function(e){if(e.support.touch){var t=e.ui.mouse.prototype,n=t._mouseInit,r;function i(e,t){…
Djquery.mobile.custom.min.js1touch:"ontouchend"in n};e.mobile=e.mobile||{},e.mobile.support=e.mobile.support||{},e.extend(e.sup… property
Djquery.mobile.custom.js9 touch: "ontouchend" in c property
221 var e = a.mobile.support.touch,
/template/breeze/bower_components/gumby/js/libs/
Dgumby.js30 this.touchDevice = !!(Modernizr.touch || window.navigator.userAgent.indexOf("Windows Phone") > 0);
40 var touch = $('script[gumby-touch]').attr('gumby-touch'),
44 if(touch === 'false') {
50 if(touch) {
51 this.touchEvents = touch;
103 if(Modernizr.touch && scope.onTouch) {
122 if(Modernizr.touch && this.onTouch) {
146 Gumby.prototype.touch = function(code) { method in Gumby
Dgumby.init.js19 test: Modernizr.touch,
Dgumby.min.js1touch||window.navigator.userAgent.indexOf("Windows Phone")>0),this.gumbyTouch=!1,this.touchEvents=… method in i
Djquery.mobile.custom.min.js3touch:"ontouchend"in n};e.mobile.support=e.mobile.support||{},e.extend(e.support,r),e.extend(e.mob… property
/template/strap/vendor/php-webdriver/webdriver/lib/Remote/
H A DRemoteWebDriver.php43 protected $touch; variable in Facebook\\WebDriver\\Remote\\RemoteWebDriver
476 if (!$this->touch) {
477 $this->touch = new RemoteTouchScreen($this->getExecuteMethod());
480 return $this->touch;
/template/breeze/sass/
D_navbar.scss305 .gumby-no-touch .navbar ul li:hover > a,
306 .gumby-touch .navbar ul li.active > a {
312 .gumby-no-touch .navbar ul li:hover .dropdown,
313 .gumby-touch .navbar ul li.active .dropdown {
324 .gumby-no-touch .navbar ul li:hover .dropdown ul {
346 .gumby-no-touch .navbar li .dropdown ul > li:hover .dropdown,
347 .gumby-touch .navbar li .dropdown ul > li.active .dropdown {
364 .gumby-no-touch .navbar li .dropdown ul li a:hover {
368 .gumby-touch .navbar a:hover {
D_custom.scss72 -webkit-overflow-scrolling: touch;
/template/breeze/bower_components/gumby/sass/ui/
D_navbar.scss343 .gumby-no-touch .navbar ul li:hover > a,
344 .gumby-touch .navbar ul li.active > a {
350 .gumby-no-touch .navbar ul li:hover .dropdown,
351 .gumby-touch .navbar ul li.active .dropdown {
362 .gumby-no-touch .navbar ul li:hover .dropdown ul {
384 .gumby-no-touch .navbar li .dropdown ul > li:hover .dropdown,
385 .gumby-touch .navbar li .dropdown ul > li.active .dropdown {
402 .gumby-no-touch .navbar li .dropdown ul li a:hover {
406 .gumby-touch .navbar a:hover {
/template/breeze/bower_components/gumby/js/
Dmain.js21 }).touch(function() {
/template/typowiki/typowiki/scss/
D_tables.scss6 -webkit-overflow-scrolling: touch;
/template/icke/_test/
DIckeTemplateNavigation.test.php84 touch(wikiFN($id));
/template/bs4simple/css/
Dbasic.less451 -ms-touch-action: manipulation;
452 touch-action: manipulation;
504 // -ms-touch-action: manipulation;
505 // touch-action: manipulation;
/template/bulma/css/
Dbulma.min.css1touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select…
/template/cherokee-based/
Dreadme.txt22 …late.php for viewing button search as theme want (optional). If you don't touch, the button search…
/template/breeze/bower_components/gumby/
Dgumby.min.js1touch||window.navigator.userAgent.indexOf("Windows Phone")>0),this.gumbyTouch=!1,this.touchEvents=… method in i
/template/breeze/js/
Dgumby.min.js1touch||window.navigator.userAgent.indexOf("Windows Phone")>0),this.gumbyTouch=!1,this.touchEvents=… method in i
/template/strap/ComboStrap/
H A DLocalFileSystem.php215 touch($path->toAbsoluteId());
/template/kajukkk/css/
Dandybs.css598 -ms-touch-action: manipulation;
599 touch-action: manipulation;
621 -ms-touch-action: manipulation;
622 touch-action: manipulation;
/template/kajukkd/css/
Dmenu.min.css298 .mm-menu__link--touch-effect {
314 .mm-menu__link--touch-effect.animating {

12345678