Spade

Mini Shell

Directory:~$ /home/lmsyaran/public_html/joomla4/
Upload File

[Home] [System Details] [Kill Me]
Current File:~$ /home/lmsyaran/public_html/joomla4/7f.tar

7f1781a3f1e3d99a22c0f8947864231c2fd948d23ee61edb37b2f2c8c49d4e41.php000064400000005062151160222220016075
0ustar00<?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;

/* @particles/mobile-menu.html.twig */
class
__TwigTemplate_355261936f7263ef9f4ff5b635e5d04b2a5fd1f3f8311922b6ce80534775a1a1
extends \Twig\Template
{
    public function __construct(Environment $env)
    {
        parent::__construct($env);

        $this->blocks = [
            'particle' => [$this, 'block_particle'],
        ];
    }

    protected function doGetParent(array $context)
    {
        // line 1
        return "@nucleus/partials/particle.html.twig";
    }

    protected function doDisplay(array $context, array $blocks = [])
    {
        $this->parent =
$this->loadTemplate("@nucleus/partials/particle.html.twig",
"@particles/mobile-menu.html.twig", 1);
        $this->parent->display($context,
array_merge($this->blocks, $blocks));
    }

    // line 3
    public function block_particle($context, array $blocks = [])
    {
        // line 4
        echo "    <div id=\"g-mobilemenu-container\"
data-g-menu-breakpoint=\"";
        echo twig_escape_filter($this->env,
(($this->getAttribute($this->getAttribute(($context["gantry"]
?? null), "config", [], "any", false, true),
"get", [0 =>
"styles.breakpoints.mobile-menu-breakpoint"], "method",
true, true)) ?
(_twig_default_filter($this->getAttribute($this->getAttribute(($context["gantry"]
?? null), "config", [], "any", false, true),
"get", [0 =>
"styles.breakpoints.mobile-menu-breakpoint"],
"method"), "48rem")) : ("48rem")),
"html", null, true);
        echo "\"></div>
";
    }

    public function getTemplateName()
    {
        return "@particles/mobile-menu.html.twig";
    }

    public function isTraitable()
    {
        return false;
    }

    public function getDebugInfo()
    {
        return array (  42 => 4,  39 => 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("",
"@particles/mobile-menu.html.twig",
"/home/lmsyaran/public_html/media/gantry5/engines/nucleus/particles/mobile-menu.html.twig");
    }
}
7f193ef401270b0eba90bae002cfcdf334f10819c8b564ccec41efd178edf9fb.php000064400000020271151160226430016565
0ustar00<?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/collection/keyvalue.html.twig */
class
__TwigTemplate_e69317e5e112ddce97397e5e3fb189865cc6272f58348cf674c8f6d4782bb61f
extends \Twig\Template
{
    public function __construct(Environment $env)
    {
        parent::__construct($env);

        $this->blocks = [
            'input' => [$this, 'block_input'],
        ];
    }

    protected function doGetParent(array $context)
    {
        // line 1
        return $this->loadTemplate((("forms/" .
(((isset($context["layout"]) ||
array_key_exists("layout", $context))) ?
(_twig_default_filter(($context["layout"] ?? null),
"field")) : ("field"))) . ".html.twig"),
"forms/fields/collection/keyvalue.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_input($context, array $blocks = [])
    {
        // line 4
        echo "    <div class=\"g-keyvalue-field";
        if ($this->getAttribute(($context["field"] ?? null),
"size", [])) {
            echo " g-keyvalue-";
            echo twig_escape_filter($this->env,
$this->getAttribute(($context["field"] ?? null),
"size", []), "html", null, true);
        }
        echo "\">
        <ul>";
        // line 6
        if (($context["value"] ?? null)) {
            // line 7
            echo "        ";
            $context['_parent'] = $context;
            $context['_seq'] =
twig_ensure_traversable(($context["value"] ?? null));
            foreach ($context['_seq'] as
$context["_key"] => $context["data"]) {
                // line 8
                echo "            ";
                $context['_parent'] = $context;
                $context['_seq'] =
twig_ensure_traversable($context["data"]);
                foreach ($context['_seq'] as
$context["key"] => $context["val"]) {
                    // line 9
                    echo "            <li
data-keyvalue-item=\"\">
                <i class=\"fa fa-reorder font-small
item-reorder\" aria-hidden=\"true\"></i>
                <div class=\"g-keyvalue-wrapper\">
                    <input class=\"g-keyvalue-input-key\"
type=\"text\" data-keyvalue-key=\"";
                    // line 12
                    echo twig_escape_filter($this->env,
$context["key"], "html", null, true);
                    echo "\" value=\"";
                    echo twig_escape_filter($this->env,
$context["key"], "html", null, true);
                    echo "\" ";
                    if ($this->getAttribute(($context["field"]
?? null), "key_placeholder", [], "any", true, true)) {
                        echo "placeholder=\"";
                        echo twig_escape_filter($this->env,
$this->getAttribute(($context["field"] ?? null),
"key_placeholder", []), "html", null, true);
                        echo "\"";
                    }
                    echo " />
                    <i class=\"g-keyvalue-sep fa fa-fw
fa-arrow-right\"></i>
                    <input class=\"g-keyvalue-input-value\"
type=\"text\" data-keyvalue-value=\"\"
value=\"";
                    // line 14
                    echo twig_escape_filter($this->env,
$context["val"], "html", null, true);
                    echo "\" ";
                    if ($this->getAttribute(($context["field"]
?? null), "value_placeholder", [], "any", true, true))
{
                        echo "placeholder=\"";
                        echo twig_escape_filter($this->env,
$this->getAttribute(($context["field"] ?? null),
"value_placeholder", []), "html", null, true);
                        echo "\"";
                    }
                    echo " />
                </div>
                <i class=\"fa fa-fw fa-trash font-small\"
aria-hidden=\"true\"
data-keyvalue-remove=\"\"></i>
            </li>
            ";
                }
                $_parent = $context['_parent'];
                unset($context['_seq'],
$context['_iterated'], $context['key'],
$context['val'], $context['_parent'],
$context['loop']);
                $context = array_intersect_key($context, $_parent) +
$_parent;
                // line 19
                echo "        ";
            }
            $_parent = $context['_parent'];
            unset($context['_seq'],
$context['_iterated'], $context['_key'],
$context['data'], $context['_parent'],
$context['loop']);
            $context = array_intersect_key($context, $_parent) + $_parent;
            // line 20
            echo "        ";
        }
        // line 21
        echo "</ul>

        <span class=\"button button-simple\"
data-keyvalue-addnew=\"\" title=\"Add new
item\"><i class=\"fa fa-plus font-small\"
aria-hidden=\"true\"></i></span>
    </div>
    <ul style=\"display: none\">
        <li data-keyvalue-nosort=\"\"
data-keyvalue-template=\"\">
            <i class=\"fa fa-reorder font-small item-reorder\"
aria-hidden=\"true\"></i>
            <div class=\"g-keyvalue-wrapper\">
                <input class=\"g-keyvalue-input-key\"
type=\"text\" data-keyvalue-key=\"\"
value=\"\" ";
        // line 29
        if ($this->getAttribute(($context["field"] ?? null),
"key_placeholder", [], "any", true, true)) {
            echo "placeholder=\"";
            echo twig_escape_filter($this->env,
$this->getAttribute(($context["field"] ?? null),
"key_placeholder", []), "html", null, true);
            echo "\"";
        }
        echo " />
                <i class=\"g-keyvalue-sep fa fa-fw
fa-arrow-right\"></i>
                <input class=\"g-keyvalue-input-value\"
type=\"text\" data-keyvalue-value=\"\"
value=\"\" ";
        // line 31
        if ($this->getAttribute(($context["field"] ?? null),
"value_placeholder", [], "any", true, true)) {
            echo "placeholder=\"";
            echo twig_escape_filter($this->env,
$this->getAttribute(($context["field"] ?? null),
"value_placeholder", []), "html", null, true);
            echo "\"";
        }
        echo " />
            </div>
            <i class=\"fa fa-fw fa-trash font-small\"
aria-hidden=\"true\"
data-keyvalue-remove=\"\"></i>
        </li>
    </ul>
    <input type=\"hidden\" data-keyvalue-data=\"\"
data-keyvalue-exclude=\"";
        // line 36
        echo twig_escape_filter($this->env,
twig_jsonencode_filter((($this->getAttribute(($context["field"]
?? null), "exclude", [], "any", true, true)) ?
(_twig_default_filter($this->getAttribute(($context["field"]
?? null), "exclude", []), [])) : ([]))), "html_attr");
        echo "\" name=\"";
        echo twig_escape_filter($this->env,
$this->env->getExtension('Gantry\Component\Twig\TwigExtension')->fieldNameFilter(((($context["scope"]
?? null) . ($context["name"] ?? null)) . "._json")),
"html", null, true);
        echo "\" value=\"";
        echo twig_escape_filter($this->env,
twig_jsonencode_filter((((isset($context["value"]) ||
array_key_exists("value", $context))) ?
(_twig_default_filter(($context["value"] ?? null), [])) : ([])),
twig_constant("JSON_UNESCAPED_SLASHES")), "html_attr");
        echo "\" />
";
    }

    public function getTemplateName()
    {
        return "forms/fields/collection/keyvalue.html.twig";
    }

    public function isTraitable()
    {
        return false;
    }

    public function getDebugInfo()
    {
        return array (  136 => 36,  124 => 31,  115 => 29,  105
=> 21,  102 => 20,  96 => 19,  79 => 14,  66 => 12,  61
=> 9,  56 => 8,  51 => 7,  49 => 6,  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/collection/keyvalue.html.twig",
"/home/lmsyaran/public_html/administrator/components/com_gantry5/templates/forms/fields/collection/keyvalue.html.twig");
    }
}