gsf 3.0.9-x86-mingw32
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +7 -0
- data/Rakefile +55 -0
- data/lib/gsf.rb +53 -0
- data/lib/gsf/input.rb +26 -0
- data/lib/gsf/loader.rb +57 -0
- data/test/gsf-test-utils.rb +22 -0
- data/test/run-test.rb +46 -0
- data/test/test-input-stdio.rb +25 -0
- data/vendor/local/bin/gsf-office-thumbnailer.exe +0 -0
- data/vendor/local/bin/gsf-vba-dump.exe +0 -0
- data/vendor/local/bin/gsf.exe +0 -0
- data/vendor/local/bin/libgsf-1-114.dll +0 -0
- data/vendor/local/bin/libgsf-win32-1-114.dll +0 -0
- data/vendor/local/include/libgsf-1/gsf-win32/gsf-input-win32.h +41 -0
- data/vendor/local/include/libgsf-1/gsf-win32/gsf-output-win32.h +41 -0
- data/vendor/local/include/libgsf-1/gsf/gsf-blob.h +39 -0
- data/vendor/local/include/libgsf-1/gsf/gsf-clip-data.h +72 -0
- data/vendor/local/include/libgsf-1/gsf/gsf-doc-meta-data.h +66 -0
- data/vendor/local/include/libgsf-1/gsf/gsf-docprop-vector.h +47 -0
- data/vendor/local/include/libgsf-1/gsf/gsf-fwd.h +121 -0
- data/vendor/local/include/libgsf-1/gsf/gsf-impl-utils.h +156 -0
- data/vendor/local/include/libgsf-1/gsf/gsf-infile-impl.h +50 -0
- data/vendor/local/include/libgsf-1/gsf/gsf-infile-msole.h +45 -0
- data/vendor/local/include/libgsf-1/gsf/gsf-infile-msvba.h +49 -0
- data/vendor/local/include/libgsf-1/gsf/gsf-infile-stdio.h +43 -0
- data/vendor/local/include/libgsf-1/gsf/gsf-infile-tar.h +40 -0
- data/vendor/local/include/libgsf-1/gsf/gsf-infile-zip.h +43 -0
- data/vendor/local/include/libgsf-1/gsf/gsf-infile.h +46 -0
- data/vendor/local/include/libgsf-1/gsf/gsf-input-bzip.h +34 -0
- data/vendor/local/include/libgsf-1/gsf/gsf-input-gio.h +44 -0
- data/vendor/local/include/libgsf-1/gsf/gsf-input-gzip.h +43 -0
- data/vendor/local/include/libgsf-1/gsf/gsf-input-http.h +45 -0
- data/vendor/local/include/libgsf-1/gsf/gsf-input-impl.h +68 -0
- data/vendor/local/include/libgsf-1/gsf/gsf-input-iochannel.h +35 -0
- data/vendor/local/include/libgsf-1/gsf/gsf-input-memory.h +46 -0
- data/vendor/local/include/libgsf-1/gsf/gsf-input-proxy.h +46 -0
- data/vendor/local/include/libgsf-1/gsf/gsf-input-stdio.h +48 -0
- data/vendor/local/include/libgsf-1/gsf/gsf-input-textline.h +46 -0
- data/vendor/local/include/libgsf-1/gsf/gsf-input.h +69 -0
- data/vendor/local/include/libgsf-1/gsf/gsf-libxml.h +225 -0
- data/vendor/local/include/libgsf-1/gsf/gsf-meta-names.h +482 -0
- data/vendor/local/include/libgsf-1/gsf/gsf-msole-utils.h +70 -0
- data/vendor/local/include/libgsf-1/gsf/gsf-open-pkg-utils.h +95 -0
- data/vendor/local/include/libgsf-1/gsf/gsf-opendoc-utils.h +162 -0
- data/vendor/local/include/libgsf-1/gsf/gsf-outfile-impl.h +46 -0
- data/vendor/local/include/libgsf-1/gsf/gsf-outfile-msole.h +47 -0
- data/vendor/local/include/libgsf-1/gsf/gsf-outfile-stdio.h +49 -0
- data/vendor/local/include/libgsf-1/gsf/gsf-outfile-zip.h +61 -0
- data/vendor/local/include/libgsf-1/gsf/gsf-outfile.h +49 -0
- data/vendor/local/include/libgsf-1/gsf/gsf-output-bzip.h +43 -0
- data/vendor/local/include/libgsf-1/gsf/gsf-output-csv.h +84 -0
- data/vendor/local/include/libgsf-1/gsf/gsf-output-gio.h +44 -0
- data/vendor/local/include/libgsf-1/gsf/gsf-output-gzip.h +43 -0
- data/vendor/local/include/libgsf-1/gsf/gsf-output-iconv.h +47 -0
- data/vendor/local/include/libgsf-1/gsf/gsf-output-impl.h +37 -0
- data/vendor/local/include/libgsf-1/gsf/gsf-output-iochannel.h +43 -0
- data/vendor/local/include/libgsf-1/gsf/gsf-output-memory.h +44 -0
- data/vendor/local/include/libgsf-1/gsf/gsf-output-stdio.h +52 -0
- data/vendor/local/include/libgsf-1/gsf/gsf-output.h +99 -0
- data/vendor/local/include/libgsf-1/gsf/gsf-shared-memory.h +51 -0
- data/vendor/local/include/libgsf-1/gsf/gsf-structured-blob.h +45 -0
- data/vendor/local/include/libgsf-1/gsf/gsf-timestamp.h +70 -0
- data/vendor/local/include/libgsf-1/gsf/gsf-utils.h +340 -0
- data/vendor/local/include/libgsf-1/gsf/gsf.h +98 -0
- data/vendor/local/lib/libgsf-1.a +0 -0
- data/vendor/local/lib/libgsf-1.dll.a +0 -0
- data/vendor/local/lib/libgsf-1.la +41 -0
- data/vendor/local/lib/libgsf-win32-1.a +0 -0
- data/vendor/local/lib/libgsf-win32-1.dll.a +0 -0
- data/vendor/local/lib/libgsf-win32-1.la +41 -0
- data/vendor/local/lib/pkgconfig/libgsf-1.pc +11 -0
- data/vendor/local/lib/pkgconfig/libgsf-win32-1.pc +11 -0
- data/vendor/local/share/gtk-doc/html/gsf/annotation-glossary.html +56 -0
- data/vendor/local/share/gtk-doc/html/gsf/api.html +107 -0
- data/vendor/local/share/gtk-doc/html/gsf/dependencies.html +109 -0
- data/vendor/local/share/gtk-doc/html/gsf/gsf-Compression.html +369 -0
- data/vendor/local/share/gtk-doc/html/gsf/gsf-GIO.html +307 -0
- data/vendor/local/share/gtk-doc/html/gsf/gsf-GIOChannel.html +119 -0
- data/vendor/local/share/gtk-doc/html/gsf/gsf-Infile-reading-structed-files.html +397 -0
- data/vendor/local/share/gtk-doc/html/gsf/gsf-Input-from-unstructured-files.html +887 -0
- data/vendor/local/share/gtk-doc/html/gsf/gsf-MS-OLE2.html +894 -0
- data/vendor/local/share/gtk-doc/html/gsf/gsf-OASIS-Open-Document.html +398 -0
- data/vendor/local/share/gtk-doc/html/gsf/gsf-Outfile-writing-structed-files.html +237 -0
- data/vendor/local/share/gtk-doc/html/gsf/gsf-Output-to-unstructured-files.html +830 -0
- data/vendor/local/share/gtk-doc/html/gsf/gsf-Reading-and-Writing-from-local-files-and-directories.html +593 -0
- data/vendor/local/share/gtk-doc/html/gsf/gsf-Text.html +523 -0
- data/vendor/local/share/gtk-doc/html/gsf/gsf-XML-and-libxml.html +2032 -0
- data/vendor/local/share/gtk-doc/html/gsf/gsf-Zip.html +338 -0
- data/vendor/local/share/gtk-doc/html/gsf/gsf-blobs.html +56 -0
- data/vendor/local/share/gtk-doc/html/gsf/gsf-clip-data.html +444 -0
- data/vendor/local/share/gtk-doc/html/gsf/gsf-index.html +875 -0
- data/vendor/local/share/gtk-doc/html/gsf/gsf-memory.html +332 -0
- data/vendor/local/share/gtk-doc/html/gsf/gsf-metadata.html +1762 -0
- data/vendor/local/share/gtk-doc/html/gsf/gsf-users.html +73 -0
- data/vendor/local/share/gtk-doc/html/gsf/gsf-utils.html +2503 -0
- data/vendor/local/share/gtk-doc/html/gsf/gsf.devhelp2 +440 -0
- data/vendor/local/share/gtk-doc/html/gsf/history.html +45 -0
- data/vendor/local/share/gtk-doc/html/gsf/home.png +0 -0
- data/vendor/local/share/gtk-doc/html/gsf/index.html +98 -0
- data/vendor/local/share/gtk-doc/html/gsf/index.sgml +572 -0
- data/vendor/local/share/gtk-doc/html/gsf/intro.html +39 -0
- data/vendor/local/share/gtk-doc/html/gsf/io.html +38 -0
- data/vendor/local/share/gtk-doc/html/gsf/left-insensitive.png +0 -0
- data/vendor/local/share/gtk-doc/html/gsf/left.png +0 -0
- data/vendor/local/share/gtk-doc/html/gsf/misc.html +33 -0
- data/vendor/local/share/gtk-doc/html/gsf/parsers.html +59 -0
- data/vendor/local/share/gtk-doc/html/gsf/right-insensitive.png +0 -0
- data/vendor/local/share/gtk-doc/html/gsf/right.png +0 -0
- data/vendor/local/share/gtk-doc/html/gsf/sources.html +50 -0
- data/vendor/local/share/gtk-doc/html/gsf/style.css +461 -0
- data/vendor/local/share/gtk-doc/html/gsf/up-insensitive.png +0 -0
- data/vendor/local/share/gtk-doc/html/gsf/up.png +0 -0
- data/vendor/local/share/license/libgsf/AUTHORS +3 -0
- data/vendor/local/share/license/libgsf/COPYING +340 -0
- data/vendor/local/share/license/libgsf/COPYING.LIB +504 -0
- data/vendor/local/share/locale/as/LC_MESSAGES/libgsf.mo +0 -0
- data/vendor/local/share/locale/bs/LC_MESSAGES/libgsf.mo +0 -0
- data/vendor/local/share/locale/ca/LC_MESSAGES/libgsf.mo +0 -0
- data/vendor/local/share/locale/ca@valencia/LC_MESSAGES/libgsf.mo +0 -0
- data/vendor/local/share/locale/cs/LC_MESSAGES/libgsf.mo +0 -0
- data/vendor/local/share/locale/da/LC_MESSAGES/libgsf.mo +0 -0
- data/vendor/local/share/locale/de/LC_MESSAGES/libgsf.mo +0 -0
- data/vendor/local/share/locale/el/LC_MESSAGES/libgsf.mo +0 -0
- data/vendor/local/share/locale/en_GB/LC_MESSAGES/libgsf.mo +0 -0
- data/vendor/local/share/locale/eo/LC_MESSAGES/libgsf.mo +0 -0
- data/vendor/local/share/locale/es/LC_MESSAGES/libgsf.mo +0 -0
- data/vendor/local/share/locale/eu/LC_MESSAGES/libgsf.mo +0 -0
- data/vendor/local/share/locale/fi/LC_MESSAGES/libgsf.mo +0 -0
- data/vendor/local/share/locale/fr/LC_MESSAGES/libgsf.mo +0 -0
- data/vendor/local/share/locale/gl/LC_MESSAGES/libgsf.mo +0 -0
- data/vendor/local/share/locale/he/LC_MESSAGES/libgsf.mo +0 -0
- data/vendor/local/share/locale/hu/LC_MESSAGES/libgsf.mo +0 -0
- data/vendor/local/share/locale/id/LC_MESSAGES/libgsf.mo +0 -0
- data/vendor/local/share/locale/it/LC_MESSAGES/libgsf.mo +0 -0
- data/vendor/local/share/locale/ja/LC_MESSAGES/libgsf.mo +0 -0
- data/vendor/local/share/locale/ko/LC_MESSAGES/libgsf.mo +0 -0
- data/vendor/local/share/locale/lt/LC_MESSAGES/libgsf.mo +0 -0
- data/vendor/local/share/locale/lv/LC_MESSAGES/libgsf.mo +0 -0
- data/vendor/local/share/locale/ml/LC_MESSAGES/libgsf.mo +0 -0
- data/vendor/local/share/locale/nb/LC_MESSAGES/libgsf.mo +0 -0
- data/vendor/local/share/locale/nn/LC_MESSAGES/libgsf.mo +0 -0
- data/vendor/local/share/locale/oc/LC_MESSAGES/libgsf.mo +0 -0
- data/vendor/local/share/locale/pa/LC_MESSAGES/libgsf.mo +0 -0
- data/vendor/local/share/locale/pl/LC_MESSAGES/libgsf.mo +0 -0
- data/vendor/local/share/locale/pt/LC_MESSAGES/libgsf.mo +0 -0
- data/vendor/local/share/locale/pt_BR/LC_MESSAGES/libgsf.mo +0 -0
- data/vendor/local/share/locale/ro/LC_MESSAGES/libgsf.mo +0 -0
- data/vendor/local/share/locale/ru/LC_MESSAGES/libgsf.mo +0 -0
- data/vendor/local/share/locale/sk/LC_MESSAGES/libgsf.mo +0 -0
- data/vendor/local/share/locale/sl/LC_MESSAGES/libgsf.mo +0 -0
- data/vendor/local/share/locale/sr/LC_MESSAGES/libgsf.mo +0 -0
- data/vendor/local/share/locale/sr@latin/LC_MESSAGES/libgsf.mo +0 -0
- data/vendor/local/share/locale/sv/LC_MESSAGES/libgsf.mo +0 -0
- data/vendor/local/share/locale/ta/LC_MESSAGES/libgsf.mo +0 -0
- data/vendor/local/share/locale/tg/LC_MESSAGES/libgsf.mo +0 -0
- data/vendor/local/share/locale/th/LC_MESSAGES/libgsf.mo +0 -0
- data/vendor/local/share/locale/tr/LC_MESSAGES/libgsf.mo +0 -0
- data/vendor/local/share/locale/uk/LC_MESSAGES/libgsf.mo +0 -0
- data/vendor/local/share/locale/zh_CN/LC_MESSAGES/libgsf.mo +0 -0
- data/vendor/local/share/locale/zh_HK/LC_MESSAGES/libgsf.mo +0 -0
- data/vendor/local/share/locale/zh_TW/LC_MESSAGES/libgsf.mo +0 -0
- data/vendor/local/share/man/man1/gsf-office-thumbnailer.1 +71 -0
- data/vendor/local/share/man/man1/gsf-vba-dump.1 +61 -0
- data/vendor/local/share/man/man1/gsf.1 +91 -0
- data/vendor/local/share/thumbnailers/gsf-office.thumbnailer +4 -0
- metadata +235 -0
@@ -0,0 +1,39 @@
|
|
1
|
+
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
2
|
+
<html>
|
3
|
+
<head>
|
4
|
+
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
5
|
+
<title>GSF Reference Manual: Part I. GSF: Introduction</title>
|
6
|
+
<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
|
7
|
+
<link rel="home" href="index.html" title="GSF Reference Manual">
|
8
|
+
<link rel="up" href="index.html" title="GSF Reference Manual">
|
9
|
+
<link rel="prev" href="index.html" title="GSF Reference Manual">
|
10
|
+
<link rel="next" href="history.html" title="Part II. GSF: History">
|
11
|
+
<meta name="generator" content="GTK-Doc V1.20 (XML mode)">
|
12
|
+
<link rel="stylesheet" href="style.css" type="text/css">
|
13
|
+
</head>
|
14
|
+
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
|
15
|
+
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="10"><tr valign="middle">
|
16
|
+
<td width="100%" align="left" class="shortcuts"></td>
|
17
|
+
<td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
|
18
|
+
<td><img src="up-insensitive.png" width="16" height="16" border="0"></td>
|
19
|
+
<td><a accesskey="p" href="index.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
|
20
|
+
<td><a accesskey="n" href="history.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
|
21
|
+
</tr></table>
|
22
|
+
<div class="part">
|
23
|
+
<div class="titlepage"><div><div><h1 class="title">
|
24
|
+
<a name="intro"></a>Part I. GSF: Introduction</h1></div></div></div>
|
25
|
+
<div class="partintro">
|
26
|
+
<div></div>
|
27
|
+
<p>
|
28
|
+
The GNOME Structured File Library (GSF) is an I/O abstraction for
|
29
|
+
reading/writing compound files. GSF is released under the GNU <a class="ulink" href="http://www.fsf.org/licensing/licenses/lgpl.html" target="_top">Lesser General Public
|
30
|
+
License</a> (GNU LGPL), which allows for flexible licensing of client
|
31
|
+
applications.
|
32
|
+
</p>
|
33
|
+
</div>
|
34
|
+
</div>
|
35
|
+
<div class="footer">
|
36
|
+
<hr>
|
37
|
+
Generated by GTK-Doc V1.20</div>
|
38
|
+
</body>
|
39
|
+
</html>
|
@@ -0,0 +1,38 @@
|
|
1
|
+
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
2
|
+
<html>
|
3
|
+
<head>
|
4
|
+
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
5
|
+
<title>GSF Reference Manual: Basic Input/Output</title>
|
6
|
+
<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
|
7
|
+
<link rel="home" href="index.html" title="GSF Reference Manual">
|
8
|
+
<link rel="up" href="api.html" title="Part V. API Reference">
|
9
|
+
<link rel="prev" href="api.html" title="Part V. API Reference">
|
10
|
+
<link rel="next" href="gsf-Input-from-unstructured-files.html" title="Input from unstructured files">
|
11
|
+
<meta name="generator" content="GTK-Doc V1.20 (XML mode)">
|
12
|
+
<link rel="stylesheet" href="style.css" type="text/css">
|
13
|
+
</head>
|
14
|
+
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
|
15
|
+
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="10"><tr valign="middle">
|
16
|
+
<td width="100%" align="left" class="shortcuts"></td>
|
17
|
+
<td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
|
18
|
+
<td><a accesskey="u" href="api.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td>
|
19
|
+
<td><a accesskey="p" href="api.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
|
20
|
+
<td><a accesskey="n" href="gsf-Input-from-unstructured-files.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
|
21
|
+
</tr></table>
|
22
|
+
<div class="chapter">
|
23
|
+
<div class="titlepage"><div><div><h2 class="title">
|
24
|
+
<a name="io"></a>Basic Input/Output</h2></div></div></div>
|
25
|
+
<div class="toc"><dl class="toc">
|
26
|
+
<dt>
|
27
|
+
<span class="refentrytitle"><a href="gsf-Input-from-unstructured-files.html">Input from unstructured files</a></span><span class="refpurpose"></span>
|
28
|
+
</dt>
|
29
|
+
<dt>
|
30
|
+
<span class="refentrytitle"><a href="gsf-Output-to-unstructured-files.html">Output to unstructured files</a></span><span class="refpurpose"></span>
|
31
|
+
</dt>
|
32
|
+
</dl></div>
|
33
|
+
</div>
|
34
|
+
<div class="footer">
|
35
|
+
<hr>
|
36
|
+
Generated by GTK-Doc V1.20</div>
|
37
|
+
</body>
|
38
|
+
</html>
|
Binary file
|
Binary file
|
@@ -0,0 +1,33 @@
|
|
1
|
+
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
2
|
+
<html>
|
3
|
+
<head>
|
4
|
+
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
5
|
+
<title>GSF Reference Manual: Miscellaneous</title>
|
6
|
+
<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
|
7
|
+
<link rel="home" href="index.html" title="GSF Reference Manual">
|
8
|
+
<link rel="up" href="api.html" title="Part V. API Reference">
|
9
|
+
<link rel="prev" href="gsf-clip-data.html" title="GsfClipData">
|
10
|
+
<link rel="next" href="gsf-utils.html" title="utils">
|
11
|
+
<meta name="generator" content="GTK-Doc V1.20 (XML mode)">
|
12
|
+
<link rel="stylesheet" href="style.css" type="text/css">
|
13
|
+
</head>
|
14
|
+
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
|
15
|
+
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="10"><tr valign="middle">
|
16
|
+
<td width="100%" align="left" class="shortcuts"></td>
|
17
|
+
<td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
|
18
|
+
<td><a accesskey="u" href="api.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td>
|
19
|
+
<td><a accesskey="p" href="gsf-clip-data.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
|
20
|
+
<td><a accesskey="n" href="gsf-utils.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
|
21
|
+
</tr></table>
|
22
|
+
<div class="chapter">
|
23
|
+
<div class="titlepage"><div><div><h2 class="title">
|
24
|
+
<a name="misc"></a>Miscellaneous</h2></div></div></div>
|
25
|
+
<div class="toc"><dl class="toc"><dt>
|
26
|
+
<span class="refentrytitle"><a href="gsf-utils.html">utils</a></span><span class="refpurpose"></span>
|
27
|
+
</dt></dl></div>
|
28
|
+
</div>
|
29
|
+
<div class="footer">
|
30
|
+
<hr>
|
31
|
+
Generated by GTK-Doc V1.20</div>
|
32
|
+
</body>
|
33
|
+
</html>
|
@@ -0,0 +1,59 @@
|
|
1
|
+
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
2
|
+
<html>
|
3
|
+
<head>
|
4
|
+
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
5
|
+
<title>GSF Reference Manual: Stream Parsers</title>
|
6
|
+
<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
|
7
|
+
<link rel="home" href="index.html" title="GSF Reference Manual">
|
8
|
+
<link rel="up" href="api.html" title="Part V. API Reference">
|
9
|
+
<link rel="prev" href="gsf-GIO.html" title="GIO">
|
10
|
+
<link rel="next" href="gsf-Text.html" title="Text">
|
11
|
+
<meta name="generator" content="GTK-Doc V1.20 (XML mode)">
|
12
|
+
<link rel="stylesheet" href="style.css" type="text/css">
|
13
|
+
</head>
|
14
|
+
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
|
15
|
+
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="10"><tr valign="middle">
|
16
|
+
<td width="100%" align="left" class="shortcuts"></td>
|
17
|
+
<td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
|
18
|
+
<td><a accesskey="u" href="api.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td>
|
19
|
+
<td><a accesskey="p" href="gsf-GIO.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
|
20
|
+
<td><a accesskey="n" href="gsf-Text.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
|
21
|
+
</tr></table>
|
22
|
+
<div class="chapter">
|
23
|
+
<div class="titlepage"><div><div><h2 class="title">
|
24
|
+
<a name="parsers"></a>Stream Parsers</h2></div></div></div>
|
25
|
+
<div class="toc"><dl class="toc">
|
26
|
+
<dt>
|
27
|
+
<span class="refentrytitle"><a href="gsf-Text.html">Text</a></span><span class="refpurpose"></span>
|
28
|
+
</dt>
|
29
|
+
<dt>
|
30
|
+
<span class="refentrytitle"><a href="gsf-XML-and-libxml.html">XML and libxml</a></span><span class="refpurpose"></span>
|
31
|
+
</dt>
|
32
|
+
<dt>
|
33
|
+
<span class="refentrytitle"><a href="gsf-Zip.html">Zip files</a></span><span class="refpurpose"> — Utilities for reading and writing ZIP/JAR files</span>
|
34
|
+
</dt>
|
35
|
+
<dt>
|
36
|
+
<span class="refentrytitle"><a href="gsf-Compression.html">Compression</a></span><span class="refpurpose"></span>
|
37
|
+
</dt>
|
38
|
+
<dt>
|
39
|
+
<span class="refentrytitle"><a href="gsf-MS-OLE2.html">MS OLE2</a></span><span class="refpurpose"></span>
|
40
|
+
</dt>
|
41
|
+
<dt>
|
42
|
+
<span class="refentrytitle"><a href="gsf-metadata.html">metadata</a></span><span class="refpurpose"></span>
|
43
|
+
</dt>
|
44
|
+
<dt>
|
45
|
+
<span class="refentrytitle"><a href="gsf-OASIS-Open-Document.html">OASIS Open Document</a></span><span class="refpurpose"></span>
|
46
|
+
</dt>
|
47
|
+
<dt>
|
48
|
+
<span class="refentrytitle"><a href="gsf-blobs.html">GsfBlob</a></span><span class="refpurpose"></span>
|
49
|
+
</dt>
|
50
|
+
<dt>
|
51
|
+
<span class="refentrytitle"><a href="gsf-clip-data.html">GsfClipData</a></span><span class="refpurpose"></span>
|
52
|
+
</dt>
|
53
|
+
</dl></div>
|
54
|
+
</div>
|
55
|
+
<div class="footer">
|
56
|
+
<hr>
|
57
|
+
Generated by GTK-Doc V1.20</div>
|
58
|
+
</body>
|
59
|
+
</html>
|
Binary file
|
Binary file
|
@@ -0,0 +1,50 @@
|
|
1
|
+
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
2
|
+
<html>
|
3
|
+
<head>
|
4
|
+
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
5
|
+
<title>GSF Reference Manual: Stream Sources</title>
|
6
|
+
<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
|
7
|
+
<link rel="home" href="index.html" title="GSF Reference Manual">
|
8
|
+
<link rel="up" href="api.html" title="Part V. API Reference">
|
9
|
+
<link rel="prev" href="gsf-Output-to-unstructured-files.html" title="Output to unstructured files">
|
10
|
+
<link rel="next" href="gsf-Infile-reading-structed-files.html" title="Infile reading structed files">
|
11
|
+
<meta name="generator" content="GTK-Doc V1.20 (XML mode)">
|
12
|
+
<link rel="stylesheet" href="style.css" type="text/css">
|
13
|
+
</head>
|
14
|
+
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
|
15
|
+
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="10"><tr valign="middle">
|
16
|
+
<td width="100%" align="left" class="shortcuts"></td>
|
17
|
+
<td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
|
18
|
+
<td><a accesskey="u" href="api.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td>
|
19
|
+
<td><a accesskey="p" href="gsf-Output-to-unstructured-files.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
|
20
|
+
<td><a accesskey="n" href="gsf-Infile-reading-structed-files.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
|
21
|
+
</tr></table>
|
22
|
+
<div class="chapter">
|
23
|
+
<div class="titlepage"><div><div><h2 class="title">
|
24
|
+
<a name="sources"></a>Stream Sources</h2></div></div></div>
|
25
|
+
<div class="toc"><dl class="toc">
|
26
|
+
<dt>
|
27
|
+
<span class="refentrytitle"><a href="gsf-Infile-reading-structed-files.html">Infile reading structed files</a></span><span class="refpurpose"></span>
|
28
|
+
</dt>
|
29
|
+
<dt>
|
30
|
+
<span class="refentrytitle"><a href="gsf-Outfile-writing-structed-files.html">Outfile writing structed files</a></span><span class="refpurpose"></span>
|
31
|
+
</dt>
|
32
|
+
<dt>
|
33
|
+
<span class="refentrytitle"><a href="gsf-Reading-and-Writing-from-local-files-and-directories.html">Reading and Writing from local files and directories</a></span><span class="refpurpose"></span>
|
34
|
+
</dt>
|
35
|
+
<dt>
|
36
|
+
<span class="refentrytitle"><a href="gsf-memory.html">memory</a></span><span class="refpurpose"></span>
|
37
|
+
</dt>
|
38
|
+
<dt>
|
39
|
+
<span class="refentrytitle"><a href="gsf-GIOChannel.html">GIOChannel</a></span><span class="refpurpose"></span>
|
40
|
+
</dt>
|
41
|
+
<dt>
|
42
|
+
<span class="refentrytitle"><a href="gsf-GIO.html">GIO</a></span><span class="refpurpose"></span>
|
43
|
+
</dt>
|
44
|
+
</dl></div>
|
45
|
+
</div>
|
46
|
+
<div class="footer">
|
47
|
+
<hr>
|
48
|
+
Generated by GTK-Doc V1.20</div>
|
49
|
+
</body>
|
50
|
+
</html>
|
@@ -0,0 +1,461 @@
|
|
1
|
+
body
|
2
|
+
{
|
3
|
+
font-family: cantarell, sans-serif;
|
4
|
+
}
|
5
|
+
.synopsis, .classsynopsis
|
6
|
+
{
|
7
|
+
/* tango:aluminium 1/2 */
|
8
|
+
background: #eeeeec;
|
9
|
+
background: rgba(238, 238, 236, 0.5);
|
10
|
+
border: solid 1px rgb(238, 238, 236);
|
11
|
+
padding: 0.5em;
|
12
|
+
}
|
13
|
+
.programlisting
|
14
|
+
{
|
15
|
+
/* tango:sky blue 0/1 */
|
16
|
+
/* fallback for no rgba support */
|
17
|
+
background: #e6f3ff;
|
18
|
+
border: solid 1px #729fcf;
|
19
|
+
background: rgba(114, 159, 207, 0.1);
|
20
|
+
border: solid 1px rgba(114, 159, 207, 0.2);
|
21
|
+
padding: 0.5em;
|
22
|
+
}
|
23
|
+
.variablelist
|
24
|
+
{
|
25
|
+
padding: 4px;
|
26
|
+
margin-left: 3em;
|
27
|
+
}
|
28
|
+
.variablelist td:first-child
|
29
|
+
{
|
30
|
+
vertical-align: top;
|
31
|
+
}
|
32
|
+
|
33
|
+
@media screen {
|
34
|
+
sup a.footnote
|
35
|
+
{
|
36
|
+
position: relative;
|
37
|
+
top: 0em ! important;
|
38
|
+
}
|
39
|
+
/* this is needed so that the local anchors are displayed below the naviagtion */
|
40
|
+
div.footnote a[name], div.refnamediv a[name], div.refsect1 a[name], div.refsect2 a[name], div.index a[name], div.glossary a[name], div.sect1 a[name]
|
41
|
+
{
|
42
|
+
display: inline-block;
|
43
|
+
position: relative;
|
44
|
+
top:-5em;
|
45
|
+
}
|
46
|
+
/* this seems to be a bug in the xsl style sheets when generating indexes */
|
47
|
+
div.index div.index
|
48
|
+
{
|
49
|
+
top: 0em;
|
50
|
+
}
|
51
|
+
/* make space for the fixed navigation bar and add space at the bottom so that
|
52
|
+
* link targets appear somewhat close to top
|
53
|
+
*/
|
54
|
+
body
|
55
|
+
{
|
56
|
+
padding-top: 5em;
|
57
|
+
padding-bottom: 500px;
|
58
|
+
max-width: 60em;
|
59
|
+
}
|
60
|
+
p
|
61
|
+
{
|
62
|
+
max-width: 60em;
|
63
|
+
}
|
64
|
+
/* style and size the navigation bar */
|
65
|
+
table.navigation#top
|
66
|
+
{
|
67
|
+
position: fixed;
|
68
|
+
background: #e2e2e2;
|
69
|
+
border-bottom: solid 1px #babdb6;
|
70
|
+
margin-top: 0;
|
71
|
+
margin-bottom: 0;
|
72
|
+
top: 0;
|
73
|
+
left: 0;
|
74
|
+
height: 3em;
|
75
|
+
z-index: 10;
|
76
|
+
}
|
77
|
+
.navigation a, .navigation a:visited
|
78
|
+
{
|
79
|
+
/* tango:sky blue 3 */
|
80
|
+
color: #204a87;
|
81
|
+
}
|
82
|
+
.navigation a:hover
|
83
|
+
{
|
84
|
+
/* tango:sky blue 2 */
|
85
|
+
color: #3465a4;
|
86
|
+
}
|
87
|
+
td.shortcuts
|
88
|
+
{
|
89
|
+
/* tango:sky blue 2 */
|
90
|
+
color: #3465a4;
|
91
|
+
font-size: 80%;
|
92
|
+
white-space: nowrap;
|
93
|
+
}
|
94
|
+
td.shortcuts .dim
|
95
|
+
{
|
96
|
+
color: #babdb6;
|
97
|
+
}
|
98
|
+
}
|
99
|
+
@media screen and (min-width: 60em) {
|
100
|
+
/* screen larger than 60em */
|
101
|
+
body { margin: auto; }
|
102
|
+
}
|
103
|
+
@media screen and (max-width: 60em) {
|
104
|
+
/* screen less than 60em */
|
105
|
+
#nav_hierarchy { display: none; }
|
106
|
+
#nav_interfaces { display: none; }
|
107
|
+
#nav_prerequisites { display: none; }
|
108
|
+
#nav_derived_interfaces { display: none; }
|
109
|
+
#nav_implementations { display: none; }
|
110
|
+
#nav_child_properties { display: none; }
|
111
|
+
#nav_style_properties { display: none; }
|
112
|
+
#nav_index { display: none; }
|
113
|
+
#nav_glossary { display: none; }
|
114
|
+
.gallery_image { display: none; }
|
115
|
+
.property_flags { display: none; }
|
116
|
+
.signal_flags { display: none; }
|
117
|
+
.parameter_annotations { display: none; }
|
118
|
+
.enum_member_annotations { display: none; }
|
119
|
+
.struct_member_annotations { display: none; }
|
120
|
+
.union_member_annotations { display: none; }
|
121
|
+
/* now that a column is hidden, optimize space */
|
122
|
+
col.parameters_name { width: auto; }
|
123
|
+
col.parameters_description { width: auto; }
|
124
|
+
col.struct_members_name { width: auto; }
|
125
|
+
col.struct_members_description { width: auto; }
|
126
|
+
col.enum_members_name { width: auto; }
|
127
|
+
col.enum_members_description { width: auto; }
|
128
|
+
col.union_members_name { width: auto; }
|
129
|
+
col.union_members_description { width: auto; }
|
130
|
+
}
|
131
|
+
@media print {
|
132
|
+
table.navigation {
|
133
|
+
visibility: collapse;
|
134
|
+
display: none;
|
135
|
+
}
|
136
|
+
div.titlepage table.navigation {
|
137
|
+
visibility: visible;
|
138
|
+
display: table;
|
139
|
+
background: #e2e2e2;
|
140
|
+
border: solid 1px #babdb6;
|
141
|
+
margin-top: 0;
|
142
|
+
margin-bottom: 0;
|
143
|
+
top: 0;
|
144
|
+
left: 0;
|
145
|
+
height: 3em;
|
146
|
+
}
|
147
|
+
}
|
148
|
+
|
149
|
+
.navigation .title
|
150
|
+
{
|
151
|
+
font-size: 120%;
|
152
|
+
}
|
153
|
+
|
154
|
+
div.gallery-float
|
155
|
+
{
|
156
|
+
float: left;
|
157
|
+
padding: 10px;
|
158
|
+
}
|
159
|
+
div.gallery-float img
|
160
|
+
{
|
161
|
+
border-style: none;
|
162
|
+
}
|
163
|
+
div.gallery-spacer
|
164
|
+
{
|
165
|
+
clear: both;
|
166
|
+
}
|
167
|
+
|
168
|
+
a, a:visited
|
169
|
+
{
|
170
|
+
text-decoration: none;
|
171
|
+
/* tango:sky blue 2 */
|
172
|
+
color: #3465a4;
|
173
|
+
}
|
174
|
+
a:hover
|
175
|
+
{
|
176
|
+
text-decoration: underline;
|
177
|
+
/* tango:sky blue 1 */
|
178
|
+
color: #729fcf;
|
179
|
+
}
|
180
|
+
|
181
|
+
div.informaltable table
|
182
|
+
{
|
183
|
+
border-collapse: separate;
|
184
|
+
border-spacing: 20px 3px;
|
185
|
+
border: none;
|
186
|
+
}
|
187
|
+
|
188
|
+
div.informaltable table td, div.informaltable table th
|
189
|
+
{
|
190
|
+
vertical-align: top;
|
191
|
+
}
|
192
|
+
|
193
|
+
.function_type,
|
194
|
+
.variable_type,
|
195
|
+
.property_type,
|
196
|
+
.signal_type,
|
197
|
+
.parameter_name,
|
198
|
+
.struct_member_name,
|
199
|
+
.union_member_name,
|
200
|
+
.define_keyword,
|
201
|
+
.datatype_keyword,
|
202
|
+
.typedef_keyword
|
203
|
+
{
|
204
|
+
text-align: right;
|
205
|
+
}
|
206
|
+
|
207
|
+
/* dim non-primary columns */
|
208
|
+
.c_punctuation,
|
209
|
+
.function_type,
|
210
|
+
.variable_type,
|
211
|
+
.property_type,
|
212
|
+
.signal_type,
|
213
|
+
.define_keyword,
|
214
|
+
.datatype_keyword,
|
215
|
+
.typedef_keyword,
|
216
|
+
.property_flags,
|
217
|
+
.signal_flags,
|
218
|
+
.parameter_annotations,
|
219
|
+
.enum_member_annotations,
|
220
|
+
.struct_member_annotations,
|
221
|
+
.union_member_annotations
|
222
|
+
{
|
223
|
+
color: #888a85;
|
224
|
+
}
|
225
|
+
|
226
|
+
.function_type a,
|
227
|
+
.function_type a:visited,
|
228
|
+
.function_type a:hover,
|
229
|
+
.property_type a,
|
230
|
+
.property_type a:visited,
|
231
|
+
.property_type a:hover,
|
232
|
+
.signal_type a,
|
233
|
+
.signal_type a:visited,
|
234
|
+
.signal_type a:hover,
|
235
|
+
.signal_flags a,
|
236
|
+
.signal_flags a:visited,
|
237
|
+
.signal_flags a:hover
|
238
|
+
{
|
239
|
+
color: #729fcf;
|
240
|
+
}
|
241
|
+
|
242
|
+
div.table table
|
243
|
+
{
|
244
|
+
border-collapse: collapse;
|
245
|
+
border-spacing: 0px;
|
246
|
+
/* tango:aluminium 3 */
|
247
|
+
border: solid 1px #babdb6;
|
248
|
+
}
|
249
|
+
|
250
|
+
div.table table td, div.table table th
|
251
|
+
{
|
252
|
+
/* tango:aluminium 3 */
|
253
|
+
border: solid 1px #babdb6;
|
254
|
+
padding: 3px;
|
255
|
+
vertical-align: top;
|
256
|
+
}
|
257
|
+
|
258
|
+
div.table table th
|
259
|
+
{
|
260
|
+
/* tango:aluminium 2 */
|
261
|
+
background-color: #d3d7cf;
|
262
|
+
}
|
263
|
+
|
264
|
+
h4
|
265
|
+
{
|
266
|
+
color: #555753;
|
267
|
+
}
|
268
|
+
|
269
|
+
hr
|
270
|
+
{
|
271
|
+
/* tango:aluminium 1 */
|
272
|
+
color: #d3d7cf;
|
273
|
+
background: #d3d7cf;
|
274
|
+
border: none 0px;
|
275
|
+
height: 1px;
|
276
|
+
clear: both;
|
277
|
+
margin: 2.0em 0em 2.0em 0em;
|
278
|
+
}
|
279
|
+
|
280
|
+
dl.toc dt
|
281
|
+
{
|
282
|
+
padding-bottom: 0.25em;
|
283
|
+
}
|
284
|
+
|
285
|
+
dl.toc > dd > dl > dt
|
286
|
+
{
|
287
|
+
padding-top: 0.25em;
|
288
|
+
padding-bottom: 0.25em;
|
289
|
+
}
|
290
|
+
|
291
|
+
dl.toc > dt
|
292
|
+
{
|
293
|
+
padding-top: 1em;
|
294
|
+
padding-bottom: 0.5em;
|
295
|
+
font-weight: bold;
|
296
|
+
}
|
297
|
+
|
298
|
+
.parameter
|
299
|
+
{
|
300
|
+
font-style: normal;
|
301
|
+
}
|
302
|
+
|
303
|
+
.footer
|
304
|
+
{
|
305
|
+
padding-top: 3.5em;
|
306
|
+
/* tango:aluminium 3 */
|
307
|
+
color: #babdb6;
|
308
|
+
text-align: center;
|
309
|
+
font-size: 80%;
|
310
|
+
}
|
311
|
+
|
312
|
+
.informalfigure,
|
313
|
+
.figure
|
314
|
+
{
|
315
|
+
margin: 1em;
|
316
|
+
}
|
317
|
+
|
318
|
+
.informalexample,
|
319
|
+
.example
|
320
|
+
{
|
321
|
+
margin-top: 1em;
|
322
|
+
margin-bottom: 1em;
|
323
|
+
}
|
324
|
+
|
325
|
+
.warning
|
326
|
+
{
|
327
|
+
/* tango:orange 0/1 */
|
328
|
+
background: #ffeed9;
|
329
|
+
background: rgba(252, 175, 62, 0.1);
|
330
|
+
border-color: #ffb04f;
|
331
|
+
border-color: rgba(252, 175, 62, 0.2);
|
332
|
+
}
|
333
|
+
.note
|
334
|
+
{
|
335
|
+
/* tango:chameleon 0/0.5 */
|
336
|
+
background: #d8ffb2;
|
337
|
+
background: rgba(138, 226, 52, 0.1);
|
338
|
+
border-color: #abf562;
|
339
|
+
border-color: rgba(138, 226, 52, 0.2);
|
340
|
+
}
|
341
|
+
div.blockquote
|
342
|
+
{
|
343
|
+
border-color: #eeeeec;
|
344
|
+
}
|
345
|
+
.note, .warning, div.blockquote
|
346
|
+
{
|
347
|
+
padding: 0.5em;
|
348
|
+
border-width: 1px;
|
349
|
+
border-style: solid;
|
350
|
+
margin: 2em;
|
351
|
+
}
|
352
|
+
.note p, .warning p
|
353
|
+
{
|
354
|
+
margin: 0;
|
355
|
+
}
|
356
|
+
|
357
|
+
div.warning h3.title,
|
358
|
+
div.note h3.title
|
359
|
+
{
|
360
|
+
display: none;
|
361
|
+
}
|
362
|
+
|
363
|
+
p + div.section
|
364
|
+
{
|
365
|
+
margin-top: 1em;
|
366
|
+
}
|
367
|
+
|
368
|
+
div.refnamediv,
|
369
|
+
div.refsynopsisdiv,
|
370
|
+
div.refsect1,
|
371
|
+
div.refsect2,
|
372
|
+
div.toc,
|
373
|
+
div.section
|
374
|
+
{
|
375
|
+
margin-bottom: 1em;
|
376
|
+
}
|
377
|
+
|
378
|
+
/* blob links */
|
379
|
+
h2 .extralinks, h3 .extralinks
|
380
|
+
{
|
381
|
+
float: right;
|
382
|
+
/* tango:aluminium 3 */
|
383
|
+
color: #babdb6;
|
384
|
+
font-size: 80%;
|
385
|
+
font-weight: normal;
|
386
|
+
}
|
387
|
+
|
388
|
+
.lineart
|
389
|
+
{
|
390
|
+
color: #d3d7cf;
|
391
|
+
font-weight: normal;
|
392
|
+
}
|
393
|
+
|
394
|
+
.annotation
|
395
|
+
{
|
396
|
+
/* tango:aluminium 5 */
|
397
|
+
color: #555753;
|
398
|
+
font-weight: normal;
|
399
|
+
}
|
400
|
+
|
401
|
+
.structfield
|
402
|
+
{
|
403
|
+
font-style: normal;
|
404
|
+
font-weight: normal;
|
405
|
+
}
|
406
|
+
|
407
|
+
/* code listings */
|
408
|
+
|
409
|
+
.listing_code .programlisting .cbracket { color: #a40000; } /* tango: scarlet red 3 */
|
410
|
+
.listing_code .programlisting .comment { color: #a1a39d; } /* tango: aluminium 4 */
|
411
|
+
.listing_code .programlisting .function { color: #000000; font-weight: bold; }
|
412
|
+
.listing_code .programlisting .function a { color: #11326b; font-weight: bold; } /* tango: sky blue 4 */
|
413
|
+
.listing_code .programlisting .keyword { color: #4e9a06; } /* tango: chameleon 3 */
|
414
|
+
.listing_code .programlisting .linenum { color: #babdb6; } /* tango: aluminium 3 */
|
415
|
+
.listing_code .programlisting .normal { color: #000000; }
|
416
|
+
.listing_code .programlisting .number { color: #75507b; } /* tango: plum 2 */
|
417
|
+
.listing_code .programlisting .preproc { color: #204a87; } /* tango: sky blue 3 */
|
418
|
+
.listing_code .programlisting .string { color: #c17d11; } /* tango: chocolate 2 */
|
419
|
+
.listing_code .programlisting .type { color: #000000; }
|
420
|
+
.listing_code .programlisting .type a { color: #11326b; } /* tango: sky blue 4 */
|
421
|
+
.listing_code .programlisting .symbol { color: #ce5c00; } /* tango: orange 3 */
|
422
|
+
|
423
|
+
.listing_frame {
|
424
|
+
/* tango:sky blue 1 */
|
425
|
+
border: solid 1px #729fcf;
|
426
|
+
border: solid 1px rgba(114, 159, 207, 0.2);
|
427
|
+
padding: 0px;
|
428
|
+
}
|
429
|
+
|
430
|
+
.listing_lines, .listing_code {
|
431
|
+
margin-top: 0px;
|
432
|
+
margin-bottom: 0px;
|
433
|
+
padding: 0.5em;
|
434
|
+
}
|
435
|
+
.listing_lines {
|
436
|
+
/* this just adds visual clutter and
|
437
|
+
takes precious room from small screens */
|
438
|
+
display: none;
|
439
|
+
}
|
440
|
+
.listing_lines {
|
441
|
+
/* tango:sky blue 0.5 */
|
442
|
+
background: #a6c5e3;
|
443
|
+
background: rgba(114, 159, 207, 0.2);
|
444
|
+
/* tango:aluminium 6 */
|
445
|
+
color: #2e3436;
|
446
|
+
}
|
447
|
+
.listing_code {
|
448
|
+
/* tango:sky blue 0 */
|
449
|
+
background: #e6f3ff;
|
450
|
+
background: rgba(114, 159, 207, 0.1);
|
451
|
+
}
|
452
|
+
.listing_code .programlisting {
|
453
|
+
/* override from previous */
|
454
|
+
border: none 0px;
|
455
|
+
padding: 0px;
|
456
|
+
background: none;
|
457
|
+
}
|
458
|
+
.listing_lines pre, .listing_code pre {
|
459
|
+
margin: 0px;
|
460
|
+
}
|
461
|
+
|