use strict; package SuikaWiki::Plugin::Registry; our %Info; $Info{q#Devel#}->{Name} = q#Devel#; $Info{q#Devel#}->{q#Version#} = q#2004.0831.0328#; $Info{q#Devel#}->{q#InterfaceVersion#} = q#2.9.1#; $Info{q#Devel#}->{q#mkpluginVersion#} = q#2.1.19#; $Info{q#Devel#}->{q#module_name#} = q#SuikaWiki::Plugin::plugin::Devel1040731032805T19r#; $Info{q#Devel#}->{RequiredPlugin} = [q#Error#]; $Info{q#Devel#}->{RequiredModule} = []; $Info{q#Devel#}->{Description} = [[q#SuikaWiki Develping Tools#, q#en#, q##]]; $Info{q#Devel#}->{License} = [[q#%%GPL%%#, q##, q##]]; $Info{q#Devel#}->{Author} = [[[[q#Wakaba#, q#ja#, q#Latn#]], [[q#w@suika.fam.cx#]], [q##]]]; package SuikaWiki::Plugin::plugin::Devel1040731032805T19r; {my $def = {q#Parameter#, {}, q#Description#, [[q#Shows call function stack trace table#, q#en#, q##]], q#main#, sub {my ($f, $rule_name, $p, $o, %opt) = @_; #line 1 "(WikiPlugin module source Devel.wp2, block FormattingRule[name()='[q#view#, q#view-resource#, q#page-link#, q#link-to-resource#, q#form-input#, q#form-template#]/call_trace_table']/Formatting)" SuikaWiki::Plugin->module_package ('Error') ->make_caller_trace_table ($p->{-parent});}} #line 1 "(WikiPlugin module Devel, chunk 1)" ; $SuikaWiki::Plugin::Rule{view}->{call_trace_table} = $def; $SuikaWiki::Plugin::Rule{view_resource}->{call_trace_table} = $def; $SuikaWiki::Plugin::Rule{page_link}->{call_trace_table} = $def; $SuikaWiki::Plugin::Rule{link_to_resource}->{call_trace_table} = $def; $SuikaWiki::Plugin::Rule{form_input}->{call_trace_table} = $def; $SuikaWiki::Plugin::Rule{form_template}->{call_trace_table} = $def; }; {my $def = {q#Parameter#, {}, q#Description#, [[q#Output formatting rule context name#, q#en#, q##]], q#main#, sub {my ($f, $rule_name, $p, $o, %opt) = @_; #line 1 "(WikiPlugin module source Devel.wp2, block FormattingRule[name()='[q#view#, q#view-resource#, q#form-input#, q#form-template#, q#page-link#, q#link-to-resource#]/context']/Formatting)" $p->{-parent}->append_text ($f->{-category_name});}} #line 1 "(WikiPlugin module Devel, chunk 3)" ; $SuikaWiki::Plugin::Rule{view}->{context} = $def; $SuikaWiki::Plugin::Rule{view_resource}->{context} = $def; $SuikaWiki::Plugin::Rule{form_input}->{context} = $def; $SuikaWiki::Plugin::Rule{form_template}->{context} = $def; $SuikaWiki::Plugin::Rule{page_link}->{context} = $def; $SuikaWiki::Plugin::Rule{link_to_resource}->{context} = $def; }; package SuikaWiki::Plugin::Registry; $Info{q#Devel#}->{provide} = {q#rule#, {q#link_to_resource#, [q#call_trace_table#, q#context#], q#form_input#, [q#call_trace_table#, q#context#], q#form_template#, [q#call_trace_table#, q#context#], q#view#, [q#call_trace_table#, q#context#], q#view_resource#, [q#call_trace_table#, q#context#], q#page_link#, [q#call_trace_table#, q#context#]}}; 1;