d46a8543932790b9a7d42742388b0482e3fd4bf2136687f7328eec3aaa1dd1fe.php000064400000014141147213143140016014 0ustar00parent = false; $this->blocks = [ ]; } protected function doDisplay(array $context, array $blocks = []) { // line 3 ob_start(function () { return ''; }); echo _pgettext( "for default", "None"); $context["translation"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset()); // line 4 $context["default_options"] = ["NONE" => // line 5 ($context["translation"] ?? null), "USER_DEFINED" => _gettext("As defined:"), "NULL" => "NULL", "CURRENT_TIMESTAMP" => "CURRENT_TIMESTAMP"]; // line 10 echo " "; // line 12 $context["default_value"] = ""; // line 13 if ($this->getAttribute(($context["column_meta"] ?? null), "DefaultValue", [], "array", true, true)) { // line 14 echo " "; $context["default_value"] = $this->getAttribute(($context["column_meta"] ?? null), "DefaultValue", [], "array"); } // line 16 if ((($context["type_upper"] ?? null) == "BIT")) { // line 17 echo " "; $context["default_value"] = PhpMyAdmin\Util::convertBitDefaultValue($this->getAttribute(($context["column_meta"] ?? null), "DefaultValue", [], "array")); } elseif ((( // line 18 ($context["type_upper"] ?? null) == "BINARY") || (($context["type_upper"] ?? null) == "VARBINARY"))) { // line 19 echo " "; $context["default_value"] = bin2hex($this->getAttribute(($context["column_meta"] ?? null), "DefaultValue", [], "array")); } // line 21 echo " "; // line 35 if ((($context["char_editing"] ?? null) == "textarea")) { // line 36 echo " "; } else { // line 41 echo " env, ($context["column_number"] ?? null), "html", null, true); echo "]\" size=\"12\" value=\""; // line 44 echo twig_escape_filter($this->env, ($context["default_value"] ?? null), "html", null, true); echo "\" class=\"textfield default_value\" /> "; } } public function getTemplateName() { return "columns_definitions/column_default.twig"; } public function isTraitable() { return false; } public function getDebugInfo() { return array ( 124 => 44, 119 => 42, 116 => 41, 111 => 39, 104 => 36, 102 => 35, 99 => 34, 90 => 31, 87 => 30, 84 => 29, 82 => 28, 81 => 27, 77 => 26, 73 => 25, 66 => 23, 62 => 22, 59 => 21, 55 => 19, 53 => 18, 50 => 17, 48 => 16, 44 => 14, 42 => 13, 40 => 12, 37 => 10, 35 => 5, 34 => 4, 30 => 3,); } /** @deprecated since 1.27 (to be removed in 2.0). Use getSourceContext() instead */ public function getSource() { @trigger_error('The '.__METHOD__.' method is deprecated since version 1.27 and will be removed in 2.0. Use getSourceContext() instead.', E_USER_DEPRECATED); return $this->getSourceContext()->getCode(); } public function getSourceContext() { return new Source("", "columns_definitions/column_default.twig", "/usr/local/cpanel/base/3rdparty/phpMyAdmin/templates/columns_definitions/column_default.twig"); } }