32649443d73242d7e35563f492b7b6a79ae8bc946aa655ea3e97e5b2435c85e1.php 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. <?php
  2. /* javascript/display.twig */
  3. class __TwigTemplate_d74f6d7a4febaed36f9be608db8463d4fab07b8964e089a5f5728fdf2ff91bec extends Twig_Template
  4. {
  5. public function __construct(Twig_Environment $env)
  6. {
  7. parent::__construct($env);
  8. $this->parent = false;
  9. $this->blocks = [
  10. ];
  11. }
  12. protected function doDisplay(array $context, array $blocks = [])
  13. {
  14. // line 1
  15. echo "<script type=\"text/javascript\">
  16. if (typeof configInlineParams === \"undefined\" || !Array.isArray(configInlineParams)) configInlineParams = [];
  17. configInlineParams.push(function() {
  18. ";
  19. // line 4
  20. echo twig_join_filter(($context["js_array"] ?? null), ";
  21. ");
  22. echo ";
  23. });
  24. if (typeof configScriptLoaded !== \"undefined\" && configInlineParams) loadInlineConfig();
  25. </script>
  26. ";
  27. }
  28. public function getTemplateName()
  29. {
  30. return "javascript/display.twig";
  31. }
  32. public function isTraitable()
  33. {
  34. return false;
  35. }
  36. public function getDebugInfo()
  37. {
  38. return array ( 24 => 4, 19 => 1,);
  39. }
  40. /** @deprecated since 1.27 (to be removed in 2.0). Use getSourceContext() instead */
  41. public function getSource()
  42. {
  43. @trigger_error('The '.__METHOD__.' method is deprecated since version 1.27 and will be removed in 2.0. Use getSourceContext() instead.', E_USER_DEPRECATED);
  44. return $this->getSourceContext()->getCode();
  45. }
  46. public function getSourceContext()
  47. {
  48. return new Twig_Source("", "javascript/display.twig", "D:\\Project\\phpstudy_pro\\x64\\Release\\WWW\\phpMyAdmin4.8.5\\templates\\javascript\\display.twig");
  49. }
  50. }