Home
last modified time | relevance | path

Searched refs:Bootstrap (Results 1 – 25 of 185) 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
[all...]
H A DTextAlign.php6 use ComboStrap\Bootstrap; alias
47 $bootstrapMajorVersion = Bootstrap::getBootStrapMajorVersion();
48 if ($bootstrapMajorVersion == Bootstrap::BootStrapFourMajorVersion) {
51 LogUtility::msg("Bootstrap 4 does not support conditional value for the attribute (" . self::ATTRIBUTE_NAME . "). Therefore, the value ($textAlignValue) cannot be applied", LogUtility::LVL_MSG_WARNING, self::CANONICAL);
54 // Bootstrap 4
100 // Bootstrap 5
H A DToggle.php7 use ComboStrap\Bootstrap; alias
112 if (Bootstrap::getBootStrapMajorVersion() == Bootstrap::BootStrapFourMajorVersion) {
/plugin/combo/ComboStrap/
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 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();
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 DSearchTag.php64 $bootStrapVersion = Bootstrap::getFromContext()->getMajorVersion();
65 if ($bootStrapVersion == Bootstrap::BootStrapFiveMajorVersion) {
68 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 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 [ComboStrap](https://combostrap.com)
7 If you want to bring your own custom Css file, check the [custom Bootstrap article](https://combostrap.com/custom/bootrstap)
20 * There is one subdirectory by `Bootstrap` release such as [4.5.0](./4.5.0)
/plugin/bootswrapper/
H A Dplugin.info.txt5 name Bootstrap Wrapper Plugin
6 desc Bootstrap Wrapper for DokuWiki
H A Dall.css2 * DokuWiki Bootstrap Wrapper Plugin
23 /* Bootstrap 3 Template */
31 * Callouts (from Twitter Bootstrap Documentation)
H A DREADME.md1 Bootstrap Wrapper Plugin for DokuWiki
4 Bootstrap Wrapper for DokuWiki
/plugin/twistienav4bootstrap3/
H A Dplugin.info.txt5 name TwistieNav plugin for Bootstrap 3 template
6 …-down navigation menus to breadcrumbs - original plugin twistienav adapted for Bootstrap 3 template
H A 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) {
H A Dnavbarcollapse.php13 use ComboStrap\Bootstrap; alias
188 $dataNamespace = Bootstrap::getDataNamespace();
/plugin/bootswrapper/exe/help/
H A Dlist-group.txt58 * [[.:]] \\ Bootstrap samples
66 * [[.:]] \\ Bootstrap samples

12345678