Home
last modified time | relevance | path

Searched refs:bootstrap (Results 1 – 25 of 389) sorted by relevance

12345678910>>...16

/plugin/combo/resources/snippet/js/
H A Dcombo-popover.js1 /* 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 Dheight-toggle-onclick.js4 return bootstrap.Collapse.getInstance(element) ?
5 bootstrap.Collapse.getInstance(element) :
6 new bootstrap.Collapse(element, {toggle: false})
H A Dtooltip.js10 } 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 Dlightbox.js49 const bootstrap = /** @type {import('bootstrap.d.ts')} */ (window.bootstrap);
50 let bsVersion = parseInt(bootstrap.Modal.VERSION.substring(0, 1), 10);
H A Dpage-protection.js46 let tooltip = bootstrap.Tooltip.getInstance(element);
51 new bootstrap.Tooltip(element, {
H A Dtoast.js1 /* global bootstrap */
5 let toast = new bootstrap.Toast(toastElement);
/plugin/combo/action/
H A Dsnippetsbootstrap.php63 $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 D797.phpt2 GH-797: Disabled $preserveGlobalState does not load bootstrap.php.
8 $_SERVER['argv'][] = '--bootstrap';
12 require __DIR__ . '/../../bootstrap.php';
H A D1216.phpt2 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 D1335.phpt6 $_SERVER['argv'][2] = '--bootstrap';
10 require __DIR__ . '/../../bootstrap.php';
/plugin/davcal/vendor/sabre/xml/tests/
H A Dphpunit.xml.dist3 bootstrap="bootstrap.php"
/plugin/icons/
H A D.travis.yml16 script: cd _test && phpunit --bootstrap ../../../_test/bootstrap.php --stderr --group plugin_icons
/plugin/tagging/less/
H A Deditable.less7 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 DupdateBootStrapCustom.yml7 data-selector: "**/bootstrap.*.min.css@sd"
28 "url" : "https://cdn.jsdelivr.net/npm/bootswatch@${parent}/dist/!!!!toImproveNameOfTheTheme!!!!/bootstrap.min.css",
H A DREADME.md18 * [bootstrap.json] is a metadata file with all official bootstrap information
/plugin/webdav/vendor/sabre/vobject/
H A Dphpstan.neon3 bootstrap: %currentWorkingDirectory%/vendor/autoload.php
/plugin/webcomponent/_test/data/pages/
H A Dcard.txt27 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 Dcard_column.txt26 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 Dphpt-for-coverage.phpt5 require __DIR__ . '/../bootstrap.php';
/plugin/bootnote/
H A Dplugin.info.txt6 desc display note inside dokuwiki with bootstrap style
/plugin/combo/.travis/
H A D.travis.yml47 - 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 Dphpunit.xml.dist3 bootstrap="../vendor/autoload.php"
/plugin/icalevents/vendor/sabre/uri/tests/
H A Dphpunit.xml.dist3 bootstrap="../vendor/autoload.php"
/plugin/davcal/vendor/sabre/uri/tests/
H A Dphpunit.xml.dist3 bootstrap="../vendor/autoload.php"
/plugin/davcal/vendor/sabre/event/
H A Dphpunit.xml.dist3 bootstrap="vendor/autoload.php"

12345678910>>...16