/plugin/dirtylittlehelper/script/ |
H A D | jquery-ui-touch-punch.js | 14 $.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 D | jquery-ui-touch-punch-cmpr.js | 11 (function(b){b.support.touch="ontouchend" in document;if(!b.support.touch){return}var d=b.ui.mouse.…
|
/plugin/overlay/script/ |
H A D | jquery-ui-touch-punch.js | 14 $.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 D | jquery-ui-touch-punch-cmpr.js | 11 (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 D | swipebox.min.css | 1 …touch{overflow:hidden!important}#swipebox-overlay img{border:none!important}#swipebox-overlay{widt…
|
H A D | swipebox.less | 2 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 D | swipebox.less |
|
/plugin/imagecarousel/vendor/slick/ |
H A D | slick.less | 8 -webkit-touch-callout: none; 14 -ms-touch-action: pan-y; 15 touch-action: pan-y;
|
H A D | slick.css | 16 -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 D | RemoteWebDriver.php | 43 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 D | ClassMetadataTest.php | 29 touch($ref->getFilename()); 38 touch($ref->getFilename());
|
/plugin/stale/ |
H A D | helper.php | 17 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/slider/ |
H A D | jquery.bxslider.js | 976 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 D | pageUpdate.test.php | 24 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 D | Files.php | 229 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 D | mapping.test.php | 18 touch(dirname(__FILE__).'/../conf/mapping.php'); 23 touch(TMP_DIR.'/shareTest/testfile.tmp'); 25 touch(TMP_DIR.'/documentsTest/testdefaultfile.tmp');
|
/plugin/ol3/ |
H A D | style.css | 1 …touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select…
|
/plugin/poldek/ |
H A D | helper.php | 69 touch($idx_cache->cache); 75 touch($pkg_cache->cache);
|
/plugin/pdb/classes/ |
H A D | cache.php | 83 @touch($filepath); 129 @touch($path); 208 @touch($path);
|
/plugin/cache/ |
H A D | plugin_cache.php | 90 @touch($filepath); 136 @touch($path); 215 @touch($path);
|
/plugin/pubchem/classes/ |
H A D | cache.php | 83 @touch($filepath);
129 @touch($path);
208 @touch($path);
|
/plugin/pubmed/classes/ |
H A D | cache.php | 83 @touch($filepath);
129 @touch($path);
208 @touch($path);
|
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/ |
H A D | extension.cache.dbm.php | 119 if (!touch($lock_filename)) { 135 if (!touch($dbm_filename)) {
|
/plugin/struct/admin/ |
H A D | schemas.php | 57 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 D | Wrapper.php | 189 $out = touch($path); 191 $out = touch($path, $values[0]); 193 $out = touch($path, $values[0], $values[1]);
|