parent = false; $this->blocks = [ ]; } protected function doDisplay(array $context, array $blocks = []) { // line 1 echo " "; // line 5 echo "
"; // line 7 echo PhpMyAdmin\Url::getHiddenInputs(($context["url_params"] ?? null)); echo "
"; // line 10 echo _gettext("Display chart"); // line 11 echo "




"; // line 54 $context["xaxis"] = null; // line 55 echo "

"date", 1 => "datetime", 2 => "timestamp"]; // line 86 echo " "; $context['_parent'] = $context; $context['_seq'] = twig_ensure_traversable(($context["keys"] ?? null)); foreach ($context['_seq'] as $context["idx"] => $context["key"]) { // line 87 echo " "; if (twig_in_filter($this->getAttribute($this->getAttribute(($context["fields_meta"] ?? null), $context["idx"], [], "array"), "type", []), ($context["date_time_types"] ?? null))) { // line 88 echo " "; echo twig_escape_filter($this->env, ($context["idx"] . " "), "html", null, true); echo " "; } // line 90 echo " "; } $_parent = $context['_parent']; unset($context['_seq'], $context['_iterated'], $context['idx'], $context['key'], $context['_parent'], $context['loop']); $context = array_intersect_key($context, $_parent) + $_parent; echo "\" /> $context["key"]) { // line 94 echo " "; if (twig_in_filter($this->getAttribute($this->getAttribute(($context["fields_meta"] ?? null), $context["idx"], [], "array"), "type", []), ($context["numeric_types"] ?? null))) { // line 95 echo " "; echo twig_escape_filter($this->env, ($context["idx"] . " "), "html", null, true); echo " "; } // line 97 echo " "; } $_parent = $context['_parent']; unset($context['_seq'], $context['_iterated'], $context['idx'], $context['key'], $context['_parent'], $context['loop']); $context = array_intersect_key($context, $_parent) + $_parent; echo "\" />
env, (((($context["xaxis"] ?? null) == -1)) ? (_gettext("X Values")) : ($this->getAttribute(($context["keys"] ?? null), ($context["xaxis"] ?? null), [], "array"))), "html", null, true); echo "\" />


"; // line 148 echo PhpMyAdmin\Util::getStartAndNumberOfRowsPanel(($context["sql_query"] ?? null)); echo "
"; } public function getTemplateName() { return "table/chart/tbl_chart.twig"; } public function isTraitable() { return false; } public function getDebugInfo() { return array ( 406 => 153, 398 => 148, 394 => 146, 388 => 145, 385 => 144, 377 => 142, 374 => 141, 372 => 140, 365 => 139, 362 => 138, 359 => 137, 354 => 136, 352 => 135, 348 => 133, 346 => 132, 342 => 130, 336 => 129, 334 => 128, 329 => 126, 326 => 125, 322 => 124, 320 => 123, 315 => 122, 311 => 121, 307 => 119, 305 => 118, 299 => 115, 290 => 109, 287 => 108, 285 => 107, 279 => 104, 276 => 103, 274 => 102, 262 => 97, 256 => 95, 253 => 94, 249 => 93, 239 => 90, 233 => 88, 230 => 87, 225 => 86, 223 => 85, 219 => 83, 213 => 82, 210 => 81, 202 => 79, 194 => 77, 191 => 76, 188 => 75, 184 => 74, 180 => 72, 178 => 71, 173 => 68, 167 => 67, 159 => 65, 151 => 63, 148 => 62, 145 => 61, 142 => 60, 139 => 59, 135 => 58, 130 => 56, 127 => 55, 125 => 54, 119 => 51, 113 => 48, 105 => 43, 98 => 39, 91 => 35, 84 => 31, 77 => 27, 70 => 23, 63 => 19, 56 => 15, 50 => 11, 48 => 10, 42 => 7, 38 => 5, 33 => 2, 30 => 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 Source("", "table/chart/tbl_chart.twig", "/var/www/localhost/htdocs/phpmyadmin/templates/table/chart/tbl_chart.twig"); } }