Home
last modified time | relevance | path

Searched refs:Bootstrap (Results 1 – 25 of 192) sorted by relevance

12345678

/plugin/combo/ComboStrap/TagAttribute/
H A DAlign.php7 use ComboStrap\Bootstrap; alias
79 … if (Bootstrap::getBootStrapMajorVersion() == Bootstrap::BootStrapFourMajorVersion) {
92 switch (Bootstrap::getBootStrapMajorVersion()) {
93 case Bootstrap::BootStrapFourMajorVersion:
106 switch (Bootstrap::getBootStrapMajorVersion()) {
107 case Bootstrap::BootStrapFourMajorVersion:
143 switch (Bootstrap::getBootStrapMajorVersion()) {
144 case Bootstrap::BootStrapFourMajorVersion:
154 switch (Bootstrap::getBootStrapMajorVersion()) {
155 case Bootstrap::BootStrapFourMajorVersion:
H A DToggle.php7 use ComboStrap\Bootstrap; alias
112 if (Bootstrap::getBootStrapMajorVersion() == Bootstrap::BootStrapFourMajorVersion) {
H A DTextAlign.php6 use ComboStrap\Bootstrap; alias
47 $bootstrapMajorVersion = Bootstrap::getBootStrapMajorVersion();
48 if ($bootstrapMajorVersion == Bootstrap::BootStrapFourMajorVersion) {
/plugin/combo/ComboStrap/
H A DBootstrap.php17 class Bootstrap class
38 …$bootstrapStyleSheetArray = explode(Bootstrap::BOOTSTRAP_VERSION_STYLESHEET_SEPARATOR, $qualifiedV…
80 …public const DEFAULT_BOOTSTRAP_VERSION_STYLESHEET = "5.0.1" . Bootstrap::BOOTSTRAP_VERSION_STYLESH…
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_SEPARAT…
198 * @return Bootstrap
200 public static function getFromContext(): Bootstrap
[all …]
H A DMasonryTag.php55 $bootstrapVersion = Bootstrap::getBootStrapMajorVersion();
56 if ($bootstrapVersion == Bootstrap::BootStrapFiveMajorVersion) {
82 $bootstrapVersion = Bootstrap::getBootStrapMajorVersion();
83 …if ($bootstrapVersion == Bootstrap::BootStrapFiveMajorVersion && $context == MasonryTag::MASONRY_T…
109 $bootstrapVersion = Bootstrap::getBootStrapMajorVersion();
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 …this attribute, you should " . PluginUtility::getDocumentationHyperLink(Bootstrap::CANONICAL, "cha…
H A DSearchTag.php64 $bootStrapVersion = Bootstrap::getFromContext()->getMajorVersion();
65 if ($bootStrapVersion == Bootstrap::BootStrapFiveMajorVersion) {
68 if($bootStrapVersion===Bootstrap::BootStrapFourMajorVersion){
H A DFloatAttribute.php35 if (Bootstrap::getBootStrapMajorVersion() == Bootstrap::BootStrapFiveMajorVersion) {
H A DNoteTag.php48 $bootstrapVersion = Bootstrap::getBootStrapMajorVersion();
49 if ($bootstrapVersion == Bootstrap::BootStrapFiveMajorVersion) {
H A DSpacing.php44 $bootstrapVersion = Bootstrap::getBootStrapMajorVersion();
46 if ($bootstrapVersion == Bootstrap::BootStrapFiveMajorVersion) {
H A DPosition.php72 if (Bootstrap::getBootStrapMajorVersion() < Bootstrap::BootStrapFiveMajorVersion) {
/plugin/combo/action/
H A Dhistoricalbreadcrumb.php14 use ComboStrap\Bootstrap; alias
48 if (Bootstrap::getBootStrapMajorVersion() == Bootstrap::BootStrapFiveMajorVersion) {
H A Dregistration.php10 use ComboStrap\Bootstrap; alias
163 if (Bootstrap::getBootStrapMajorVersion() == Bootstrap::BootStrapFourMajorVersion) {
/plugin/combo/resources/library/bootstrap/
H A DREADME.md1 # Bootstrap chapter
5 This directory contains all `Bootstrap` related resources such as Javascript and Css files used by …
7 If you want to bring your own custom Css file, check the [custom Bootstrap article](https://combost…
20 * There is one subdirectory by `Bootstrap` release such as [4.5.0](./4.5.0)
/plugin/darkmodetoggle/
Dstyle.css1 /* Button styling (light mode, Bootstrap-friendly) */
3 padding: 4px 4px; /* Matches Bootstrap btn padding */
4 background-color: #f5f5f5; /* Bootstrap light gray */
10 display: inline-block; /* Ensures button behaves like Bootstrap */
15 background-color: #e6e6e6; /* Bootstrap hover effect */
50 /* Bootstrap container and layout */
/plugin/bootswrapper/
Dplugin.info.txt5 name Bootstrap Wrapper Plugin
6 desc Bootstrap Wrapper for DokuWiki
Dall.css2 * DokuWiki Bootstrap Wrapper Plugin
23 /* Bootstrap 3 Template */
31 * Callouts (from Twitter Bootstrap Documentation)
DREADME.md1 Bootstrap Wrapper Plugin for DokuWiki
4 Bootstrap Wrapper for DokuWiki
/plugin/twistienav4bootstrap3/
Dplugin.info.txt5 name TwistieNav plugin for Bootstrap 3 template
6 …-down navigation menus to breadcrumbs - original plugin twistienav adapted for Bootstrap 3 template
DREADME.md2 # Twistienav for Bootstrap 3 template (DokuWiki plugin)#
9 and has been adopted to be compatible with the [Bootstrap 3](https://www.dokuwiki.org/template:boot…
/plugin/combo/syntax/
H A Dnavbargroup.php7 use ComboStrap\Bootstrap; alias
191 $bootstrapVersion = Bootstrap::getBootStrapMajorVersion();
192 if($bootstrapVersion== Bootstrap::BootStrapFiveMajorVersion){
H A Dtoggle.php4 use ComboStrap\Bootstrap; alias
164 … if (Bootstrap::getBootStrapMajorVersion() == Bootstrap::BootStrapFourMajorVersion) {
H A Dbadge.php5 use ComboStrap\Bootstrap; alias
198 … if (Bootstrap::getBootStrapMajorVersion() == Bootstrap::BootStrapFiveMajorVersion) {
/plugin/bootswrapper/exe/help/
Dlist-group.txt58 * [[.:]] \\ Bootstrap samples
66 * [[.:]] \\ Bootstrap samples

12345678