?? dependencygraph.html.tmpl
字號:
#------------------------------------------------------------------------# Compiled template generated by the Template Toolkit version 2.20#------------------------------------------------------------------------Template::Document->new({ METADATA => { 'modtime' => '1129107114', 'name' => 'admin/params/dependencygraph.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"; #line 22 "template\en\default\admin\params\dependencygraph.html.tmpl" $stash->set('title', 'Dependency Graphs'); $stash->set('desc', 'Optional setup for dependency graphing'); $output .= "\n"; #line 0 "template\en\default\admin\params\dependencygraph.html.tmpl" $stash->set('param_descs', { 'webdotbase' => ("It is possible to show graphs of dependent " . $stash->get(['terms', 0, 'bugs', 0]) . ". You may set\n this parameter to any of the following:\n <ul>\n <li>\n A complete file path to 'dot' (part of\n <a href=\"http://www.graphviz.org\">GraphViz</a>) will\n generate the graphs locally.\n </li>\n <li>\n A URL prefix pointing to an installation of the\n <a href=\"http://www.research.att.com/~north/cgi-bin/webdot.cgi\">webdot\n package</a> will generate the graphs remotely.\n </li>\n <li>\n A blank value will disable dependency graphing.\n </li>\n </ul>\n The default value is a publicly-accessible webdot server. If you change\n this value, make certain that the webdot server can read files from your\n webdot directory. On Apache you do this by editing the .htaccess file,\n for other systems the needed measures may vary. You can run checksetup.pl\n to recreate the .htaccess file if it has been lost.") }); } }; if ($@) { $_tt_error = $context->catch($@, \$output); die $_tt_error unless $_tt_error->type eq 'return'; } return $output; }, DEFBLOCKS => { },});
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -