Home
last modified time | relevance | path

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

12345678

/template/strap/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) {
/template/strap/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) {
/template/dokutwitterbootstrap/
DREADME.md4 information on using Bootstrap 2.3.2.
10 This "theme" is actually intended to be modified with a Twitter Bootstrap theme
11 of your choice. Twitter Bootstrap is a framework to create websites that work
23 The [official Bootstrap page](http://twitter.github.com/bootstrap/) has many
24 reasons why you might want your site to be based on Bootstrap. Bootstrap
34 content (Bootstrap).
63 theme. Then, replace the following files with your own Bootstrap files:
81 This theme is hard-coded to use minified Bootstrap CSS and Bootstrap javascript.
107 This theme is based off of Twitter Bootstrap 3. This theme's migration to
108 Bootstrap 3 is recent and, honestly, still a bit buggy. I felt it better to put
[all …]
Dtemplate.info.txt5 name DokuWiki Twitter Bootstrap (DokuTwitterBootstrap)
6 desc The DokuWiki template that gets you started using Twitter Bootstrap theme
/template/strap/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) {
/template/strap/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)
/template/starterbootstrap/
Dtemplate.info.txt5 name Starter Bootstrap
6 desc Bootstrap based Docuwiki template. http://camlitle.com/dokuwiki
/template/strap/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) {
/template/dokubootstrapsimplified/
DREADME.md6 …* Fully support Bootstrap 3, with http://bootswatch.com/default/ theme as default, though I prefer…
13 * Bootstrap 3 ready.
55 This theme is hard-coded to use minified Bootstrap CSS and Bootstrap javascript.
96 I've modified the template to make even more use of Twitter Bootstrap
97 code/functionality. Twitter Bootstrap is licensed under Apache License v2.0.
/template/bootie/
DREADME.md63 * Works now on Bootstrap 4
68 …* Bootstrap 3.3.7 - The dokuwiki "Frusterick Manners" version comes with Jquery 3.0 and Bootstrap
83 …* [JqueryUI Bootstrap](https://cdn.rawgit.com/arschmitz/jqueryui-bootstrap-adapter/v0.3.0/index.ht…
/template/bootstrap3/
DRELEASE.md75 …* #499: Changed CSS load order for Bootstrap and DokuWiki styles when using `themeByNamespace` opt…
94 …* #499: Changed CSS load order for Bootstrap and DokuWiki styles when using `themeByNamespace` opt…
112 * Added ``css.php`` dispatcher for Bootstrap themes
140 After log development cycle a new release of Bootstrap Template is issued with Iconify support, new…
148 …* Now the callout element of Bootstrap Wrapper Plugin follow the original Bootswatch contextual co…
190 …ded new hook (`:usermenu`) for add a custom menu in User Menu. Upgraded Bootstrap and Bootswatch t…
202 * #411: Added Bootstrap v4 utilities
211 …* #402: Upgraded Bootstrap and Bootwarch to v3.4.1 to prevent XSS vulnerability (thanks to @gizmo2…
223 …* #348: Removed `.page-header` class for Bootstrap Wrapper panel component in sidebar (thanks to @…
232 …* #388: Render all DokuWiki hooks (pageheader, pagefooter, topheader and header) with Bootstrap's …
[all …]
/template/mikio/
H A DREADME.md7 **Mikio** is a modern [DokuWiki](https://www.dokuwiki.org/) template with a clean, Bootstrap-style …
14 - **Modern Bootstrap styling** with dark mode
22 - **Icon engine** (FontAwesome 4/5, Bootstrap Icons, Elusive 2, or custom sets)
39 > �� Want Bootstrap-style components inside your wiki pages?

12345678