latch 0000444 00000000002 15240163166 0005554 0 ustar 00 1
address 0000444 00000000013 15240163166 0006110 0 ustar 00 0000:00:16
cur_bus_speed 0000444 00000000010 15240163166 0007302 0 ustar 00 Unknown
power 0000644 00000000002 15240163166 0005617 0 ustar 00 0
attention 0000644 00000000000 15240163166 0006466 0 ustar 00 adapter 0000444 00000000002 15240163166 0006101 0 ustar 00 0
max_bus_speed 0000444 00000000010 15240163166 0007276 0 ustar 00 Unknown
22f328e86274b51eb9034592ac106d133734cc8f4fba3637fe76b0a4b958f16d.php 0000644 00000012026 15240316566 0015733 0 ustar 00 <?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;
/* list/item.twig */
class __TwigTemplate_58ae253014d95ccd4d0e33cb9b995547923cd150bf1eb6df4c21553e05f88725 extends \Twig\Template
{
public function __construct(Environment $env)
{
parent::__construct($env);
$this->parent = false;
$this->blocks = [
];
}
protected function doDisplay(array $context, array $blocks = [])
{
// line 1
echo "<li";
if ( !twig_test_empty(($context["id"] ?? null))) {
echo " id=\"";
echo twig_escape_filter($this->env, ($context["id"] ?? null), "html", null, true);
echo "\"";
}
// line 2
if ( !twig_test_empty(($context["class"] ?? null))) {