~ubuntu-branches/ubuntu/oneiric/bugzilla/oneiric

« back to all changes in this revision

Viewing changes to docs/html/api/Bugzilla/Config/Common.html

  • Committer: Bazaar Package Importer
  • Author(s): Raphael Bossek
  • Date: 2008-06-27 22:34:34 UTC
  • mfrom: (1.1.7 upstream)
  • Revision ID: james.westby@ubuntu.com-20080627223434-0ib57vstn43bb4a3
Tags: 3.0.4.1-1
* Update of French, Russian and German translations. (closes: #488251)
* Added Bulgarian and Belarusian translations.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
2
 
<html>
3
 
  <head>
4
 
    <title>
5
 
Bugzilla::Config::Common</title>
6
 
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
7
 
  <link rel="stylesheet" title="style" type="text/css" href="../../style.css" media="all" >
8
 
 
9
 
</head>
10
 
  <body id="pod">
11
 
<p class="backlinktop"><b><a name="___top" href="../../index.html" accesskey="1" title="All Documents">&lt;&lt;</a></b></p>
12
 
<h1>Bugzilla::Config::Common</h1>
13
 
<div class='indexgroup'>
14
 
<ul   class='indexList indexList1'>
15
 
  <li class='indexItem indexItem1'><a href='#NAME'>NAME</a>
16
 
  <li class='indexItem indexItem1'><a href='#DESCRIPTION'>DESCRIPTION</a>
17
 
  <ul   class='indexList indexList2'>
18
 
    <li class='indexItem indexItem2'><a href='#Functions'>Functions</a>
19
 
  </ul>
20
 
</ul>
21
 
</div>
22
 
 
23
 
<h1><a class='u' href='#___top' title='click to go to top of document'
24
 
name="NAME"
25
 
>NAME</a></h1>
26
 
 
27
 
<p>Bugzilla::Config::Common - Parameter checking functions</p>
28
 
 
29
 
<h1><a class='u' href='#___top' title='click to go to top of document'
30
 
name="DESCRIPTION"
31
 
>DESCRIPTION</a></h1>
32
 
 
33
 
<p>All parameter checking functions are called with two parameters:</p>
34
 
 
35
 
<h2><a class='u' href='#___top' title='click to go to top of document'
36
 
name="Functions"
37
 
>Functions</a></h2>
38
 
 
39
 
<dl>
40
 
<dt><a name="check_multi"
41
 
><code  class="code">check_multi</code></a></dt>
42
 
 
43
 
<dd>
44
 
<p>Checks that a multi-valued parameter (ie type <code  class="code">s</code> or type <code  class="code">m</code>) satisfies its contraints.</p>
45
 
 
46
 
<dt><a name="check_numeric"
47
 
><code  class="code">check_numeric</code></a></dt>
48
 
 
49
 
<dd>
50
 
<p>Checks that the value is a valid number</p>
51
 
 
52
 
<dt><a name="check_regexp"
53
 
><code  class="code">check_regexp</code></a></dt>
54
 
 
55
 
<dd>
56
 
<p>Checks that the value is a valid regexp</p>
57
 
</dd>
58
 
</dl>
59
 
<p class="backlinkbottom"><b><a name="___bottom" href="../../index.html" title="All Documents">&lt;&lt;</a></b></p>
60
 
 
61
 
<!-- end doc -->
62
 
 
63
 
</body></html>