Docs For Class secure
var imgPlus = new Image();
var imgMinus = new Image();
imgPlus.src = "../media/images/plus.png";
imgMinus.src = "../media/images/minus.png";
function showNode(Node){
switch(navigator.family){
case 'nn4':
// Nav 4.x code fork...
var oTable = document.layers["span" + Node];
var oImg = document.layers["img" + Node];
break;
case 'ie4':
// IE 4/5 code fork...
var oTable = document.all["span" + Node];
var oImg = document.all["img" + Node];
break;
case 'gecko':
// Standards Compliant code fork...
var oTable = document.getElementById("span" + Node);
var oImg = document.getElementById("img" + Node);
break;
}
oImg.src = imgMinus.src;
oTable.style.display = "block";
}
function hideNode(Node){
switch(navigator.family){
case 'nn4':
// Nav 4.x code fork...
var oTable = document.layers["span" + Node];
var oImg = document.layers["img" + Node];
break;
case 'ie4':
// IE 4/5 code fork...
var oTable = document.all["span" + Node];
var oImg = document.all["img" + Node];
break;
case 'gecko':
// Standards Compliant code fork...
var oTable = document.getElementById("span" + Node);
var oImg = document.getElementById("img" + Node);
break;
}
oImg.src = imgPlus.src;
oTable.style.display = "none";
}
function nodeIsVisible(Node){
switch(navigator.family){
case 'nn4':
// Nav 4.x code fork...
var oTable = document.layers["span" + Node];
break;
case 'ie4':
// IE 4/5 code fork...
var oTable = document.all["span" + Node];
break;
case 'gecko':
// Standards Compliant code fork...
var oTable = document.getElementById("span" + Node);
break;
}
return (oTable && oTable.style.display == "block");
}
function toggleNodeVisibility(Node){
if (nodeIsVisible(Node)){
hideNode(Node);
}else{
showNode(Node);
}
}
secure
Description
Description |
Vars (details)
| Methods (details)
Located in /secure.php (line 1)
Variable Summary
Description |
Vars (details)
|
Methods (details)
mixed
$login_status
mixed
$my_access
mixed
$my_data
mixed
$session_data
mixed
$session_id
mixed
$user_data
Method Summary
Description |
Vars (details)
|
Methods (details)
secure
secure
()
void
anonymous
()
void
fetch_rights
(mixed $group_id)
void
has_right
(mixed $plugin, mixed $array_str, [mixed $type = "read"], mixed $level, [mixed $error = 1])
void
info
()
void
set_runtime_data
()
void
start
()
void
validate
(mixed $user_id, mixed $username, mixed $password)
Variables
Description |
Vars (details)
|
Methods (details)
mixed
$login_status
= 0 (line 1)
mixed
$my_access
= array() (line 1)
mixed
$my_data
= array() (line 1)
mixed
$session_data
= array() (line 1)
mixed
$session_id
(line 1)
mixed
$user_data
= array() (line 1)
Methods
Description |
Vars (details)
Methods (details)
Constructor secure (line 1)
secure
secure
()
anonymous (line 1)
void
anonymous
()
fetch_rights (line 1)
void
fetch_rights
(mixed $group_id)
has_right (line 1)
void
has_right
(mixed $plugin, mixed $array_str, [mixed $type = "read"], mixed $level, [mixed $error = 1])
info (line 1)
void
info
()
set_runtime_data (line 1)
void
set_runtime_data
()
start (line 1)
void
start
()
validate (line 1)
void
validate
(mixed $user_id, mixed $username, mixed $password)
Documentation generated on Tue, 8 Mar 2005 14:41:36 +0200 by phpDocumentor 1.3.0RC3
Wyszukiwarka
Podobne podstrony:
x 087 2 nis securenetsSecureCacheResponseOBOWIAZEK ponownego zatrudnienia secure1Secure Shell (SSH)secure error2005 07 Bird Security Secure Email with Thunderbird and EnigmailSecure POP SSHSecureRandomSecureCacheResponsehost secure paymentSecure CVS Pserversecure delete infohttp www czytelniaonline pl secure pdfForm Secure Codessecurejava security SecureRandomwięcej podobnych podstron