Home
last modified time | relevance | path

Searched refs:touch (Results 51 – 75 of 345) sorted by relevance

12345678910>>...14

/plugin/gtime/gtlib/util/
H A DGTUtil.php157 public static function touch($file) { function in GTUtil
163 touch($file);
/plugin/backlinks2/_test/
H A Dsyntax.test.php62 touch(DOKU_TMP_DATA.'cache/debug.log');
/plugin/swarmwebhook/
H A Dhelper.php103 touch(action_plugin_struct_cache::getSchemaRefreshFile());
/plugin/loglog/helper/
H A Dreport.php79 touch($statfile);
/plugin/vertical/
H A DREADME.md11 … easily be done by changing any parameter value in settings (or by doing a `touch conf/local.php`).
/plugin/authgoogle/google/cache/
H A DGoogle_FileCache.php52 @touch($storageFile . '.lock');
/plugin/custombuttons/
H A Dadmin.php52 touch(DOKU_CONF.'local.php');
/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 …]
/plugin/davcal/fullcalendar-3.10.5/
H A Dfullcalendar.less319 -webkit-overflow-scrolling: touch; }
374 /* resizer (cursor AND touch devices) */
379 /* resizer (touch devices) */
390 /* 40x40 touch area */
402 /* Event Selection (only for touch devices)
414 /* bigger touch area when selected */
444 /* resizer (cursor AND touch devices) */
467 /* resizer (touch devices) */
584 -webkit-touch-callout: none;
633 -webkit-touch-callout: none;
[all …]
/plugin/findologicxmlexport/vendor/hoa/file/
H A DFile.php367 return touch($name);
/plugin/stale/_test/
H A DbaseTest.php51 touch($file);
/plugin/stylingpages/
H A Daction.php149 @touch(reset($config_cascade['main']['local']));
/plugin/maintenance/
H A Dhelper.php134 @touch($this->manual_lock_file);
/plugin/mediathumbnails/
H A Dthumb_engines.php33 touch($this->getTargetFilepath(), filemtime($this->getSourceFilepath()));
/plugin/onlinenumber/
H A Dsyntax.php40 if (! touch(PLUGIN_ONLINE_USER_LIST)) return FALSE;
/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/captcha/
H A Daction.php214 touch($lastrun);
/plugin/oauth/
H A Dauth.php92 touch($conf['cachedir'] . '/sessionpurge');
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Cache/
H A DFilesystemTest.php153 touch($key, 1234567890);
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Extensions/
H A DPhptTestCaseTest.php52 touch($this->filename);
/plugin/refnotes/
H A Daction.php450 $saved = $saved && touch(reset($config_cascade['main']['local']));
546 touch($destination, filemtime($source));
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Net/SFTP/
H A DStream.php277 $this->sftp->touch($path);
452 return $this->sftp->touch($path, $time, $atime);
/plugin/subconfhelper/
H A Dadmin.php42 if( is_file( $file ) || is_dir( $file ) || !touch( $file )) {
/plugin/combo/ComboStrap/
H A DLocalFileSystem.php215 touch($path->toAbsoluteId());
/plugin/fedauth/classes/adm/
H A Dfa_manage.adm.class.php76 @touch(reset($config_cascade['main']['local']));

12345678910>>...14