亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频

? 歡迎來到蟲蟲下載站! | ?? 資源下載 ?? 資源專輯 ?? 關(guān)于我們
? 蟲蟲下載站

?? duplicates-table.html.tmpl

?? buzilla軟件
?? TMPL
字號(hào):
#------------------------------------------------------------------------# Compiled template generated by the Template Toolkit version 2.20#------------------------------------------------------------------------Template::Document->new({    METADATA => {        'modtime' => '1157895182',        'name' => 'reports/duplicates-table.html.tmpl',    },    BLOCK => sub {        my $context = shift || die "template sub called without context\n";        my $stash   = $context->stash;        my $output  = '';        my $_tt_error;                eval { BLOCK: {    $output .=  "\n";    $output .=  "\n\n";    $output .=  "\n";    #line 45 "template\en\default\reports\duplicates-table.html.tmpl"    $output .=  $context->process('global/variables.none.tmpl');    $output .=  "\n\n";    $output .=  "\n";    #line 146 "template\en\default\reports\duplicates-table.html.tmpl"    if ($stash->get(['bug_ids', 0, 'size', 0]) > 0) {    $output .=  "\n  <table border>\n    <thead>\n      <tr bgcolor=\"#CCCCCC\">";    #line 85 "template\en\default\reports\duplicates-table.html.tmpl"        # FOREACH     do {        my ($_tt_value, $_tt_error, $_tt_oldloop);        my $_tt_list = [ { 'name' => 'id', 'description' => ($stash->get(['terms', 0, 'Bug', 0]) . " #")  }, { 'name' => 'count', 'description' => 'Dupe<br>Count'  }, { 'name' => 'delta', 'description' => ("Change in last<br>" . $stash->get('changedsince') . " day(s)")  }, { 'name' => 'component', 'description' => 'Component'  }, { 'name' => 'bug_severity', 'description' => 'Severity'  }, { 'name' => 'op_sys', 'description' => 'Op Sys'  }, { 'name' => 'target_milestone', 'description' => 'Target<br>Milestone'  }, { 'name' => 'short_desc', 'description' => 'Summary'  } ];                unless (UNIVERSAL::isa($_tt_list, 'Template::Iterator')) {            $_tt_list = Template::Config->iterator($_tt_list)                || die $Template::Config::ERROR, "\n";         }            ($_tt_value, $_tt_error) = $_tt_list->get_first();        eval { $_tt_oldloop = $stash->get('loop') };        $stash->set('loop', $_tt_list);        eval {    LOOP:   while (! $_tt_error) {                $stash->{'column'} = $_tt_value;    $output .=  "\n\n          ";    #line 66 "template\en\default\reports\duplicates-table.html.tmpl"    if ($stash->get(['column', 0, 'name', 0]) eq 'delta' && ! $stash->get('dobefore')) {    ($_tt_value, $_tt_error) = $_tt_list->get_next();    next LOOP;        }        $output .=  "\n\n          <th>";    #line 69 "template\en\default\reports\duplicates-table.html.tmpl"    $stash->set('bug_ids_string', $stash->get(['bug_ids', 0, 'join', [ ',' ]]));        $output .=  "\n            <a href=\"duplicates.cgi?sortby=";    #line 70 "template\en\default\reports\duplicates-table.html.tmpl"    $output .=  $stash->get(['column', 0, 'name', 0]);    #line 76 "template\en\default\reports\duplicates-table.html.tmpl"    if ($stash->get('sortby') eq $stash->get(['column', 0, 'name', 0])) {    #line 72 "template\en\default\reports\duplicates-table.html.tmpl"    if (! $stash->get('reverse')) {    $output .=  '&amp;reverse=1';    }        }    else {        #line 75 "template\en\default\reports\duplicates-table.html.tmpl"    if ($stash->get(['column', 0, 'name', 0, 'match', [ 'delta|count' ]])) {    $output .=  '&amp;reverse=1';    }        }        #line 77 "template\en\default\reports\duplicates-table.html.tmpl"    if ($stash->get('maxrows')) {    $output .=  "&amp;maxrows=";    #line 77 "template\en\default\reports\duplicates-table.html.tmpl"        # FILTER    $output .=  do {        my $output = '';        my $_tt_filter = $context->filter('html')                  || $context->throw($context->error);        $output .=  $stash->get('maxrows');                &$_tt_filter($output);    };        }        #line 78 "template\en\default\reports\duplicates-table.html.tmpl"    if ($stash->get('changedsince')) {    $output .=  "&amp;changedsince=";    #line 78 "template\en\default\reports\duplicates-table.html.tmpl"        # FILTER    $output .=  do {        my $output = '';        my $_tt_filter = $context->filter('html')                  || $context->throw($context->error);        $output .=  $stash->get('changedsince');                &$_tt_filter($output);    };        }        #line 79 "template\en\default\reports\duplicates-table.html.tmpl"    if ($stash->get('openonly')) {    $output .=  '&amp;openonly=1';    }        #line 80 "template\en\default\reports\duplicates-table.html.tmpl"        # FOREACH     do {        my ($_tt_value, $_tt_error, $_tt_oldloop);        my $_tt_list = $stash->get('query_products');                unless (UNIVERSAL::isa($_tt_list, 'Template::Iterator')) {            $_tt_list = Template::Config->iterator($_tt_list)                || die $Template::Config::ERROR, "\n";         }            ($_tt_value, $_tt_error) = $_tt_list->get_first();        eval { $_tt_oldloop = $stash->get('loop') };        $stash->set('loop', $_tt_list);        eval {    LOOP:   while (! $_tt_error) {                $stash->{'p'} = $_tt_value;    $output .=  "&amp;product=";    #line 80 "template\en\default\reports\duplicates-table.html.tmpl"        # FILTER    $output .=  do {        my $output = '';        my $_tt_filter = $context->filter('html')                  || $context->throw($context->error);        $output .=  $stash->get('p');                &$_tt_filter($output);    };    ;                ($_tt_value, $_tt_error) = $_tt_list->get_next();            }        };        $stash->set('loop', $_tt_oldloop);        die $@ if $@;        $_tt_error = 0 if $_tt_error && $_tt_error eq Template::Constants::STATUS_DONE;        die $_tt_error if $_tt_error;    };        #line 81 "template\en\default\reports\duplicates-table.html.tmpl"    if ($stash->get('format')) {    $output .=  "&amp;format=";    #line 81 "template\en\default\reports\duplicates-table.html.tmpl"        # FILTER    $output .=  do {        my $output = '';        my $_tt_filter = $context->filter('html')                  || $context->throw($context->error);        $output .=  $stash->get('format');                &$_tt_filter($output);    };        }        #line 82 "template\en\default\reports\duplicates-table.html.tmpl"    if ($stash->get('sortvisible')) {    $output .=  "&amp;bug_id=";    #line 82 "template\en\default\reports\duplicates-table.html.tmpl"        # FILTER    $output .=  do {        my $output = '';        my $_tt_filter = $context->filter('html')                  || $context->throw($context->error);        $output .=  $stash->get('bug_ids_string');                &$_tt_filter($output);    };        $output .=  "&amp;sortvisible=1";    }        $output .=  "\">";    #line 83 "template\en\default\reports\duplicates-table.html.tmpl"    $output .=  $stash->get(['column', 0, 'description', 0]);    $output .=  "</a>\n          </th>";;                ($_tt_value, $_tt_error) = $_tt_list->get_next();            }        };        $stash->set('loop', $_tt_oldloop);        die $@ if $@;        $_tt_error = 0 if $_tt_error && $_tt_error eq Template::Constants::STATUS_DONE;        die $_tt_error if $_tt_error;    };        $output .=  "\n      </tr>\n    </thead>\n";    #line 91 "template\en\default\reports\duplicates-table.html.tmpl"    if (! $stash->get('sortby')) {    #line 90 "template\en\default\reports\duplicates-table.html.tmpl"    $stash->set('sortby', 'count');        #line 90 "template\en\default\reports\duplicates-table.html.tmpl"    $stash->set('reverse', '1');        }        $output .=  "\n";    #line 98 "template\en\default\reports\duplicates-table.html.tmpl"    if ($stash->get('sortby') eq 'id' || $stash->get('sortby') eq 'count' || $stash->get('sortby') eq 'delta') {    $output .=  "\n      ";    #line 95 "template\en\default\reports\duplicates-table.html.tmpl"    $stash->set('sortedbugs', $stash->get(['bugs', 0, 'nsort', [ $stash->get('sortby') ]]));        }    else {    #line 97 "template\en\default\reports\duplicates-table.html.tmpl"    $stash->set('sortedbugs', $stash->get(['bugs', 0, 'sort', [ $stash->get('sortby') ]]));        }        $output .=  "\n";    #line 104 "template\en\default\reports\duplicates-table.html.tmpl"    if ($stash->get('reverse')) {    #line 101 "template\en\default\reports\duplicates-table.html.tmpl"    $stash->set('bugs', $stash->get(['sortedbugs', 0, 'reverse', 0]));        }    else {    #line 103 "template\en\default\reports\duplicates-table.html.tmpl"    $stash->set('bugs', $stash->get('sortedbugs'));        }        $output .=  "\n\n    ";    $output .=  "\n    <tbody>\n\n      ";    #line 112 "template\en\default\reports\duplicates-table.html.tmpl"    $stash->set('vis_bug_ids', [ ]);        $output .=  "\n";    #line 141 "template\en\default\reports\duplicates-table.html.tmpl"        # FOREACH     do {        my ($_tt_value, $_tt_error, $_tt_oldloop);        my $_tt_list = $stash->get('bugs');                unless (UNIVERSAL::isa($_tt_list, 'Template::Iterator')) {            $_tt_list = Template::Config->iterator($_tt_list)                || die $Template::Config::ERROR, "\n";         }            ($_tt_value, $_tt_error) = $_tt_list->get_first();        eval { $_tt_oldloop = $stash->get('loop') };        $stash->set('loop', $_tt_list);        eval {    LOOP:   while (! $_tt_error) {                $stash->{'bug'} = $_tt_value;    #line 115 "template\en\default\reports\duplicates-table.html.tmpl"    if ($stash->get(['loop', 0, 'index', 0]) >= $stash->get('maxrows')) {    last LOOP;    }        #line 116 "template\en\default\reports\duplicates-table.html.tmpl"    $output .=  $stash->get(['vis_bug_ids', 0, 'push', [ $stash->get(['bug', 0, 'id', 0]) ]]);    $output .=  "\n\n        <tr ";    #line 118 "template\en\default\reports\duplicates-table.html.tmpl"    if ($stash->get(['bug', 0, 'resolution', 0]) ne '') {    $output .=  'class=\'resolved\'';    }        $output .=  ">\n          <td>\n            <center>";    #line 121 "template\en\default\reports\duplicates-table.html.tmpl"        # FILTER    $output .=  do {        my $output = '';        my $_tt_filter = $context->filter('none')                  || $context->throw($context->error);            # FILTER    $output .=  do {        my $output = '';        my $_tt_filter = $context->filter('bug_link', [ $stash->get(['bug', 0, 'id', 0]) ])                  || $context->throw($context->error);        $output .=  $stash->get(['bug', 0, 'id', 0]);                &$_tt_filter($output);    };                    &$_tt_filter($output);    };        $output .=  "\n            </center>\n          </td>\n\n          <td>\n            <center>";    #line 127 "template\en\default\reports\duplicates-table.html.tmpl"    $output .=  $stash->get(['bug', 0, 'count', 0]);    $output .=  "\n            </center>\n          </td>\n";    #line 133 "template\en\default\reports\duplicates-table.html.tmpl"    if ($stash->get('dobefore')) {    $output .=  "\n            <td><center>";    #line 132 "template\en\default\reports\duplicates-table.html.tmpl"    $output .=  $stash->get(['bug', 0, 'delta', 0]);    $output .=  "</center></td>";    }        $output .=  "\n\n          <td>";    #line 135 "template\en\default\reports\duplicates-table.html.tmpl"        # FILTER    $output .=  do {        my $output = '';        my $_tt_filter = $context->filter('html')                  || $context->throw($context->error);        $output .=  $stash->get(['bug', 0, 'component', 0]);                &$_tt_filter($output);    };        $output .=  "</td>\n          <td><center>";    #line 136 "template\en\default\reports\duplicates-table.html.tmpl"        # FILTER    $output .=  do {        my $output = '';        my $_tt_filter = $context->filter('html')                  || $context->throw($context->error);        $output .=  $stash->get(['bug', 0, 'bug_severity', 0]);                &$_tt_filter($output);    };        $output .=  "</center></td>\n          <td><center>";    #line 137 "template\en\default\reports\duplicates-table.html.tmpl"        # FILTER    $output .=  do {        my $output = '';        my $_tt_filter = $context->filter('html')                  || $context->throw($context->error);        $output .=  $stash->get(['bug', 0, 'op_sys', 0]);                &$_tt_filter($output);    };        $output .=  "</center></td>\n          <td><center>";    #line 138 "template\en\default\reports\duplicates-table.html.tmpl"        # FILTER    $output .=  do {        my $output = '';        my $_tt_filter = $context->filter('html')                  || $context->throw($context->error);        $output .=  $stash->get(['bug', 0, 'target_milestone', 0]);                &$_tt_filter($output);    };        $output .=  "</center></td>\n          <td>";    #line 139 "template\en\default\reports\duplicates-table.html.tmpl"        # FILTER    $output .=  do {        my $output = '';        my $_tt_filter = $context->filter('html')                  || $context->throw($context->error);        $output .=  $stash->get(['bug', 0, 'short_desc', 0]);                &$_tt_filter($output);    };        $output .=  "</td>\n        </tr>";;                ($_tt_value, $_tt_error) = $_tt_list->get_next();            }        };        $stash->set('loop', $_tt_oldloop);        die $@ if $@;        $_tt_error = 0 if $_tt_error && $_tt_error eq Template::Constants::STATUS_DONE;        die $_tt_error if $_tt_error;    };        $output .=  "\n    </tbody>\n  </table>";    }    else {    $output .=  "\n  <h3>No duplicate ";    #line 145 "template\en\default\reports\duplicates-table.html.tmpl"    $output .=  $stash->get(['terms', 0, 'bugs', 0]);    $output .=  " found.</h3>";    }        $output .=  "\n";        } };        if ($@) {            $_tt_error = $context->catch($@, \$output);            die $_tt_error unless $_tt_error->type eq 'return';        }            return $output;    },    DEFBLOCKS => {    },});

?? 快捷鍵說明

復(fù)制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號(hào) Ctrl + =
減小字號(hào) Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
亚洲精品国产一区二区精华液 | 日韩午夜小视频| 在线观看日韩av先锋影音电影院| 99久精品国产| eeuss鲁一区二区三区| av中文一区二区三区| 成人h动漫精品一区二区| 国产69精品久久777的优势| 粉嫩嫩av羞羞动漫久久久| 成人免费视频视频| 91小视频在线免费看| 91久久国产最好的精华液| 日本高清成人免费播放| 欧美日韩精品一区视频| 91精品国产综合久久精品图片 | 亚洲国产成人高清精品| 亚洲不卡在线观看| 日韩成人午夜电影| 久久99久久久欧美国产| 国产一区二区在线电影| 国产成人丝袜美腿| 91蜜桃免费观看视频| 在线观看不卡视频| 制服丝袜激情欧洲亚洲| 精品乱码亚洲一区二区不卡| 欧美高清在线一区二区| 亚洲少妇中出一区| 五月天网站亚洲| 久久精品999| 国产999精品久久久久久| 91久久精品一区二区| 51午夜精品国产| 久久精品夜色噜噜亚洲aⅴ| 中文字幕一区二区三| 亚洲成人免费影院| 国产自产v一区二区三区c| aaa欧美色吧激情视频| 欧美人狂配大交3d怪物一区| 久久人人爽人人爽| 亚洲精品高清视频在线观看| 日韩在线观看一区二区| 国产乱人伦偷精品视频免下载 | 欧美一区二区三区在线电影| 国产三级三级三级精品8ⅰ区| 亚洲欧美偷拍另类a∨色屁股| 日韩和欧美一区二区| 国产成人h网站| 欧洲精品在线观看| 久久伊人蜜桃av一区二区| 一区二区三区在线视频观看58| 美美哒免费高清在线观看视频一区二区| 丰满白嫩尤物一区二区| 欧美日韩成人一区| 国产精品色一区二区三区| 全部av―极品视觉盛宴亚洲| av一二三不卡影片| 欧美mv日韩mv亚洲| 亚洲一卡二卡三卡四卡五卡| 国产馆精品极品| 91精品国产aⅴ一区二区| 亚洲男人的天堂在线aⅴ视频| 日本成人在线网站| 色婷婷激情久久| 国产午夜精品一区二区三区嫩草| 亚洲地区一二三色| 99久久99精品久久久久久| 2欧美一区二区三区在线观看视频| 一区二区三区精品视频在线| 国产成人免费av在线| 欧美精品1区2区3区| 综合久久一区二区三区| 日韩国产精品91| 91精品久久久久久久久99蜜臂| 国产精品免费久久| 午夜一区二区三区在线观看| 成人午夜看片网址| 欧美成人a在线| 日韩不卡一二三区| 91成人在线免费观看| 国产拍揄自揄精品视频麻豆| 日本午夜一本久久久综合| 欧美中文字幕一二三区视频| 中文字幕一区二区三中文字幕| 精品一区二区在线看| 欧美一区二区视频在线观看| 亚洲一区中文日韩| 一本色道综合亚洲| 国产精品久久三| 成人午夜碰碰视频| 久久久久亚洲综合| 国产乱子伦视频一区二区三区| 欧美一区二区美女| 日韩精品一二三| 欧美电影一区二区三区| 无码av中文一区二区三区桃花岛| 欧美影院精品一区| 亚洲免费av高清| 91视频xxxx| 亚洲日穴在线视频| 色综合视频在线观看| 国产精品丝袜一区| 成人性视频网站| 国产日韩欧美一区二区三区乱码| 精品一区二区三区免费毛片爱 | 久久综合国产精品| 激情小说欧美图片| 久久久不卡影院| 国产白丝网站精品污在线入口 | 国产一区二区福利| 久久久久久一级片| 国产成人在线色| 欧美国产日韩亚洲一区| 丁香桃色午夜亚洲一区二区三区| 中文字幕av资源一区| 不卡视频免费播放| 亚洲欧美日韩一区二区| 欧美体内she精高潮| 亚洲国产成人精品视频| 在线播放日韩导航| 精品一区二区三区免费观看 | 一区二区三区在线观看动漫| 色狠狠桃花综合| 亚洲福利视频一区二区| 日韩一级高清毛片| 国产成人一级电影| 1区2区3区欧美| 欧美天堂一区二区三区| 日韩1区2区日韩1区2区| 久久综合久久综合亚洲| 99riav一区二区三区| 亚洲一区二区三区四区的| 欧美一区二区在线视频| 国产一区二区精品久久| 1000部国产精品成人观看| 欧美这里有精品| 久久69国产一区二区蜜臀| 国产精品三级视频| 欧美日韩五月天| 国产一区二区三区精品视频| 亚洲欧洲成人av每日更新| 欧美日韩精品欧美日韩精品| 久久99国产精品免费| 亚洲特级片在线| 日韩一区二区三区电影在线观看 | 亚洲成人手机在线| 精品国产sm最大网站免费看| 91网站在线播放| 免费久久精品视频| 国产精品大尺度| 欧美精品国产精品| 岛国精品一区二区| 婷婷一区二区三区| 国产精品久线在线观看| 欧美日韩三级在线| 粉嫩aⅴ一区二区三区四区五区 | 国产精品影音先锋| 亚洲制服丝袜av| 久久久久久久综合色一本| 91黄色激情网站| 国产九色精品成人porny| 亚洲中国最大av网站| 久久久久久久久久久久久夜| 欧美视频中文字幕| 成人综合在线观看| 麻豆精品视频在线观看免费| 亚洲美女免费视频| 久久久国产一区二区三区四区小说| 欧美无砖砖区免费| 暴力调教一区二区三区| 精品一区二区三区免费播放| 亚洲国产另类精品专区| 国产精品久久久久影院老司| 日韩欧美国产一区在线观看| 色偷偷久久一区二区三区| 国产精品亚洲综合一区在线观看| 日韩在线卡一卡二| 亚洲自拍偷拍图区| 国产精品无人区| 精品国产区一区| 欧美一区日韩一区| 欧美日韩国产在线播放网站| 91蜜桃网址入口| 成人三级在线视频| 国产一区 二区| 美女视频黄a大片欧美| 性做久久久久久久免费看| 亚洲日本在线天堂| 国产精品久久久久久久浪潮网站| 亚洲精品在线观看视频| 欧美丰满少妇xxxbbb| 在线影视一区二区三区| 91在线丨porny丨国产| 成人黄色软件下载| 成人精品亚洲人成在线| 高清不卡在线观看| 国产精一品亚洲二区在线视频| 美日韩黄色大片| 日韩精品成人一区二区在线| 亚洲成人手机在线| 午夜天堂影视香蕉久久|