Spade
Mini Shell
| Directory:~$ /home/lmsyaran/public_html/joomla4/ |
| [Home] [System Details] [Kill Me] |
PK���[��*e�
�
D7888579898c7bcf82683a5d2a25a43699fbbb35d014bdffc114b48be1fd54519.phpnu�[���<?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Markup;
use Twig\Sandbox\SecurityError;
use Twig\Sandbox\SecurityNotAllowedTagError;
use Twig\Sandbox\SecurityNotAllowedFilterError;
use Twig\Sandbox\SecurityNotAllowedFunctionError;
use Twig\Source;
use Twig\Template;
/* forms/fields/input/selectize.html.twig */
class
__TwigTemplate_4c594ea59882128d822a1b81610d172dcaaec4a7e4cded266f6119ead63c68eb
extends \Twig\Template
{
public function __construct(Environment $env)
{
parent::__construct($env);
$this->blocks = [
'global_attributes' => [$this,
'block_global_attributes'],
];
}
protected function doGetParent(array $context)
{
// line 1
return $this->loadTemplate(((($context["default"] ??
null)) ? ("partials/field.html.twig") : ((("forms/" .
(((isset($context["layout"]) ||
array_key_exists("layout", $context))) ?
(_twig_default_filter(($context["layout"] ?? null),
"field")) : ("field"))) . ".html.twig"))),
"forms/fields/input/selectize.html.twig", 1);
}
protected function doDisplay(array $context, array $blocks = [])
{
$this->getParent($context)->display($context,
array_merge($this->blocks, $blocks));
}
// line 3
public function block_global_attributes($context, array $blocks = [])
{
// line 4
echo " type=\"text\"
data-selectize=\"";
// line 5
echo twig_escape_filter($this->env,
twig_jsonencode_filter((($this->getAttribute(($context["field"]
?? null), "selectize", [], "any", true, true)) ?
(twig_array_merge(["create" => true],
$this->getAttribute(($context["field"] ?? null),
"selectize", []))) : (["create" => true]))),
"html_attr");
echo "\"
";
// line 7
$this->displayParentBlock("global_attributes",
$context, $blocks);
echo "
";
}
public function getTemplateName()
{
return "forms/fields/input/selectize.html.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 49 => 7, 44 => 5, 41 => 4, 38 => 3,
29 => 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("",
"forms/fields/input/selectize.html.twig",
"/home/lmsyaran/public_html/administrator/components/com_gantry5/templates/forms/fields/input/selectize.html.twig");
}
}
PK���[��*e�
�
D7888579898c7bcf82683a5d2a25a43699fbbb35d014bdffc114b48be1fd54519.phpnu�[���PK�Z