f1c2a729756b25eb8f4394fdb15fcefa.php 0000644 00000014604 15004024467 0012075 0 ustar 00 source = $this->getSourceContext();
$this->parent = false;
$this->blocks = [
];
}
protected function doDisplay(array $context, array $blocks = [])
{
$macros = $this->macros;
// line 1
echo "
-
";
echo _gettext("Manage your settings");
// line 7
echo "
-
";
echo _gettext("Two-factor authentication");
// line 13
echo "
-
";
// line 18
echo PhpMyAdmin\Html\Generator::getIcon("b_tblops", _gettext("Features"), false, false, "TabsMode");
echo "
-
";
// line 24
echo PhpMyAdmin\Html\Generator::getIcon("b_sql", _gettext("SQL queries"), false, false, "TabsMode");
echo "
-
";
// line 30
echo PhpMyAdmin\Html\Generator::getIcon("b_select", _gettext("Navigation panel"), false, false, "TabsMode");
echo "
-
";
// line 36
echo PhpMyAdmin\Html\Generator::getIcon("b_props", _gettext("Main panel"), false, false, "TabsMode");
echo "
-
";
// line 42
echo PhpMyAdmin\Html\Generator::getIcon("b_export", _gettext("Export"), false, false, "TabsMode");
echo "
-
";
// line 48
echo PhpMyAdmin\Html\Generator::getIcon("b_import", _gettext("Import"), false, false, "TabsMode");
echo "
";
// line 54
if (($context["is_saved"] ?? null)) {
// line 55
echo " ";
echo $this->env->getFilter('raw_success')->getCallable()(_gettext("Configuration has been saved."));
echo "
";
}
// line 57
echo "
";
// line 58
if ( !($context["has_config_storage"] ?? null)) {
// line 59
echo " ";
ob_start(function () { return ''; });
// line 60
echo " ";
echo _gettext("Your preferences will be saved for current session only. Storing them permanently requires %sphpMyAdmin configuration storage%s.");
// line 61
echo " ";
$___internal_parse_0_ = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 59
echo $this->env->getFilter('notice')->getCallable()(twig_sprintf($___internal_parse_0_, (("
"), ""));
// line 62
echo " ";
}
}
public function getTemplateName()
{
return "preferences/header.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 178 => 62, 176 => 59, 173 => 61, 170 => 60, 167 => 59, 165 => 58, 162 => 57, 156 => 55, 154 => 54, 145 => 48, 139 => 47, 131 => 42, 125 => 41, 117 => 36, 111 => 35, 103 => 30, 97 => 29, 89 => 24, 83 => 23, 75 => 18, 69 => 17, 63 => 13, 56 => 11, 50 => 7, 43 => 5, 37 => 1,);
}
public function getSourceContext()
{
return new Source("", "preferences/header.twig", "/usr/local/cpanel/base/3rdparty/phpMyAdmin/templates/preferences/header.twig");
}
}
f1305e2fd0ad0989b8981dc56b39e3ef.php 0000644 00000051711 15004024467 0011741 0 ustar 00 source = $this->getSourceContext();
$this->parent = false;
$this->blocks = [
];
}
protected function doDisplay(array $context, array $blocks = [])
{
$macros = $this->macros;
// line 1
echo "
";
}
public function getTemplateName()
{
return "sql/query.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 463 => 224, 455 => 219, 451 => 218, 440 => 210, 435 => 207, 433 => 206, 429 => 204, 427 => 203, 424 => 202, 418 => 198, 407 => 192, 399 => 186, 392 => 182, 385 => 178, 377 => 173, 370 => 171, 364 => 169, 362 => 168, 358 => 167, 351 => 166, 347 => 165, 340 => 160, 333 => 156, 329 => 155, 327 => 154, 324 => 153, 316 => 147, 308 => 142, 303 => 141, 294 => 134, 284 => 127, 279 => 126, 271 => 119, 260 => 112, 257 => 111, 253 => 110, 245 => 105, 238 => 100, 228 => 93, 216 => 84, 211 => 82, 209 => 81, 204 => 78, 199 => 75, 193 => 74, 188 => 70, 179 => 67, 175 => 66, 171 => 65, 167 => 64, 163 => 63, 160 => 62, 155 => 60, 153 => 59, 142 => 52, 131 => 44, 126 => 42, 120 => 40, 118 => 39, 115 => 38, 110 => 36, 100 => 28, 98 => 27, 91 => 22, 89 => 21, 80 => 20, 71 => 14, 66 => 11, 64 => 10, 59 => 8, 56 => 7, 51 => 6, 45 => 3, 41 => 2, 37 => 1,);
}
public function getSourceContext()
{
return new Source("", "sql/query.twig", "/usr/local/cpanel/base/3rdparty/phpMyAdmin/templates/sql/query.twig");
}
}