Home
last modified time | relevance | path

Searched refs:touch (Results 176 – 200 of 345) sorted by last modified time

12345678910>>...14

/plugin/abc2/
H A Dstyle.css163 /* Adding the class "abcjs-large" will make the control easier on a touch device. */
/plugin/elwikiupgrade/
H A Dadmin.php431 @touch(DOKU_INC.'doku.php');
H A DVerboseTarLib.class.php187 touch($output, $header['mtime']);
/plugin/loglog/helper/
H A Dreport.php79 touch($statfile);
/plugin/jplayer/vendor/happyworm/jplayer/lib/aurora/
H A Dvorbis.js2touch=event.touch;if(touch===undefined){return}var adjustedX=touch.pageX-(scrollX+rect.left);var a…
H A Dopus.js2touch=event.touch;if(touch===undefined){return}var adjustedX=touch.pageX-(scrollX+rect.left);var a…
H A Dogg.js2touch=event.touch;if(touch===undefined){return}var adjustedX=touch.pageX-(scrollX+rect.left);var a…
/plugin/jplayer/vendor/happyworm/jplayer/lib/circle-player/js/
H A Djquery.grab.js76 touch: true // Implementation unfinished, and doesn't support multitouch property in grab.data
81 if (data.touch){
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dgetid3.php1628 touch($empty);
H A Dextension.cache.dbm.php119 if (!touch($lock_filename)) {
135 if (!touch($dbm_filename)) {
/plugin/jplayer/vendor/symfony/process/Tests/
H A DExecutableFinderTest.php146 touch($target);
147 touch($target.'.BAT');
/plugin/autolink4/
H A Dadmin.php44 touch(DOKU_CONF."local.php");
/plugin/codemirror/dist/
H A Dscripts.min.js.map1touch","radiusX","radiusY","farAway","pageX","pageY","inp","defineInitHook","how","aggressive","in…
H A Dstyles.min.css.map1 …styles related to the mechanics of\n the editor. You probably shouldn't touch them. */\n\n.CodeM…
/plugin/codemirror/dist/modes/
H A Dperl.min.js.map1 … var PERL={ // null - magic touch\n …
H A Dphp.min.js.map1 …iteable is_readable is_executable is_file is_dir is_link stat lstat chown touch clearstatcache mai…
H A Dsql.min.js.map1touch transform trigger unarchive undo union uniquejoin unlock update use using utc utc_tmestamp v…
H A Dshell.min.js.map1 …\"stop\",\n \"su\", \"sudo\", \"svn\", \"tee\", \"telnet\", \"top\", \"touch\", \"vi\", \"vim\"…
H A Dcss.min.js.map1 …-transform\",\n \"text-underline-position\", \"text-wrap\", \"top\", \"touch-action\", \"transf…
/plugin/issuelinks/helper/
H A Ddata.php168 touch($lockFN);
/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/onlinenumber/
H A Dsyntax.php40 if (! touch(PLUGIN_ONLINE_USER_LIST)) return FALSE;
/plugin/revealjs/css/
H A Dreveal.css473 -ms-touch-action: pinch-zoom;
474 touch-action: pinch-zoom; }
1540 -webkit-overflow-scrolling: touch; }
/plugin/revealjs/js/
H A Dreveal.js123 touch: true, property in AnonymousFunctione17f777e0200.config
378 touch = { class in AnonymousFunctione17f777e0200
1485 if( config.touch ) {
5469 if( !touch.captured ) {
5478 var deltaX = currentX - touch.startX,
5479 deltaY = currentY - touch.startY;
5482 touch.captured = true;
5496 touch.captured = true;
5510 touch.captured = true;
5519 touch.captured = true;
[all …]

12345678910>>...14