123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960 |
- <?php
- /* javascript/display.twig */
- class __TwigTemplate_e23d0237d34923c6ae6bc9f75d29ae8104500761eb92d7723f76d98ecbecbad7 extends Twig_Template
- {
- public function __construct(Twig_Environment $env)
- {
- parent::__construct($env);
- $this->parent = false;
- $this->blocks = [
- ];
- }
- protected function doDisplay(array $context, array $blocks = [])
- {
- // line 1
- echo "<script type=\"text/javascript\">
- if (typeof configInlineParams === \"undefined\" || !Array.isArray(configInlineParams)) configInlineParams = [];
- configInlineParams.push(function() {
- ";
- // line 4
- echo twig_join_filter(($context["js_array"] ?? null), ";
- ");
- echo ";
- });
- if (typeof configScriptLoaded !== \"undefined\" && configInlineParams) loadInlineConfig();
- </script>
- ";
- }
- public function getTemplateName()
- {
- return "javascript/display.twig";
- }
- public function isTraitable()
- {
- return false;
- }
- public function getDebugInfo()
- {
- return array ( 24 => 4, 19 => 1,);
- }
- /** @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 Twig_Source("", "javascript/display.twig", "D:\\PHP_www\\phpMyAdmin4.8.5\\templates\\javascript\\display.twig");
- }
- }
|