Home
last modified time | relevance | path

Searched refs:core (Results 1 – 25 of 207) sorted by last modified time

123456789

/plugin/pagequery/
H A Dreadme.md25 Nothing worthwhile is built in isolation: pagequery has been built on the shoulders of giants — i.e. the DokuWiki core functions. Under the skin it makes shamefaced use of the excellent built-in page and full-text [[:search]] functions available in DokuWiki, so there's no new search syntax to learn. However it does bring a little something new to the mix by providing powerful sorting and grouping options.
/plugin/mermaid/
H A Dmermaid.min.js[all...]
/plugin/struct/lang/en/
H A Deditor_intro.txt3 Schemas are the core of the Struct Plugin. A schema defines a template of structured data that shall be assigned to pages later.
/plugin/openlayersmap/ol7/
H A Dol.js.map
/plugin/geophp/vendor/funiq/geophp/
H A DREADME.md13 get a useful "core-set" of geometry operations that work in all environments, and an "extended-set"of operations
/plugin/photogallery/lightGallery/js/
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-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…
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-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-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-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-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.…
/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/aichat/vendor/mehrab-wj/tiktoken-php/data/
H A Dvocab.bpe22569 Ġhard core
44556 Ġunders core
49437 ĠHard core
/plugin/xlsx2dw/packages/xlsx/
H A Dxlsx.mjs3863 CORE_PROPS: 'http://schemas.openxmlformats.org/package/2006/metadata/core-properties',
3874 'sjs': 'http://schemas.openxmlformats.org/package/2006/sheetjs/core-properties',
5126 "application/vnd.openxmlformats-package.core-properties+xml": "coreprops",
5429 …CORE_PROPS: "http://schemas.openxmlformats.org/package/2006/relationships/metadata/core-properties…
25397 f = "docProps/core.xml";
25532 f = "docProps/core.xml";
/plugin/dw2pdf/
H A DREADME19 in DokuWiki core. Because mpdf has some dependencies that are already
20 satisfied in DokuWiki core, they do not need to be installed by the plugin

123456789