Home
last modified time | relevance | path

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

12345678910>>...12

/plugin/photogallery/lightGallery/js/
Dlg-thumbnail.min.js4core=a(c).data("lightGallery"),this.core.s=a.extend({},b,this.core.s),this.$el=a(c),this.$thumbOut…
Dlg-thumbnail.js56 this.core = $(element).data('lightGallery');
59 this.core.s = $.extend({}, defaults, this.core.s);
64 …this.thumbTotalWidth = (this.core.$items.length * (this.core.s.thumbWidth + this.core.s.thumbMargi…
65 this.thumbIndex = this.core.index;
77 if (this.core.s.thumbnail && this.core.$items.length > 1) {
78 if (this.core.s.showThumbByDefault) {
80 _this.core.$outer.addClass('lg-thumb-open');
84 if (this.core.s.pullCaptionUp) {
85 this.core.$outer.addClass('lg-pull-caption-up');
89 if (this.core.s.animateThumb) {
[all …]
Dlg-video.js37 this.core = $(element).data('lightGallery');
40 this.core.s = $.extend({}, defaults, this.core.s);
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…
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);
90 … $el.find('.lg-video').append(_this.loadVideo(_src, '', false, _this.core.index, _html));
[all …]
Dlg-video.min.js4core=a(b).data("lightGallery"),this.$el=a(b),this.core.s=a.extend({},e,this.core.s),this.videoLoad…
Dlg-autoplay.js41 this.core = $(element).data('lightGallery');
46 if (this.core.$items.length < 2) {
50 this.core.s = $.extend({}, defaults, this.core.s);
60 this.fourceAutoplayTemp = this.core.s.fourceAutoplay;
63 if (!this.core.doCss()) {
64 this.core.s.progressBar = false;
76 if (_this.core.s.autoplayControls) {
81 if (_this.core.s.progressBar) {
82 …_this.core.$outer.find('.lg').append('<div class="lg-progress-bar"><div class="lg-progress"></div>…
89 if (_this.core.s.autoplay) {
[all …]
Dlg-autoplay.min.js4core=a(c).data("lightGallery"),this.$el=a(c),!(this.core.$items.length<2)&&(this.core.s=a.extend({…
Dlg-zoom.min.js4core=a(b).data("lightGallery"),this.core.s=a.extend({},c,this.core.s),this.core.s.zoom&&this.core.…
Dlg-zoom.js45 this.core = $(element).data('lightGallery');
47 this.core.s = $.extend({}, defaults, this.core.s);
49 if (this.core.s.zoom && this.core.doCss()) {
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');
78 this.core.$outer.find('.lg-toolbar').append(zoomIcons);
81 _this.core.$el.on('onSlideItemLoad.lg.tm.zoom', function(event, index, delay) {
84 var _speed = _this.core.s.enableZoomAfter + delay;
[all …]
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…
55 …this.core.s.googlePlus ? '<li><a id="lg-share-googleplus" target="_blank"><span class="lg-icon"></…
56 …_this.core.s.pinterest ? '<li><a id="lg-share-pinterest" target="_blank"><span class="lg-icon"></s…
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');
[all …]
Dlg-share.min.js4core=a(c).data("lightGallery"),this.core.s=a.extend({},b,this.core.s),this.core.s.share&&this.init…
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) {
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 …="lg-pager-thumb-cont"><span class="lg-caret"></span> <img src="' + _this.core.s.dynamicEl[i].thum…
56 _this.core.$items.each(function() {
58 if (!_this.core.s.exThumbImage) {
61 …umb-cont"><span class="lg-caret"></span> <img src="' + $(this).attr(_this.core.s.exThumbImage) + '…
[all …]
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…
Dlg-hash.min.js4core=a(c).data("lightGallery"),this.core.s=a.extend({},e,this.core.s),this.core.s.hash&&(this.oldH…
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 …]
Dlg-fullscreen.min.js4core=a(b).data("lightGallery"),this.$el=a(b),this.core.s=a.extend({},e,this.core.s),this.init(),th…
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() {
/plugin/asciidocjs/node_modules/is-core-module/
DCHANGELOG.md8 ## [v2.13.0](https://github.com/inspect-js/is-core-module/compare/v2.12.1...v2.13.0) - 2023-08-05
12 …ig`, `aud`, `semver`, `tape` [`c75b263`](https://github.com/inspect-js/is-core-module/commit/c75b2…
13 …i`/`node:wasi` are in v18.17 [`d76cbf8`](https://github.com/inspect-js/is-core-module/commit/d76cb…
15 ## [v2.12.1](https://github.com/inspect-js/is-core-module/compare/v2.12.0...v2.12.1) - 2023-05-16
19 …e `node:` prefix as of v20.2 [`12183d0`](https://github.com/inspect-js/is-core-module/commit/12183…
21 ## [v2.12.0](https://github.com/inspect-js/is-core-module/compare/v2.11.0...v2.12.0) - 2023-04-10
25 …ion to use reusable workflow [`c0a7251`](https://github.com/inspect-js/is-core-module/commit/c0a72…
26 …slint-config`, `aud`, `tape` [`9ae8b7f`](https://github.com/inspect-js/is-core-module/commit/9ae8b…
27 …n v19.9, `wasi` added in v20 [`9d5341a`](https://github.com/inspect-js/is-core-module/commit/9d534…
28 - [Dev Deps] add missing `in-publish` dep [`5980245`](https://github.com/inspect-js/is-core-module/…
[all …]
DREADME.md1 # is-core-module <sup>[![Version Badge][2]][1]</sup>
12 Is this specifier a node.js core module? Optionally provide a node version to check; defaults to th…
17 var isCore = require('is-core-module');
26 [1]: https://npmjs.org/package/is-core-module
27 [2]: https://versionbadg.es/inspect-js/is-core-module.svg
28 [5]: https://david-dm.org/inspect-js/is-core-module.svg
29 [6]: https://david-dm.org/inspect-js/is-core-module
30 [7]: https://david-dm.org/inspect-js/is-core-module/dev-status.svg
31 [8]: https://david-dm.org/inspect-js/is-core-module#info=devDependencies
32 [11]: https://nodei.co/npm/is-core-module.png?downloads=true&stars=true
[all …]
/plugin/asciidocjs/node_modules/core-js/
DREADME.md1 # core-js
3core-js/sponsors/badge.svg)](#raising-funds) [![Backers on Open Collective](https://opencollective…
6 ## [core-js@3, babel and a look into the future](https://github.com/zloirock/core-js/tree/master/do…
10core-js` isn't backed by a company, so the future of this project depends on you. Become a sponsor…
14core-js/sponsor/0/website" target="_blank"><img src="https://opencollective.com/core-js/sponsor/0/…
18 <a href="https://opencollective.com/core-js#backers" target="_blank"><img src="https://opencollecti…
22 … obsolete `core-js@2`. If you looking documentation for actual `core-js` version, please, check [t…
36 var core = require('core-js/library'); // With a modular system, otherwise use global `core`
37 core.Array.from(new core.Set([1, 2, 3, 2, 1])); // => [1, 2, 3]
38 core.String.repeat('*', 10); // => '**********'
[all …]
DCHANGELOG.md8 …pts for better cross-platform compatibility, [#582](https://github.com/zloirock/core-js/issues/582)
9 - Improved CI detection in the `postinstall` script, [#707](https://github.com/zloirock/core-js/iss…
12 …postinstall` messages only once per `npm i`, [#597](https://github.com/zloirock/core-js/issues/597)
15 …cript like support `npm` color config ([#556](https://github.com/zloirock/core-js/issues/556)) or …
18 …und of a strange `npx` bug on `postinstall`, [#551](https://github.com/zloirock/core-js/issues/551)
21 …polyfills, [#550](https://github.com/zloirock/core-js/issues/550), [#554](https://github.com/zloir…
24 …ort in `Object.{ assign, entries, values }`, [#541](https://github.com/zloirock/core-js/issues/541)
25 …ct.getOwnPropertySymbols` in Chrome 38 / 39, [#539](https://github.com/zloirock/core-js/issues/539)
29 …ring#padEnd` mobile Safari implementations, [#414](https://github.com/zloirock/core-js/issues/414).
32 …st crushing an old IE11.0.9600.16384 build, [#485](https://github.com/zloirock/core-js/issues/485).
[all …]
/plugin/jcapture/.settings/
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/asciidocjs/node_modules/lodash/
Drelease.md7 node ./node_modules/lodash-cli/bin/lodash core exports=node -o ./npm-package/core.js
21 node ./node_modules/lodash-cli/bin/lodash core exports=node -o ./npm-package/core.js
37 node ../lodash-cli/bin/lodash core -o ./dist/lodash.core.js
41 cp lodash.js dist/lodash.min.js dist/lodash.core.js dist/lodash.core.min.js ../lodash-temp/
43 cp ../lodash-temp/lodash.core.js core.js
44 cp ../lodash-temp/lodash.core.min.js core.min.js
/plugin/asciidocjs/node_modules/resolve/test/
Dcore.js24 var cores = keys(resolve.core);
31 t.comment(mod + ': ' + resolve.core[mod]);
32 if (resolve.core[mod]) {
44 t.test('core via repl module', { skip: !resolve.core.repl }, function (st) {
52 st.ok(resolve.core[mod], mod + ' is a core module');
61 t.test('core via builtinModules list', { skip: !resolve.core.module }, function (st) {
77 st.ok(resolve.core[mod], mod + ' is a core module');
/plugin/asciidocjs/node_modules/core-js/modules/
D_export.js2 var core = require('./_core'); variable
15 var exports = IS_GLOBAL ? core : core[name] || (core[name] = {});
33 global.core = core;
/plugin/refnotes/
Daction.php76 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->addStyle($call->getRefnotesAttribute('ns'), $call->getPluginData(2));
267 $this->core->addMapping($call->getRefnotesAttribute('ns'), $map);
[all …]

12345678910>>...12