Home
last modified time | relevance | path

Searched refs:cfg_template (Results 1 – 11 of 11) sorted by relevance

/dports/security/py-netmiko/netmiko-3.3.0/examples_old/case17_jinja2/
H A Djinja2_crypto.py7 cfg_template = """ variable
20 template = jinja2.Template(cfg_template)
/dports/databases/mysqlwsrep56-server/mysql-wsrep-wsrep_5.6.51-25.33/scripts/
H A Dmysql_install_db.pl.in481 my $cfg_template= find_in_basedir($opt,"file","my-default.$cnfext",
484 if ((! -r $cfg_template) && (-r "@pkgdatadir@/my-default.cnf")) {
485 $cfg_template = "@pkgdatadir@/my-default.cnf";
488 -e $cfg_template or cannot_find_file("my-default.$cnfext");
499 open (TEMPL, $cfg_template) or error($opt, "Could not open config template $cfg_template");
917 "Could not copy config file template $cfg_template to",
/dports/databases/mysql56-client/mysql-5.6.51/scripts/
H A Dmysql_install_db.pl.in481 my $cfg_template= find_in_basedir($opt,"file","my-default.$cnfext",
484 if ((! -r $cfg_template) && (-r "@pkgdatadir@/my-default.cnf")) {
485 $cfg_template = "@pkgdatadir@/my-default.cnf";
488 -e $cfg_template or cannot_find_file("my-default.$cnfext");
499 open (TEMPL, $cfg_template) or error($opt, "Could not open config template $cfg_template");
917 "Could not copy config file template $cfg_template to",
/dports/misc/amanda-client/amanda-3.3.9/server-src/
H A Damreport.pl202 my $cfg_template = "" . tapetype_getconf($tt, $TAPETYPE_LBL_TEMPL) if $tt;
240 if ($Amanda::Constants::LPR and $cfg_template) {
245 push @outputs, [ [ 'postscript', $cfg_template ], [ 'printer', $cfg_printer ] ]
251 if ($opt_psfname and $cfg_template) {
252 push @outputs, [ [ 'postscript', $cfg_template ], [ 'file', $opt_psfname ] ];
/dports/misc/amanda-server/amanda-3.3.9/server-src/
H A Damreport.pl202 my $cfg_template = "" . tapetype_getconf($tt, $TAPETYPE_LBL_TEMPL) if $tt;
240 if ($Amanda::Constants::LPR and $cfg_template) {
245 push @outputs, [ [ 'postscript', $cfg_template ], [ 'printer', $cfg_printer ] ]
251 if ($opt_psfname and $cfg_template) {
252 push @outputs, [ [ 'postscript', $cfg_template ], [ 'file', $opt_psfname ] ];
/dports/www/ilias/ILIAS-5.4.25/Services/Form/classes/
H A Dclass.ilTextAreaInputGUI.php314 …public function setRTESupport($obj_id, $obj_type, $module, $cfg_template = null, $hide_switch = fa… argument
316 …_id, "obj_type" => $obj_type, "module" => $module, 'cfg_template' => $cfg_template, 'hide_switch' …
/dports/www/ilias6/ILIAS-6.14/Services/Form/classes/
H A Dclass.ilTextAreaInputGUI.php314 …public function setRTESupport($obj_id, $obj_type, $module, $cfg_template = null, $hide_switch = fa… argument
316 …_id, "obj_type" => $obj_type, "module" => $module, 'cfg_template' => $cfg_template, 'hide_switch' …
/dports/www/ilias/ILIAS-5.4.25/Services/RTE/classes/
H A Dclass.ilTinyMCE.php172 …port($obj_id, $obj_type, $a_module = "", $allowFormElements = false, $cfg_template = null, $hide_s… argument
182 …$tpl = new ilTemplate(($cfg_template === null ? "tpl.tinymce.html" : $cfg_template), true, true, "…
H A Dclass.ilRTE.php151 …port($obj_id, $obj_type, $a_module = "", $allowFormElements = false, $cfg_template = null, $hide_s… argument
/dports/www/ilias6/ILIAS-6.14/Services/RTE/classes/
H A Dclass.ilTinyMCE.php174 …port($obj_id, $obj_type, $a_module = "", $allowFormElements = false, $cfg_template = null, $hide_s… argument
184 …$tpl = new ilTemplate(($cfg_template === null ? "tpl.tinymce.js" : $cfg_template), true, true, "Se…
H A Dclass.ilRTE.php151 …port($obj_id, $obj_type, $a_module = "", $allowFormElements = false, $cfg_template = null, $hide_s… argument