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

« back to all changes in this revision

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

  • Committer: Bazaar Package Importer
  • Author(s): Piotr Ozarowski
  • Date: 2007-02-21 18:24:29 UTC
  • mfrom: (1.1.8 feisty)
  • Revision ID: james.westby@ubuntu.com-20070221182429-9okop7e0qpi24l85
Tags: 3.2.10-4
* Added XS-Vcs-Svn field
* Removed "db_purge" part from libapache2-mod-python.postrm
  (dh_installdebconf is generating a rule that will not fail if debconf is
  already removed)
* Added initial Spanish debconf translation from Manuel Porras Peralta.
  (closes: #411235)
* Added initial Portuguese debconf translation from Pedro Ribeiro.
  (closes: #411742)
* Added initial Galician debconf translation from Jacobo Tarrio.
  (closes: #411831)

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
 
<title>4.5.2 Table Object (mp_table)&nbsp;</title>
5
 
<META NAME="description" CONTENT="4.5.2 Table Object (mp_table)&nbsp;">
 
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;">
6
16
<META NAME="keywords" CONTENT="modpython">
7
17
<META NAME="resource-type" CONTENT="document">
8
18
<META NAME="distribution" CONTENT="global">
9
 
<link rel="STYLESHEET" href="modpython.css">
10
 
<link rel="first" href="modpython.html">
11
 
<link rel="contents" href="contents.html" title="Contents">
12
 
<link rel="index" href="genindex.html" title="Index">
13
 
<LINK REL="next" href="pyapi-mprequest.html">
14
 
<LINK REL="previous" href="pyapi-apmeth.html">
15
 
<LINK REL="up" href="module-apache.html">
16
 
<LINK REL="next" href="pyapi-mprequest.html">
 
19
<title>4.5.2 Table Object (mp_table)&nbsp;</title>
17
20
</head>
18
21
<body>
19
22
<DIV CLASS="navigation">
20
23
<table align="center" width="100%" cellpadding="0" cellspacing="2">
21
24
<tr>
22
 
<td><A href="pyapi-apmeth.html"><img src="icons/previous.gif"
23
 
  border="0" height="32"
24
 
  alt="Previous Page" width="32"></A></td>
25
 
<td><A href="module-apache.html"><img src="icons/up.gif"
26
 
  border="0" height="32"
27
 
  alt="Up One Level" width="32"></A></td>
28
 
<td><A href="pyapi-mprequest.html"><img src="icons/next.gif"
29
 
  border="0" height="32"
30
 
  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>
31
34
<td align="center" width="100%">Mod_python Manual</td>
32
 
<td><A href="contents.html"><img src="icons/contents.gif"
33
 
  border="0" height="32"
34
 
  alt="Contents" width="32"></A></td>
35
 
<td><img src="icons/blank.gif"
36
 
  border="0" height="32"
37
 
  alt="" width="32"></td>
38
 
<td><A href="genindex.html"><img src="icons/index.gif"
39
 
  border="0" height="32"
40
 
  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
 
<b class="navlabel">Previous:</b> <a class="sectref" href="pyapi-apmeth.html">4.5.1 Functions</A>
43
 
<b class="navlabel">Up:</b> <a class="sectref" href="module-apache.html">4.5 apache - Access</A>
44
 
<b class="navlabel">Next:</b> <a class="sectref" href="pyapi-mprequest.html">4.5.3 Request Object&nbsp;</A>
 
44
<b class="navlabel">Previous:</b>
 
45
<a class="sectref" rel="prev" href="pyapi-apmeth.html">4.5.1 Functions</A>
 
46
<b class="navlabel">Up:</b>
 
47
<a class="sectref" rel="parent" href="module-apache.html">4.5 apache - Access</A>
 
48
<b class="navlabel">Next:</b>
 
49
<a class="sectref" rel="next" href="pyapi-mprequest.html">4.5.3 Request Object&nbsp;</A>
45
50
<br><hr>
46
51
</DIV>
47
52
<!--End of Navigation Panel-->
48
53
 
49
54
<H2><A NAME="SECTION006520000000000000000">&nbsp;</A>
50
55
<BR>
51
 
4.5.2 Table Object (mp_table)<a name="l2h-26">&nbsp;</a>
 
56
4.5.2 Table Object (mp_table)<a name="l2h-40">&nbsp;</a>
52
57
</H2>
53
58
 
54
59
<P>
55
 
<a name="l2h-29">&nbsp;</a><dl><dt><b><span class="typelabel">class</span> <a name="l2h-27"><tt class="class">table</tt></a></b>(<big>[</big><var>mapping-or-sequence</var><big>]</big>)
 
60
<a name="l2h-43">&nbsp;</a>
 
61
<dl><dt><table cellpadding="0" cellspacing="0"><tr valign="baseline">
 
62
  <td><nobr><b><span class="typelabel">class</span>&nbsp;<a name="l2h-41"><tt class="class">table</tt></a></b>(</nobr></td>
 
63
  <td><big>[</big><var>mapping-or-sequence</var><big>]</big>)</td></tr></table>
56
64
<dd>
57
65
  Returns a new empty object of type <code>mp_table</code>. See Section
58
66
  <A HREF="#pyapi-mptable">4.5.2</A> for description of the table object. The
92
100
  has the following method:
93
101
 
94
102
<P>
95
 
<dl><dt><b><a name="l2h-28"><tt class="method">add</tt></a></b>(<var>key, val</var>)
 
103
<dl><dt><table cellpadding="0" cellspacing="0"><tr valign="baseline">
 
104
  <td><nobr><b><a name="l2h-42"><tt class="method">add</tt></a></b>(</nobr></td>
 
105
  <td><var>key, val</var>)</td></tr></table>
96
106
<dd>
97
107
    <tt class="function">add()</tt> allows for creating duplicate keys, which is useful 
98
108
    when multiple headers, such as <code>Set-Cookie:</code> are required.
110
120
<p><hr>
111
121
<table align="center" width="100%" cellpadding="0" cellspacing="2">
112
122
<tr>
113
 
<td><A href="pyapi-apmeth.html"><img src="icons/previous.gif"
114
 
  border="0" height="32"
115
 
  alt="Previous Page" width="32"></A></td>
116
 
<td><A href="module-apache.html"><img src="icons/up.gif"
117
 
  border="0" height="32"
118
 
  alt="Up One Level" width="32"></A></td>
119
 
<td><A href="pyapi-mprequest.html"><img src="icons/next.gif"
120
 
  border="0" height="32"
121
 
  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>
122
135
<td align="center" width="100%">Mod_python Manual</td>
123
 
<td><A href="contents.html"><img src="icons/contents.gif"
124
 
  border="0" height="32"
125
 
  alt="Contents" width="32"></A></td>
126
 
<td><img src="icons/blank.gif"
127
 
  border="0" height="32"
128
 
  alt="" width="32"></td>
129
 
<td><A href="genindex.html"><img src="icons/index.gif"
130
 
  border="0" height="32"
131
 
  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>
132
146
</tr></table>
133
 
<b class="navlabel">Previous:</b> <a class="sectref" href="pyapi-apmeth.html">4.5.1 Functions</A>
134
 
<b class="navlabel">Up:</b> <a class="sectref" href="module-apache.html">4.5 apache - Access</A>
135
 
<b class="navlabel">Next:</b> <a class="sectref" href="pyapi-mprequest.html">4.5.3 Request Object&nbsp;</A>
 
147
<b class="navlabel">Previous:</b>
 
148
<a class="sectref" rel="prev" href="pyapi-apmeth.html">4.5.1 Functions</A>
 
149
<b class="navlabel">Up:</b>
 
150
<a class="sectref" rel="parent" href="module-apache.html">4.5 apache - Access</A>
 
151
<b class="navlabel">Next:</b>
 
152
<a class="sectref" rel="next" href="pyapi-mprequest.html">4.5.3 Request Object&nbsp;</A>
136
153
<hr>
137
 
<span class="release-info">Release 3.1.3, documentation updated on February 17, 2004.</span>
 
154
<span class="release-info">Release 3.2.10, documentation updated on July 19, 2006.</span>
138
155
</DIV>
139
156
<!--End of Navigation Panel-->
140
157