Home
last modified time | relevance | path

Searched refs:touch (Results 226 – 250 of 345) sorted by last modified time

12345678910>>...14

/plugin/yuriigantt/3rd/dhtmlxgantt/ext/
H A Ddhtmlxgantt_tooltip.js13 …task_attribute+"]:not(.gantt_task_row)",html:function(t){if(!gantt.config.touch||gantt.config.touc…
/plugin/yuriigantt/3rd/dhtmlxgantt/skins/
H A Ddhtmlxgantt_contrast_white.css1 …der:1px solid #c97110;color:#fff}.gantt_data_area div,.gantt_grid div{-ms-touch-action:none;-webki…
H A Ddhtmlxgantt_material.css1 …00}.gantt-warning div{color:#fff}.gantt_data_area div,.gantt_grid div{-ms-touch-action:none;-webki…
H A Ddhtmlxgantt_contrast_black.css1 …1px solid transparent;color:#fff}.gantt_data_area div,.gantt_grid div{-ms-touch-action:none;-webki…
H A Ddhtmlxgantt_meadow.css1 …der:1px solid #b36500;color:#fff}.gantt_data_area div,.gantt_grid div{-ms-touch-action:none;-webki…
H A Ddhtmlxgantt_skyblue.css1 …der:1px solid #b37000;color:#fff}.gantt_data_area div,.gantt_grid div{-ms-touch-action:none;-webki…
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/
H A Ddhtmlxgantt.css632 -ms-touch-action: none;
H A Ddhtmlxgantt.js6986 if (gantt.config.touch) {
7063 if (!gantt.config.touch) {
7094 if (gantt.config.touch) {
7174 if (gantt.config.touch) {
13843 if (gantt.config.touch) {
16914 gantt.config.touch = true;
16928 if (this.config.touch != "force")
16929 this.config.touch = this.config.touch &&
16935 if (this.config.touch) {
24657 if(gantt.config.touch) {
[all …]
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/skins/
H A Ddhtmlxgantt_broadway.css739 -ms-touch-action: none;
H A Ddhtmlxgantt_material.css1053 -ms-touch-action: none;
H A Ddhtmlxgantt_skyblue.css589 -ms-touch-action: none;
/plugin/sequencediagram/bower_components/raphael/dev/
H A Draphael.core.js2791 touch;
2793 touch = e.touches[i];
2794 if (touch.identifier == dragi.el._drag.id) {
2795 x = touch.clientX;
2796 y = touch.clientY;
3218 var i = e.touches.length, touch;
3220 touch = e.touches[i];
3221 this._drag.id = touch.identifier;
3222 if (touch.identifier == this._drag.id) {
3223 x = touch.clientX;
[all …]
/plugin/sequencediagram/bower_components/snap.svg/dist/
H A Dsnap.svg.js7365 touch;
7367 touch = e.touches[i];
7368 … if (touch.identifier == dragi.el._drag.id || dragi.el.node.contains(touch.target)) {
7369 x = touch.clientX;
7370 y = touch.clientY;
/plugin/sequencediagram/bower_components/snap.svg/doc/css/
H A Dtopcoat-desktop-light.css1433 -webkit-overflow-scrolling: touch;
1501 -webkit-overflow-scrolling: touch;
/plugin/sequencediagram/bower_components/js-sequence-diagrams/
H A DMakefile16 touch $@
23 touch $@
/plugin/swarmwebhook/
H A Dhelper.php103 touch(action_plugin_struct_cache::getSchemaRefreshFile());
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Cache/
H A DFilesystemTest.php153 touch($key, 1234567890);
/plugin/findologicxmlexport/vendor/hoa/protocol/Test/Unit/
H A DWrapper.php182 … $this->function->touch = function ($path, $time, $atime) use (&$_path, &$_time, &$_atime) {
/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]);
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/js/
H A Dd3.min.js3touch=function(n,t,e){if(arguments.length<3&&(e=t,t=k().changedTouches),t)for(var r,i=0,u=t.length… function
/plugin/findologicxmlexport/vendor/hoa/file/
H A DFile.php367 return touch($name);
H A DGeneric.php286 public function touch($time = -1, $atime = -1) function in Hoa\\File\\Generic
296 return touch($this->getStreamName(), $time, $atime);
/plugin/findologicxmlexport/vendor/hoa/stream/
H A DREADME.md106 * `Touchable`, for “touchable” streams, provides `touch`, `copy`,
367 functions, like `fopen`, `file_get_contents`, `mkdir`, `touch` etc. It
/plugin/findologicxmlexport/vendor/hoa/stream/IStream/
H A DTouchable.php87 public function touch($time = -1, $atime = -1); function
/plugin/findologicxmlexport/vendor/jms/metadata/tests/
H A DClassMetadataTest.php29 touch($ref->getFilename());
38 touch($ref->getFilename());

12345678910>>...14