latch 0000444 00000000002 15240201601 0005537 0 ustar 00 1
address 0000444 00000000013 15240201601 0006073 0 ustar 00 0000:00:0b
cur_bus_speed 0000444 00000000010 15240201601 0007265 0 ustar 00 Unknown
power 0000644 00000000002 15240201601 0005602 0 ustar 00 0
attention 0000644 00000000000 15240201601 0006451 0 ustar 00 adapter 0000444 00000000002 15240201601 0006064 0 ustar 00 0
max_bus_speed 0000444 00000000010 15240201601 0007261 0 ustar 00 Unknown
11a19e78929531fdf562b87f948204f6.php 0000644 00000071740 15240257066 0011405 0 ustar 00 <?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Extension\SandboxExtension;
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;
/* table/relation/common_form.twig */
class __TwigTemplate_e91ed505b9b37090f29fb363b3ead21f extends Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->blocks = [
'content' => [$this, 'block_content'],
];
}
protected function doGetParent(array $context)
{
// line 1
return "table/page_with_secondary_tabs.twig";
}
protected function doDisplay(array $context, array $blocks = [])
{
$macros = $this->macros;
$this->parent = $this-