Home
last modified time | relevance | path

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

12345678910>>...14

/plugin/dirtylittlehelper/script/
H A Djquery-ui-touch-punch.js14 $.support.touch = 'ontouchend' in document;
17 if (!$.support.touch) {
40 var touch = event.originalEvent.changedTouches[0], variable
50 touch.screenX, // screenX
51 touch.screenY, // screenY
52 touch.clientX, // clientX
53 touch.clientY, // clientY
H A 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/
H A Djquery-ui-touch-punch.js14 $.support.touch = 'ontouchend' in document;
17 if (!$.support.touch) {
40 var touch = event.originalEvent.changedTouches[0], variable
50 touch.screenX, // screenX
51 touch.screenY, // screenY
52 touch.clientX, // clientX
53 touch.clientY, // clientY
H A 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/
H A Dswipebox.min.css1touch{overflow:hidden!important}#swipebox-overlay img{border:none!important}#swipebox-overlay{widt…
H A 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/gallery/swipebox/css/
H A Dswipebox.less
/plugin/imagecarousel/vendor/slick/
H A Dslick.less8 -webkit-touch-callout: none;
14 -ms-touch-action: pan-y;
15 touch-action: pan-y;
H A 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/findologicxmlexport/vendor/jms/metadata/tests/
H A DClassMetadataTest.php29 touch($ref->getFilename());
38 touch($ref->getFilename());
/plugin/stale/
H A Dhelper.php17 touch(DOKU_CONF . "local.php");
24 touch($infoPlugin);
/plugin/slider/
H A Djquery.bxslider.js976 slider.touch = { class in slider
994 slider.touch.originalPos = el.position();
1029 value = slider.touch.originalPos.left + change;
1033 value = slider.touch.originalPos.top + change;
1050 slider.touch.end.x = orig.changedTouches[0].pageX;
1054 var distance = Math.abs(slider.touch.start.x - slider.touch.end.x);
1056 slider.touch.start.x > slider.touch.end.x ? el.goToNextSlide() : el.goToPrevSlide();
1064 distance = slider.touch.end.x - slider.touch.start.x;
1065 value = slider.touch.originalPos.left;
1067 distance = slider.touch.end.y - slider.touch.start.y;
[all …]
/plugin/farmsync/_test/
H A 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/zip/pear/File/Archive/Writer/
H A 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/uncmap/_test/
H A Dmapping.test.php18 touch(dirname(__FILE__).'/../conf/mapping.php');
23 touch(TMP_DIR.'/shareTest/testfile.tmp');
25 touch(TMP_DIR.'/documentsTest/testdefaultfile.tmp');
/plugin/ol3/
H A Dstyle.css1touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select…
/plugin/poldek/
H A Dhelper.php69 touch($idx_cache->cache);
75 touch($pkg_cache->cache);
/plugin/pdb/classes/
H A Dcache.php83 @touch($filepath);
129 @touch($path);
208 @touch($path);
/plugin/cache/
H A Dplugin_cache.php90 @touch($filepath);
136 @touch($path);
215 @touch($path);
/plugin/pubchem/classes/
H A Dcache.php83 @touch($filepath);
129 @touch($path);
208 @touch($path);
/plugin/pubmed/classes/
H A Dcache.php83 @touch($filepath);
129 @touch($path);
208 @touch($path);
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dextension.cache.dbm.php119 if (!touch($lock_filename)) {
135 if (!touch($dbm_filename)) {
/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/findologicxmlexport/vendor/hoa/protocol/
H A DWrapper.php189 $out = touch($path);
191 $out = touch($path, $values[0]);
193 $out = touch($path, $values[0], $values[1]);

12345678910>>...14