Home
last modified time | relevance | path

Searched refs:Bootstrap (Results 26 – 50 of 185) sorted by relevance

12345678

/plugin/combo/syntax/
H A Dlabel.php7 use ComboStrap\Bootstrap; alias
195 $dataNamespace = Bootstrap::getDataNamespace();
232 $dataNamespace = Bootstrap::getDataNamespace();
/plugin/combo/resources/theme/default/components/css/
H A Dbadge.css1 /** Bootstrap bug on version 4.5.0 */
H A Dcard.css2 /** Bootstrap has a margin bottom that is not welcome in a card **/
/plugin/alertbox/
H A Dplugin.info.txt6 desc Bootstrap style alert boxes
H A DREADME.md4 Add beautiful Bootstrap style alertboxes to your Dokuwiki pages!
/plugin/combo/action/
H A Dprofile.php3 use ComboStrap\Bootstrap; alias
303 if (Bootstrap::getBootStrapMajorVersion() == Bootstrap::BootStrapFourMajorVersion) {
H A Dsnippetsbootstrap.php8 use ComboStrap\Bootstrap; alias
27 * Use the Jquery of Dokuwiki and not of Bootstrap
52 * * It will add the Bootstrap Js and CSS
63 $bootstrap = Bootstrap::getFromContext();
206 * Add Bootstrap scripts
216 * We take the Javascript of Bootstrap
229 // We take the Jqueries of doku and we add Bootstrap
231 // We had popper of Bootstrap
233 // We had the js of Bootstrap
239 // We had the js of Bootstrap an
[all...]
/plugin/combo/
H A Dplugin.info.txt7 desc Professional looking templates (Bootstrap based) and SEO optimized pages.
H A DREADME.md4 > Volatile WebSite Generator based on Easy Markup File, Bootstrap Styled, and the power of a Wiki Platform
14 * [Markdown like UI Components (Bootstrap based)](https://combostrap.com/ui/components)
/plugin/webcomponent/_test/data/pages/
H A Dcontainer.txt4 …ps://getbootstrap.com/docs/4.3/layout/overview/#containers|container]] implementation of Bootstrap.
H A Dsearch.txt5 …search form]] in a [[https://getbootstrap.com/docs/4.0/components/navbar/#forms|Bootstrap format]].
/plugin/combo/ComboStrap/
H A DDropDownTag.php27 $bootstrapNameSpace = Bootstrap::getDataNamespace();
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 DConditionalLength.php169 if (Bootstrap::getBootStrapMajorVersion() != Bootstrap::BootStrapFiveMajorVersion) {
H A DTooltip.php35 $dataAttributeNamespace = Bootstrap::getDataNamespace();
H A DBlockquoteTag.php166 $bootstrapVersion = Bootstrap::getBootStrapMajorVersion();
167 if ($bootstrapVersion == Bootstrap::BootStrapFourMajorVersion) {
H A DHistoricalBreadcrumbMenuItem.php73 $dataAttributeNamespace = Bootstrap::getDataNamespace();
H A DFetcherRailBar.php281 $bootstrapVersion = Bootstrap::getBootStrapMajorVersion();
282 if ($bootstrapVersion === Bootstrap::BootStrapFourMajorVersion) {
H A DSlotManagerMenuItem.php63 $dataAttributeNamespace = Bootstrap::getDataNamespace();
/plugin/mikioplugin/
H A Dplugin.info.txt6 desc Mikio Plugin adds a heap of layout and Bootstrap 4 elements that can be used on your DokuWiki pages
/plugin/bootswrapper/exe/help/
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…
/plugin/combo/conf/
H A Dmetadata.php11 use ComboStrap\Bootstrap; alias
387 * Bootstrap
389 $bootstrapStyleSheet = Bootstrap::getQualifiedVersions();
390 $meta[Bootstrap::CONF_BOOTSTRAP_VERSION_STYLESHEET] = array('multichoice', '_choices' => $bootstrapStyleSheet);
398 * Jquery doku vs 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/bootswrapper/
H A DAUTHORS.md1 # Bootstrap Wrapper Plugin for DokuWiki
/plugin/combo/lang/en/
H A Dsettings.php8 use ComboStrap\Bootstrap; alias
144 $lang[LinkMarkup::CONF_USE_DOKUWIKI_CLASS_NAME] = PluginUtility::getDocumentationHyperLink(syntax_plugin_combo_link::TAG, "Link") . " - Use the DokuWiki class type for links (Bootstrap conflict if enabled)";
307 $lang[Bootstrap::CONF_BOOTSTRAP_VERSION_STYLESHEET] = PluginUtility::getDocumentationHyperLink(Bootstrap::CANONICAL, "Bootstrap") . ' - the Bootstrap version and its corresponding stylesheet';
310 $lang[action_plugin_combo_snippetsbootstrap::CONF_JQUERY_DOKU] = PluginUtility::getDocumentationHyperLink(action_plugin_combo_snippetsbootstrap::JQUERY_CANONICAL, "Jquery") . ' - use the DokuWiki Jquery version instead of Bootstrap';

12345678