Searched refs:bootstrap (Results 1 – 25 of 389) sorted by relevance
12345678910>>...16
/plugin/combo/resources/snippet/js/ |
H A D | combo-popover.js | 1 /* global bootstrap */ 8 if (typeof bootstrap.Popover.VERSION !== 'undefined') { 9 bootstrapVersion = parseInt(bootstrap.Popover.VERSION.substr(0, 1), 10); 36 if (typeof bootstrap.Popover.VERSION !== 'undefined') { 39 let popover = bootstrap.Popover.getInstance(el); 41 new bootstrap.Popover(el, options);
|
H A D | height-toggle-onclick.js | 4 return bootstrap.Collapse.getInstance(element) ? 5 bootstrap.Collapse.getInstance(element) : 6 new bootstrap.Collapse(element, {toggle: false})
|
H A D | tooltip.js | 10 } else if (typeof bootstrap.Tooltip.VERSION !== 'undefined') { 11 version = parseInt(bootstrap.Tooltip.VERSION.substr(0, 1), 10); 15 document.querySelectorAll(`[data${namespace}-toggle="tooltip"]`).forEach(el => new bootstrap.Tooltip(el));
|
H A D | lightbox.js | 49 const bootstrap = /** @type {import('bootstrap.d.ts')} */ (window.bootstrap); 50 let bsVersion = parseInt(bootstrap.Modal.VERSION.substring(0, 1), 10);
|
H A D | page-protection.js | 46 let tooltip = bootstrap.Tooltip.getInstance(element); 51 new bootstrap.Tooltip(element, {
|
H A D | toast.js | 1 /* global bootstrap */ 5 let toast = new bootstrap.Toast(toastElement);
|
/plugin/combo/action/ |
H A D | snippetsbootstrap.php | 63 $bootstrap = Bootstrap::getFromContext(); 64 $bootStrapMajorVersion = $bootstrap->getMajorVersion(); 75 $headTagsAsArray[] = $bootstrap->getCssSnippet()->toDokuWikiArray(); 220 foreach ($bootstrap->getJsSnippets() as $snippet) { 232 $newScriptTagAsArray[] = $bootstrap->getPopperSnippet()->toDokuWikiArray(); 234 $newScriptTagAsArray[] = $bootstrap->getBootstrapJsSnippet()->toDokuWikiArray(); 242 // Then add at the top of the top (first of the first) bootstrap 245 $bootstrapTagArray[] = $bootstrap->getPopperSnippet()->toDokuWikiArray(); 246 $bootstrapTagArray[] = $bootstrap->getBootstrapJsSnippet()->toDokuWikiArray();
|
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Regression/GitHub/ |
H A D | 797.phpt | 2 GH-797: Disabled $preserveGlobalState does not load bootstrap.php. 8 $_SERVER['argv'][] = '--bootstrap'; 12 require __DIR__ . '/../../bootstrap.php';
|
H A D | 1216.phpt | 2 GH-1216: PHPUnit bootstrap must take globals vars even when the file is specified in command line 9 $_SERVER['argv'][4] = '--bootstrap'; 13 require __DIR__ . '/../../bootstrap.php';
|
H A D | 1335.phpt | 6 $_SERVER['argv'][2] = '--bootstrap'; 10 require __DIR__ . '/../../bootstrap.php';
|
/plugin/davcal/vendor/sabre/xml/tests/ |
H A D | phpunit.xml.dist | 3 bootstrap="bootstrap.php"
|
/plugin/icons/ |
H A D | .travis.yml | 16 script: cd _test && phpunit --bootstrap ../../../_test/bootstrap.php --stderr --group plugin_icons
|
/plugin/tagging/less/ |
H A D | editable.less | 7 margin-bottom: 0; /* overwrites bootstrap margin */ 11 margin-bottom: 0; /* overwrites bootstrap margin */ 13 line-height: 20px; /* overwriting bootstrap line-height. See #133 */ 28 width: auto; /* bootstrap-responsive has width: 100% that breakes layout */
|
/plugin/combo/resources/library/bootstrap/ |
H A D | updateBootStrapCustom.yml | 7 data-selector: "**/bootstrap.*.min.css@sd" 28 "url" : "https://cdn.jsdelivr.net/npm/bootswatch@${parent}/dist/!!!!toImproveNameOfTheTheme!!!!/bootstrap.min.css",
|
H A D | README.md | 18 * [bootstrap.json] is a metadata file with all official bootstrap information
|
/plugin/webdav/vendor/sabre/vobject/ |
H A D | phpstan.neon | 3 bootstrap: %currentWorkingDirectory%/vendor/autoload.php
|
/plugin/webcomponent/_test/data/pages/ |
H A D | card.txt | 27 A example taken from [[https://getbootstrap.com/docs/4.3/components/card/#example|the bootstrap qui… 40 A example taken from [[https://getbootstrap.com/docs/4.3/components/card/#example|the bootstrap qui…
|
H A D | card_column.txt | 26 A example taken from [[https://getbootstrap.com/docs/4.3/components/card/#example|the bootstrap qui… 45 A example taken from [[https://getbootstrap.com/docs/4.3/components/card/#example|the bootstrap qui…
|
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/_files/ |
H A D | phpt-for-coverage.phpt | 5 require __DIR__ . '/../bootstrap.php';
|
/plugin/bootnote/ |
H A D | plugin.info.txt | 6 desc display note inside dokuwiki with bootstrap style
|
/plugin/combo/.travis/ |
H A D | .travis.yml | 47 - cd _test && ./phpunit.phar --stderr --group plugin_combo --verbose --debug --bootstrap ../lib/plugins/combo/_test/bootstrap.php
|
/plugin/icalevents/vendor/sabre/xml/tests/ |
H A D | phpunit.xml.dist | 3 bootstrap="../vendor/autoload.php"
|
/plugin/icalevents/vendor/sabre/uri/tests/ |
H A D | phpunit.xml.dist | 3 bootstrap="../vendor/autoload.php"
|
/plugin/davcal/vendor/sabre/uri/tests/ |
H A D | phpunit.xml.dist | 3 bootstrap="../vendor/autoload.php"
|
/plugin/davcal/vendor/sabre/event/ |
H A D | phpunit.xml.dist | 3 bootstrap="vendor/autoload.php"
|
12345678910>>...16