Lines Matching refs:to

108      * A parameter switch to allows the update
119 * When do we toggle from offcanvas to fixed railbar
172 // Try to get the template custom breadcrumb
258 * A call to a method is via an array and the hook declare a string
278 // would be difficult to test
308 * Save the stylesheet to load it at the end
315 * Change the loading mechanism to preload
340 * to make the cache namespace
426 * Hack to avoid updating during {@link \TestRequest}
429 * the class / test function needs to specifically say that it's open
430 * to the modification of the configuration
442 * with this method will then update the value of savedir to DOKU_TMP_DATA
451 * causing the {@link TplUtility::outputBuffer() output buffer check} to fail
482 TplUtility::msg("An error occurred while trying to save automatically the configuration ($key) to the value ($value). Error: " . $e->getMessage());
486 TplUtility::msg("The configuration file was locked. The upgrade configuration ($key) value could not be not changed to ($value)");
499 TplUtility::msg("The configuration ($key) is unknown and was therefore not change to ($value)");
509 * Helper to migrate from bar to slot
525 * Try to find an old page with the old default value
545 // the get function is called really often to see if the page is a main page
861 * @param string $class the class to be added
995 * This function is used to build the configuration as a list of files
1021 self::msg("Unable to read the file {$stylesheetsFile} as json");
1029 self::msg("Unable to read the file {$localStyleSheets} as json");
1086 self::msg("Unable to read the file {$bootstrapJsonFile} as json");
1186 //'JSINFO', Don't delete Jsinfo !! It contains metadata information (that is used to get context)
1199 // A variable to hold the Jquery scripts
1281 // Why ? Because Jquery should be last to be able to see the missing icon
1401 * To set a template configuration, you need to first load them
1421 * Make sure to load the configuration first by calling getConf
1461 * Send a message to a manager and log it
1478 * Print to a log file
1479 * Note: {@link dbg()} dbg print to the web page
1494 * @return false|string - Adapted from {@link tpl_content()} to return the HTML
1515 * to take the snippet management into account
1579 $header = '<div class="container p-3" style="text-align: center;position:relative;z-index:100">Welcome to the <a href="' . $domain . '/">Strap template</a>.<br/>
1580 If you don\'t known the <a href="https://combostrap.com/">ComboStrap</a>, it\'s recommended to follow the <a href="' . $domain . '/getting_started">Getting Started Guide</a>.<br/>
1581 Otherwise, to create a menu bar in the header, create a page with the id (' . html_wikilink(':' . $navBarPageName) . ') and the <a href="' . $domain . '/menubar">menubar component</a>.
1598 $footer = '<div class="container p-3" style="text-align: center">Welcome to the <a href="' . $domain . '/strap">Strap template</a>. To get started, create a page with the id ' . html_wikilink(':' . $footerPageName) . ' to create a footer.</div>';