557650a157224143a5825b9dcd146d4a840c27b83635f5214fb330b3da56f06c.php 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. <?php
  2. use Twig\Environment;
  3. use Twig\Error\LoaderError;
  4. use Twig\Error\RuntimeError;
  5. use Twig\Markup;
  6. use Twig\Sandbox\SecurityError;
  7. use Twig\Sandbox\SecurityNotAllowedTagError;
  8. use Twig\Sandbox\SecurityNotAllowedFilterError;
  9. use Twig\Sandbox\SecurityNotAllowedFunctionError;
  10. use Twig\Source;
  11. use Twig\Template;
  12. /* javascript/display.twig */
  13. class __TwigTemplate_58acefcd920bf68c4e84bc279d33a66b7b736e299c94eec856b509db9be16bb2 extends \Twig\Template
  14. {
  15. public function __construct(Environment $env)
  16. {
  17. parent::__construct($env);
  18. $this->parent = false;
  19. $this->blocks = [
  20. ];
  21. }
  22. protected function doDisplay(array $context, array $blocks = [])
  23. {
  24. // line 1
  25. echo "<script type=\"text/javascript\">
  26. if (typeof configInlineParams === \"undefined\" || !Array.isArray(configInlineParams)) configInlineParams = [];
  27. configInlineParams.push(function() {
  28. ";
  29. // line 4
  30. echo twig_join_filter(($context["js_array"] ?? null), ";
  31. ");
  32. echo ";
  33. });
  34. if (typeof configScriptLoaded !== \"undefined\" && configInlineParams) loadInlineConfig();
  35. </script>
  36. ";
  37. }
  38. public function getTemplateName()
  39. {
  40. return "javascript/display.twig";
  41. }
  42. public function isTraitable()
  43. {
  44. return false;
  45. }
  46. public function getDebugInfo()
  47. {
  48. return array ( 35 => 4, 30 => 1,);
  49. }
  50. /** @deprecated since 1.27 (to be removed in 2.0). Use getSourceContext() instead */
  51. public function getSource()
  52. {
  53. @trigger_error('The '.__METHOD__.' method is deprecated since version 1.27 and will be removed in 2.0. Use getSourceContext() instead.', E_USER_DEPRECATED);
  54. return $this->getSourceContext()->getCode();
  55. }
  56. public function getSourceContext()
  57. {
  58. return new Source("", "javascript/display.twig", "/www/pma/templates/javascript/display.twig");
  59. }
  60. }