Allow username/e-mail for forgotten password to be case-insensitive.
[awl.git] / docs / api / errors.html
blobf06c6d8c321d940a32b8d5f6434fa53fc391e358
1 <?xml version="1.0" encoding="iso-8859-1"?>
2 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
3 <html xmlns="http://www.w3.org/1999/xhtml">
4 <head>
5 <!-- template designed by Marco Von Ballmoos -->
6 <title>phpDocumentor Parser Errors and Warnings</title>
7 <link rel="stylesheet" href="media/stylesheet.css" />
8 </head>
9 <body>
10 <a href="#Post-parsing">Post-parsing</a><br>
11 <a href="#AWLUtilities.php">AWLUtilities.php</a><br>
12 <a href="#classBrowser.php">classBrowser.php</a><br>
13 <a href="#DataEntry.php">DataEntry.php</a><br>
14 <a href="#DataUpdate.php">DataUpdate.php</a><br>
15 <a href="#EMail.php">EMail.php</a><br>
16 <a href="#iCalendar.php">iCalendar.php</a><br>
17 <a href="#MenuSet.php">MenuSet.php</a><br>
18 <a href="#PgQuery.php">PgQuery.php</a><br>
19 <a href="#Session.php">Session.php</a><br>
20 <a href="#User.php">User.php</a><br>
21 <a href="#Validation.php">Validation.php</a><br>
22 <a href="#XMLDocument.php">XMLDocument.php</a><br>
23 <a href="#XMLElement.php">XMLElement.php</a><br>
24 <a name="AuthPlugins.php"></a>
25 <h1>AuthPlugins.php</h1>
26 <h2>Warnings:</h2><br>
27 <b>Warning on line 27</b> - Page-level DocBlock precedes "require_once "AWLUtilities.php"", use another DocBlock to document the source element<br>
28 <h2>Errors:</h2><br>
29 <b>Error on line 86</b> - DocBlock has multiple @package tags, illegal. ignoring additional tag "@package awl"<br>
30 <b>Error on line 106</b> - DocBlock has multiple @package tags, illegal. ignoring additional tag "@package awl"<br>
31 <a name="classBrowser.php"></a>
32 <h1>classBrowser.php</h1>
33 <h2>Warnings:</h2><br>
34 <b>Warning on line 15</b> - Page-level DocBlock precedes "require_once "AWLUtilities.php"", use another DocBlock to document the source element<br>
35 <a name="DataEntry.php"></a>
36 <h1>DataEntry.php</h1>
37 <h2>Warnings:</h2><br>
38 <b>Warning on line 10</b> - Page-level DocBlock precedes "require_once "AWLUtilities.php"", use another DocBlock to document the source element<br>
39 <a name="DataUpdate.php"></a>
40 <h1>DataUpdate.php</h1>
41 <h2>Warnings:</h2><br>
42 <b>Warning on line 13</b> - Page-level DocBlock precedes "require_once "AWLUtilities.php"", use another DocBlock to document the source element<br>
43 <a name="EMail.php"></a>
44 <h1>EMail.php</h1>
45 <h2>Warnings:</h2><br>
46 <b>Warning on line 9</b> - Page-level DocBlock precedes "require_once "AWLUtilities.php"", use another DocBlock to document the source element<br>
47 <a name="iCalendar.php"></a>
48 <h1>iCalendar.php</h1>
49 <h2>Warnings:</h2><br>
50 <b>Warning on line 48</b> - example file "To clear any 'VALARM' components in an iCalendar object
51 $ical->component->ClearComponents('VALARM');" does not exist<br>
52 <b>Warning on line 48</b> - example file "To replace any 'RRULE' property in an iCalendar object
53 $ical->component->SetProperties( 'RRULE', $rrule_definition );" does not exist<br>
54 <b>Warning on line 48</b> - Page-level DocBlock precedes "require_once "XMLElement.php"", use another DocBlock to document the source element<br>
55 <b>Warning on line 48</b> - example file "To render just the VEVENTs in the iCalendar with a restricted list of properties:
56 echo $ical->Render( false, 'VEVENT', array( 'DTSTART', 'DURATION', 'DTEND', 'RRULE', 'SUMMARY') );" does not exist<br>
57 <b>Warning on line 48</b> - example file "To parse an existing iCalendar string for manipulation:
58 $ical = new iCalendar( array('icalendar' => $icalendar_text ) );" does not exist<br>
59 <b>Warning on line 48</b> - example file "To render it as an iCalendar string:
60 echo $ical->Render();" does not exist<br>
61 <b>Warning on line 48</b> - example file "To create a new iCalendar from several data values:
62 $ical = new iCalendar( array('DTSTART' => $dtstart, 'SUMMARY' => $summary, 'DURATION' => $duration ) );" does not exist<br>
63 <b>Warning on line 836</b> - Unknown tag "@note" used<br>
64 <h2>Errors:</h2><br>
65 <b>Error on line 1089</b> - DocBlock has multiple @var tags, illegal. ignoring additional tag "@var integer The number of SOMETHINGS we want to get."<br>
66 <a name="MenuSet.php"></a>
67 <h1>MenuSet.php</h1>
68 <h2>Warnings:</h2><br>
69 <b>Warning on line 13</b> - Page-level DocBlock precedes "require_once "AWLUtilities.php"", use another DocBlock to document the source element<br>
70 <a name="PgQuery.php"></a>
71 <h1>PgQuery.php</h1>
72 <h2>Warnings:</h2><br>
73 <b>Warning on line 53</b> - Page-level DocBlock precedes "require_once "AWLUtilities.php"", use another DocBlock to document the source element<br>
74 <a name="Session.php"></a>
75 <h1>Session.php</h1>
76 <h2>Warnings:</h2><br>
77 <b>Warning on line 24</b> - Page-level DocBlock precedes "require_once "AWLUtilities.php"", use another DocBlock to document the source element<br>
78 <a name="User.php"></a>
79 <h1>User.php</h1>
80 <h2>Warnings:</h2><br>
81 <b>Warning on line 10</b> - Page-level DocBlock precedes "require_once "AWLUtilities.php"", use another DocBlock to document the source element<br>
82 <a name="Validation.php"></a>
83 <h1>Validation.php</h1>
84 <h2>Warnings:</h2><br>
85 <b>Warning on line 10</b> - Page-level DocBlock precedes "require_once "AWLUtilities.php"", use another DocBlock to document the source element<br>
86 <a name="XMLDocument.php"></a>
87 <h1>XMLDocument.php</h1>
88 <h2>Warnings:</h2><br>
89 <b>Warning on line 12</b> - Page-level DocBlock precedes "require_once "XMLElement.php"", use another DocBlock to document the source element<br>
90 <b>Warning on line 281</b> - docblock template never terminated with /**#@-*/<br>
91 <a name="XMLElement.php"></a>
92 <h1>XMLElement.php</h1>
93 <h2>Warnings:</h2><br>
94 <b>Warning on line 10</b> - Page-level DocBlock precedes "require_once "AWLUtilities.php"", use another DocBlock to document the source element<br>
95 <a name="AWLUtilities.php"></a>
96 <h1>AWLUtilities.php</h1>
97 <h2>Errors:</h2><br>
98 <b>Error on line 26</b> - DocBlock has multiple @var tags, illegal. ignoring additional tag "@var [string ...] Parameters for the format string."<br>
99 <b>Error on line 26</b> - DocBlock has multiple @var tags, illegal. ignoring additional tag "@var string A format string for the log message"<br>
100 <b>Error on line 64</b> - DocBlock has multiple @package tags, illegal. ignoring additional tag "@package awl"<br>
101 <b>Error on line 78</b> - DocBlock has multiple @var tags, illegal. ignoring additional tag "@var array The array to be dumped."<br>
102 <b>Error on line 78</b> - DocBlock has multiple @var tags, illegal. ignoring additional tag "@var boolean Should the dump recurse into arrays/objects in the array"<br>
103 <b>Error on line 78</b> - DocBlock has multiple @var tags, illegal. ignoring additional tag "@var string What name should this array dump identify itself as"<br>
104 <p class="notes" id="credit">
105 Documentation generated on Tue, 06 Oct 2009 09:31:52 -0700 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.3.2</a>
106 </p>
107 </body>
108 </html>