ruby-vpi 7.0.0
Sign up to get free protection for your applications and to get access to all the features.
- data/HISTORY +398 -0
- data/LICENSE +340 -0
- data/MEMO +38 -0
- data/README +9 -0
- data/Rakefile +271 -0
- data/bin/generate_test.rb +258 -0
- data/bin/generate_test_tpl/bench.rb +31 -0
- data/bin/generate_test_tpl/bench.v +54 -0
- data/bin/generate_test_tpl/design.rb +26 -0
- data/bin/generate_test_tpl/proto.rb +8 -0
- data/bin/generate_test_tpl/runner.rake +28 -0
- data/bin/generate_test_tpl/spec.rb +46 -0
- data/bin/header_to_ruby.rb +70 -0
- data/doc/Rakefile +55 -0
- data/doc/src/LICENSE +397 -0
- data/doc/src/figures/organization.png +0 -0
- data/doc/src/figures/organization_detailed.png +0 -0
- data/doc/src/figures/ruby_init.png +0 -0
- data/doc/src/figures/ruby_relay.png +0 -0
- data/doc/src/figures.dia +0 -0
- data/doc/src/images/COPYING +67 -0
- data/doc/src/images/ChangeLog +27 -0
- data/doc/src/images/blank.png +0 -0
- data/doc/src/images/callouts/1.png +0 -0
- data/doc/src/images/callouts/10.png +0 -0
- data/doc/src/images/callouts/11.png +0 -0
- data/doc/src/images/callouts/12.png +0 -0
- data/doc/src/images/callouts/13.png +0 -0
- data/doc/src/images/callouts/14.png +0 -0
- data/doc/src/images/callouts/15.png +0 -0
- data/doc/src/images/callouts/2.png +0 -0
- data/doc/src/images/callouts/3.png +0 -0
- data/doc/src/images/callouts/4.png +0 -0
- data/doc/src/images/callouts/5.png +0 -0
- data/doc/src/images/callouts/6.png +0 -0
- data/doc/src/images/callouts/7.png +0 -0
- data/doc/src/images/callouts/8.png +0 -0
- data/doc/src/images/callouts/9.png +0 -0
- data/doc/src/images/callouts/ChangeLog +15 -0
- data/doc/src/images/caution.png +0 -0
- data/doc/src/images/caution.svg +290 -0
- data/doc/src/images/copyright +55 -0
- data/doc/src/images/draft.png +0 -0
- data/doc/src/images/home.png +0 -0
- data/doc/src/images/home.svg +386 -0
- data/doc/src/images/important.png +0 -0
- data/doc/src/images/important.svg +163 -0
- data/doc/src/images/next.png +0 -0
- data/doc/src/images/next.svg +191 -0
- data/doc/src/images/note.png +0 -0
- data/doc/src/images/note.svg +483 -0
- data/doc/src/images/prev.png +0 -0
- data/doc/src/images/prev.svg +852 -0
- data/doc/src/images/tip.png +0 -0
- data/doc/src/images/tip.svg +1145 -0
- data/doc/src/images/toc-blank.png +0 -0
- data/doc/src/images/toc-minus.png +0 -0
- data/doc/src/images/toc-plus.png +0 -0
- data/doc/src/images/up.png +0 -0
- data/doc/src/images/up.svg +195 -0
- data/doc/src/images/warning.png +0 -0
- data/doc/src/images/warning.svg +334 -0
- data/doc/src/license.xml +446 -0
- data/doc/src/manual.xml +1582 -0
- data/doc/src/manual.xsl +23 -0
- data/doc/src/shared.dtd +63 -0
- data/doc/src/styles/manual.css +87 -0
- data/doc/txt/manual.txt +1657 -0
- data/doc/xhtml/background.html +3 -0
- data/doc/xhtml/background.methodology.html +3 -0
- data/doc/xhtml/background.organization.html +10 -0
- data/doc/xhtml/background.running-tests.html +3 -0
- data/doc/xhtml/background.terminology.html +3 -0
- data/doc/xhtml/figures/organization.png +0 -0
- data/doc/xhtml/figures/organization_detailed.png +0 -0
- data/doc/xhtml/figures/ruby_init.png +0 -0
- data/doc/xhtml/figures/ruby_relay.png +0 -0
- data/doc/xhtml/gfdl-0.html +18 -0
- data/doc/xhtml/gfdl-1.html +70 -0
- data/doc/xhtml/gfdl-10.html +15 -0
- data/doc/xhtml/gfdl-2.html +13 -0
- data/doc/xhtml/gfdl-3.html +31 -0
- data/doc/xhtml/gfdl-4.html +75 -0
- data/doc/xhtml/gfdl-5.html +20 -0
- data/doc/xhtml/gfdl-6.html +12 -0
- data/doc/xhtml/gfdl-7.html +16 -0
- data/doc/xhtml/gfdl-8.html +17 -0
- data/doc/xhtml/gfdl-9.html +9 -0
- data/doc/xhtml/gfdl-addendum.html +25 -0
- data/doc/xhtml/gfdl.html +11 -0
- data/doc/xhtml/glossary.html +3 -0
- data/doc/xhtml/images/COPYING +67 -0
- data/doc/xhtml/images/ChangeLog +27 -0
- data/doc/xhtml/images/blank.png +0 -0
- data/doc/xhtml/images/callouts/1.png +0 -0
- data/doc/xhtml/images/callouts/10.png +0 -0
- data/doc/xhtml/images/callouts/11.png +0 -0
- data/doc/xhtml/images/callouts/12.png +0 -0
- data/doc/xhtml/images/callouts/13.png +0 -0
- data/doc/xhtml/images/callouts/14.png +0 -0
- data/doc/xhtml/images/callouts/15.png +0 -0
- data/doc/xhtml/images/callouts/2.png +0 -0
- data/doc/xhtml/images/callouts/3.png +0 -0
- data/doc/xhtml/images/callouts/4.png +0 -0
- data/doc/xhtml/images/callouts/5.png +0 -0
- data/doc/xhtml/images/callouts/6.png +0 -0
- data/doc/xhtml/images/callouts/7.png +0 -0
- data/doc/xhtml/images/callouts/8.png +0 -0
- data/doc/xhtml/images/callouts/9.png +0 -0
- data/doc/xhtml/images/callouts/ChangeLog +15 -0
- data/doc/xhtml/images/caution.png +0 -0
- data/doc/xhtml/images/caution.svg +290 -0
- data/doc/xhtml/images/copyright +55 -0
- data/doc/xhtml/images/draft.png +0 -0
- data/doc/xhtml/images/home.png +0 -0
- data/doc/xhtml/images/home.svg +386 -0
- data/doc/xhtml/images/important.png +0 -0
- data/doc/xhtml/images/important.svg +163 -0
- data/doc/xhtml/images/next.png +0 -0
- data/doc/xhtml/images/next.svg +191 -0
- data/doc/xhtml/images/note.png +0 -0
- data/doc/xhtml/images/note.svg +483 -0
- data/doc/xhtml/images/prev.png +0 -0
- data/doc/xhtml/images/prev.svg +852 -0
- data/doc/xhtml/images/tip.png +0 -0
- data/doc/xhtml/images/tip.svg +1145 -0
- data/doc/xhtml/images/toc-blank.png +0 -0
- data/doc/xhtml/images/toc-minus.png +0 -0
- data/doc/xhtml/images/toc-plus.png +0 -0
- data/doc/xhtml/images/up.png +0 -0
- data/doc/xhtml/images/up.svg +195 -0
- data/doc/xhtml/images/warning.png +0 -0
- data/doc/xhtml/images/warning.svg +334 -0
- data/doc/xhtml/index.html +4 -0
- data/doc/xhtml/introduction.html +3 -0
- data/doc/xhtml/introduction.license.html +3 -0
- data/doc/xhtml/introduction.manifest.html +3 -0
- data/doc/xhtml/introduction.related-works.html +3 -0
- data/doc/xhtml/introduction.resources.html +3 -0
- data/doc/xhtml/problem.ivl.html +18 -0
- data/doc/xhtml/problems.html +3 -0
- data/doc/xhtml/problems.ruby.html +3 -0
- data/doc/xhtml/problems.vsim.html +3 -0
- data/doc/xhtml/styles/manual.css +87 -0
- data/doc/xhtml/usage.examples.html +3 -0
- data/doc/xhtml/usage.html +3 -0
- data/doc/xhtml/usage.installation.html +3 -0
- data/doc/xhtml/usage.requirements.html +3 -0
- data/doc/xhtml/usage.tools.html +3 -0
- data/doc/xhtml/usage.tutorial.html +199 -0
- data/ext/Doxyfile +272 -0
- data/ext/README +124 -0
- data/ext/Rakefile +65 -0
- data/ext/common.h +56 -0
- data/ext/extconf.rb +4 -0
- data/ext/relay.cin +146 -0
- data/ext/relay.hin +48 -0
- data/ext/ruby-vpi.c +36 -0
- data/ext/swig.cin +38 -0
- data/ext/swig.hin +39 -0
- data/ext/swig_vpi.h +924 -0
- data/ext/swig_vpi.i +8 -0
- data/ext/swig_wrap.cin +4613 -0
- data/ext/verilog.h +59 -0
- data/ext/vlog.cin +92 -0
- data/ext/vlog.hin +57 -0
- data/ext/vpi_user.h +924 -0
- data/gem_extconf.rb +8 -0
- data/history.html +809 -0
- data/lib/ruby-vpi/erb.rb +41 -0
- data/lib/ruby-vpi/rake.rb +35 -0
- data/lib/ruby-vpi/rdoc.rb +51 -0
- data/lib/ruby-vpi/rspec.rb +32 -0
- data/lib/ruby-vpi/runner.rb +22 -0
- data/lib/ruby-vpi/vpi_util.rb +310 -0
- data/lib/ruby-vpi.rb +58 -0
- data/memo.html +86 -0
- data/readme.html +19 -0
- data/ref/c/annotated.html +36 -0
- data/ref/c/common_8h.html +178 -0
- data/ref/c/doxygen.css +310 -0
- data/ref/c/doxygen.png +0 -0
- data/ref/c/files.html +35 -0
- data/ref/c/functions.html +135 -0
- data/ref/c/functions_vars.html +135 -0
- data/ref/c/globals.html +55 -0
- data/ref/c/globals_0x63.html +86 -0
- data/ref/c/globals_0x65.html +55 -0
- data/ref/c/globals_0x66.html +55 -0
- data/ref/c/globals_0x70.html +71 -0
- data/ref/c/globals_0x72.html +62 -0
- data/ref/c/globals_0x73.html +65 -0
- data/ref/c/globals_0x74.html +55 -0
- data/ref/c/globals_0x76.html +472 -0
- data/ref/c/globals_0x78.html +55 -0
- data/ref/c/globals_defs.html +81 -0
- data/ref/c/globals_defs_0x65.html +50 -0
- data/ref/c/globals_defs_0x70.html +51 -0
- data/ref/c/globals_defs_0x76.html +463 -0
- data/ref/c/globals_defs_0x78.html +50 -0
- data/ref/c/globals_enum.html +39 -0
- data/ref/c/globals_eval.html +40 -0
- data/ref/c/globals_func.html +49 -0
- data/ref/c/globals_type.html +63 -0
- data/ref/c/globals_vars.html +42 -0
- data/ref/c/hierarchy.html +36 -0
- data/ref/c/index.html +20 -0
- data/ref/c/relay_8cin.html +268 -0
- data/ref/c/relay_8hin.html +161 -0
- data/ref/c/ruby-vpi_8c.html +34 -0
- data/ref/c/structrelay____RubyOptions____def.html +84 -0
- data/ref/c/structt__cb__data.html +208 -0
- data/ref/c/structt__vpi__delay.html +183 -0
- data/ref/c/structt__vpi__error__info.html +208 -0
- data/ref/c/structt__vpi__strengthval.html +108 -0
- data/ref/c/structt__vpi__systf__data.html +208 -0
- data/ref/c/structt__vpi__time.html +133 -0
- data/ref/c/structt__vpi__value.html +285 -0
- data/ref/c/structt__vpi__vecval.html +83 -0
- data/ref/c/structt__vpi__vlog__info.html +133 -0
- data/ref/c/swig_8cin.html +91 -0
- data/ref/c/swig_8hin.html +99 -0
- data/ref/c/tab_b.gif +0 -0
- data/ref/c/tab_l.gif +0 -0
- data/ref/c/tab_r.gif +0 -0
- data/ref/c/tabs.css +102 -0
- data/ref/c/verilog_8h.html +149 -0
- data/ref/c/vlog_8cin.html +199 -0
- data/ref/c/vlog_8hin.html +152 -0
- data/ref/c/vpi__user_8h.html +12747 -0
- data/ref/ruby/classes/Counter.html +258 -0
- data/ref/ruby/classes/Counter.src/M000037.html +20 -0
- data/ref/ruby/classes/Counter.src/M000038.html +22 -0
- data/ref/ruby/classes/Counter.src/M000039.html +20 -0
- data/ref/ruby/classes/Counter.src/M000040.html +22 -0
- data/ref/ruby/classes/CounterProto.html +164 -0
- data/ref/ruby/classes/CounterProto.src/M000004.html +22 -0
- data/ref/ruby/classes/CounterProto.src/M000005.html +22 -0
- data/ref/ruby/classes/ERB.html +158 -0
- data/ref/ruby/classes/ERB.src/M000034.html +29 -0
- data/ref/ruby/classes/FileUtils.html +165 -0
- data/ref/ruby/classes/FileUtils.src/M000047.html +18 -0
- data/ref/ruby/classes/FileUtils.src/M000048.html +18 -0
- data/ref/ruby/classes/Hw5UnitModel/Operation.html +216 -0
- data/ref/ruby/classes/Hw5UnitModel/Operation.src/M000011.html +25 -0
- data/ref/ruby/classes/Hw5UnitModel/Operation.src/M000012.html +33 -0
- data/ref/ruby/classes/Hw5UnitModel/Operation.src/M000013.html +18 -0
- data/ref/ruby/classes/Hw5UnitModel.html +256 -0
- data/ref/ruby/classes/Hw5UnitModel.src/M000006.html +24 -0
- data/ref/ruby/classes/Hw5UnitModel.src/M000008.html +20 -0
- data/ref/ruby/classes/Hw5UnitModel.src/M000009.html +38 -0
- data/ref/ruby/classes/Hw5UnitModel.src/M000010.html +22 -0
- data/ref/ruby/classes/Hw5_unit.html +196 -0
- data/ref/ruby/classes/Hw5_unit.src/M000003.html +27 -0
- data/ref/ruby/classes/Hw5_unit_spec.html +237 -0
- data/ref/ruby/classes/Hw5_unit_spec.src/M000023.html +21 -0
- data/ref/ruby/classes/Hw5_unit_spec.src/M000024.html +21 -0
- data/ref/ruby/classes/Hw5_unit_spec.src/M000025.html +67 -0
- data/ref/ruby/classes/InputGenerator.html +260 -0
- data/ref/ruby/classes/InputGenerator.src/M000027.html +18 -0
- data/ref/ruby/classes/InputGenerator.src/M000028.html +18 -0
- data/ref/ruby/classes/InputGenerator.src/M000029.html +19 -0
- data/ref/ruby/classes/InputGenerator.src/M000030.html +38 -0
- data/ref/ruby/classes/InputGenerator.src/M000031.html +19 -0
- data/ref/ruby/classes/InputGenerator.src/M000032.html +19 -0
- data/ref/ruby/classes/MaximumCounterValue.html +159 -0
- data/ref/ruby/classes/MaximumCounterValue.src/M000035.html +23 -0
- data/ref/ruby/classes/MaximumCounterValue.src/M000036.html +21 -0
- data/ref/ruby/classes/ModuleInfo.html +199 -0
- data/ref/ruby/classes/ModuleInfo.src/M000018.html +44 -0
- data/ref/ruby/classes/ModuleInfo.src/M000019.html +26 -0
- data/ref/ruby/classes/OutputInfo.html +304 -0
- data/ref/ruby/classes/OutputInfo.src/M000017.html +51 -0
- data/ref/ruby/classes/RDoc.html +135 -0
- data/ref/ruby/classes/RDoc.src/M000051.html +40 -0
- data/ref/ruby/classes/ResettedCounterValue.html +174 -0
- data/ref/ruby/classes/ResettedCounterValue.src/M000014.html +19 -0
- data/ref/ruby/classes/ResettedCounterValue.src/M000015.html +18 -0
- data/ref/ruby/classes/ResettedCounterValue.src/M000016.html +23 -0
- data/ref/ruby/classes/RubyVPI.html +186 -0
- data/ref/ruby/classes/RubyVPI.src/M000049.html +18 -0
- data/ref/ruby/classes/RubyVPI.src/M000050.html +39 -0
- data/ref/ruby/classes/SWIG/TYPE_p_unsigned_int.html +370 -0
- data/ref/ruby/classes/SWIG/TYPE_p_unsigned_int.src/M000041.html +22 -0
- data/ref/ruby/classes/SWIG/TYPE_p_unsigned_int.src/M000042.html +44 -0
- data/ref/ruby/classes/SWIG/TYPE_p_unsigned_int.src/M000043.html +82 -0
- data/ref/ruby/classes/SWIG/TYPE_p_unsigned_int.src/M000044.html +127 -0
- data/ref/ruby/classes/SWIG/TYPE_p_unsigned_int.src/M000045.html +26 -0
- data/ref/ruby/classes/SWIG/TYPE_p_unsigned_int.src/M000046.html +18 -0
- data/ref/ruby/classes/SWIG.html +111 -0
- data/ref/ruby/classes/String.html +140 -0
- data/ref/ruby/classes/String.src/M000033.html +37 -0
- data/ref/ruby/classes/Template.html +158 -0
- data/ref/ruby/classes/Template.src/M000026.html +18 -0
- data/ref/ruby/classes/TestHw5UnitModel.html +180 -0
- data/ref/ruby/classes/TestHw5UnitModel.src/M000020.html +19 -0
- data/ref/ruby/classes/TestHw5UnitModel.src/M000021.html +19 -0
- data/ref/ruby/classes/TestHw5UnitModel.src/M000022.html +64 -0
- data/ref/ruby/created.rid +1 -0
- data/ref/ruby/files/bin/generate_test_rb.html +236 -0
- data/ref/ruby/files/bin/generate_test_rb.src/M000001.html +29 -0
- data/ref/ruby/files/bin/generate_test_tpl/bench_rb.html +115 -0
- data/ref/ruby/files/bin/generate_test_tpl/design_rb.html +107 -0
- data/ref/ruby/files/bin/generate_test_tpl/proto_rb.html +107 -0
- data/ref/ruby/files/bin/generate_test_tpl/spec_rb.html +140 -0
- data/ref/ruby/files/bin/generate_test_tpl/spec_rb.src/M000002.html +22 -0
- data/ref/ruby/files/bin/header_to_ruby_rb.html +116 -0
- data/ref/ruby/files/ext/extconf_rb.html +108 -0
- data/ref/ruby/files/gem_extconf_rb.html +114 -0
- data/ref/ruby/files/lib/ruby-vpi/erb_rb.html +108 -0
- data/ref/ruby/files/lib/ruby-vpi/rake_rb.html +108 -0
- data/ref/ruby/files/lib/ruby-vpi/rdoc_rb.html +108 -0
- data/ref/ruby/files/lib/ruby-vpi/rspec_rb.html +115 -0
- data/ref/ruby/files/lib/ruby-vpi/runner_rb.html +108 -0
- data/ref/ruby/files/lib/ruby-vpi/vpi_util_rb.html +108 -0
- data/ref/ruby/files/lib/ruby-vpi_rb.html +108 -0
- data/ref/ruby/files/samp/counter/counter_rspecTest_bench_rb.html +115 -0
- data/ref/ruby/files/samp/counter/counter_rspecTest_design_rb.html +107 -0
- data/ref/ruby/files/samp/counter/counter_rspecTest_proto_rb.html +107 -0
- data/ref/ruby/files/samp/counter/counter_rspecTest_spec_rb.html +142 -0
- data/ref/ruby/files/samp/counter/counter_unitTest_bench_rb.html +115 -0
- data/ref/ruby/files/samp/counter/counter_unitTest_design_rb.html +107 -0
- data/ref/ruby/files/samp/counter/counter_unitTest_proto_rb.html +107 -0
- data/ref/ruby/files/samp/counter/counter_unitTest_spec_rb.html +135 -0
- data/ref/ruby/files/samp/pipelined_alu/Hw5UnitModel_rb.html +101 -0
- data/ref/ruby/files/samp/pipelined_alu/InputGenerator_rb.html +101 -0
- data/ref/ruby/files/samp/pipelined_alu/TestHw5UnitModel_rb.html +111 -0
- data/ref/ruby/files/samp/pipelined_alu/hw5_unit_bench_rb.html +108 -0
- data/ref/ruby/files/samp/pipelined_alu/hw5_unit_design_rb.html +107 -0
- data/ref/ruby/files/samp/pipelined_alu/hw5_unit_spec_rb.html +112 -0
- data/ref/ruby/fr_class_index.html +46 -0
- data/ref/ruby/fr_file_index.html +55 -0
- data/ref/ruby/fr_method_index.html +77 -0
- data/ref/ruby/index.html +24 -0
- data/ref/ruby/rdoc-style.css +208 -0
- data/samp/counter/Rakefile +1 -0
- data/samp/counter/counter.v +20 -0
- data/samp/counter/counter_rspecTest_bench.rb +9 -0
- data/samp/counter/counter_rspecTest_bench.v +28 -0
- data/samp/counter/counter_rspecTest_design.rb +22 -0
- data/samp/counter/counter_rspecTest_proto.rb +10 -0
- data/samp/counter/counter_rspecTest_runner.rake +28 -0
- data/samp/counter/counter_rspecTest_spec.rb +47 -0
- data/samp/counter/counter_unitTest_bench.rb +9 -0
- data/samp/counter/counter_unitTest_bench.v +28 -0
- data/samp/counter/counter_unitTest_design.rb +22 -0
- data/samp/counter/counter_unitTest_proto.rb +10 -0
- data/samp/counter/counter_unitTest_runner.rake +28 -0
- data/samp/counter/counter_unitTest_spec.rb +49 -0
- data/samp/pipelined_alu/Hw5UnitModel.rb +134 -0
- data/samp/pipelined_alu/InputGenerator.rb +94 -0
- data/samp/pipelined_alu/README +127 -0
- data/samp/pipelined_alu/Rakefile +1 -0
- data/samp/pipelined_alu/TestHw5UnitModel.rb +88 -0
- data/samp/pipelined_alu/hw5_unit.v +186 -0
- data/samp/pipelined_alu/hw5_unit_bench.rb +8 -0
- data/samp/pipelined_alu/hw5_unit_bench.v +45 -0
- data/samp/pipelined_alu/hw5_unit_design.rb +18 -0
- data/samp/pipelined_alu/hw5_unit_runner.rake +10 -0
- data/samp/pipelined_alu/hw5_unit_spec.rb +123 -0
- data/tpl/launcher.rake +30 -0
- data/tpl/runner.rake +96 -0
- data/tpl/synopsys_vcs.tab +2 -0
- metadata +484 -0
@@ -0,0 +1,290 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
2
|
+
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
3
|
+
<svg
|
4
|
+
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
5
|
+
xmlns:cc="http://web.resource.org/cc/"
|
6
|
+
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
7
|
+
xmlns:svg="http://www.w3.org/2000/svg"
|
8
|
+
xmlns="http://www.w3.org/2000/svg"
|
9
|
+
xmlns:xlink="http://www.w3.org/1999/xlink"
|
10
|
+
xmlns:sodipodi="http://inkscape.sourceforge.net/DTD/sodipodi-0.dtd"
|
11
|
+
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
12
|
+
width="48px"
|
13
|
+
height="48px"
|
14
|
+
id="svg1377"
|
15
|
+
sodipodi:version="0.32"
|
16
|
+
inkscape:version="0.43+devel"
|
17
|
+
sodipodi:docbase="/home/garrett/Source/tango-icon-theme/scalable/status"
|
18
|
+
sodipodi:docname="dialog-warning.svg">
|
19
|
+
<defs
|
20
|
+
id="defs1379">
|
21
|
+
<linearGradient
|
22
|
+
y2="56.0523"
|
23
|
+
x2="47.3197"
|
24
|
+
y1="11.1133"
|
25
|
+
x1="4.1914"
|
26
|
+
gradientUnits="userSpaceOnUse"
|
27
|
+
id="aigrd1">
|
28
|
+
<stop
|
29
|
+
id="stop6490"
|
30
|
+
style="stop-color:#D4D4D4"
|
31
|
+
offset="0" />
|
32
|
+
<stop
|
33
|
+
id="stop6492"
|
34
|
+
style="stop-color:#E2E2E2"
|
35
|
+
offset="0.3982" />
|
36
|
+
<stop
|
37
|
+
id="stop6494"
|
38
|
+
style="stop-color:#FFFFFF"
|
39
|
+
offset="1" />
|
40
|
+
</linearGradient>
|
41
|
+
<linearGradient
|
42
|
+
y2="56.0523"
|
43
|
+
x2="47.3197"
|
44
|
+
y1="11.1133"
|
45
|
+
x1="4.1914"
|
46
|
+
gradientUnits="userSpaceOnUse"
|
47
|
+
id="linearGradient7451"
|
48
|
+
xlink:href="#aigrd1"
|
49
|
+
inkscape:collect="always" />
|
50
|
+
<linearGradient
|
51
|
+
id="linearGradient4126"
|
52
|
+
inkscape:collect="always">
|
53
|
+
<stop
|
54
|
+
id="stop4128"
|
55
|
+
offset="0"
|
56
|
+
style="stop-color:#000000;stop-opacity:1;" />
|
57
|
+
<stop
|
58
|
+
id="stop4130"
|
59
|
+
offset="1"
|
60
|
+
style="stop-color:#000000;stop-opacity:0;" />
|
61
|
+
</linearGradient>
|
62
|
+
<radialGradient
|
63
|
+
r="17.142857"
|
64
|
+
fy="40.000000"
|
65
|
+
fx="23.857143"
|
66
|
+
cy="40.000000"
|
67
|
+
cx="23.857143"
|
68
|
+
gradientTransform="matrix(1,0,0,0.5,2.139286e-14,20)"
|
69
|
+
gradientUnits="userSpaceOnUse"
|
70
|
+
id="radialGradient7449"
|
71
|
+
xlink:href="#linearGradient4126"
|
72
|
+
inkscape:collect="always" />
|
73
|
+
<linearGradient
|
74
|
+
inkscape:collect="always"
|
75
|
+
xlink:href="#linearGradient6525"
|
76
|
+
id="linearGradient5250"
|
77
|
+
x1="8.5469341"
|
78
|
+
y1="30.281681"
|
79
|
+
x2="30.85088"
|
80
|
+
y2="48.301884"
|
81
|
+
gradientUnits="userSpaceOnUse"
|
82
|
+
gradientTransform="matrix(0.899009,0,0,0.934235,1.875108,1.193645)" />
|
83
|
+
<linearGradient
|
84
|
+
inkscape:collect="always"
|
85
|
+
xlink:href="#aigrd1"
|
86
|
+
id="linearGradient3922"
|
87
|
+
gradientUnits="userSpaceOnUse"
|
88
|
+
x1="4.1914"
|
89
|
+
y1="11.1133"
|
90
|
+
x2="47.3197"
|
91
|
+
y2="56.0523" />
|
92
|
+
<linearGradient
|
93
|
+
inkscape:collect="always"
|
94
|
+
xlink:href="#linearGradient6525"
|
95
|
+
id="linearGradient3924"
|
96
|
+
gradientUnits="userSpaceOnUse"
|
97
|
+
gradientTransform="matrix(0.899009,0,0,0.934235,1.875108,1.193645)"
|
98
|
+
x1="8.5469341"
|
99
|
+
y1="30.281681"
|
100
|
+
x2="30.85088"
|
101
|
+
y2="48.301884" />
|
102
|
+
<linearGradient
|
103
|
+
inkscape:collect="always"
|
104
|
+
xlink:href="#linearGradient6525"
|
105
|
+
id="linearGradient3933"
|
106
|
+
gradientUnits="userSpaceOnUse"
|
107
|
+
gradientTransform="matrix(0.899009,0,0,0.934235,1.875108,1.193645)"
|
108
|
+
x1="8.5469341"
|
109
|
+
y1="30.281681"
|
110
|
+
x2="30.85088"
|
111
|
+
y2="48.301884" />
|
112
|
+
<linearGradient
|
113
|
+
inkscape:collect="always"
|
114
|
+
xlink:href="#aigrd1"
|
115
|
+
id="linearGradient3935"
|
116
|
+
gradientUnits="userSpaceOnUse"
|
117
|
+
x1="4.1914"
|
118
|
+
y1="11.1133"
|
119
|
+
x2="47.3197"
|
120
|
+
y2="56.0523" />
|
121
|
+
<linearGradient
|
122
|
+
inkscape:collect="always"
|
123
|
+
xlink:href="#aigrd1"
|
124
|
+
id="linearGradient3946"
|
125
|
+
gradientUnits="userSpaceOnUse"
|
126
|
+
x1="4.1914"
|
127
|
+
y1="11.1133"
|
128
|
+
x2="47.3197"
|
129
|
+
y2="56.0523" />
|
130
|
+
<linearGradient
|
131
|
+
inkscape:collect="always"
|
132
|
+
xlink:href="#linearGradient6525"
|
133
|
+
id="linearGradient3948"
|
134
|
+
gradientUnits="userSpaceOnUse"
|
135
|
+
gradientTransform="matrix(0.899009,0,0,0.934235,1.875108,1.193645)"
|
136
|
+
x1="8.5469341"
|
137
|
+
y1="30.281681"
|
138
|
+
x2="30.85088"
|
139
|
+
y2="48.301884" />
|
140
|
+
</defs>
|
141
|
+
<sodipodi:namedview
|
142
|
+
id="base"
|
143
|
+
pagecolor="#ffffff"
|
144
|
+
bordercolor="#666666"
|
145
|
+
borderopacity="1.0"
|
146
|
+
inkscape:pageopacity="0.0"
|
147
|
+
inkscape:pageshadow="2"
|
148
|
+
inkscape:zoom="14.757891"
|
149
|
+
inkscape:cx="24"
|
150
|
+
inkscape:cy="24"
|
151
|
+
inkscape:current-layer="g7435"
|
152
|
+
showgrid="true"
|
153
|
+
inkscape:grid-bbox="true"
|
154
|
+
inkscape:document-units="px"
|
155
|
+
inkscape:window-width="1105"
|
156
|
+
inkscape:window-height="1084"
|
157
|
+
inkscape:window-x="157"
|
158
|
+
inkscape:window-y="16"
|
159
|
+
gridempspacing="4" />
|
160
|
+
<metadata
|
161
|
+
id="metadata1382">
|
162
|
+
<rdf:RDF>
|
163
|
+
<cc:Work
|
164
|
+
rdf:about="">
|
165
|
+
<dc:format>image/svg+xml</dc:format>
|
166
|
+
<dc:type
|
167
|
+
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
168
|
+
<dc:title>Dialog Warning</dc:title>
|
169
|
+
<dc:date>2005-10-14</dc:date>
|
170
|
+
<dc:creator>
|
171
|
+
<cc:Agent>
|
172
|
+
<dc:title>Andreas Nilsson</dc:title>
|
173
|
+
</cc:Agent>
|
174
|
+
</dc:creator>
|
175
|
+
<dc:contributor>
|
176
|
+
<cc:Agent>
|
177
|
+
<dc:title>Jakub Steiner, Garrett LeSage</dc:title>
|
178
|
+
</cc:Agent>
|
179
|
+
</dc:contributor>
|
180
|
+
<dc:subject>
|
181
|
+
<rdf:Bag>
|
182
|
+
<rdf:li>dialog</rdf:li>
|
183
|
+
<rdf:li>warning</rdf:li>
|
184
|
+
</rdf:Bag>
|
185
|
+
</dc:subject>
|
186
|
+
<cc:license
|
187
|
+
rdf:resource="http://creativecommons.org/licenses/by-sa/2.0/" />
|
188
|
+
</cc:Work>
|
189
|
+
<cc:License
|
190
|
+
rdf:about="http://creativecommons.org/licenses/by-sa/2.0/">
|
191
|
+
<cc:permits
|
192
|
+
rdf:resource="http://web.resource.org/cc/Reproduction" />
|
193
|
+
<cc:permits
|
194
|
+
rdf:resource="http://web.resource.org/cc/Distribution" />
|
195
|
+
<cc:requires
|
196
|
+
rdf:resource="http://web.resource.org/cc/Notice" />
|
197
|
+
<cc:requires
|
198
|
+
rdf:resource="http://web.resource.org/cc/Attribution" />
|
199
|
+
<cc:permits
|
200
|
+
rdf:resource="http://web.resource.org/cc/DerivativeWorks" />
|
201
|
+
<cc:requires
|
202
|
+
rdf:resource="http://web.resource.org/cc/ShareAlike" />
|
203
|
+
</cc:License>
|
204
|
+
</rdf:RDF>
|
205
|
+
</metadata>
|
206
|
+
<g
|
207
|
+
id="layer1"
|
208
|
+
inkscape:label="Layer 1"
|
209
|
+
inkscape:groupmode="layer">
|
210
|
+
<g
|
211
|
+
transform="matrix(1.566667,0.000000,0.000000,1.566667,-8.925566,-23.94764)"
|
212
|
+
id="g7435">
|
213
|
+
<path
|
214
|
+
transform="matrix(0.817145,0,0,0.392908,1.555909,25.27761)"
|
215
|
+
d="M 41 40 A 17.142857 8.5714283 0 1 1 6.7142868,40 A 17.142857 8.5714283 0 1 1 41 40 z"
|
216
|
+
sodipodi:ry="8.5714283"
|
217
|
+
sodipodi:rx="17.142857"
|
218
|
+
sodipodi:cy="40"
|
219
|
+
sodipodi:cx="23.857143"
|
220
|
+
id="path6548"
|
221
|
+
style="opacity:0.5;color:#000000;fill:url(#radialGradient7449);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:block;overflow:visible"
|
222
|
+
sodipodi:type="arc"
|
223
|
+
inkscape:r_cx="true"
|
224
|
+
inkscape:r_cy="true" />
|
225
|
+
<g
|
226
|
+
id="g3937"
|
227
|
+
transform="matrix(1,0,4.537846e-3,1,-0.138907,-1.394718e-15)"
|
228
|
+
inkscape:r_cx="true"
|
229
|
+
inkscape:r_cy="true">
|
230
|
+
<path
|
231
|
+
inkscape:r_cy="true"
|
232
|
+
inkscape:r_cx="true"
|
233
|
+
transform="matrix(1,0,-8.726683e-3,1,0.328074,1.276596)"
|
234
|
+
id="path6485"
|
235
|
+
d="M 33.282781,38.644744 L 22.407791,18.394765 C 22.095292,17.832266 21.532792,17.519767 20.907793,17.519767 C 20.282793,17.519767 19.720294,17.894765 19.407795,18.457265 L 8.7828048,38.707245 C 8.5328048,39.207244 8.5328048,39.894744 8.8453048,40.394743 C 9.1578038,40.894743 9.6578038,41.144742 10.282804,41.144742 L 31.782782,41.144742 C 32.407781,41.144742 32.97028,40.832243 33.220281,40.332243 C 33.53278,39.832243 33.53278,39.207244 33.282781,38.644744 z "
|
236
|
+
style="fill:#cc0000;fill-rule:nonzero;stroke:#9f0000;stroke-width:0.6382978;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
|
237
|
+
<g
|
238
|
+
inkscape:r_cy="true"
|
239
|
+
inkscape:r_cx="true"
|
240
|
+
id="g6487"
|
241
|
+
transform="matrix(0.625,0,-5.534934e-3,0.634254,6.164053,15.76055)"
|
242
|
+
style="fill-rule:nonzero;stroke:#000000;stroke-miterlimit:4">
|
243
|
+
<linearGradient
|
244
|
+
y2="56.052299"
|
245
|
+
x2="47.319698"
|
246
|
+
y1="11.1133"
|
247
|
+
x1="4.1914001"
|
248
|
+
gradientUnits="userSpaceOnUse"
|
249
|
+
id="linearGradient6525">
|
250
|
+
<stop
|
251
|
+
id="stop6529"
|
252
|
+
style="stop-color:#ffffff;stop-opacity:1;"
|
253
|
+
offset="0" />
|
254
|
+
<stop
|
255
|
+
id="stop6531"
|
256
|
+
style="stop-color:#ffffff;stop-opacity:0.34020618;"
|
257
|
+
offset="1" />
|
258
|
+
</linearGradient>
|
259
|
+
<path
|
260
|
+
inkscape:r_cy="true"
|
261
|
+
inkscape:r_cx="true"
|
262
|
+
id="path6496"
|
263
|
+
d="M 9.5,37.6 C 9.2,38.1 9.5,38.5 10,38.5 L 38.2,38.5 C 38.7,38.5 39,38.1 38.7,37.6 L 24.4,11 C 24.1,10.5 23.7,10.5 23.5,11 L 9.5,37.6 z "
|
264
|
+
style="fill:url(#linearGradient3946);stroke:none" />
|
265
|
+
</g>
|
266
|
+
<path
|
267
|
+
inkscape:r_cy="true"
|
268
|
+
inkscape:r_cx="true"
|
269
|
+
transform="matrix(1,0,-8.726683e-3,1,0.318277,1.276596)"
|
270
|
+
sodipodi:nodetypes="ccsccscccc"
|
271
|
+
id="path1325"
|
272
|
+
d="M 32.323106,38.183905 L 22.150271,19.265666 C 21.71698,18.45069 21.561698,18.189213 20.908406,18.189213 C 20.346525,18.189213 20.054127,18.57002 19.651305,19.339291 L 9.7489285,38.242296 C 9.1737649,39.303588 9.1128238,39.580228 9.3937644,40.047345 C 9.6747034,40.514462 10.032797,40.48902 11.356441,40.519491 L 30.974593,40.519491 C 32.206825,40.534726 32.483988,40.440837 32.70874,39.97372 C 32.989681,39.506602 32.867799,39.136 32.323106,38.183905 z "
|
273
|
+
style="opacity:0.5;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient3948);stroke-width:0.63829792;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
|
274
|
+
</g>
|
275
|
+
<g
|
276
|
+
style="fill-rule:nonzero;stroke:#000000;stroke-miterlimit:4"
|
277
|
+
transform="matrix(0.555088,0,0,0.555052,7.749711,17.80196)"
|
278
|
+
id="g6498"
|
279
|
+
inkscape:r_cx="true"
|
280
|
+
inkscape:r_cy="true">
|
281
|
+
<path
|
282
|
+
style="stroke:none"
|
283
|
+
d="M 23.9,36.5 C 22.6,36.5 21.6,35.5 21.6,34.2 C 21.6,32.8 22.5,31.9 23.9,31.9 C 25.3,31.9 26.1,32.8 26.2,34.2 C 26.2,35.5 25.3,36.5 23.9,36.5 L 23.9,36.5 z M 22.5,30.6 L 21.9,19.1 L 25.9,19.1 L 25.3,30.6 L 22.4,30.6 L 22.5,30.6 z "
|
284
|
+
id="path6500"
|
285
|
+
inkscape:r_cx="true"
|
286
|
+
inkscape:r_cy="true" />
|
287
|
+
</g>
|
288
|
+
</g>
|
289
|
+
</g>
|
290
|
+
</svg>
|
@@ -0,0 +1,55 @@
|
|
1
|
+
This package was debianized by Mark Johnson <mrj@debian.org> on
|
2
|
+
Mon, 11 Oct 2004 18:37:39 -0400
|
3
|
+
|
4
|
+
It was downloaded from the Sourceforge mirror:
|
5
|
+
<http://umn.dl.sourceforge.net/sourceforge/docbook/>
|
6
|
+
|
7
|
+
Upstream Author: Norman Walsh <ndw@nwalsh.com> and other docbook developers at
|
8
|
+
the Sourceforge DocBook Open Repository
|
9
|
+
|
10
|
+
|
11
|
+
Copyright
|
12
|
+
---------
|
13
|
+
|
14
|
+
Copyright (C) 1999, 2000, 2001 Norman Walsh
|
15
|
+
|
16
|
+
Permission is hereby granted, free of charge, to any person
|
17
|
+
obtaining a copy of this software and associated documentation
|
18
|
+
files (the ``Software''), to deal in the Software without
|
19
|
+
restriction, including without limitation the rights to use,
|
20
|
+
copy, modify, merge, publish, distribute, sublicense, and/or
|
21
|
+
sell copies of the Software, and to permit persons to whom the
|
22
|
+
Software is furnished to do so, subject to the following
|
23
|
+
conditions:
|
24
|
+
|
25
|
+
The above copyright notice and this permission notice shall be
|
26
|
+
included in all copies or substantial portions of the Software.
|
27
|
+
|
28
|
+
Except as contained in this notice, the names of individuals
|
29
|
+
credited with contribution to this software shall not be used in
|
30
|
+
advertising or otherwise to promote the sale, use or other
|
31
|
+
dealings in this Software without prior written authorization
|
32
|
+
from the individuals in question.
|
33
|
+
|
34
|
+
Any stylesheet derived from this Software that is publically
|
35
|
+
distributed will be identified with a different name and the
|
36
|
+
version strings in any derived Software will be changed so that
|
37
|
+
no possibility of confusion between the derived package and this
|
38
|
+
Software will exist.
|
39
|
+
|
40
|
+
Warranty
|
41
|
+
--------
|
42
|
+
|
43
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
44
|
+
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
|
45
|
+
OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
46
|
+
NONINFRINGEMENT. IN NO EVENT SHALL NORMAN WALSH OR ANY OTHER
|
47
|
+
CONTRIBUTOR BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
|
48
|
+
WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
49
|
+
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
|
50
|
+
OTHER DEALINGS IN THE SOFTWARE.
|
51
|
+
|
52
|
+
Contacting the Author
|
53
|
+
---------------------
|
54
|
+
|
55
|
+
These stylesheets are maintained by Norman Walsh, <ndw@nwalsh.com>.
|
Binary file
|
Binary file
|