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

« back to all changes in this revision

Viewing changes to docs/rdoc/classes/Redland/HashStore.html

  • Committer: Bazaar Package Importer
  • Author(s): Dave Beckett
  • Date: 2009-04-07 00:24:21 UTC
  • mfrom: (0.1.5 upstream)
  • Revision ID: james.westby@ubuntu.com-20090407002421-dce2r4otm5vqtheg
Tags: 1.0.8.1-2
* Use new sections ruby, php for librdf-ruby and php5-librdf respectively.
* Merge features from ubuntu packaging.  Thanks to Matthias Klose
  (not taking linker -Wl,--as-needed since that makes dyloading fail
  to pull in raptor symbols):
  debian/rules:
  - get python lib dir from distutils
  - make dh_pycentral use symlinks
  debian/python-librdf.examples:
  - add data/dc.rdf to examples dir and adjust example.py
    to point to it (Closes: #402612)
* Patch python/Makefile.in so it can allow the include dir to be
  overridden by the particular python version build in debian/rules
  using PYTHON_INCLUDES

Show diffs side-by-side

added added

removed removed

Lines of Context:
71
71
</div>
72
72
<div id="method-list">
73
73
<h3 class="section-bar">Methods</h3>
74
 
<div class="name-list"><a href="#M000027">new</a>&nbsp;&nbsp; <a href="#M000028">read_store</a>&nbsp;&nbsp;</div>
 
74
<div class="name-list"><a href="#M000170">new</a>&nbsp;&nbsp; <a href="#M000171">read_store</a>&nbsp;&nbsp;</div>
75
75
</div>
76
76
</div>
77
77
<!-- if includes -->
91
91
<!-- if method_list -->
92
92
<div id="methods">
93
93
<h3 class="section-bar">Public Class methods</h3>
94
 
<div id="method-M000027" class="method-detail"><a name="M000027" id="M000027"></a>
95
 
<div class="method-heading"><a href="#M000027" class="method-signature"><span class="method-name">new</span><span class="method-args">(hash_type='memory',name='',dir='.', want_new=true,write=true,contexts=true)</span></a></div>
 
94
<div id="method-M000170" class="method-detail"><a name="M000170" id="M000170"></a>
 
95
<div class="method-heading"><a href="#M000170" class="method-signature"><span class="method-name">new</span><span class="method-args">(hash_type='memory',name='',dir='.', want_new=true,write=true,contexts=true)</span></a></div>
96
96
<div class="method-description">
97
97
<p>hash_type either memory or bdb. If it&lsquo;s bdb, you must specify a name</p>
98
 
<p><a class="source-toggle" href="#" onclick="toggleCode('M000027-source');return false;">[Source]</a></p>
99
 
<div class="method-source-code" id="M000027-source">
 
98
<p><a class="source-toggle" href="#" onclick="toggleCode('M000170-source');return false;">[Source]</a></p>
 
99
<div class="method-source-code" id="M000170-source">
100
100
<pre>
101
101
<span class="ruby-comment cmt"># File rdf/redland/store.rb, line 56</span>
102
102
    <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">initialize</span>(<span class="ruby-identifier">hash_type</span>=<span class="ruby-value str">'memory'</span>,<span class="ruby-identifier">name</span>=<span class="ruby-value str">''</span>,<span class="ruby-identifier">dir</span>=<span class="ruby-value str">'.'</span>, <span class="ruby-identifier">want_new</span>=<span class="ruby-keyword kw">true</span>,<span class="ruby-identifier">write</span>=<span class="ruby-keyword kw">true</span>,<span class="ruby-identifier">contexts</span>=<span class="ruby-keyword kw">true</span>)
135
135
</pre></div>
136
136
</div>
137
137
</div>
138
 
<div id="method-M000028" class="method-detail"><a name="M000028" id="M000028"></a>
139
 
<div class="method-heading"><a href="#M000028" class="method-signature"><span class="method-name">read_store</span><span class="method-args">(name,dir='.',write=true)</span></a></div>
 
138
<div id="method-M000171" class="method-detail"><a name="M000171" id="M000171"></a>
 
139
<div class="method-heading"><a href="#M000171" class="method-signature"><span class="method-name">read_store</span><span class="method-args">(name,dir='.',write=true)</span></a></div>
140
140
<div class="method-description">
141
 
<p><a class="source-toggle" href="#" onclick="toggleCode('M000028-source');return false;">[Source]</a></p>
142
 
<div class="method-source-code" id="M000028-source">
 
141
<p><a class="source-toggle" href="#" onclick="toggleCode('M000171-source');return false;">[Source]</a></p>
 
142
<div class="method-source-code" id="M000171-source">
143
143
<pre>
144
144
<span class="ruby-comment cmt"># File rdf/redland/store.rb, line 90</span>
145
145
    <span class="ruby-keyword kw">def</span> <span class="ruby-constant">HashStore</span>.<span class="ruby-identifier">read_store</span>(<span class="ruby-identifier">name</span>,<span class="ruby-identifier">dir</span>=<span class="ruby-value str">'.'</span>,<span class="ruby-identifier">write</span>=<span class="ruby-keyword kw">true</span>)
158
158
<a href="/docs/ruby.html" target="_parent">Ruby API Home</a>
159
159
</div>
160
160
 
161
 
<p>(C) Copyright 2004-2007 <a href="http://purl.org/net/dajobe/" target="_parent">Dave Beckett</a>, (C) Copyright 2004-2005 <a href="http://www.bristol.ac.uk/" target="_parent">University of Bristol</a></p>
 
161
<p>(C) Copyright 2004-2008 <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>
162
162
 
163
163
</div> <!-- end outerBlock -->
164
164