Home
last modified time | relevance | path

Searched refs:_this (Results 26 – 50 of 60) sorted by path

123

/plugin/indexmenu2/syntax/
H A 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/jplayer/vendor/happyworm/jplayer/lib/aurora/
H A Daurora.js58 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/mdpage/vendor/cebe/markdown/tests/markdown-data/
H A Demphasis.md29 this is text, _this is emph_ simple_word_with_underscores text again.
/plugin/metaeditor/
H A Djstree.js2659 var dom = obj.id === '#' ? this.get_container_ul() : this.get_node(obj, true), i, j, _this;
2669 _this = this;
2672 _this.open_node(
2700 _this = this, i, j;
2708 $(dom.get().reverse()).each(function () { _this.close_node(this, animation || 0); });
3162 var res, n, t, _this, i;
3189 _this = this;
3192 _this.select_node(v, false, true);
5150 var _this = this;
5152 _this.check_node(v);
/plugin/pdfjs/pdfjs/build/
H A Dpdf.js15689 var _this = this;
15698 …return new CanvasGraphics(ctx, _this.commonObjs, _this.objs, _this.canvasFactory, _this.webGLConte…
16755 var _this = this;
17381 var _this = this;
17864 var _this = this;
19220 var _this = this;
19767 var _this = this;
22829 var _this = this;
24314 var _this = this;
24375 _this._contentLength = suggestedLength || _this._contentLength;
[all …]
H A Dpdf.js.map1_this","startResult","WritableStreamDefaultControllerAdvanceQueueIfNeeded","strategySize","Writabl…
H A Dpdf.worker.js11441 var _this;
11453 return _this;
26483 var _this;
26491 _this._key = _this._expandKey(key);
26492 return _this;
27599 var _this;
27607 return _this;
33949 var _this;
33958 return _this;
47904 var _this;
[all …]
H A Dpdf.worker.js.map1_this","startResult","WritableStreamDefaultControllerAdvanceQueueIfNeeded","strategySize","Writabl…
/plugin/pdfjs/pdfjs/web/
H A Dviewer.js415 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/photogallery/lightGallery/js/
H A Dlg-autoplay.js73 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 Dlg-fullscreen.js87 var _this = this;
90 _this.core.$outer.toggleClass('lg-fullscreen-on');
96 _this.requestFullscreen();
98 _this.exitFullscreen();
H A 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();
H A 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++) {
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 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-…
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 Dlg-thumbnail.js76 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 Dlg-video.js49 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 Dlg-zoom.js65 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 Dlightgallery.js161 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 …]
/plugin/stlviewer/stlviewer/
H A DCanvasRenderer.js42 var _this = this,
330 _this.info.render.vertices = 0;
331 _this.info.render.faces = 0;
696 _this.info.render.vertices += 3;
697 _this.info.render.faces ++;
H A DTrackballControls.js111 ( 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 ) ),
266 if ( ! _this.noZoom || ! _this.noPan ) {
270 _this.object.position.addVectors( _this.target, _eye.setLength( _this.maxDistance ) );
277 _this.object.position.addVectors( _this.target, _eye.setLength( _this.minDistance ) );
312 _this.object.lookAt( _this.target );
329 _this.target.copy( _this.target0 );
330 _this.object.position.copy( _this.position0 );
331 _this.object.up.copy( _this.up0 );
[all …]
/plugin/syntaxhighlighter4/dist/
H A Dsyntaxhighlighter.js2582 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 …]
H A Dsyntaxhighlighter.js.map1_this","lines","wrapLinesWithCode","line","spaces","space","s","processUrls","gt","suffix","figure…
/plugin/tabinclude/
H A 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');
/plugin/tagfilter/script/select2/
H A Dselect2.js2585 var _this = this;
2588 _this.search[0].focus();
2589 _this.selectChoice($(this));
/plugin/xlsx2dw/packages/exceljs/
H A Dexceljs.js7537 var _this;
8799 var _this;
9310 var _this;
9394 var _this;
9588 var _this;
9743 var _this;
9911 var _this;
10443 var _this;
10755 var _this;
11037 var _this;
[all …]

123