45fa2ec579a82c345be1598a79d6b1cc3e4720ad4cbe0403cccb15049b7c12ad.php 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. <?php
  2. use Twig\Environment;
  3. use Twig\Error\LoaderError;
  4. use Twig\Error\RuntimeError;
  5. use Twig\Extension\SandboxExtension;
  6. use Twig\Markup;
  7. use Twig\Sandbox\SecurityError;
  8. use Twig\Sandbox\SecurityNotAllowedTagError;
  9. use Twig\Sandbox\SecurityNotAllowedFilterError;
  10. use Twig\Sandbox\SecurityNotAllowedFunctionError;
  11. use Twig\Source;
  12. use Twig\Template;
  13. /* columns_definitions/column_null.twig */
  14. class __TwigTemplate_607c48d4abbfccb8fa9ca96fbd3da46ca7cce4f177846a0341075aa8231f24c4 extends \Twig\Template
  15. {
  16. private $source;
  17. private $macros = [];
  18. public function __construct(Environment $env)
  19. {
  20. parent::__construct($env);
  21. $this->source = $this->getSourceContext();
  22. $this->parent = false;
  23. $this->blocks = [
  24. ];
  25. }
  26. protected function doDisplay(array $context, array $blocks = [])
  27. {
  28. $macros = $this->macros;
  29. // line 1
  30. echo "<input name=\"field_null[";
  31. echo twig_escape_filter($this->env, ($context["column_number"] ?? null), "html", null, true);
  32. echo "]\"
  33. id=\"field_";
  34. // line 2
  35. echo twig_escape_filter($this->env, ($context["column_number"] ?? null), "html", null, true);
  36. echo "_";
  37. echo twig_escape_filter($this->env, (($context["ci"] ?? null) - ($context["ci_offset"] ?? null)), "html", null, true);
  38. echo "\"
  39. ";
  40. // line 3
  41. if ((( !twig_test_empty((($__internal_f607aeef2c31a95a7bf963452dff024ffaeb6aafbe4603f9ca3bec57be8633f4 = ($context["column_meta"] ?? null)) && is_array($__internal_f607aeef2c31a95a7bf963452dff024ffaeb6aafbe4603f9ca3bec57be8633f4) || $__internal_f607aeef2c31a95a7bf963452dff024ffaeb6aafbe4603f9ca3bec57be8633f4 instanceof ArrayAccess ? ($__internal_f607aeef2c31a95a7bf963452dff024ffaeb6aafbe4603f9ca3bec57be8633f4["Null"] ?? null) : null)) && ((($__internal_62824350bc4502ee19dbc2e99fc6bdd3bd90e7d8dd6e72f42c35efd048542144 = ($context["column_meta"] ?? null)) && is_array($__internal_62824350bc4502ee19dbc2e99fc6bdd3bd90e7d8dd6e72f42c35efd048542144) || $__internal_62824350bc4502ee19dbc2e99fc6bdd3bd90e7d8dd6e72f42c35efd048542144 instanceof ArrayAccess ? ($__internal_62824350bc4502ee19dbc2e99fc6bdd3bd90e7d8dd6e72f42c35efd048542144["Null"] ?? null) : null) != "NO")) && ((($__internal_1cfccaec8dd2e8578ccb026fbe7f2e7e29ac2ed5deb976639c5fc99a6ea8583b = ($context["column_meta"] ?? null)) && is_array($__internal_1cfccaec8dd2e8578ccb026fbe7f2e7e29ac2ed5deb976639c5fc99a6ea8583b) || $__internal_1cfccaec8dd2e8578ccb026fbe7f2e7e29ac2ed5deb976639c5fc99a6ea8583b instanceof ArrayAccess ? ($__internal_1cfccaec8dd2e8578ccb026fbe7f2e7e29ac2ed5deb976639c5fc99a6ea8583b["Null"] ?? null) : null) != "NOT NULL"))) {
  42. // line 4
  43. echo "checked=\"checked\"";
  44. }
  45. // line 6
  46. echo " type=\"checkbox\"
  47. value=\"YES\"
  48. class=\"allow_null\">
  49. ";
  50. }
  51. public function getTemplateName()
  52. {
  53. return "columns_definitions/column_null.twig";
  54. }
  55. public function isTraitable()
  56. {
  57. return false;
  58. }
  59. public function getDebugInfo()
  60. {
  61. return array ( 53 => 6, 50 => 4, 48 => 3, 42 => 2, 37 => 1,);
  62. }
  63. public function getSourceContext()
  64. {
  65. return new Source("", "columns_definitions/column_null.twig", "/wwwroot/OA/public/phpMyAdmin/templates/columns_definitions/column_null.twig");
  66. }
  67. }