~ubuntu-branches/ubuntu/hardy/libapache2-mod-python/hardy

« back to all changes in this revision

Viewing changes to doc-html/pyapi-mptable.html

  • Committer: Bazaar Package Importer
  • Author(s): Martin Pitt
  • Date: 2006-07-07 13:18:35 UTC
  • mfrom: (1.2.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20060707131835-zfp1vupanjj2e77y
Tags: 3.2.8-1ubuntu1
* Merge to Debian unstable.
* Remaining Ubuntu change: debian/{control,rules}: Drop python 2.3 package.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
2
2
<html>
3
3
<head>
4
 
<link rel="STYLESHEET" href="modpython.css" type='text/css' />
5
 
<link rel="first" href="modpython.html" title='Mod_python Manual' />
6
 
<link rel='contents' href='contents.html' title="Contents" />
7
 
<link rel='index' href='genindex.html' title='Index' />
8
 
<link rel='last' href='about.html' title='About this document...' />
9
 
<link rel='help' href='about.html' title='About this document...' />
10
 
<link rel="next" href="pyapi-mprequest.html" />
11
 
<link rel="prev" href="pyapi-apmeth.html" />
12
 
<link rel="parent" href="module-apache.html" />
13
 
<link rel="next" href="pyapi-mprequest.html" />
14
 
<meta http-equiv="Content-Type" content="text/html; charset=EUC-JP" />
15
 
<meta name='aesop' content='information' />
16
 
<title>4.5.2 Table Object (mp_table)</title>
 
4
<link rel="STYLESHEET" href="modpython.css" type='text/css'>
 
5
<link rel="first" href="modpython.html" title='Mod_python Manual'>
 
6
<link rel='contents' href='contents.html' title="Contents">
 
7
<link rel='index' href='genindex.html' title='Index'>
 
8
<link rel='last' href='about.html' title='About this document...'>
 
9
<link rel='help' href='about.html' title='About this document...'>
 
10
<LINK REL="next" href="pyapi-mprequest.html">
 
11
<LINK REL="prev" href="pyapi-apmeth.html">
 
12
<LINK REL="parent" href="module-apache.html">
 
13
<LINK REL="next" href="pyapi-mprequest.html">
 
14
<meta name='aesop' content='information'>
 
15
<META NAME="description" CONTENT="Table Object (mp_table)&nbsp;">
 
16
<META NAME="keywords" CONTENT="modpython">
 
17
<META NAME="resource-type" CONTENT="document">
 
18
<META NAME="distribution" CONTENT="global">
 
19
<title>4.5.2 Table Object (mp_table)&nbsp;</title>
17
20
</head>
18
21
<body>
19
22
<DIV CLASS="navigation">
20
 
<div id='top-navigation-panel' xml:id='top-navigation-panel'>
21
23
<table align="center" width="100%" cellpadding="0" cellspacing="2">
22
24
<tr>
23
 
<td class='online-navigation'><a rel="prev" title="4.5.1 Functions"
24
 
  href="pyapi-apmeth.html"><img src='previous.png'
25
 
  border='0' height='32'  alt='Previous Page' width='32' /></A></td>
26
 
<td class='online-navigation'><a rel="parent" title="4.5 apache - Access"
27
 
  href="module-apache.html"><img src='up.png'
28
 
  border='0' height='32'  alt='Up One Level' width='32' /></A></td>
29
 
<td class='online-navigation'><a rel="next" title="4.5.3 Request Object"
30
 
  href="pyapi-mprequest.html"><img src='next.png'
31
 
  border='0' height='32'  alt='Next Page' width='32' /></A></td>
 
25
<td><a rel="prev" title="4.5.1 Functions" 
 
26
  href="pyapi-apmeth.html"><img src='previous.gif'
 
27
  border='0' height='32'  alt='Previous Page' width='32'></A></td>
 
28
<td><a rel="parent" title="4.5 apache - Access" 
 
29
  href="module-apache.html"><img src='up.gif'
 
30
  border='0' height='32'  alt='Up One Level' width='32'></A></td>
 
31
<td><a rel="next" title="4.5.3 Request Object&nbsp;" 
 
32
  href="pyapi-mprequest.html"><img src='next.gif'
 
33
  border='0' height='32'  alt='Next Page' width='32'></A></td>
32
34
<td align="center" width="100%">Mod_python Manual</td>
33
 
<td class='online-navigation'><a rel="contents" title="Table of Contents"
34
 
  href="contents.html"><img src='contents.png'
35
 
  border='0' height='32'  alt='Contents' width='32' /></A></td>
36
 
<td class='online-navigation'><img src='blank.png'
37
 
  border='0' height='32'  alt='' width='32' /></td>
38
 
<td class='online-navigation'><a rel="index" title="Index"
39
 
  href="genindex.html"><img src='index.png'
40
 
  border='0' height='32'  alt='Index' width='32' /></A></td>
 
35
<td><a rel="contents" title="Table of Contents" 
 
36
  href="contents.html"><img src='contents.gif'
 
37
  border='0' height='32'  alt='Contents' width='32'></A></td>
 
38
<td><img src='blank.gif'
 
39
  border='0' height='32'  alt='' width='32'></td>
 
40
<td><a rel="index" title="Index" 
 
41
  href="genindex.html"><img src='index.gif'
 
42
  border='0' height='32'  alt='Index' width='32'></A></td>
41
43
</tr></table>
42
 
<div class='online-navigation'>
43
44
<b class="navlabel">Previous:</b>
44
45
<a class="sectref" rel="prev" href="pyapi-apmeth.html">4.5.1 Functions</A>
45
46
<b class="navlabel">Up:</b>
46
47
<a class="sectref" rel="parent" href="module-apache.html">4.5 apache - Access</A>
47
48
<b class="navlabel">Next:</b>
48
 
<a class="sectref" rel="next" href="pyapi-mprequest.html">4.5.3 Request Object</A>
49
 
</div>
50
 
<hr /></div>
 
49
<a class="sectref" rel="next" href="pyapi-mprequest.html">4.5.3 Request Object&nbsp;</A>
 
50
<br><hr>
51
51
</DIV>
52
52
<!--End of Navigation Panel-->
53
53
 
54
 
<H2><A NAME="SECTION006520000000000000000"></A><A NAME="pyapi-mptable"></A>
 
54
<H2><A NAME="SECTION006520000000000000000">&nbsp;</A>
55
55
<BR>
56
 
4.5.2 Table Object (mp_table)<a id='l2h-29' xml:id='l2h-29'></a>
 
56
4.5.2 Table Object (mp_table)<a name="l2h-36">&nbsp;</a>
57
57
</H2>
58
58
 
59
59
<P>
60
 
<a id='l2h-32' xml:id='l2h-32'></a>
 
60
<a name="l2h-39">&nbsp;</a>
61
61
<dl><dt><table cellpadding="0" cellspacing="0"><tr valign="baseline">
62
 
  <td><nobr><b><span class="typelabel">class</span>&nbsp;<tt id='l2h-30' xml:id='l2h-30' class="class">table</tt></b>(</nobr></td>
63
 
  <td><var></var><big>[</big><var>mapping-or-sequence</var><big>]</big><var></var>)</td></tr></table></dt>
 
62
  <td><nobr><b><span class="typelabel">class</span>&nbsp;<a name="l2h-37"><tt class="class">table</tt></a></b>(</nobr></td>
 
63
  <td><big>[</big><var>mapping-or-sequence</var><big>]</big>)</td></tr></table>
64
64
<dd>
65
65
  Returns a new empty object of type <code>mp_table</code>. See Section
66
66
  <A HREF="#pyapi-mptable">4.5.2</A> for description of the table object. The
101
101
 
102
102
<P>
103
103
<dl><dt><table cellpadding="0" cellspacing="0"><tr valign="baseline">
104
 
  <td><nobr><b><tt id='l2h-31' xml:id='l2h-31' class="method">add</tt></b>(</nobr></td>
105
 
  <td><var>key, val</var>)</td></tr></table></dt>
 
104
  <td><nobr><b><a name="l2h-38"><tt class="method">add</tt></a></b>(</nobr></td>
 
105
  <td><var>key, val</var>)</td></tr></table>
106
106
<dd>
107
107
    <tt class="function">add()</tt> allows for creating duplicate keys, which is useful 
108
108
    when multiple headers, such as <code>Set-Cookie:</code> are required.
117
117
<P>
118
118
 
119
119
<DIV CLASS="navigation">
120
 
<div class='online-navigation'>
121
 
<p></p><hr />
 
120
<p><hr>
122
121
<table align="center" width="100%" cellpadding="0" cellspacing="2">
123
122
<tr>
124
 
<td class='online-navigation'><a rel="prev" title="4.5.1 Functions"
125
 
  href="pyapi-apmeth.html"><img src='previous.png'
126
 
  border='0' height='32'  alt='Previous Page' width='32' /></A></td>
127
 
<td class='online-navigation'><a rel="parent" title="4.5 apache - Access"
128
 
  href="module-apache.html"><img src='up.png'
129
 
  border='0' height='32'  alt='Up One Level' width='32' /></A></td>
130
 
<td class='online-navigation'><a rel="next" title="4.5.3 Request Object"
131
 
  href="pyapi-mprequest.html"><img src='next.png'
132
 
  border='0' height='32'  alt='Next Page' width='32' /></A></td>
 
123
<td><a rel="prev" title="4.5.1 Functions" 
 
124
  rel="prev" title="4.5.1 Functions" 
 
125
  href="pyapi-apmeth.html"><img src='previous.gif'
 
126
  border='0' height='32'  alt='Previous Page' width='32'></A></td>
 
127
<td><a rel="parent" title="4.5 apache - Access" 
 
128
  rel="parent" title="4.5 apache - Access" 
 
129
  href="module-apache.html"><img src='up.gif'
 
130
  border='0' height='32'  alt='Up One Level' width='32'></A></td>
 
131
<td><a rel="next" title="4.5.3 Request Object&nbsp;" 
 
132
  rel="next" title="4.5.3 Request Object&nbsp;" 
 
133
  href="pyapi-mprequest.html"><img src='next.gif'
 
134
  border='0' height='32'  alt='Next Page' width='32'></A></td>
133
135
<td align="center" width="100%">Mod_python Manual</td>
134
 
<td class='online-navigation'><a rel="contents" title="Table of Contents"
135
 
  href="contents.html"><img src='contents.png'
136
 
  border='0' height='32'  alt='Contents' width='32' /></A></td>
137
 
<td class='online-navigation'><img src='blank.png'
138
 
  border='0' height='32'  alt='' width='32' /></td>
139
 
<td class='online-navigation'><a rel="index" title="Index"
140
 
  href="genindex.html"><img src='index.png'
141
 
  border='0' height='32'  alt='Index' width='32' /></A></td>
 
136
<td><a rel="contents" title="Table of Contents" 
 
137
  rel="contents" title="Table of Contents" 
 
138
  href="contents.html"><img src='contents.gif'
 
139
  border='0' height='32'  alt='Contents' width='32'></A></td>
 
140
<td><img src='blank.gif'
 
141
  border='0' height='32'  alt='' width='32'></td>
 
142
<td><a rel="index" title="Index" 
 
143
  rel="index" title="Index" 
 
144
  href="genindex.html"><img src='index.gif'
 
145
  border='0' height='32'  alt='Index' width='32'></A></td>
142
146
</tr></table>
143
 
<div class='online-navigation'>
144
147
<b class="navlabel">Previous:</b>
145
148
<a class="sectref" rel="prev" href="pyapi-apmeth.html">4.5.1 Functions</A>
146
149
<b class="navlabel">Up:</b>
147
150
<a class="sectref" rel="parent" href="module-apache.html">4.5 apache - Access</A>
148
151
<b class="navlabel">Next:</b>
149
 
<a class="sectref" rel="next" href="pyapi-mprequest.html">4.5.3 Request Object</A>
150
 
</div>
151
 
</div>
152
 
<hr />
153
 
<span class="release-info">Release 3.1.3, documentation updated on January 29, 2005.</span>
 
152
<a class="sectref" rel="next" href="pyapi-mprequest.html">4.5.3 Request Object&nbsp;</A>
 
153
<hr>
 
154
<span class="release-info">Release 3.2.8, documentation updated on February 19, 2006.</span>
154
155
</DIV>
155
156
<!--End of Navigation Panel-->
156
157