Home
last modified time | relevance | path

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

12345678910>>...17

/plugin/combo/resources/snippet/js/
H A Dcombo-popover.js7 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 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 …t.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.js5 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();
245 $bootstrapTagArray[] = $bootstrap->getPopperSnippet()->toDokuWikiArray();
246 … $bootstrapTagArray[] = $bootstrap->getBootstrapJsSnippet()->toDokuWikiArray();
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Regression/GitHub/
D797.phpt2 GH-797: Disabled $preserveGlobalState does not load bootstrap.php.
8 $_SERVER['argv'][] = '--bootstrap';
12 require __DIR__ . '/../../bootstrap.php';
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';
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/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 DREADME.md18 * [bootstrap.json] is a metadata file with all official bootstrap information
/plugin/indexmenu/
Dall.less34 .importSkin(skin-bootstrap);
35 .importSkin(skin-bootstrap-n);
/plugin/webcomponent/_test/data/pages/
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…
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/webdav/vendor/sabre/vobject/
Dphpstan.neon3 bootstrap: %currentWorkingDirectory%/vendor/autoload.php
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/_files/
Dphpt-for-coverage.phpt5 require __DIR__ . '/../bootstrap.php';
/plugin/bootnote/
Dplugin.info.txt6 desc display note inside dokuwiki with bootstrap style
/plugin/advrack/
Dstyle.css245 .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 DBootstrap.php208 $bootstrap = new Bootstrap($bootstrapStyleSheetVersion);
209 $executionContext->setRuntimeObject(self::CANONICAL, $bootstrap);
210 return $bootstrap;
/plugin/jplayer/vendor/robloach/component-installer/
DREADME.md146 "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/
Dphpunit.xml.dist3 bootstrap="../vendor/autoload.php"
/plugin/icalevents/vendor/sabre/uri/tests/
Dphpunit.xml.dist3 bootstrap="../vendor/autoload.php"
/plugin/davcal/vendor/sabre/uri/tests/
H A Dphpunit.xml.dist3 bootstrap="../vendor/autoload.php"

12345678910>>...17