Searched refs:bootstrap (Results 1 – 25 of 423) sorted by relevance
12345678910>>...17
| /plugin/combo/resources/snippet/js/ |
| H A D | combo-popover.js | 7 if (typeof window.bootstrap.Popover.VERSION !== 'undefined') { 8 bootstrapVersion = parseInt(window.bootstrap.Popover.VERSION.substr(0, 1), 10); 35 if (typeof window.bootstrap.Popover.VERSION !== 'undefined') { 38 let popover = window.bootstrap.Popover.getInstance(el); 40 popover = new window.bootstrap.Popover(el, options); 43 const popoverOnClick = window.bootstrap.Popover.getInstance(el)
|
| 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 …t.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 | 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(); 245 $bootstrapTagArray[] = $bootstrap->getPopperSnippet()->toDokuWikiArray(); 246 … $bootstrapTagArray[] = $bootstrap->getBootstrapJsSnippet()->toDokuWikiArray();
|
| /plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Regression/GitHub/ |
| D | 797.phpt | 2 GH-797: Disabled $preserveGlobalState does not load bootstrap.php. 8 $_SERVER['argv'][] = '--bootstrap'; 12 require __DIR__ . '/../../bootstrap.php';
|
| 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';
|
| 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/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 | README.md | 18 * [bootstrap.json] is a metadata file with all official bootstrap information
|
| /plugin/indexmenu/ |
| D | all.less | 34 .importSkin(skin-bootstrap); 35 .importSkin(skin-bootstrap-n);
|
| /plugin/webcomponent/_test/data/pages/ |
| 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…
|
| 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/webdav/vendor/sabre/vobject/ |
| D | phpstan.neon | 3 bootstrap: %currentWorkingDirectory%/vendor/autoload.php
|
| /plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/_files/ |
| D | phpt-for-coverage.phpt | 5 require __DIR__ . '/../bootstrap.php';
|
| /plugin/bootnote/ |
| D | plugin.info.txt | 6 desc display note inside dokuwiki with bootstrap style
|
| /plugin/advrack/ |
| D | style.css | 245 .qtip-bootstrap{ 456 .qtip-bootstrap{ 478 .qtip-bootstrap .qtip-titlebar{ 492 .qtip-bootstrap .qtip-titlebar .qtip-close{ 508 .qtip-bootstrap .qtip-content{ 513 .qtip-bootstrap .qtip-icon{ 525 .qtip-bootstrap .qtip-icon .ui-icon{ 547 .qtip-bootstrap .qtip-icon .ui-icon:hover{
|
| /plugin/combo/ComboStrap/ |
| H A D | Bootstrap.php | 208 $bootstrap = new Bootstrap($bootstrapStyleSheetVersion); 209 $executionContext->setRuntimeObject(self::CANONICAL, $bootstrap); 210 return $bootstrap;
|
| /plugin/jplayer/vendor/robloach/component-installer/ |
| D | README.md | 146 "name": "components/bootstrap", 154 "js/bootstrap.js" 157 "css/bootstrap.css" 161 "js/bootstrap.min.js", 162 "css/bootstrap.min.css"
|
| /plugin/icalevents/vendor/sabre/xml/tests/ |
| D | phpunit.xml.dist | 3 bootstrap="../vendor/autoload.php"
|
| /plugin/icalevents/vendor/sabre/uri/tests/ |
| 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"
|
12345678910>>...17