/plugin/photogallery/lightGallery/js/ |
H A D | lg-autoplay.js | 73 var _this = this; 86 _this.progress(); 103 if (!_this.interval && _this.canceledOnTouch) { 113 var _this = this; 120 if (_this.core.s.progressBar && _this.fromAuto) { 134 if (!_this.fromAuto && !_this.core.s.fourceAutoplay) { 158 _this.core.s.fourceAutoplay = _this.fourceAutoplayTemp; 168 …_this.core.$outer.find('.lg-progress').css('transition', 'width ' + (_this.core.s.speed + _this.co… 173 if (_this.core.index + 1 < _this.core.$items.length) { 180 _this.core.slide(_this.core.index, false, false, 'next'); [all …]
|
H A D | lightgallery.js | 161 if (_this.s.preload > _this.$items.length) { 162 _this.s.preload = _this.$items.length; 174 _this.build(_this.index); 185 _this.index = _this.s.index || 0; 190 _this.build(_this.index); 209 _this.index = _this.s.index || _this.$items.index(this); 213 _this.build(_this.index); 927 if ((_this.index + 1) < _this.$slide.length) { 964 _this.index = _this.$items.length - 1; 1105 if (_this.s.enableSwipe && _this.isTouch && _this.doCss()) { [all …]
|
H A D | lg-thumbnail.js | 76 var _this = this; 133 _this.$thumbOuter = _this.core.$outer.find('.lg-thumb-outer'); 134 _this.thumbOuterWidth = _this.$thumbOuter.width(); 228 if ((_this.thumbClickable && !_this.core.lgBusy) || !_this.core.doCss()) { 236 _this.animateThumb(_this.core.index); 241 _this.animateThumb(_this.core.index); 242 _this.thumbOuterWidth = _this.$thumbOuter.width(); 312 if (_this.thumbTotalWidth > _this.thumbOuterWidth) { 383 if (_this.thumbTotalWidth > _this.thumbOuterWidth) { 391 if (_this.thumbTotalWidth > _this.thumbOuterWidth) { [all …]
|
H A D | lg-zoom.js | 65 var _this = this; 235 …actualSize(event, _this.core.$slide.eq(_this.core.index).find('.lg-image'), _this.core.index, true… 267 var _this = this; 281 var $image = _this.core.$slide.eq(_this.core.index).find('.lg-object'); 358 var _this = this; 373 var $image = _this.core.$slide.eq(_this.core.index).find('.lg-object'); 461 var _this = this; 462 var _$el = _this.core.$slide.eq(_this.core.index).find('.lg-img-wrap'); 463 var $image = _this.core.$slide.eq(_this.core.index).find('.lg-object'); 514 var _this = this; [all …]
|
H A D | lg-video.js | 49 var _this = this; 73 … _this.core.$slide.eq(index).find('.lg-video-cont').css('max-width', _this.core.s.videoMaxWidth); 74 _this.videoLoaded = true; 95 …videojs(_this.core.$slide.eq(_this.core.index).find('.lg-html5').get(0), _this.core.s.videojsOptio… 102 … _this.core.$slide.eq(_this.core.index).find('.lg-html5').get(0).play(); 110 _src = _this.core.s.dynamicEl[_this.core.index].src; 111 _html = _this.core.s.dynamicEl[_this.core.index].html; 117 …_src = _this.core.$items.eq(_this.core.index).attr('href') || _this.core.$items.eq(_this.core.inde… 118 _html = _this.core.$items.eq(_this.core.index).attr('data-html'); 171 …if (_this.core.doCss() && _this.core.$items.length > 1 && ((_this.core.s.enableSwipe && _this.core… [all …]
|
H A D | lg-share.js | 50 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-… 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… 76 …).attr('href', 'https://plus.google.com/share?url=' + (encodeURIComponent(_this.core.$items.eq(ind… [all …]
|
H A D | lg-pager.js | 43 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++) { 56 _this.core.$items.each(function() { 58 if (!_this.core.s.exThumbImage) { 67 $pagerOuter = _this.core.$outer.find('.lg-pager-outer'); 71 $pagerCont = _this.core.$outer.find('.lg-pager-cont'); 74 _this.core.index = _$this.index(); 75 _this.core.slide(_this.core.index, false, true, false); [all …]
|
H A D | lg-hash.js | 44 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();
|
H A D | lg-fullscreen.js | 87 var _this = this; 90 _this.core.$outer.toggleClass('lg-fullscreen-on'); 96 _this.requestFullscreen(); 98 _this.exitFullscreen();
|
/plugin/amcharts/assets/amcharts/plugins/export/ |
H A D | export.js | 172 _this.createMenu( _this.config.menu ); 3048 …_this.config.drawing = _this.deepMerge( _this.defaults.fabric.drawing, _this.config.drawing || {},… 3049 _this.deepMerge( _this.defaults.fabric, _this.config, true ); 3051 _this.deepMerge( _this.defaults.pdfMake, _this.config, true ); 3053 _this.deepMerge( _this.libs, _this.config.libs || {}, true ); 3059 _this.config = _this.deepMerge( _this.defaults, _this.config, true ); 3103 _this.deepMerge( _this.config, { 3132 _this.loadDependencies( _this.libs.resources, _this.libs.reload ); 3136 _this.setup.chart[ _this.name ] = _this; 3149 _this.config = _this.setup.chart[ _this.name ]; [all …]
|
/plugin/stlviewer/stlviewer/ |
H A D | TrackballControls.js | 10 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 [all...] |
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/ext/ |
H A D | dhtmlxgantt_drag_timeline.js | 124 var _this = this; 129 var dots = _this._trace.slice(_this._trace.length - traceSteps); 188 _this._trace = []; 210 _this._trace = []; 212 var _a = _this._getScrollPosition(_this._timeline), x = _a.x, y = _a.y; 215 _this._trace.push(_this._startPoint); 227 var _this = this; 276 _this._stopDrag(event); 279 _this._stopDrag(event); 282 _this._stopDrag(event); [all …]
|
H A D | dhtmlxgantt_undo.js | 297 var _this = this; 303 _this.stopBatchAction(); 419 var _this = this; 441 _this.startIgnore(); 445 _this.stopIgnore(); 462 _this.onTaskAdded(task); 465 _this.onTaskUpdated(task); 468 _this.onTaskDeleted(task); 472 _this.onLinkAdded(link); 555 var _this = this; [all …]
|
H A D | dhtmlxgantt_click_drag.js | 127 var _this = this; 146 _this._mouseDown = true; 171 if (_this._mouseDown === true) { 172 _this._mouseDown = false; 308 var _this = this; 317 _this._el = config.render(_this._startPoint, _this._endPoint); 321 _this.draw(); 348 var _this = this; 351 _this._viewPort.appendChild(_this.getElement()); 359 var _this = this; [all …]
|
H A D | dhtmlxgantt_tooltip.js | 343 var _this = this; 391 var _this = this; 419 _this.delayHide(); 423 _this.delayShow.$cancelTimeout(); 424 _this.delayHide(); 429 var _this = this; 440 _this.tooltip.hide(); 443 _this.tooltip.setContent(html); 444 _this.tooltip.show(event); 448 _this.delayShow.$cancelTimeout(); [all …]
|
/plugin/jplayer/vendor/happyworm/jplayer/lib/aurora/ |
H A D | aurora.js | 58 return _this.emit('buffer', _this.buffered); 158 return _this.emit('duration', _this.duration); 164 return _this.emit('metadata', _this.metadata); 3414 _this.queue = new Queue(_this.asset); 3421 return _this.emit('format', _this.format); 3561 _this.currentTime = _this.duration; 3686 if (_this.offset < _this.length) { 3693 if (_this.offset === _this.length) { 3706 return _this.emit('progress', (_this.offset + e.loaded) / _this.length * 100); 3811 if (_this.offset >= _this.length) { [all …]
|
/plugin/davcal/fullcalendar-3.10.5/ |
H A D | fullcalendar.js | 3534 _this.dateClicking = new _this.dateClickingClass(_this); 3537 _this.dateSelecting = new _this.dateSelectingClass(_this); 3540 _this.eventPointing = new _this.eventPointingClass(_this); 3543 _this.eventDragging = new _this.eventDraggingClass(_this, _this.eventPointing); 3546 _this.eventResizing = new _this.eventResizingClass(_this, _this.eventPointing); 3799 _this.name = _this.type; 7949 _this.addChild(_this.dayGrid); 10044 _this.fillRenderer = new _this.fillRendererClass(_this); 10047 _this.eventRenderer = new _this.eventRendererClass(_this, _this.fillRenderer); 10050 _this.helperRenderer = new _this.helperRendererClass(_this, _this.eventRenderer); [all …]
|
/plugin/davcal/datetimepicker-2.4.5/ |
H A D | jquery.datetimepicker.js | 1194 var _this = this; 1227 …_this.currentTime = (typeof dTime === 'string') ? _this.strToDateTime(dTime) : _this.isValidDate(d… 1232 _this.currentTime = null; 1236 return _this.currentTime; 1241 if (_this.currentTime === undefined || _this.currentTime === null) { 1242 _this.currentTime = _this.now(); 1248 _this.currentTime.setFullYear(_this.currentTime.getFullYear() + 1); 1276 if (_this.currentTime === undefined || _this.currentTime === null) { 1277 _this.currentTime = _this.now(); 1282 _this.currentTime.setFullYear(_this.currentTime.getFullYear() - 1); [all …]
|
/plugin/tabinclude/ |
H A D | script.js | 5 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');
|
/plugin/amcharts/assets/amcharts/plugins/export/examples/ |
H A D | export.config.advanced.js | 110 var _this = this; 129 _this.capture( {}, function() { 146 var _this = this; 165 _this.capture( { 168 _this.createMenu( AmCharts.exportDrawingMenu );
|
/plugin/indexmenu2/syntax/ |
H A D | indexmenu.php | 584 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/diagramsnet/lib/js/diagramly/vsdx/ |
H A D | importer.js | 2515 _this.index = _this.getIndex$org_w3c_dom_Element(elem); 2517 _this.inheritGeo(/* get */ parentGeo[_this.index]); 2533 _this.index = _this.getIndex$org_w3c_dom_Element(elem); 9780 _this.rootShape = _this; 9809 _this.masterShape = _this.master.getMasterShape(); 9825 _this.rotation = _this.rotation % 360.0; 9851 …_this.quickStyleVals = new com.mxgraph.io.vsdx.theme.QuickStyleVals(/* parseInt */ parseInt(_this.… 9854 _this.processGeomList(_this.masterShape.getGeomList()); 9864 …return m.entries.length == 0; })(_this.childShapes)) || (_this.geomList != null && (!_this.geomLis… 9865 … _this.layerMember = _this.getValue(_this.getCellElement$java_lang_String("LayerMember")); [all …]
|
/plugin/pdfjs/pdfjs/web/ |
H A D | viewer.js | 415 var _this = this; 4540 var _this = this; 5714 var _this = this; 6026 var _this = this; 6444 var _this = this; 11546 _this.pageDiv.appendChild(_this.div); 11552 _this.l10n.translate(_this.div); 11989 if (!_this.renderingQueue.isHighestPriority(_this)) { 13079 var _this; 13089 return _this; [all …]
|
/plugin/dirtylittlehelper/mermaid/editor/docs/ |
H A D | 5.5.js.map | 1 …_this = this;\n if (!this._fetchLibFilesPromise) {\n this._fetchLibFilesPromise …
|
/plugin/syntaxhighlighter4/dist/ |
H A D | syntaxhighlighter.js | 2582 var _this = this; 2584 _this.opts = opts; 2585 _this.code = code; 2586 _this.matches = matches; 2602 var _this = this, 2708 var _this = this, 2709 opts = _this.opts, 2737 var _this = this, 2787 var _this = this, 2822 var _this = this, [all …]
|