~ubuntu-branches/debian/sid/redland-bindings/sid

« back to all changes in this revision

Viewing changes to docs/rdoc/files/rdf/redland/uri_rb.html

  • Committer: Package Import Robot
  • Author(s): Dave Beckett
  • Date: 2013-01-22 16:03:44 UTC
  • mfrom: (0.1.10)
  • Revision ID: package-import@ubuntu.com-20130122160344-vxrnfl0xynfzbze7
Tags: 1.0.16.1-1
* New upstream release
* Add dpkg-buildflags to configure for hardening

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<?xml version="1.0" encoding="utf-8"?>
2
 
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
3
 
    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
4
 
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
5
 
<head>
6
 
<title>Redland RDF Application Framework - Ruby RDoc - File: uri.rb</title>
7
 
<link rel="stylesheet" href="../../.././rdoc-style.css" type="text/css" media="screen" />
8
 
<script type="text/javascript">
9
 
  // <![CDATA[
10
 
 
11
 
  function popupCode( url ) {
12
 
    window.open(url, "Code", "resizable=yes,scrollbars=yes,toolbar=no,status=no,height=150,width=400")
13
 
  }
14
 
 
15
 
  function toggleCode( id ) {
16
 
    if ( document.getElementById )
17
 
      elem = document.getElementById( id );
18
 
    else if ( document.all )
19
 
      elem = eval( "document.all." + id );
20
 
    else
21
 
      return false;
22
 
 
23
 
    elemStyle = elem.style;
24
 
    
25
 
    if ( elemStyle.display != "block" ) {
26
 
      elemStyle.display = "block"
27
 
    } else {
28
 
      elemStyle.display = "none"
29
 
    }
30
 
 
31
 
    return true;
32
 
  }
33
 
  
34
 
  // Make codeblocks hidden by default
35
 
  document.writeln( "<style type=\"text/css\">div.method-source-code { display: none }<\/style>" )
36
 
  
37
 
  // ]]>
38
 
</script>
39
 
</head>
40
 
<body>
41
 
<div class="outerBlock">
42
 
 
43
 
<div class="outerHeader">
44
 
Go to <a href="/" target="_parent">Redland Home</a> - 
45
 
<a href="/bindings/" target="_parent">Language Bindings Home</a> - 
46
 
<a href="/docs/ruby.html" target="_parent">Ruby API Home</a>
47
 
</div>
48
 
 
49
 
<div id="fileHeader">
50
 
<h1>uri.rb</h1>
51
 
<table class="header-table">
52
 
<tr class="top-aligned-row">
53
 
<td><strong>Path:</strong></td>
54
 
<td>rdf/redland/uri.rb</td>
55
 
</tr>
56
 
<tr class="top-aligned-row">
57
 
<td><strong>Last Update:</strong></td>
58
 
<td>Sun Apr 22 19:37:33 -0700 2007</td>
59
 
</tr>
60
 
</table>
61
 
</div>
62
 
<!-- banner header -->
63
 
<div id="bodyContent">
64
 
<div id="contextContent">
65
 
<div id="requires-list">
66
 
<h3 class="section-bar">Required files</h3>
67
 
<div class="name-list"><a href="../redland_rb.html">rdf/redland</a>&nbsp;&nbsp;</div>
68
 
</div>
69
 
</div>
70
 
</div>
71
 
<!-- if includes -->
72
 
<div id="section"><!-- if method_list --></div>
73
 
<hr />
74
 
 
75
 
<div class="outerHeader">
76
 
Go to <a href="/" target="_parent">Redland Home</a> - 
77
 
<a href="/bindings/" target="_parent">Language Bindings Home</a> - 
78
 
<a href="/docs/ruby.html" target="_parent">Ruby API Home</a>
79
 
</div>
80
 
 
81
 
<p>(C) Copyright 2004-2011 <a href="http://www.dajobe.org/" target="_parent">Dave Beckett</a>, (C) Copyright 2004-2005 <a href="http://www.bristol.ac.uk/" target="_parent">University of Bristol</a></p>
82
 
 
83
 
</div> <!-- end outerBlock -->
84
 
 
85
 
</body>
86
 
</html>