Home
last modified time | relevance | path

Searched defs:template_config (Results 1 – 11 of 11) sorted by relevance

/dports/www/serendipity/Serendipity-2.3.5/templates/bootstrap4/
H A Dconfig.inc.php29 $template_config = array( variable
/dports/www/serendipity/Serendipity-2.3.5/templates/skeleton/
H A Dconfig.inc.php29 $template_config = array( variable
/dports/www/serendipity/Serendipity-2.3.5/templates/next/
H A Dconfig.inc.php42 $template_config = array( variable
/dports/www/serendipity/Serendipity-2.3.5/templates/2k11/
H A Dconfig.inc.php31 $template_config = array( variable
/dports/www/serendipity/Serendipity-2.3.5/templates/bulletproof/
H A Dconfig.inc.php44 $template_config = array( variable
/dports/www/serendipity/Serendipity-2.3.5/templates/clean-blog/
H A Dconfig.inc.php69 $template_config = array( variable
/dports/www/serendipity/Serendipity-2.3.5/include/admin/
H A Dtemplates.inc.php124 $template_config = NULL; variable
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/catapult/third_party/webapp2/tests/
H A Dextras_config_test.py170 from resources.template import default_config as template_config unknown
265 from resources.template import default_config as template_config unknown
/dports/www/serendipity/Serendipity-2.3.5/templates/timeline/
H A Dconfig.inc.php103 $template_config = array( variable
/dports/www/serendipity/Serendipity-2.3.5/include/
H A Dfunctions_config.inc.php2113 function &serendipity_loadThemeOptions(&$template_config, $okey = '', $bc_bool = false) {
2153 function serendipity_loadGlobalThemeOptions(&$template_config, &$template_loaded_config, $supported…
/dports/devel/cargo-generate/cargo-generate-0.9.0/src/
H A Dlib.rs138 let template_config = Config::from_path( in generate() localVariable