Home
last modified time | relevance | path

Searched full:touch (Results 1 – 25 of 535) sorted by relevance

12345678910>>...22

/plugin/dirtylittlehelper/script/
Djquery-ui-touch-punch.js2 * jQuery UI Touch Punch 0.2.3
13 // Detect touch support
14 $.support.touch = 'ontouchend' in document;
16 // Ignore browsers without touch support
17 if (!$.support.touch) {
27 * Simulate a mouse event based on a corresponding touch event
28 * @param {Object} event A touch event
33 // Ignore multi-touch events
40 var touch = event.originalEvent.changedTouches[0],
43 // Initialize the simulated mouse event using the touch event's coordinates
[all …]
Djquery-ui-touch-punch-cmpr.js2 * jQuery UI Touch Punch 0.2.3
11 (function(b){b.support.touch="ontouchend" in document;if(!b.support.touch){return}var d=b.ui.mouse.…
/plugin/overlay/script/
Djquery-ui-touch-punch.js2 * jQuery UI Touch Punch 0.2.3
13 // Detect touch support
14 $.support.touch = 'ontouchend' in document;
16 // Ignore browsers without touch support
17 if (!$.support.touch) {
27 * Simulate a mouse event based on a corresponding touch event
28 * @param {Object} event A touch event
33 // Ignore multi-touch events
40 var touch = event.originalEvent.changedTouches[0],
43 // Initialize the simulated mouse event using the touch event's coordinates
[all …]
Djquery-ui-touch-punch-cmpr.js2 * jQuery UI Touch Punch 0.2.3
11 (function(b){b.support.touch="ontouchend" in document;if(!b.support.touch){return}var d=b.ui.mouse.…
/plugin/combo/vendor/php-webdriver/webdriver/lib/Interactions/Touch/
H A DWebDriverTouchScreen.php3 namespace Facebook\WebDriver\Interactions\Touch;
8 * Interface representing touch screen operations.
13 * Single tap on the touch enabled device.
21 * Double tap on the touch screen using finger motion events.
38 * Flick on the touch screen using finger motion events. Use this flick
48 * Flick on the touch screen using finger motion events.
65 * Long press on the touch screen using finger motion events.
82 * Scroll on the touch screen using finger based motion events. Use this
92 * Scroll on the touch screen using finger based motion events. Use this
H A DWebDriverTouchAction.php3 namespace Facebook\WebDriver\Interactions\Touch;
9 * Base class for all touch-related actions.
/plugin/combo/vendor/php-webdriver/webdriver/lib/Interactions/
H A DWebDriverTouchActions.php5 use Facebook\WebDriver\Interactions\Touch\WebDriverDoubleTapAction;
6 use Facebook\WebDriver\Interactions\Touch\WebDriverDownAction;
7 use Facebook\WebDriver\Interactions\Touch\WebDriverFlickAction;
8 use Facebook\WebDriver\Interactions\Touch\WebDriverFlickFromElementAction;
9 use Facebook\WebDriver\Interactions\Touch\WebDriverLongPressAction;
10 use Facebook\WebDriver\Interactions\Touch\WebDriverMoveAction;
11 use Facebook\WebDriver\Interactions\Touch\WebDriverScrollAction;
12 use Facebook\WebDriver\Interactions\Touch\WebDriverScrollFromElementAction;
13 use Facebook\WebDriver\Interactions\Touch\WebDriverTapAction;
14 use Facebook\WebDriver\Interactions\Touch\WebDriverTouchScreen;
[all …]
/plugin/statistics/vendor/matomo/device-detector/regexes/device/
Dportable_media_player.yml13 model: 'iPod Touch 1G'
15 model: 'iPod Touch 2G'
17 model: 'iPod Touch 3'
19 model: 'iPod Touch 4'
21 model: 'iPod Touch 5'
23 model: 'iPod Touch 6'
25 model: 'iPod Touch 7'
27 model: 'iPod Touch'
/plugin/stale/
Dhelper.php17 touch(DOKU_CONF . "local.php");
20 touch(DOKU_CONF . "dokuwiki.php");
26 touch($infoPlugin);
34 * @return bool true if the user can touch the file or the reason why it can't
47 return "Only admin can touch";
/plugin/imagecarousel/vendor/swipebox/css/
Dswipebox.min.css1touch{overflow:hidden!important}#swipebox-overlay img{border:none!important}#swipebox-overlay{widt…
Dswipebox.less2 html.swipebox-html.swipebox-touch {
175 .swipebox-no-touch #swipebox-overlay.rightSpring #swipebox-slider {
179 .swipebox-no-touch #swipebox-overlay.leftSpring #swipebox-slider {
184 .swipebox-touch #swipebox-container:before, .swipebox-touch #swipebox-container:after {
197 .swipebox-touch #swipebox-container:before {
202 .swipebox-touch #swipebox-container:after {
207 .swipebox-touch #swipebox-overlay.leftSpringTouch #swipebox-container:before {
210 .swipebox-touch #swipebox-overlay.rightSpringTouch #swipebox-container:after {
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AndroidProvisioningPartner/Resource/
DPartnersDevices.php47 * Claims a device for a customer and adds it to zero-touch enrollment. If the
64 * zero-touch enrollment. To learn more, read [Long‑running batch operations
65 * ](/zero-touch/guides/how-it-works#operations). (devices.claimAsync)
141 * Unclaims a device from a customer and removes it from zero-touch enrollment.
157 * devices from zero-touch enrollment. To learn more, read [Long‑running batch
158 * operations](/zero-touch/guides/how-it-works#operations).
175 * track progress. Read [Long‑running batch operations](/zero-touch/guides/how-
DPartnersCustomers.php35 * Creates a customer for zero-touch enrollment. After the method returns
37 * calling API methods or using their zero-touch enrollment portal. The customer
38 * receives an email that welcomes them to zero-touch enrollment and explains
/plugin/slider/lang/en/
Dsettings.php62 // touch
63 $lang['touchEnabled'] = 'If true, slider will allow touch swipe transitions';
64 $lang['swipeThreshold'] = 'Amount of pixels a touch swipe needs to exceed in order to execute…
66 $lang['preventDefaultSwipeX'] = 'If true, touch screen will not move along the x-axis as the finger…
67 $lang['preventDefaultSwipeY'] = 'If true, touch screen will not move along the y-axis as the finger…
/plugin/imagecarousel/vendor/slick/
Dslick.less8 -webkit-touch-callout: none;
14 -ms-touch-action: pan-y;
15 touch-action: pan-y;
Dslick.css16 -webkit-touch-callout: none;
18 -ms-touch-action: pan-y;
19 touch-action: pan-y;
/plugin/slider/
Djquery.bxslider.js37 // TOUCH
343 // if touchEnabled is true, setup the touch events
972 * Initializes touch events
975 // initialize object to contain all touch values
976 slider.touch = {
993 // record the original position when touch starts
994 slider.touch.originalPos = el.position();
996 // record the starting touch x, y coordinates
997 slider.touch.start.x = orig.changedTouches[0].pageX;
998 slider.touch.start.y = orig.changedTouches[0].pageY;
[all …]
/plugin/stlviewer/stlviewer/
DOrbitControls.js11 // the "up" direction as +Y, unlike the TrackballControls. Touch on tablet and phones is
14 // Orbit - left mouse / touch: one finger move
15 // Zoom - middle mouse, or mousewheel / touch: two finger spread or squish
16 // Pan - right mouse, or arrow keys / touch: three finter swipe
484 case 1: // one-fingered touch: rotate
493 case 2: // two-fingered touch: dolly
505 case 3: // three-fingered touch: pan
535 case 1: // one-fingered touch: rotate
553 case 2: // two-fingered touch: dolly
580 case 3: // three-fingered touch: pan
/plugin/ol3/
Dstyle.css1touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select…
/plugin/openlayersmap/ol/
Dol.css1touch-callout:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-tap-hig…
/plugin/combo/vendor/php-webdriver/webdriver/lib/
H A DWebDriverUpAction.php5 use Facebook\WebDriver\Interactions\Touch\WebDriverTouchAction;
6 use Facebook\WebDriver\Interactions\Touch\WebDriverTouchScreen;
/plugin/findologicxmlexport/vendor/jms/metadata/tests/
DClassMetadataTest.php29 touch($ref->getFilename());
38 touch($ref->getFilename());
/plugin/toucher2/
Dadmin.php29 touch(DOKU_CONF."local.php"); // this is the core of this plugin
37 msg('Plugin toucher failed: you must be admin to touch configuration',-1);
/plugin/toucher/
Dadmin.php29 touch(DOKU_CONF."local.php"); // this is the core of this plugin
37 msg('Plugin toucher failed: you must be admin to touch configuration',-1);
/plugin/statistics/
Daction.php245 $touch = getCacheName('statistics_retention', '.statistics-retention');
246 if (file_exists($touch) && time() - filemtime($touch) < 24 * 3600) {
283 // touch the retention file to prevent multiple runs
284 io_saveFile($touch, dformat());

12345678910>>...22