Home
last modified time | relevance | path

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

12345678910>>...15

/plugin/dirtylittlehelper/script/
Djquery-ui-touch-punch.js14 $.support.touch = 'ontouchend' in document;
17 if (!$.support.touch) {
40 var touch = event.originalEvent.changedTouches[0],
50 touch.screenX, // screenX
51 touch.screenY, // screenY
52 touch.clientX, // clientX
53 touch.clientY, // clientY
Djquery-ui-touch-punch-cmpr.js11 (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.js14 $.support.touch = 'ontouchend' in document;
17 if (!$.support.touch) {
40 var touch = event.originalEvent.changedTouches[0],
50 touch.screenX, // screenX
51 touch.screenY, // screenY
52 touch.clientX, // clientX
53 touch.clientY, // clientY
Djquery-ui-touch-punch-cmpr.js11 (function(b){b.support.touch="ontouchend" in document;if(!b.support.touch){return}var d=b.ui.mouse.…
/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/stale/
Dhelper.php17 touch(DOKU_CONF . "local.php");
20 touch(DOKU_CONF . "dokuwiki.php");
26 touch($infoPlugin);
/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/combo/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;
/plugin/slider/
Djquery.bxslider.js976 slider.touch = {
994 slider.touch.originalPos = el.position();
997 slider.touch.start.x = orig.changedTouches[0].pageX;
998 slider.touch.start.y = orig.changedTouches[0].pageY;
1015 var xMovement = Math.abs(orig.changedTouches[0].pageX - slider.touch.start.x);
1016 var yMovement = Math.abs(orig.changedTouches[0].pageY - slider.touch.start.y);
1028 var change = orig.changedTouches[0].pageX - slider.touch.start.x;
1029 value = slider.touch.originalPos.left + change;
1032 var change = orig.changedTouches[0].pageY - slider.touch.start.y;
1033 value = slider.touch.originalPos.top + change;
[all …]
/plugin/findologicxmlexport/vendor/jms/metadata/tests/
DClassMetadataTest.php29 touch($ref->getFilename());
38 touch($ref->getFilename());
/plugin/statistics/
Daction.php245 $touch = getCacheName('statistics_retention', '.statistics-retention');
246 if (file_exists($touch) && time() - filemtime($touch) < 24 * 3600) {
284 io_saveFile($touch, dformat());
/plugin/farmsync/_test/
DpageUpdate.test.php24 touch($sourcedir . 'pages/test/page.txt', 1400000000);
85 touch($sourcedir . 'pages/test/page_remoteunmodified.txt', $newrev);
142 touch($sourcedir . 'pages/test/page_successfulmerge.txt', 1400000000);
174 touch($sourcedir . 'pages/test/page_mergeconflict.txt', 1400000000);
/plugin/uncmap/_test/
Dmapping.test.php18 touch(dirname(__FILE__).'/../conf/mapping.php');
23 touch(TMP_DIR.'/shareTest/testfile.tmp');
25 touch(TMP_DIR.'/documentsTest/testdefaultfile.tmp');
/plugin/zip/pear/File/Archive/Writer/
DFiles.php229 touch($this->filename, $this->stat[9], $this->stat[8]);
231 touch($this->filename, $this->stat[9]);
234 touch($this->filename, time(), $this->stat[8]);
/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/pdb/classes/
Dcache.php83 @touch($filepath);
129 @touch($path);
208 @touch($path);
/plugin/cache/
Dplugin_cache.php90 @touch($filepath);
136 @touch($path);
215 @touch($path);
/plugin/pubchem/classes/
Dcache.php83 @touch($filepath);
129 @touch($path);
208 @touch($path);
/plugin/pubmed/classes/
Dcache.php83 @touch($filepath);
129 @touch($path);
208 @touch($path);
/plugin/poldek/
Dhelper.php69 touch($idx_cache->cache);
75 touch($pkg_cache->cache);
/plugin/struct/admin/
H A Dschemas.php57 touch(action_plugin_struct_cache::getSchemaRefreshFile());
78 touch(action_plugin_struct_cache::getSchemaRefreshFile());
120 touch(action_plugin_struct_cache::getSchemaRefreshFile());
137 touch(action_plugin_struct_cache::getSchemaRefreshFile());
/plugin/stlviewer/stlviewer/
DOrbitControls.js484 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

12345678910>>...15