Subversion Repositories Applications.framework

Rev

Rev 297 | Go to most recent revision | Only display areas with differences | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 297 Rev 300
1
<?xml version="1.0" encoding="UTF-8"?>
1
<?xml version="1.0" encoding="UTF-8"?>
2
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
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">
3
  <html xmlns="http://www.w3.org/1999/xhtml">
4
		<head>
4
		<head>
5
			<!-- template designed by Marco Von Ballmoos  -->
5
			<!-- template designed by Marco Von Ballmoos  -->
6
			<title>Docs for page Storage.php</title>
6
			<title>Docs for page Storage.php</title>
7
			<meta http-equiv='Content-Type' content='text/html; charset=UTF-8'/>
7
			<meta http-equiv='Content-Type' content='text/html; charset=UTF-8'/>
8
			<link rel="stylesheet" href="../../media/stylesheet.css" />
8
			<link rel="stylesheet" href="../../media/stylesheet.css" />
9
						<script src="../../media/lib/classTree.js"></script>
9
						<script src="../../media/lib/classTree.js"></script>
10
												<script language="javascript" type="text/javascript">
10
												<script language="javascript" type="text/javascript">
11
				var imgPlus = new Image();
11
				var imgPlus = new Image();
12
				var imgMinus = new Image();
12
				var imgMinus = new Image();
13
				imgPlus.src = "../../media/images/plus.png";
13
				imgPlus.src = "../../media/images/plus.png";
14
				imgMinus.src = "../../media/images/minus.png";
14
				imgMinus.src = "../../media/images/minus.png";
15
				
15
				
16
				function showNode(Node){
16
				function showNode(Node){
17
							switch(navigator.family){
17
							switch(navigator.family){
18
								case 'nn4':
18
								case 'nn4':
19
									// Nav 4.x code fork...
19
									// Nav 4.x code fork...
20
							var oTable = document.layers["span" + Node];
20
							var oTable = document.layers["span" + Node];
21
							var oImg = document.layers["img" + Node];
21
							var oImg = document.layers["img" + Node];
22
									break;
22
									break;
23
								case 'ie4':
23
								case 'ie4':
24
									// IE 4/5 code fork...
24
									// IE 4/5 code fork...
25
							var oTable = document.all["span" + Node];
25
							var oTable = document.all["span" + Node];
26
							var oImg = document.all["img" + Node];
26
							var oImg = document.all["img" + Node];
27
									break;
27
									break;
28
								case 'gecko':
28
								case 'gecko':
29
									// Standards Compliant code fork...
29
									// Standards Compliant code fork...
30
							var oTable = document.getElementById("span" + Node);
30
							var oTable = document.getElementById("span" + Node);
31
							var oImg = document.getElementById("img" + Node);
31
							var oImg = document.getElementById("img" + Node);
32
									break;
32
									break;
33
							}
33
							}
34
					oImg.src = imgMinus.src;
34
					oImg.src = imgMinus.src;
35
					oTable.style.display = "block";
35
					oTable.style.display = "block";
36
				}
36
				}
37
				
37
				
38
				function hideNode(Node){
38
				function hideNode(Node){
39
							switch(navigator.family){
39
							switch(navigator.family){
40
								case 'nn4':
40
								case 'nn4':
41
									// Nav 4.x code fork...
41
									// Nav 4.x code fork...
42
							var oTable = document.layers["span" + Node];
42
							var oTable = document.layers["span" + Node];
43
							var oImg = document.layers["img" + Node];
43
							var oImg = document.layers["img" + Node];
44
									break;
44
									break;
45
								case 'ie4':
45
								case 'ie4':
46
									// IE 4/5 code fork...
46
									// IE 4/5 code fork...
47
							var oTable = document.all["span" + Node];
47
							var oTable = document.all["span" + Node];
48
							var oImg = document.all["img" + Node];
48
							var oImg = document.all["img" + Node];
49
									break;
49
									break;
50
								case 'gecko':
50
								case 'gecko':
51
									// Standards Compliant code fork...
51
									// Standards Compliant code fork...
52
							var oTable = document.getElementById("span" + Node);
52
							var oTable = document.getElementById("span" + Node);
53
							var oImg = document.getElementById("img" + Node);
53
							var oImg = document.getElementById("img" + Node);
54
									break;
54
									break;
55
							}
55
							}
56
					oImg.src = imgPlus.src;
56
					oImg.src = imgPlus.src;
57
					oTable.style.display = "none";
57
					oTable.style.display = "none";
58
				}
58
				}
59
				
59
				
60
				function nodeIsVisible(Node){
60
				function nodeIsVisible(Node){
61
							switch(navigator.family){
61
							switch(navigator.family){
62
								case 'nn4':
62
								case 'nn4':
63
									// Nav 4.x code fork...
63
									// Nav 4.x code fork...
64
							var oTable = document.layers["span" + Node];
64
							var oTable = document.layers["span" + Node];
65
									break;
65
									break;
66
								case 'ie4':
66
								case 'ie4':
67
									// IE 4/5 code fork...
67
									// IE 4/5 code fork...
68
							var oTable = document.all["span" + Node];
68
							var oTable = document.all["span" + Node];
69
									break;
69
									break;
70
								case 'gecko':
70
								case 'gecko':
71
									// Standards Compliant code fork...
71
									// Standards Compliant code fork...
72
							var oTable = document.getElementById("span" + Node);
72
							var oTable = document.getElementById("span" + Node);
73
									break;
73
									break;
74
							}
74
							}
75
					return (oTable && oTable.style.display == "block");
75
					return (oTable && oTable.style.display == "block");
76
				}
76
				}
77
				
77
				
78
				function toggleNodeVisibility(Node){
78
				function toggleNodeVisibility(Node){
79
					if (nodeIsVisible(Node)){
79
					if (nodeIsVisible(Node)){
80
						hideNode(Node);
80
						hideNode(Node);
81
					}else{
81
					}else{
82
						showNode(Node);
82
						showNode(Node);
83
					}
83
					}
84
				}
84
				}
85
			</script>
85
			</script>
86
					</head>
86
					</head>
87
		<body>
87
		<body>
88
			<div class="page-body">			
88
			<div class="page-body">			
89
<h2 class="file-name">/utilitaires/Storage.php</h2>
89
<h2 class="file-name">/utilitaires/Storage.php</h2>
90
 
90
 
91
<a name="sec-description"></a>
91
<a name="sec-description"></a>
92
<div class="info-box">
92
<div class="info-box">
93
	<div class="info-box-title">Description</div>
93
	<div class="info-box-title">Description</div>
94
	<div class="nav-bar">
94
	<div class="nav-bar">
95
					<span class="disabled">Description</span> |
95
					<span class="disabled">Description</span> |
96
							<a href="#sec-classes">Classes</a>
96
							<a href="#sec-classes">Classes</a>
97
														</div>
97
														</div>
98
	<div class="info-box-body">	
98
	<div class="info-box-body">	
99
		<!-- ========== Info from phpDoc block ========= -->
99
		<!-- ========== Info from phpDoc block ========= -->
100
<p class="short-description">Zend Framework</p>
100
<p class="short-description">Zend Framework</p>
101
<p class="description"><p>LICENSE</p><p>This source file is subject to the new BSD license that is bundled  with this package in the file LICENSE.txt.  It is also available through the world-wide-web at this URL:  http://framework.zend.com/license/new-bsd  If you did not receive a copy of the license and are unable to  obtain it through the world-wide-web, please send an email  to license@zend.com so we can send you a copy immediately.</p></p>
101
<p class="description"><p>LICENSE</p><p>This source file is subject to the new BSD license that is bundled  with this package in the file LICENSE.txt.  It is also available through the world-wide-web at this URL:  http://framework.zend.com/license/new-bsd  If you did not receive a copy of the license and are unable to  obtain it through the world-wide-web, please send an email  to license@zend.com so we can send you a copy immediately.</p></p>
102
	<ul class="tags">
102
	<ul class="tags">
103
				<li><span class="field">version:</span> $Id: Storage.php 20096 2010-01-06 02:05:09Z bkarwin $</li>
103
				<li><span class="field">version:</span> $Id: Storage.php 299 2011-01-18 14:03:46Z jpm $</li>
104
				<li><span class="field">copyright:</span> Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com)</li>
104
				<li><span class="field">copyright:</span> Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com)</li>
105
				<li><span class="field">filesource:</span> <a href="../../__filesource/fsource_Zend_OpenId_Zend_OpenId_Consumer_utilitairesStorage.php.html">Source Code for this file</a></li>
105
				<li><span class="field">filesource:</span> <a href="../../__filesource/fsource_Zend_OpenId_Zend_OpenId_Consumer_utilitairesStorage.php.html">Source Code for this file</a></li>
106
				<li><span class="field">license:</span> <a href="http://framework.zend.com/license/new-bsd">New BSD License</a></li>
106
				<li><span class="field">license:</span> <a href="http://framework.zend.com/license/new-bsd">New BSD License</a></li>
107
			</ul>
107
			</ul>
108
		
108
		
109
			</div>
109
			</div>
110
</div>
110
</div>
111
		
111
		
112
	<a name="sec-classes"></a>	
112
	<a name="sec-classes"></a>	
113
	<div class="info-box">
113
	<div class="info-box">
114
		<div class="info-box-title">Classes</div>
114
		<div class="info-box-title">Classes</div>
115
		<div class="nav-bar">
115
		<div class="nav-bar">
116
			<a href="#sec-description">Description</a> |
116
			<a href="#sec-description">Description</a> |
117
			<span class="disabled">Classes</span>
117
			<span class="disabled">Classes</span>
118
																	</div>
118
																	</div>
119
		<div class="info-box-body">	
119
		<div class="info-box-body">	
120
			<table cellpadding="2" cellspacing="0" class="class-table">
120
			<table cellpadding="2" cellspacing="0" class="class-table">
121
				<tr>
121
				<tr>
122
					<th class="class-table-header">Class</th>
122
					<th class="class-table-header">Class</th>
123
					<th class="class-table-header">Description</th>
123
					<th class="class-table-header">Description</th>
124
				</tr>
124
				</tr>
125
								<tr>
125
								<tr>
126
					<td style="padding-right: 2em; vertical-align: top">
126
					<td style="padding-right: 2em; vertical-align: top">
127
						<a href="../../Zend_OpenId/Zend_OpenId_Consumer/Storage.html">Storage</a>
127
						<a href="../../Zend_OpenId/Zend_OpenId_Consumer/Storage.html">Storage</a>
128
					</td>
128
					</td>
129
					<td>
129
					<td>
130
											Abstract class to implement external storage for OpenID consumer
130
											Abstract class to implement external storage for OpenID consumer
131
										</td>
131
										</td>
132
				</tr>
132
				</tr>
133
							</table>
133
							</table>
134
		</div>
134
		</div>
135
	</div>
135
	</div>
136
 
136
 
137
	
137
	
138
	
138
	
139
	
139
	
140
	
140
	
141
	<p class="notes" id="credit">
141
	<p class="notes" id="credit">
142
		Documentation generated on Tue, 18 Jan 2011 15:01:43 +0100 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
142
		Documentation generated on Tue, 18 Jan 2011 15:13:25 +0100 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
143
	</p>
143
	</p>
144
	</div></body>
144
	</div></body>
145
</html>
145
</html>