Home
last modified time | relevance | path

Searched refs:TplUtility (Results 1 – 10 of 10) sorted by last modified time

/template/strap/_test/
H A DtplUtilityTest.php3 use ComboStrap\TplUtility; alias
6 require_once(__DIR__ . '/../class/TplUtility.php');
28 TplUtility::reloadConf();
33 * Test the {@link \Combostrap\TplUtility::getStylesheetsForMetadataConfiguration()} function
46 $configurationList = TplUtility::getStylesheetsForMetadataConfiguration();
52 $configurationList = TplUtility::getStylesheetsForMetadataConfiguration();
64 TplUtility::setConf(TplUtility::CONF_BOOTSTRAP_VERSION_STYLESHEET, $boostrapVersion . TplUtility::BOOTSTRAP_VERSION_STYLESHEET_SEPARATOR . $stylesheet);
65 $actualStyleSheet = TplUtility
[all...]
H A DconfigTest.php3 use ComboStrap\TplUtility; alias
7 require_once(__DIR__ . '/../class/TplUtility.php');
19 const CONF_WITHOUT_DEFAULT = [TplUtility::CONF_FOOTER_SLOT_PAGE_NAME,
20 TplUtility::CONF_HEADER_SLOT_PAGE_NAME,
21 TplUtility::CONF_SIDEKICK_SLOT_PAGE_NAME,
22 TplUtility::CONF_REM_SIZE
35 TplUtility::reloadConf();
67 $htmlId = "tpl____" . TplUtility::TEMPLATE_NAME . "____tpl_settings_name";
H A DstrapTest.php3 use ComboStrap\TplUtility; alias
5 require_once(__DIR__ . '/../class/TplUtility.php');
32 TplUtility::reloadConf();
92 * Test the {@link \Combostrap\TplUtility::handleBootstrapMetaHeaders()} function
100 TplUtility::setConf(TplUtility::CONF_BOOTSTRAP_VERSION_STYLESHEET, $bootstrapStylesheetVersion);
102 $version = TplUtility::getBootStrapVersion();
152 $cdn = tpl_getConf(TplUtility::CONF_USE_CDN);
172 * Test the {@link \Combostrap\TplUtility::handleBootstrapMetaHeaders()} function
183 $jqueryUI = tpl_getConf(TplUtility
[all...]
/template/strap/class/
H A DTplUtility.php26 * Class TplUtility
30 class TplUtility class
51 * @deprecated for {@link TplUtility::CONF_BOOTSTRAP_VERSION_STYLESHEET}
55 * @deprecated for {@link TplUtility::CONF_BOOTSTRAP_VERSION_STYLESHEET}
67 * The separator in {@link TplUtility::CONF_BOOTSTRAP_VERSION_STYLESHEET}
88 * @deprecated see {@link TplUtility::CONF_HEADER_SLOT_PAGE_NAME}
94 const CONF_HEADER_OLD_VALUE = TplUtility::CONF_HEADER_OLD;
96 * @deprecated see {@link TplUtility::CONF_FOOTER_SLOT_PAGE_NAME}
209 print_r('<!-- TplUtility Comment: ' . hsc($text) . '-->');
256 $method = array('\Combostrap\TplUtility', 'handleBootstrapMetaHeader
[all...]
/template/strap/conf/
H A Ddefault.php13 use ComboStrap\TplUtility; alias
25 * See {@link TplUtility::CONF_USE_CDN}
34 * {@link TplUtility::CONF_BOOTSTRAP_VERSION_STYLESHEET}
48 * {@link TplUtility::CONF_PRIVATE_RAIL_BAR}
52 * {@link TplUtility::CONF_BREAKPOINT_RAIL_BAR}
57 * @see {@link TplUtility::CONF_JQUERY_DOKU}
62 * See {@link TplUtility::CONF_DISABLE_BACKEND_JAVASCRIPT}
H A Dmetadata.php6 require_once(__DIR__ . '/../class/TplUtility.php');
9 use ComboStrap\TplUtility; alias
11 $meta[TplUtility::CONF_FOOTER_SLOT_PAGE_NAME] = array('string',
16 $meta[TplUtility::CONF_HEADER_SLOT_PAGE_NAME] = array('string',
21 $meta[TplUtility::CONF_SIDEKICK_SLOT_PAGE_NAME] = array('string',
30 $meta[TplUtility::CONF_USE_CDN] = array('onoff');
40 $meta[TplUtility::CONF_REM_SIZE] = array('string');
43 $meta[TplUtility::CONF_GRID_COLUMNS] = array('multichoice', '_choices' => array('12', '16'));
47 $meta[TplUtility::CONF_PRIVATE_RAIL_BAR] = array('onoff');
48 $meta[TplUtility
[all...]
/template/strap/
H A Ddetail.php8 use ComboStrap\TplUtility; alias
11 require_once(__DIR__ . '/class/TplUtility.php');
22 TplUtility::registerHeaderHandler();
31 $railBar = TplUtility::getRailBar();
32 $pageHeader = TplUtility::getPageHeader();
33 $pageFooter = TplUtility::getFooter();
60 <?php TplUtility::renderFaviconMetaLinks() ?>
86 <div role="main" class="col-md-<?php tpl_getConf(TplUtility::CONF_GRID_COLUMNS) ?>">
124 <?php echo TplUtility::getPoweredBy() ?>
128 TplUtility
[all...]
H A Dmain.php6 require_once(__DIR__ . '/class/TplUtility.php');
8 use Combostrap\TplUtility; alias
29 $mainHtml = TplUtility::tpl_content($prependTOC = false);
35 $sidebarName = TplUtility::getSideSlotPageName();
46 $sideBarHtml = TplUtility::renderSlot($nearestSidebar);
53 $sideKickPageName = TplUtility::getSideKickSlotPageName();
57 $sideKickBarHtml = TplUtility::renderSlot($sideKickPageName);
63 $nearestMainHeader = page_findnearest(TplUtility::SLOT_MAIN_HEADER_NAME);
66 && TplUtility::isNotSlot()
67 && TplUtility
[all...]
H A DREADME.md
/template/strap/lang/en/
H A Dsettings.php12 require_once(__DIR__.'/../../class/TplUtility.php');
15 use ComboStrap\TplUtility; alias
20 $lang[TplUtility::CONF_SIDEKICK_SLOT_PAGE_NAME] = '<a href="https://combostrap.com/sidekick_slot">Sidekick Slot</a> - The name of the page to search for the sidekick slot (right side)';
21 $lang[TplUtility::CONF_FOOTER_SLOT_PAGE_NAME] = '<a href="https://combostrap.com/footer_slot">Footer Slot</a> - The name of the page to search for the footer page slot';
22 $lang[TplUtility::CONF_HEADER_SLOT_PAGE_NAME] = '<a href="https://combostrap.com/header_slot">Header Slot</a> - The name of the page to search for the header page slot';
24 $lang[TplUtility::CONF_USE_CDN] = '<a href="https://combostrap.com/cdn">CDN</a> - Use a frontend CDN for the Bootstrap files';
26 $lang[TplUtility::CONF_REM_SIZE] = '<a href="https://combostrap.com/length/scale">Length Scale</a> - This configuration define in pixels the value of 1 rem';
30 $lang[TplUtility::CONF_GRID_COLUMNS] = '<a href="https://combostrap.com/dynamic/grid">Dynamic Grid</a> - The number of columns in the grid';
36 $lang[TplUtility::CONF_PRIVATE_RAIL_BAR] = '<a href="https://combostrap.com/railbar">Railbar</a> - Enable private railbar';
37 $lang[TplUtility
[all...]