Home
last modified time | relevance | path

Searched refs:_this (Results 1 – 25 of 96) sorted by relevance

1234

/plugin/photogallery/lightGallery/js/
Dlightgallery.js158 var _this = this;
161 if (_this.s.preload > _this.$items.length) {
162 _this.s.preload = _this.$items.length;
169 _this.index = parseInt(_hash.split('&slide=')[1], 10);
174 _this.build(_this.index);
181 if (_this.s.dynamic) {
183 _this.$el.trigger('onBeforeOpen.lg');
185 _this.index = _this.s.index || 0;
190 _this.build(_this.index);
197 _this.$items.on('click.lgcustom', function(event) {
[all …]
Dlg-autoplay.js73 var _this = this;
76 if (_this.core.s.autoplayControls) {
77 _this.controls();
81 if (_this.core.s.progressBar) {
82_this.core.$outer.find('.lg').append('<div class="lg-progress-bar"><div class="lg-progress"></div>…
86 _this.progress();
89 if (_this.core.s.autoplay) {
90 _this.startlAuto();
94 _this.$el.on('onDragstart.lg.tm touchstart.lg.tm', function() {
95 if (_this.interval) {
[all …]
Dlg-thumbnail.js76 var _this = this;
80 _this.core.$outer.addClass('lg-thumb-open');
109 var _this = this;
129 _this.core.$outer.addClass('lg-has-thumb');
131 _this.core.$outer.find('.lg').append(html);
133 _this.$thumbOuter = _this.core.$outer.find('.lg-thumb-outer');
134 _this.thumbOuterWidth = _this.$thumbOuter.width();
136 if (_this.core.s.animateThumb) {
137 _this.core.$outer.find('.lg-thumb').css({
138 width: _this.thumbTotalWidth + 'px',
[all …]
Dlg-zoom.js65 var _this = this;
68 if (_this.core.s.actualSize) {
72 if (_this.core.s.useLeftForZoom) {
73 _this.core.$outer.addClass('lg-use-left-for-zoom');
75 _this.core.$outer.addClass('lg-use-transition-for-zoom');
81 _this.core.$el.on('onSlideItemLoad.lg.tm.zoom', function(event, index, delay) {
84 var _speed = _this.core.s.enableZoomAfter + delay;
97 _this.zoomabletimeout = setTimeout(function() {
98 _this.core.$slide.eq(index).addClass('lg-zoomable');
111 var $image = _this.core.$outer.find('.lg-current .lg-image');
[all …]
Dlg-video.js49 var _this = this;
52 _this.core.$el.on('hasVideo.lg.tm', function(event, index, src, html) {
53_this.core.$slide.eq(index).find('.lg-video').append(_this.loadVideo(src, 'lg-object', true, index…
55 if (_this.core.s.videojs) {
57 …videojs(_this.core.$slide.eq(index).find('.lg-html5').get(0), _this.core.s.videojsOptions, functio…
58 if (!_this.videoLoaded) {
66 _this.core.$slide.eq(index).find('.lg-html5').get(0).play();
72 _this.core.$el.on('onAferAppendSlide.lg.tm', function(event, index) {
73_this.core.$slide.eq(index).find('.lg-video-cont').css('max-width', _this.core.s.videoMaxWidth);
74 _this.videoLoaded = true;
[all …]
Dlg-share.js50 var _this = this;
53 …shareHtml += _this.core.s.facebook ? '<li><a id="lg-share-facebook" target="_blank"><span class="l…
54 …shareHtml += _this.core.s.twitter ? '<li><a id="lg-share-twitter" target="_blank"><span class="lg-…
55 …shareHtml += _this.core.s.googlePlus ? '<li><a id="lg-share-googleplus" target="_blank"><span clas…
56 …shareHtml += _this.core.s.pinterest ? '<li><a id="lg-share-pinterest" target="_blank"><span class=…
62 _this.core.$outer.toggleClass('lg-dropdown-active');
66 _this.core.$outer.removeClass('lg-dropdown-active');
69 _this.core.$el.on('onAfterSlide.lg.tm', function(event, prevIndex, index) {
72 …f', 'https://www.facebook.com/sharer/sharer.php?u=' + (encodeURIComponent(_this.core.$items.eq(ind…
74 …itter.com/intent/tweet?text=' + _this.core.$items.eq(index).attr('data-tweet-text') + '&url=' + (e…
[all …]
Dlg-pager.js43 var _this = this;
49 _this.core.$outer.find('.lg').append('<div class="lg-pager-outer"></div>');
51 if (_this.core.s.dynamic) {
52 for (var i = 0; i < _this.core.s.dynamicEl.length; i++) {
53 … class="lg-pager-thumb-cont"><span class="lg-caret"></span> <img src="' + _this.core.s.dynamicEl[i…
56 _this.core.$items.each(function() {
58 if (!_this.core.s.exThumbImage) {
61 …ger-thumb-cont"><span class="lg-caret"></span> <img src="' + $(this).attr(_this.core.s.exThumbImag…
67 $pagerOuter = _this.core.$outer.find('.lg-pager-outer');
71 $pagerCont = _this.core.$outer.find('.lg-pager-cont');
[all …]
Dlg-hash.js44 var _this = this;
48 _this.core.$el.on('onAfterSlide.lg.tm', function(event, prevIndex, index) {
49 window.location.hash = 'lg=' + _this.core.s.galleryId + '&slide=' + index;
58 if ((_hash.indexOf('lg=' + _this.core.s.galleryId) > -1)) {
59 _this.core.slide(_idx, false, false);
60 } else if (_this.core.lGalleryOn) {
61 _this.core.destroy();
Dlg-fullscreen.js87 var _this = this;
90 _this.core.$outer.toggleClass('lg-fullscreen-on');
96 _this.requestFullscreen();
98 _this.exitFullscreen();
/plugin/amcharts/assets/amcharts/plugins/export/
Dexport.js69 var _this = { variable in anonymousFunctioned05dff20100.AmCharts
110 var item = _this.drawing.undos.pop();
113 _this.drawing.redos.push( item );
116 _this.setup.fabric.remove( item.target );
123 _this.drawing.handler.change( {
130 _this.setup.fabric.renderAll();
134 _this.drawing.handler.undo( item, true );
139 var item = _this.drawing.redos.pop();
142 _this.drawing.undos.push( item );
145 _this.setup.fabric.add( item.target );
[all …]
/plugin/stlviewer/stlviewer/
DTrackballControls.js10 var _this = this;
111 ( pageX - _this.screen.left ) / _this.screen.width,
112 ( pageY - _this.screen.top ) / _this.screen.height
128 ( ( pageX - _this.screen.width * 0.5 - _this.screen.left ) / ( _this.screen.width * 0.5 ) ),
129 …( ( _this.screen.height + 2 * ( _this.screen.top - pageY ) ) / _this.screen.width ) // screen.widt…
155 _eye.copy( _this.object.position ).sub( _this.target );
158 objectUpDirection.copy( _this.object.up ).normalize();
168 angle *= _this.rotateSpeed;
172 _this.object.up.applyQuaternion( quaternion );
177 } else if ( ! _this.staticMoving && _lastAngle ) {
[all …]
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/ext/
Ddhtmlxgantt_drag_timeline.js124 var _this = this;
128 if (_this._trace.length >= traceSteps) {
129 var dots = _this._trace.slice(_this._trace.length - traceSteps);
152 _this._timeline.$task.classList.add("gantt_timeline_move_available");
155 _this._timeline.$task.classList.remove("gantt_timeline_move_available");
164 var vector = _this._calculateDirectionVector();
165 var shiftX = _this._startPoint.x - coords.x;
166 var shiftY = _this._startPoint.y - coords.y;
176 x: _this._scrollState.x + shiftX,
177 y: _this._scrollState.y + shiftY
[all …]
Ddhtmlxgantt_undo.js297 var _this = this;
303 _this.stopBatchAction();
419 var _this = this;
426 _this.clearInitialTasks();
428 _this.setInitialTask(task.id);
430 _this.clearInitialLinks();
432 _this.setInitialLink(link.id);
441 _this.startIgnore();
445 _this.stopIgnore();
451 _this.startBatchAction();
[all …]
Ddhtmlxgantt_click_drag.js127 var _this = this;
131 _target.style.position = _this._originPosition;
146 _this._mouseDown = true;
158 var result = { autoscroll: _this._mouseDown };
164 scheduledDndCoordinates = _this._getCoordinates(event, selectedRegion);
171 if (_this._mouseDown === true) {
172 _this._mouseDown = false;
173 var coordinates = _this._getCoordinates(event, selectedRegion);
182 if (!_this._mouseDown && scheduledDndCoordinates) {
183 coordinates = _this._getCoordinates(event, selectedRegion);
[all …]
/plugin/asciidocjs/node_modules/nunjucks/src/
Dnode-loaders.js16 var _this;
17 _this = _Loader.call(this) || this;
22 _this.pathsToNames = {};
23 _this.noCache = !!opts.noCache;
27 _this.searchPaths = searchPaths.map(path.normalize);
29 _this.searchPaths = ['.'];
39 var paths = _this.searchPaths.filter(fs.existsSync);
43 if (event === 'change' && fullname in _this.pathsToNames) {
44 _this.emit('update', _this.pathsToNames[fullname], fullname);
51 return _this;
Dweb-loaders.js11 var _this;
12 _this = _Loader.call(this) || this;
13 _this.baseURL = baseURL || '.';
20 _this.useCache = !!opts.useCache;
27 _this.async = !!opts.async;
28 return _this;
Dprecompiled-loader.js9 var _this;
10 _this = _Loader.call(this) || this;
11 _this.precompiled = compiledTemplates || {};
12 return _this;
/plugin/asciidocjs/node_modules/pug-filters/node_modules/cliui/
Dindex.js45 var _this = this,
57 Math.floor(_this.width * 0.5),
68 _this.div.apply(_this, columns.map(function (r, i) {
87 var _this = this,
90 _this.rows.forEach(function (row, i) {
91 _this.rowToString(row, lines)
106 var _this = this,
119 wrapWidth = _this._negatePadding(row[c]) // the width without padding.
126 if (row[c].align && row[c].align !== 'left' && _this.wrap) {
141 str = _this._renderInline(str, lines[lines.length - 1], paddingLeft)
[all …]
/plugin/jplayer/vendor/happyworm/jplayer/lib/aurora/
Daurora.js49 this.source.on('error', (function(_this) {
51 _this.emit('error', err);
52 return _this.stop();
55 this.source.on('progress', (function(_this) {
57 _this.buffered = buffered;
58 return _this.emit('buffer', _this.buffered);
107 this.once(event, (function(_this) { argument
109 _this.stop();
155 this.demuxer.on('duration', (function(_this) {
157 _this.duration = duration;
[all …]
/plugin/davcal/fullcalendar-3.10.5/
H A Dfullcalendar.js1069 var _this = _super.call(this) || this;
1070 _this.calendar = calendar;
1071 _this.className = [];
1072 _this.uid = String(EventSource.uuid++);
1073 return _this;
1701 var _this = this;
1704 destClass.prototype[name] = _this.prototype[name];
1713 var _this = this;
1715 destClass.prototype[name] = _this.prototype[name];
1828 var _this = _super.call(this, options) || this;
[all …]
/plugin/davcal/datetimepicker-2.4.5/
H A Djquery.datetimepicker.js1194 var _this = this;
1195 _this.now = function (norecursion) {
1201 date = _this.strToDateTime(options.defaultDate);
1212 time = _this.strtotime(options.defaultTime);
1219 _this.isValidDate = function (d) {
1226 _this.setCurrentTime = function (dTime) {
1227_this.currentTime = (typeof dTime === 'string') ? _this.strToDateTime(dTime) : _this.isValidDate(d…
1231 _this.empty = function () {
1232 _this.currentTime = null;
1235 _this.getCurrentTime = function (dTime) {
[all …]
/plugin/datatables/assets/datatables.net-fixedcolumns-dt/js/
DdataTables.fixedColumns.js62 var _this = this;
123 _this._addStyles();
124 _this._setKeyTableListener();
127 table.on('column-sizing.dt.dtfc', function () { return _this._addStyles(); });
130 table.on('destroy', function () { return _this._destroy(); });
465 var _this = this;
468 … var scroll = $$1($$1(_this.s.dt.table().node()).closest('div.dataTables_scrollBody'));
470 if (_this.c.left > 0) {
472 var rightMost = $$1(_this.s.dt.column(_this.c.left - 1).header());
483 if (_this.c.right > 0) {
[all …]
/plugin/amcharts/assets/amcharts/plugins/export/examples/
Dexport.config.advanced.js110 var _this = this;
129 _this.capture( {}, function() {
146 var _this = this;
165 _this.capture( {
168 _this.createMenu( AmCharts.exportDrawingMenu );
/plugin/indexmenu2/syntax/
Dindexmenu.php584 function _array2treer($source_arr, &$_this, $parent_id, $_this_id, $key_children, $key_id, $key_par… argument
589 $_this[$key_children][$value[$key_id]]=$value;
590 if (isset($_this[$key_children]))
593 foreach ($_this[$key_children] as $value)
594 …_array2treer($source_arr, $_this[$key_children][$value[$key_id]], $parent_id, $value[$key_id], $ke…
597 $_this=$_this[$key_children];
/plugin/tabinclude/
Dscript.js5 function dwpl_ti_refresh(_this, page){ argument
7 var content = jQuery(_this).closest('#dwpl-ti-container').find('#dwpl-ti-content');
8 var loading = jQuery(_this).closest('#dwpl-ti-container').find('#dwpl-ti-loading');

1234