Home
last modified time | relevance | path

Searched refs:core (Results 1 – 25 of 207) sorted by relevance

123456789

/plugin/photogallery/lightGallery/js/
H A Dlg-thumbnail.js59 this.core.s = $.extend({}, defaults, this.core.s);
64 …this.thumbTotalWidth = (this.core.$items.length * (this.core.s.thumbWidth + this.core.s.thumbMargi…
77 if (this.core.s.thumbnail && this.core.$items.length > 1) {
90 if (this.core.s.enableThumbDrag && !this.core.isTouch && this.core.doCss()) {
94 if (this.core.s.enableThumbSwipe && this.core.isTouch && this.core.doCss()) {
181 if (_this.core.s.dynamic) {
183 getThumb(_this.core.s.dynamicEl[i].src, _this.core.s.dynamicEl[i].thumb, i);
228 if ((_this.thumbClickable && !_this.core.lgBusy) || !_this.core.doCss()) {
230 _this.core.slide(_this.core.index, false, true, false);
269 this.left = ((this.core.s.thumbWidth + this.core.s.thumbMargin) * index - 1) - position;
[all …]
H A Dlg-thumbnail.min.js4core=a(c).data("lightGallery"),this.core.s=a.extend({},b,this.core.s),this.$el=a(c),this.$thumbOut…
H A Dlg-autoplay.js46 if (this.core.$items.length < 2) {
50 this.core.s = $.extend({}, defaults, this.core.s);
63 if (!this.core.doCss()) {
81 if (_this.core.s.progressBar) {
89 if (_this.core.s.autoplay) {
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) {
174 _this.core.index++;
176 _this.core.index = 0;
180 _this.core.slide(_this.core.index, false, false, 'next');
[all …]
H A Dlg-autoplay.min.js4core=a(c).data("lightGallery"),this.$el=a(c),!(this.core.$items.length<2)&&(this.core.s=a.extend({…
H A Dlg-video.js40 this.core.s = $.extend({}, defaults, this.core.s);
73 … _this.core.$slide.eq(index).find('.lg-video-cont').css('max-width', _this.core.s.videoMaxWidth);
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 …_this.core.doCss() && _this.core.$items.length > 1 && ((_this.core.s.enableSwipe && _this.core.isT…
173 var $el = _this.core.$slide.eq(_this.core.index);
[all …]
H A Dlg-video.min.js4core=a(b).data("lightGallery"),this.$el=a(b),this.core.s=a.extend({},e,this.core.s),this.videoLoad…
H A Dlg-zoom.js47 this.core.s = $.extend({}, defaults, this.core.s);
49 if (this.core.s.zoom && this.core.doCss()) {
235 …actualSize(event, _this.core.$slide.eq(_this.core.index).find('.lg-image'), _this.core.index, true…
245 if (!_this.core.isTouch) {
249 if (_this.core.isTouch) {
281 var $image = _this.core.$slide.eq(_this.core.index).find('.lg-object');
300 var _$el = _this.core.$slide.eq(_this.core.index).find('.lg-img-wrap');
373 var $image = _this.core.$slide.eq(_this.core.index).find('.lg-object');
399 var _$el = _this.core.$slide.eq(_this.core.index).find('.lg-img-wrap');
462 var _$el = _this.core.$slide.eq(_this.core.index).find('.lg-img-wrap');
[all …]
H A Dlg-zoom.min.js4core=a(b).data("lightGallery"),this.core.s=a.extend({},c,this.core.s),this.core.s.zoom&&this.core.…
H A Dlg-share.js39 this.core = $(element).data('lightGallery');
41 this.core.s = $.extend({}, defaults, this.core.s);
42 if (this.core.s.share) {
53 … _this.core.s.facebook ? '<li><a id="lg-share-facebook" target="_blank"><span class="lg-icon"></sp…
54 …= _this.core.s.twitter ? '<li><a id="lg-share-twitter" target="_blank"><span class="lg-icon"></spa…
59 this.core.$outer.find('.lg-toolbar').append(shareHtml);
60 this.core.$outer.find('.lg').append('<div id="lg-dropdown-overlay"></div>');
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) {
[all …]
H A Dlg-share.min.js4core=a(c).data("lightGallery"),this.core.s=a.extend({},b,this.core.s),this.core.s.share&&this.init…
H A Dlg-pager.js31 this.core = $(element).data('lightGallery');
34 this.core.s = $.extend({}, defaults, this.core.s);
35 if (this.core.s.pager && this.core.$items.length > 1) {
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();
[all …]
H A Dlg-pager.min.js4core=a(c).data("lightGallery"),this.$el=a(c),this.core.s=a.extend({},b,this.core.s),this.core.s.pa…
H A Dlg-hash.js31 this.core = $(element).data('lightGallery');
33 this.core.s = $.extend({}, defaults, this.core.s);
35 if (this.core.s.hash) {
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();
69 if (!this.core.s.hash) {
[all …]
H A Dlg-hash.min.js4core=a(c).data("lightGallery"),this.core.s=a.extend({},e,this.core.s),this.core.s.hash&&(this.oldH…
H A Dlg-fullscreen.js32 this.core = $(element).data('lightGallery');
37 this.core.s = $.extend({}, defaults, this.core.s);
46 if (this.core.s.fullScreen) {
54 this.core.$outer.find('.lg-toolbar').append(fullScreen);
90 _this.core.$outer.toggleClass('lg-fullscreen-on');
93 this.core.$outer.find('.lg-fullscreen').on('click.lg', function() {
H A Dlg-fullscreen.min.js4core=a(b).data("lightGallery"),this.$el=a(b),this.core.s=a.extend({},e,this.core.s),this.init(),th…
/plugin/jcapture/.settings/
H A Dorg.eclipse.jdt.core.prefs2 org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
3 org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.6
4 org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve
5 org.eclipse.jdt.core.compiler.compliance=1.6
6 org.eclipse.jdt.core.compiler.debug.lineNumber=generate
7 org.eclipse.jdt.core.compiler.debug.localVariable=generate
8 org.eclipse.jdt.core.compiler.debug.sourceFile=generate
9 org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
10 org.eclipse.jdt.core.compiler.problem.enumIdentifier=error
11 org.eclipse.jdt.core.compiler.source=1.6
/plugin/refnotes/
H A Daction.php10 require_once(DOKU_PLUGIN . 'refnotes/core.php');
76 private $core; variable in refnotes_instruction_mangler
88 $this->core = new refnotes_action_core();
109 if ($this->core->getNamespaceCount() > 0 || count($this->includedPages) > 0) {
115 if ($this->core->getNamespaceCount() > 0) {
116 $this->insertNotesInstructions($this->core->getStyles(), 'refnotes_notes_style_instruction');
117 $this->insertNotesInstructions($this->core->getMappings(), 'refnotes_notes_map_instruction');
237 $this->core->markScopeStart($call->getRefnotesAttribute('ns'), $call->getIndex());
242 $this->core->markScopeEnd($call->getRefnotesAttribute('ns'), $call->getIndex());
252 $this->core
[all...]
/plugin/mikioplugin/
H A Dcarousel.php5 $core = new syntax_plugin_mikioplugin_core(); variable
44 $core->syntaxRender($renderer, $tagName, '', $tagAttribs, MIKIO_LEXER_ENTER);
46 $core->syntaxRender($renderer, $tagName, '', $tagAttribs, MIKIO_LEXER_SPECIAL);
51 $core->syntaxRender($renderer, 'carousel', '', $tagAttribs, MIKIO_LEXER_EXIT);
/plugin/metaeditor/
H A Djstree.js136 core : { class in AnonymousFunctiona82bfad20500._data
1373 this.settings.core.error.call(this, this._data.core.last_error);
1386 this.settings.core.error.call(this, this._data.core.last_error);
2801 …_data.core.last_clicked && this._data.core.selected.length) { this._data.core.last_clicked = this.…
3164 if(!$.isArray(state.core.open) || !state.core.open.length) {
3181 if(state.core.scroll && state.core.scroll.top !== undefined) {
3494 this.settings.core.error.call(this, this._data.core.last_error);
3552 this.settings.core.error.call(this, this._data.core.last_error);
3589 this.settings.core.error.call(this, this._data.core.last_error);
3755 this.settings.core.error.call(this, this._data.core.last_error);
[all …]
/plugin/webdav/core/DAV/Collection/Pages/
H A DFile.php11 namespace dokuwiki\plugin\webdav\core\DAV\Collection\Pages;
13 use dokuwiki\plugin\webdav\core\DAV\AbstractFile;
14 use dokuwiki\plugin\webdav\core\Utils;
H A DDirectory.php11 namespace dokuwiki\plugin\webdav\core\DAV\Collection\Pages;
14 use dokuwiki\plugin\webdav\core\Utils;
18 class Directory extends webdav\core\DAV\AbstractDirectory
/plugin/combo/vendor/hidehalo/nanoid-php/src/
H A DClient.php22 * @var CoreInterface $core Core dynamic random
24 private $core; variable in Hidehalo\\Nanoid\\Client
41 $this->core = new Core();
57 return $this->core->random($this->generator, $size, $this->alphbet);
79 return $this->core->random($generator, $size, $alphabet);
/plugin/diagramsnet/lib/WEB-INF/lib/
H A Dehcache-3.8.1.jar ... maven/org.ehcache.modules/ehcache-core/ META-INF/maven/org.ehcache ...
/plugin/webdav/core/DAV/Collection/ODT/
H A DDirectory.php11 namespace dokuwiki\plugin\webdav\core\DAV\Collection\ODT;
13 use dokuwiki\plugin\webdav\core\DAV\AbstractDirectory;

123456789