Home
last modified time | relevance | path

Searched refs:Bootstrap (Results 1 – 25 of 185) sorted by path

12345678

/plugin/404manager/
H A Dstyle.css11 comes from Bootstrap
/plugin/advrack/
H A Dstyle.css451 * Twitter Bootstrap style.
457 /** Taken from Bootstrap body */
462 /** Taken from Bootstrap .popover */
479 /** Taken from Bootstrap .popover-title */
509 /** Taken from Bootstrap .popover-content */
536 /* Taken from Bootstrap .close */
548 /* Taken from Bootstrap .close:hover */
/plugin/alertbox/
H A DREADME.md4 Add beautiful Bootstrap style alertboxes to your Dokuwiki pages!
H A Dplugin.info.txt6 desc Bootstrap style alert boxes
/plugin/bootswrapper/
H A DAUTHORS.md1 # Bootstrap Wrapper Plugin for DokuWiki
H A DREADME.md1 Bootstrap Wrapper Plugin for DokuWiki
4 Bootstrap Wrapper for DokuWiki
H A Dall.css2 * DokuWiki Bootstrap Wrapper Plugin
23 /* Bootstrap 3 Template */
31 * Callouts (from Twitter Bootstrap Documentation)
H A Dplugin.info.txt5 name Bootstrap Wrapper Plugin
6 desc Bootstrap Wrapper for DokuWiki
/plugin/bootswrapper/exe/help/
H A Dbutton.txt89 …with a darker background, darker border, and inset shadow) when active. Bootstrap Wrapper Plugin d…
H A Dcallout.txt7Bootstrap documentation has really nice callouts to draw attention to important information, but f…
9 This plugin include the original Callout from Bootstrap documentation for //info//, //warning// and…
H A Dlist-group.txt58 * [[.:]] \\ Bootstrap samples
66 * [[.:]] \\ Bootstrap samples
/plugin/combo/ComboStrap/
H A DBlockquoteTag.php166 $bootstrapVersion = Bootstrap::getBootStrapMajorVersion();
167 if ($bootstrapVersion == Bootstrap::BootStrapFourMajorVersion) {
H A DBootstrap.php17 class Bootstrap
38 $bootstrapStyleSheetArray = explode(Bootstrap::BOOTSTRAP_VERSION_STYLESHEET_SEPARATOR, $qualifiedVersion);
77 * The separator in {@link Bootstrap::CONF_BOOTSTRAP_VERSION_STYLESHEET}
80 public const DEFAULT_BOOTSTRAP_VERSION_STYLESHEET = "5.0.1" . Bootstrap::BOOTSTRAP_VERSION_STYLESHEET_SEPARATOR . "bootstrap";
119 return Bootstrap::getFromContext()->getMajorVersion();
128 public static function createFromQualifiedVersion(string $boostrapVersion): Bootstrap
130 return new Bootstrap($boostrapVersion);
186 $cssVersionsMetas = Bootstrap::getStyleSheetMetas();
190 $listVersionStylesheetMeta[] = $bootstrapVersion . Bootstrap::BOOTSTRAP_VERSION_STYLESHEET_SEPARATOR . $fileName;
198 * @return Bootstrap
19 class Bootstrap global() class
[all...]
H A DColorRgb.php421 * Because Bootstrap uses the mix function of SCSS
579 $bootstrapVersion = Bootstrap::getBootStrapMajorVersion();
581 case Bootstrap::BootStrapFiveMajorVersion:
H A DConditionalLength.php169 if (Bootstrap::getBootStrapMajorVersion() != Bootstrap::BootStrapFiveMajorVersion) {
H A DDimension.php141 $bootstrapDataNameSpace = Bootstrap::getDataNamespace();
H A DDropDownTag.php27 $bootstrapNameSpace = Bootstrap::getDataNamespace();
H A DFetcherRailBar.php281 $bootstrapVersion = Bootstrap::getBootStrapMajorVersion();
282 if ($bootstrapVersion === Bootstrap::BootStrapFourMajorVersion) {
H A DFloatAttribute.php33 * Bootstrap 5 has switch from left, right to start, end
35 if (Bootstrap::getBootStrapMajorVersion() == Bootstrap::BootStrapFiveMajorVersion) {
H A DHeadingTag.php288 if (Bootstrap::getBootStrapMajorVersion() == Bootstrap::BootStrapFourMajorVersion) {
290 * Make Bootstrap display responsive
296 LogUtility::msg("Bootstrap 4 does not support the type ($type). Switch to " . PluginUtility::getDocumentationHyperLink(Bootstrap::CANONICAL, "bootstrap 5") . " if you want to use it. The display type was set to `d4`", LogUtility::LVL_MSG_WARNING, self::CANONICAL);
H A DHistoricalBreadcrumbMenuItem.php73 $dataAttributeNamespace = Bootstrap::getDataNamespace();
H A DJumbotronTag.php20 $bsVersion = Bootstrap::getBootStrapMajorVersion();
22 case Bootstrap::BootStrapFourMajorVersion:
26 case Bootstrap::BootStrapFiveMajorVersion:
H A DLineSpacing.php27 $bootstrapVersion = Bootstrap::getBootStrapMajorVersion();
28 if ($bootstrapVersion != Bootstrap::BootStrapFiveMajorVersion) {
29 LogUtility::msg("The line-spacing attribute is only implemented with Bootstrap 5. If you want to use this attribute, you should " . PluginUtility::getDocumentationHyperLink(Bootstrap::CANONICAL, "change the Bootstrap version") . ".", self::CANONICAL);
H A DLinkMarkup.php265 $dataAttributeNamespace = Bootstrap::getDataNamespace();
H A DMasonryTag.php51 * Bootstrap five does not include masonry
55 $bootstrapVersion = Bootstrap::getBootStrapMajorVersion();
56 if ($bootstrapVersion == Bootstrap::BootStrapFiveMajorVersion) {
71 * Bootstrap five does not include masonry
82 $bootstrapVersion = Bootstrap::getBootStrapMajorVersion();
83 if ($bootstrapVersion == Bootstrap::BootStrapFiveMajorVersion && $context == MasonryTag::MASONRY_TAG) {
109 $bootstrapVersion = Bootstrap::getBootStrapMajorVersion();

12345678