2021-03-05 03:08:47 +00:00
|
|
|
/**
|
|
|
|
* @package Joomla.Component.Builder
|
|
|
|
*
|
|
|
|
* @created 30th April, 2015
|
2022-07-09 15:45:08 +00:00
|
|
|
* @author Llewellyn van der Merwe <https://dev.vdm.io>
|
|
|
|
* @git Joomla Component Builder <https://git.vdm.dev/joomla/Component-Builder>
|
2021-03-05 03:08:47 +00:00
|
|
|
* @copyright Copyright (C) 2015 Vast Development Method. All rights reserved.
|
|
|
|
* @license GNU General Public License version 2 or later; see LICENSE.txt
|
|
|
|
*/
|
|
|
|
|
2018-02-15 00:42:39 +00:00
|
|
|
// Some Global Values
|
2024-04-09 11:54:59 +00:00
|
|
|
jform_vvvvwdyvyd_required = false;
|
|
|
|
jform_vvvvwdyvye_required = false;
|
|
|
|
jform_vvvvwdyvyf_required = false;
|
|
|
|
jform_vvvvwdyvyg_required = false;
|
|
|
|
jform_vvvvwdyvyh_required = false;
|
|
|
|
jform_vvvvwdzvyi_required = false;
|
|
|
|
jform_vvvvweavyj_required = false;
|
|
|
|
jform_vvvvwecvyk_required = false;
|
|
|
|
jform_vvvvweevyl_required = false;
|
2018-02-15 00:42:39 +00:00
|
|
|
|
|
|
|
// Initial Script
|
2024-03-09 19:52:51 +00:00
|
|
|
document.addEventListener('DOMContentLoaded', function()
|
2018-02-15 00:42:39 +00:00
|
|
|
{
|
2024-04-09 11:54:59 +00:00
|
|
|
var protocol_vvvvwdy = jQuery("#jform_protocol").val();
|
|
|
|
vvvvwdy(protocol_vvvvwdy);
|
|
|
|
|
2020-07-07 15:13:04 +00:00
|
|
|
var protocol_vvvvwdz = jQuery("#jform_protocol").val();
|
|
|
|
vvvvwdz(protocol_vvvvwdz);
|
2019-08-08 15:35:58 +00:00
|
|
|
|
2020-07-07 15:13:04 +00:00
|
|
|
var protocol_vvvvwea = jQuery("#jform_protocol").val();
|
2024-04-09 11:54:59 +00:00
|
|
|
var authentication_vvvvwea = jQuery("#jform_authentication").val();
|
|
|
|
vvvvwea(protocol_vvvvwea,authentication_vvvvwea);
|
2019-11-09 12:49:20 +00:00
|
|
|
|
2024-04-09 11:54:59 +00:00
|
|
|
var protocol_vvvvwec = jQuery("#jform_protocol").val();
|
|
|
|
var authentication_vvvvwec = jQuery("#jform_authentication").val();
|
|
|
|
vvvvwec(protocol_vvvvwec,authentication_vvvvwec);
|
2018-03-09 03:26:44 +00:00
|
|
|
|
2024-04-09 11:54:59 +00:00
|
|
|
var protocol_vvvvwee = jQuery("#jform_protocol").val();
|
|
|
|
var authentication_vvvvwee = jQuery("#jform_authentication").val();
|
|
|
|
vvvvwee(protocol_vvvvwee,authentication_vvvvwee);
|
2019-07-15 20:00:46 +00:00
|
|
|
|
2024-04-09 11:54:59 +00:00
|
|
|
var protocol_vvvvweg = jQuery("#jform_protocol").val();
|
|
|
|
var authentication_vvvvweg = jQuery("#jform_authentication").val();
|
|
|
|
vvvvweg(protocol_vvvvweg,authentication_vvvvweg);
|
2018-02-15 00:42:39 +00:00
|
|
|
});
|
|
|
|
|
2024-04-09 11:54:59 +00:00
|
|
|
// the vvvvwdy function
|
|
|
|
function vvvvwdy(protocol_vvvvwdy)
|
2018-02-15 00:42:39 +00:00
|
|
|
{
|
2024-04-09 11:54:59 +00:00
|
|
|
if (isSet(protocol_vvvvwdy) && protocol_vvvvwdy.constructor !== Array)
|
2018-02-15 00:42:39 +00:00
|
|
|
{
|
2024-04-09 11:54:59 +00:00
|
|
|
var temp_vvvvwdy = protocol_vvvvwdy;
|
|
|
|
var protocol_vvvvwdy = [];
|
|
|
|
protocol_vvvvwdy.push(temp_vvvvwdy);
|
2018-02-15 00:42:39 +00:00
|
|
|
}
|
2024-04-09 11:54:59 +00:00
|
|
|
else if (!isSet(protocol_vvvvwdy))
|
2018-02-15 00:42:39 +00:00
|
|
|
{
|
2024-04-09 11:54:59 +00:00
|
|
|
var protocol_vvvvwdy = [];
|
2018-02-15 00:42:39 +00:00
|
|
|
}
|
2024-04-09 11:54:59 +00:00
|
|
|
var protocol = protocol_vvvvwdy.some(protocol_vvvvwdy_SomeFunc);
|
2018-02-15 00:42:39 +00:00
|
|
|
|
|
|
|
|
|
|
|
// set this function logic
|
|
|
|
if (protocol)
|
|
|
|
{
|
|
|
|
jQuery('#jform_authentication').closest('.control-group').show();
|
2018-09-10 11:04:52 +00:00
|
|
|
// add required attribute to authentication field
|
2024-04-09 11:54:59 +00:00
|
|
|
if (jform_vvvvwdyvyd_required)
|
2018-02-15 00:42:39 +00:00
|
|
|
{
|
|
|
|
updateFieldRequired('authentication',0);
|
|
|
|
jQuery('#jform_authentication').prop('required','required');
|
|
|
|
jQuery('#jform_authentication').attr('aria-required',true);
|
|
|
|
jQuery('#jform_authentication').addClass('required');
|
2024-04-09 11:54:59 +00:00
|
|
|
jform_vvvvwdyvyd_required = false;
|
2018-02-15 00:42:39 +00:00
|
|
|
}
|
|
|
|
jQuery('#jform_host').closest('.control-group').show();
|
2018-09-10 11:04:52 +00:00
|
|
|
// add required attribute to host field
|
2024-04-09 11:54:59 +00:00
|
|
|
if (jform_vvvvwdyvye_required)
|
2018-02-15 00:42:39 +00:00
|
|
|
{
|
|
|
|
updateFieldRequired('host',0);
|
|
|
|
jQuery('#jform_host').prop('required','required');
|
|
|
|
jQuery('#jform_host').attr('aria-required',true);
|
|
|
|
jQuery('#jform_host').addClass('required');
|
2024-04-09 11:54:59 +00:00
|
|
|
jform_vvvvwdyvye_required = false;
|
2018-02-15 00:42:39 +00:00
|
|
|
}
|
|
|
|
jQuery('#jform_port').closest('.control-group').show();
|
2018-09-10 11:04:52 +00:00
|
|
|
// add required attribute to port field
|
2024-04-09 11:54:59 +00:00
|
|
|
if (jform_vvvvwdyvyf_required)
|
2018-02-15 00:42:39 +00:00
|
|
|
{
|
|
|
|
updateFieldRequired('port',0);
|
|
|
|
jQuery('#jform_port').prop('required','required');
|
|
|
|
jQuery('#jform_port').attr('aria-required',true);
|
|
|
|
jQuery('#jform_port').addClass('required');
|
2024-04-09 11:54:59 +00:00
|
|
|
jform_vvvvwdyvyf_required = false;
|
2018-02-15 00:42:39 +00:00
|
|
|
}
|
|
|
|
jQuery('#jform_path').closest('.control-group').show();
|
2018-09-10 11:04:52 +00:00
|
|
|
// add required attribute to path field
|
2024-04-09 11:54:59 +00:00
|
|
|
if (jform_vvvvwdyvyg_required)
|
2018-02-15 00:42:39 +00:00
|
|
|
{
|
|
|
|
updateFieldRequired('path',0);
|
|
|
|
jQuery('#jform_path').prop('required','required');
|
|
|
|
jQuery('#jform_path').attr('aria-required',true);
|
|
|
|
jQuery('#jform_path').addClass('required');
|
2024-04-09 11:54:59 +00:00
|
|
|
jform_vvvvwdyvyg_required = false;
|
2018-02-15 00:42:39 +00:00
|
|
|
}
|
|
|
|
jQuery('.note_ssh_security').closest('.control-group').show();
|
|
|
|
jQuery('#jform_username').closest('.control-group').show();
|
2018-09-10 11:04:52 +00:00
|
|
|
// add required attribute to username field
|
2024-04-09 11:54:59 +00:00
|
|
|
if (jform_vvvvwdyvyh_required)
|
2018-02-15 00:42:39 +00:00
|
|
|
{
|
|
|
|
updateFieldRequired('username',0);
|
|
|
|
jQuery('#jform_username').prop('required','required');
|
|
|
|
jQuery('#jform_username').attr('aria-required',true);
|
|
|
|
jQuery('#jform_username').addClass('required');
|
2024-04-09 11:54:59 +00:00
|
|
|
jform_vvvvwdyvyh_required = false;
|
2018-02-15 00:42:39 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
else
|
|
|
|
{
|
|
|
|
jQuery('#jform_authentication').closest('.control-group').hide();
|
2018-09-10 11:04:52 +00:00
|
|
|
// remove required attribute from authentication field
|
2024-04-09 11:54:59 +00:00
|
|
|
if (!jform_vvvvwdyvyd_required)
|
2018-02-15 00:42:39 +00:00
|
|
|
{
|
|
|
|
updateFieldRequired('authentication',1);
|
|
|
|
jQuery('#jform_authentication').removeAttr('required');
|
|
|
|
jQuery('#jform_authentication').removeAttr('aria-required');
|
|
|
|
jQuery('#jform_authentication').removeClass('required');
|
2024-04-09 11:54:59 +00:00
|
|
|
jform_vvvvwdyvyd_required = true;
|
2018-02-15 00:42:39 +00:00
|
|
|
}
|
|
|
|
jQuery('#jform_host').closest('.control-group').hide();
|
2018-09-10 11:04:52 +00:00
|
|
|
// remove required attribute from host field
|
2024-04-09 11:54:59 +00:00
|
|
|
if (!jform_vvvvwdyvye_required)
|
2018-02-15 00:42:39 +00:00
|
|
|
{
|
|
|
|
updateFieldRequired('host',1);
|
|
|
|
jQuery('#jform_host').removeAttr('required');
|
|
|
|
jQuery('#jform_host').removeAttr('aria-required');
|
|
|
|
jQuery('#jform_host').removeClass('required');
|
2024-04-09 11:54:59 +00:00
|
|
|
jform_vvvvwdyvye_required = true;
|
2018-02-15 00:42:39 +00:00
|
|
|
}
|
|
|
|
jQuery('#jform_port').closest('.control-group').hide();
|
2018-09-10 11:04:52 +00:00
|
|
|
// remove required attribute from port field
|
2024-04-09 11:54:59 +00:00
|
|
|
if (!jform_vvvvwdyvyf_required)
|
2018-02-15 00:42:39 +00:00
|
|
|
{
|
|
|
|
updateFieldRequired('port',1);
|
|
|
|
jQuery('#jform_port').removeAttr('required');
|
|
|
|
jQuery('#jform_port').removeAttr('aria-required');
|
|
|
|
jQuery('#jform_port').removeClass('required');
|
2024-04-09 11:54:59 +00:00
|
|
|
jform_vvvvwdyvyf_required = true;
|
2018-02-15 00:42:39 +00:00
|
|
|
}
|
|
|
|
jQuery('#jform_path').closest('.control-group').hide();
|
2018-09-10 11:04:52 +00:00
|
|
|
// remove required attribute from path field
|
2024-04-09 11:54:59 +00:00
|
|
|
if (!jform_vvvvwdyvyg_required)
|
2018-02-15 00:42:39 +00:00
|
|
|
{
|
|
|
|
updateFieldRequired('path',1);
|
|
|
|
jQuery('#jform_path').removeAttr('required');
|
|
|
|
jQuery('#jform_path').removeAttr('aria-required');
|
|
|
|
jQuery('#jform_path').removeClass('required');
|
2024-04-09 11:54:59 +00:00
|
|
|
jform_vvvvwdyvyg_required = true;
|
2018-02-15 00:42:39 +00:00
|
|
|
}
|
|
|
|
jQuery('.note_ssh_security').closest('.control-group').hide();
|
|
|
|
jQuery('#jform_username').closest('.control-group').hide();
|
2018-09-10 11:04:52 +00:00
|
|
|
// remove required attribute from username field
|
2024-04-09 11:54:59 +00:00
|
|
|
if (!jform_vvvvwdyvyh_required)
|
2018-02-15 00:42:39 +00:00
|
|
|
{
|
|
|
|
updateFieldRequired('username',1);
|
|
|
|
jQuery('#jform_username').removeAttr('required');
|
|
|
|
jQuery('#jform_username').removeAttr('aria-required');
|
|
|
|
jQuery('#jform_username').removeClass('required');
|
2024-04-09 11:54:59 +00:00
|
|
|
jform_vvvvwdyvyh_required = true;
|
2018-02-15 00:42:39 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2024-04-09 11:54:59 +00:00
|
|
|
// the vvvvwdy Some function
|
|
|
|
function protocol_vvvvwdy_SomeFunc(protocol_vvvvwdy)
|
2018-02-15 00:42:39 +00:00
|
|
|
{
|
|
|
|
// set the function logic
|
2024-04-09 11:54:59 +00:00
|
|
|
if (protocol_vvvvwdy == 2)
|
2018-02-15 00:42:39 +00:00
|
|
|
{
|
|
|
|
return true;
|
|
|
|
}
|
|
|
|
return false;
|
|
|
|
}
|
|
|
|
|
2024-04-09 11:54:59 +00:00
|
|
|
// the vvvvwdz function
|
|
|
|
function vvvvwdz(protocol_vvvvwdz)
|
2018-02-15 00:42:39 +00:00
|
|
|
{
|
2024-04-09 11:54:59 +00:00
|
|
|
if (isSet(protocol_vvvvwdz) && protocol_vvvvwdz.constructor !== Array)
|
2018-02-15 00:42:39 +00:00
|
|
|
{
|
2024-04-09 11:54:59 +00:00
|
|
|
var temp_vvvvwdz = protocol_vvvvwdz;
|
|
|
|
var protocol_vvvvwdz = [];
|
|
|
|
protocol_vvvvwdz.push(temp_vvvvwdz);
|
2018-02-15 00:42:39 +00:00
|
|
|
}
|
2024-04-09 11:54:59 +00:00
|
|
|
else if (!isSet(protocol_vvvvwdz))
|
2018-02-15 00:42:39 +00:00
|
|
|
{
|
2024-04-09 11:54:59 +00:00
|
|
|
var protocol_vvvvwdz = [];
|
2018-02-15 00:42:39 +00:00
|
|
|
}
|
2024-04-09 11:54:59 +00:00
|
|
|
var protocol = protocol_vvvvwdz.some(protocol_vvvvwdz_SomeFunc);
|
2018-02-15 00:42:39 +00:00
|
|
|
|
|
|
|
|
|
|
|
// set this function logic
|
|
|
|
if (protocol)
|
|
|
|
{
|
|
|
|
jQuery('.note_ftp_signature').closest('.control-group').show();
|
|
|
|
jQuery('#jform_signature').closest('.control-group').show();
|
2018-09-10 11:04:52 +00:00
|
|
|
// add required attribute to signature field
|
2024-04-09 11:54:59 +00:00
|
|
|
if (jform_vvvvwdzvyi_required)
|
2018-02-15 00:42:39 +00:00
|
|
|
{
|
|
|
|
updateFieldRequired('signature',0);
|
|
|
|
jQuery('#jform_signature').prop('required','required');
|
|
|
|
jQuery('#jform_signature').attr('aria-required',true);
|
|
|
|
jQuery('#jform_signature').addClass('required');
|
2024-04-09 11:54:59 +00:00
|
|
|
jform_vvvvwdzvyi_required = false;
|
2018-02-15 00:42:39 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
else
|
|
|
|
{
|
|
|
|
jQuery('.note_ftp_signature').closest('.control-group').hide();
|
|
|
|
jQuery('#jform_signature').closest('.control-group').hide();
|
2018-09-10 11:04:52 +00:00
|
|
|
// remove required attribute from signature field
|
2024-04-09 11:54:59 +00:00
|
|
|
if (!jform_vvvvwdzvyi_required)
|
2018-02-15 00:42:39 +00:00
|
|
|
{
|
|
|
|
updateFieldRequired('signature',1);
|
|
|
|
jQuery('#jform_signature').removeAttr('required');
|
|
|
|
jQuery('#jform_signature').removeAttr('aria-required');
|
|
|
|
jQuery('#jform_signature').removeClass('required');
|
2024-04-09 11:54:59 +00:00
|
|
|
jform_vvvvwdzvyi_required = true;
|
2018-02-15 00:42:39 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2024-04-09 11:54:59 +00:00
|
|
|
// the vvvvwdz Some function
|
|
|
|
function protocol_vvvvwdz_SomeFunc(protocol_vvvvwdz)
|
2018-02-15 00:42:39 +00:00
|
|
|
{
|
|
|
|
// set the function logic
|
2024-04-09 11:54:59 +00:00
|
|
|
if (protocol_vvvvwdz == 1)
|
2018-02-15 00:42:39 +00:00
|
|
|
{
|
|
|
|
return true;
|
|
|
|
}
|
|
|
|
return false;
|
|
|
|
}
|
|
|
|
|
2024-04-09 11:54:59 +00:00
|
|
|
// the vvvvwea function
|
|
|
|
function vvvvwea(protocol_vvvvwea,authentication_vvvvwea)
|
2018-02-15 00:42:39 +00:00
|
|
|
{
|
2024-04-09 11:54:59 +00:00
|
|
|
if (isSet(protocol_vvvvwea) && protocol_vvvvwea.constructor !== Array)
|
2018-02-15 00:42:39 +00:00
|
|
|
{
|
2024-04-09 11:54:59 +00:00
|
|
|
var temp_vvvvwea = protocol_vvvvwea;
|
|
|
|
var protocol_vvvvwea = [];
|
|
|
|
protocol_vvvvwea.push(temp_vvvvwea);
|
2018-02-15 00:42:39 +00:00
|
|
|
}
|
2024-04-09 11:54:59 +00:00
|
|
|
else if (!isSet(protocol_vvvvwea))
|
2018-02-15 00:42:39 +00:00
|
|
|
{
|
2024-04-09 11:54:59 +00:00
|
|
|
var protocol_vvvvwea = [];
|
2018-02-15 00:42:39 +00:00
|
|
|
}
|
2024-04-09 11:54:59 +00:00
|
|
|
var protocol = protocol_vvvvwea.some(protocol_vvvvwea_SomeFunc);
|
2018-02-15 00:42:39 +00:00
|
|
|
|
2024-04-09 11:54:59 +00:00
|
|
|
if (isSet(authentication_vvvvwea) && authentication_vvvvwea.constructor !== Array)
|
2018-02-15 00:42:39 +00:00
|
|
|
{
|
2024-04-09 11:54:59 +00:00
|
|
|
var temp_vvvvwea = authentication_vvvvwea;
|
|
|
|
var authentication_vvvvwea = [];
|
|
|
|
authentication_vvvvwea.push(temp_vvvvwea);
|
2018-02-15 00:42:39 +00:00
|
|
|
}
|
2024-04-09 11:54:59 +00:00
|
|
|
else if (!isSet(authentication_vvvvwea))
|
2018-02-15 00:42:39 +00:00
|
|
|
{
|
2024-04-09 11:54:59 +00:00
|
|
|
var authentication_vvvvwea = [];
|
2018-02-15 00:42:39 +00:00
|
|
|
}
|
2024-04-09 11:54:59 +00:00
|
|
|
var authentication = authentication_vvvvwea.some(authentication_vvvvwea_SomeFunc);
|
2018-02-15 00:42:39 +00:00
|
|
|
|
|
|
|
|
|
|
|
// set this function logic
|
|
|
|
if (protocol && authentication)
|
|
|
|
{
|
|
|
|
jQuery('#jform_password').closest('.control-group').show();
|
2018-09-10 11:04:52 +00:00
|
|
|
// add required attribute to password field
|
2024-04-09 11:54:59 +00:00
|
|
|
if (jform_vvvvweavyj_required)
|
2018-02-15 00:42:39 +00:00
|
|
|
{
|
|
|
|
updateFieldRequired('password',0);
|
|
|
|
jQuery('#jform_password').prop('required','required');
|
|
|
|
jQuery('#jform_password').attr('aria-required',true);
|
|
|
|
jQuery('#jform_password').addClass('required');
|
2024-04-09 11:54:59 +00:00
|
|
|
jform_vvvvweavyj_required = false;
|
2018-02-15 00:42:39 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
else
|
|
|
|
{
|
|
|
|
jQuery('#jform_password').closest('.control-group').hide();
|
2018-09-10 11:04:52 +00:00
|
|
|
// remove required attribute from password field
|
2024-04-09 11:54:59 +00:00
|
|
|
if (!jform_vvvvweavyj_required)
|
2018-02-15 00:42:39 +00:00
|
|
|
{
|
|
|
|
updateFieldRequired('password',1);
|
|
|
|
jQuery('#jform_password').removeAttr('required');
|
|
|
|
jQuery('#jform_password').removeAttr('aria-required');
|
|
|
|
jQuery('#jform_password').removeClass('required');
|
2024-04-09 11:54:59 +00:00
|
|
|
jform_vvvvweavyj_required = true;
|
2018-02-15 00:42:39 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2024-04-09 11:54:59 +00:00
|
|
|
// the vvvvwea Some function
|
|
|
|
function protocol_vvvvwea_SomeFunc(protocol_vvvvwea)
|
2018-02-15 00:42:39 +00:00
|
|
|
{
|
|
|
|
// set the function logic
|
2024-04-09 11:54:59 +00:00
|
|
|
if (protocol_vvvvwea == 2)
|
2018-02-15 00:42:39 +00:00
|
|
|
{
|
|
|
|
return true;
|
|
|
|
}
|
|
|
|
return false;
|
|
|
|
}
|
|
|
|
|
2024-04-09 11:54:59 +00:00
|
|
|
// the vvvvwea Some function
|
|
|
|
function authentication_vvvvwea_SomeFunc(authentication_vvvvwea)
|
2018-02-15 00:42:39 +00:00
|
|
|
{
|
|
|
|
// set the function logic
|
2024-04-09 11:54:59 +00:00
|
|
|
if (authentication_vvvvwea == 1 || authentication_vvvvwea == 3 || authentication_vvvvwea == 5)
|
2018-02-15 00:42:39 +00:00
|
|
|
{
|
|
|
|
return true;
|
|
|
|
}
|
|
|
|
return false;
|
|
|
|
}
|
|
|
|
|
2024-04-09 11:54:59 +00:00
|
|
|
// the vvvvwec function
|
|
|
|
function vvvvwec(protocol_vvvvwec,authentication_vvvvwec)
|
2018-02-15 00:42:39 +00:00
|
|
|
{
|
2024-04-09 11:54:59 +00:00
|
|
|
if (isSet(protocol_vvvvwec) && protocol_vvvvwec.constructor !== Array)
|
2018-02-15 00:42:39 +00:00
|
|
|
{
|
2024-04-09 11:54:59 +00:00
|
|
|
var temp_vvvvwec = protocol_vvvvwec;
|
|
|
|
var protocol_vvvvwec = [];
|
|
|
|
protocol_vvvvwec.push(temp_vvvvwec);
|
2018-02-15 00:42:39 +00:00
|
|
|
}
|
2024-04-09 11:54:59 +00:00
|
|
|
else if (!isSet(protocol_vvvvwec))
|
2018-02-15 00:42:39 +00:00
|
|
|
{
|
2024-04-09 11:54:59 +00:00
|
|
|
var protocol_vvvvwec = [];
|
2018-02-15 00:42:39 +00:00
|
|
|
}
|
2024-04-09 11:54:59 +00:00
|
|
|
var protocol = protocol_vvvvwec.some(protocol_vvvvwec_SomeFunc);
|
2018-02-15 00:42:39 +00:00
|
|
|
|
2024-04-09 11:54:59 +00:00
|
|
|
if (isSet(authentication_vvvvwec) && authentication_vvvvwec.constructor !== Array)
|
2018-02-15 00:42:39 +00:00
|
|
|
{
|
2024-04-09 11:54:59 +00:00
|
|
|
var temp_vvvvwec = authentication_vvvvwec;
|
|
|
|
var authentication_vvvvwec = [];
|
|
|
|
authentication_vvvvwec.push(temp_vvvvwec);
|
2018-02-15 00:42:39 +00:00
|
|
|
}
|
2024-04-09 11:54:59 +00:00
|
|
|
else if (!isSet(authentication_vvvvwec))
|
2018-02-15 00:42:39 +00:00
|
|
|
{
|
2024-04-09 11:54:59 +00:00
|
|
|
var authentication_vvvvwec = [];
|
2018-02-15 00:42:39 +00:00
|
|
|
}
|
2024-04-09 11:54:59 +00:00
|
|
|
var authentication = authentication_vvvvwec.some(authentication_vvvvwec_SomeFunc);
|
2018-02-15 00:42:39 +00:00
|
|
|
|
|
|
|
|
|
|
|
// set this function logic
|
|
|
|
if (protocol && authentication)
|
|
|
|
{
|
|
|
|
jQuery('#jform_private').closest('.control-group').show();
|
2018-09-10 11:04:52 +00:00
|
|
|
// add required attribute to private field
|
2024-04-09 11:54:59 +00:00
|
|
|
if (jform_vvvvwecvyk_required)
|
2018-02-15 00:42:39 +00:00
|
|
|
{
|
|
|
|
updateFieldRequired('private',0);
|
|
|
|
jQuery('#jform_private').prop('required','required');
|
|
|
|
jQuery('#jform_private').attr('aria-required',true);
|
|
|
|
jQuery('#jform_private').addClass('required');
|
2024-04-09 11:54:59 +00:00
|
|
|
jform_vvvvwecvyk_required = false;
|
2018-02-15 00:42:39 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
else
|
|
|
|
{
|
|
|
|
jQuery('#jform_private').closest('.control-group').hide();
|
2018-09-10 11:04:52 +00:00
|
|
|
// remove required attribute from private field
|
2024-04-09 11:54:59 +00:00
|
|
|
if (!jform_vvvvwecvyk_required)
|
2018-02-15 00:42:39 +00:00
|
|
|
{
|
|
|
|
updateFieldRequired('private',1);
|
|
|
|
jQuery('#jform_private').removeAttr('required');
|
|
|
|
jQuery('#jform_private').removeAttr('aria-required');
|
|
|
|
jQuery('#jform_private').removeClass('required');
|
2024-04-09 11:54:59 +00:00
|
|
|
jform_vvvvwecvyk_required = true;
|
2018-02-15 00:42:39 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2024-04-09 11:54:59 +00:00
|
|
|
// the vvvvwec Some function
|
|
|
|
function protocol_vvvvwec_SomeFunc(protocol_vvvvwec)
|
2018-02-15 00:42:39 +00:00
|
|
|
{
|
|
|
|
// set the function logic
|
2024-04-09 11:54:59 +00:00
|
|
|
if (protocol_vvvvwec == 2)
|
2018-02-15 00:42:39 +00:00
|
|
|
{
|
|
|
|
return true;
|
|
|
|
}
|
|
|
|
return false;
|
|
|
|
}
|
|
|
|
|
2024-04-09 11:54:59 +00:00
|
|
|
// the vvvvwec Some function
|
|
|
|
function authentication_vvvvwec_SomeFunc(authentication_vvvvwec)
|
2018-02-15 00:42:39 +00:00
|
|
|
{
|
|
|
|
// set the function logic
|
2024-04-09 11:54:59 +00:00
|
|
|
if (authentication_vvvvwec == 2 || authentication_vvvvwec == 3)
|
2018-02-15 00:42:39 +00:00
|
|
|
{
|
|
|
|
return true;
|
|
|
|
}
|
|
|
|
return false;
|
|
|
|
}
|
|
|
|
|
2024-04-09 11:54:59 +00:00
|
|
|
// the vvvvwee function
|
|
|
|
function vvvvwee(protocol_vvvvwee,authentication_vvvvwee)
|
2018-02-15 00:42:39 +00:00
|
|
|
{
|
2024-04-09 11:54:59 +00:00
|
|
|
if (isSet(protocol_vvvvwee) && protocol_vvvvwee.constructor !== Array)
|
2018-02-15 00:42:39 +00:00
|
|
|
{
|
2024-04-09 11:54:59 +00:00
|
|
|
var temp_vvvvwee = protocol_vvvvwee;
|
|
|
|
var protocol_vvvvwee = [];
|
|
|
|
protocol_vvvvwee.push(temp_vvvvwee);
|
2018-02-15 00:42:39 +00:00
|
|
|
}
|
2024-04-09 11:54:59 +00:00
|
|
|
else if (!isSet(protocol_vvvvwee))
|
2018-02-15 00:42:39 +00:00
|
|
|
{
|
2024-04-09 11:54:59 +00:00
|
|
|
var protocol_vvvvwee = [];
|
2018-02-15 00:42:39 +00:00
|
|
|
}
|
2024-04-09 11:54:59 +00:00
|
|
|
var protocol = protocol_vvvvwee.some(protocol_vvvvwee_SomeFunc);
|
2018-02-15 00:42:39 +00:00
|
|
|
|
2024-04-09 11:54:59 +00:00
|
|
|
if (isSet(authentication_vvvvwee) && authentication_vvvvwee.constructor !== Array)
|
2018-02-15 00:42:39 +00:00
|
|
|
{
|
2024-04-09 11:54:59 +00:00
|
|
|
var temp_vvvvwee = authentication_vvvvwee;
|
|
|
|
var authentication_vvvvwee = [];
|
|
|
|
authentication_vvvvwee.push(temp_vvvvwee);
|
2018-02-15 00:42:39 +00:00
|
|
|
}
|
2024-04-09 11:54:59 +00:00
|
|
|
else if (!isSet(authentication_vvvvwee))
|
2018-02-15 00:42:39 +00:00
|
|
|
{
|
2024-04-09 11:54:59 +00:00
|
|
|
var authentication_vvvvwee = [];
|
2018-02-15 00:42:39 +00:00
|
|
|
}
|
2024-04-09 11:54:59 +00:00
|
|
|
var authentication = authentication_vvvvwee.some(authentication_vvvvwee_SomeFunc);
|
2018-02-15 00:42:39 +00:00
|
|
|
|
|
|
|
|
|
|
|
// set this function logic
|
2018-02-27 12:17:38 +00:00
|
|
|
if (protocol && authentication)
|
2018-02-15 00:42:39 +00:00
|
|
|
{
|
2018-02-27 12:17:38 +00:00
|
|
|
jQuery('#jform_private_key').closest('.control-group').show();
|
2018-09-10 11:04:52 +00:00
|
|
|
// add required attribute to private_key field
|
2024-04-09 11:54:59 +00:00
|
|
|
if (jform_vvvvweevyl_required)
|
2018-03-06 02:28:44 +00:00
|
|
|
{
|
|
|
|
updateFieldRequired('private_key',0);
|
|
|
|
jQuery('#jform_private_key').prop('required','required');
|
|
|
|
jQuery('#jform_private_key').attr('aria-required',true);
|
|
|
|
jQuery('#jform_private_key').addClass('required');
|
2024-04-09 11:54:59 +00:00
|
|
|
jform_vvvvweevyl_required = false;
|
2018-03-06 02:28:44 +00:00
|
|
|
}
|
2018-02-27 12:17:38 +00:00
|
|
|
}
|
|
|
|
else
|
|
|
|
{
|
|
|
|
jQuery('#jform_private_key').closest('.control-group').hide();
|
2018-09-10 11:04:52 +00:00
|
|
|
// remove required attribute from private_key field
|
2024-04-09 11:54:59 +00:00
|
|
|
if (!jform_vvvvweevyl_required)
|
2018-03-06 02:28:44 +00:00
|
|
|
{
|
|
|
|
updateFieldRequired('private_key',1);
|
|
|
|
jQuery('#jform_private_key').removeAttr('required');
|
|
|
|
jQuery('#jform_private_key').removeAttr('aria-required');
|
|
|
|
jQuery('#jform_private_key').removeClass('required');
|
2024-04-09 11:54:59 +00:00
|
|
|
jform_vvvvweevyl_required = true;
|
2018-03-06 02:28:44 +00:00
|
|
|
}
|
2018-02-27 12:17:38 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2024-04-09 11:54:59 +00:00
|
|
|
// the vvvvwee Some function
|
|
|
|
function protocol_vvvvwee_SomeFunc(protocol_vvvvwee)
|
2018-02-27 12:17:38 +00:00
|
|
|
{
|
|
|
|
// set the function logic
|
2024-04-09 11:54:59 +00:00
|
|
|
if (protocol_vvvvwee == 2)
|
2018-02-27 12:17:38 +00:00
|
|
|
{
|
|
|
|
return true;
|
|
|
|
}
|
|
|
|
return false;
|
|
|
|
}
|
|
|
|
|
2024-04-09 11:54:59 +00:00
|
|
|
// the vvvvwee Some function
|
|
|
|
function authentication_vvvvwee_SomeFunc(authentication_vvvvwee)
|
2018-02-27 12:17:38 +00:00
|
|
|
{
|
|
|
|
// set the function logic
|
2024-04-09 11:54:59 +00:00
|
|
|
if (authentication_vvvvwee == 4 || authentication_vvvvwee == 5)
|
2018-02-27 12:17:38 +00:00
|
|
|
{
|
|
|
|
return true;
|
|
|
|
}
|
|
|
|
return false;
|
|
|
|
}
|
|
|
|
|
2024-04-09 11:54:59 +00:00
|
|
|
// the vvvvweg function
|
|
|
|
function vvvvweg(protocol_vvvvweg,authentication_vvvvweg)
|
2018-02-27 12:17:38 +00:00
|
|
|
{
|
2024-04-09 11:54:59 +00:00
|
|
|
if (isSet(protocol_vvvvweg) && protocol_vvvvweg.constructor !== Array)
|
2018-02-27 12:17:38 +00:00
|
|
|
{
|
2024-04-09 11:54:59 +00:00
|
|
|
var temp_vvvvweg = protocol_vvvvweg;
|
|
|
|
var protocol_vvvvweg = [];
|
|
|
|
protocol_vvvvweg.push(temp_vvvvweg);
|
2018-02-27 12:17:38 +00:00
|
|
|
}
|
2024-04-09 11:54:59 +00:00
|
|
|
else if (!isSet(protocol_vvvvweg))
|
2018-02-27 12:17:38 +00:00
|
|
|
{
|
2024-04-09 11:54:59 +00:00
|
|
|
var protocol_vvvvweg = [];
|
2018-02-27 12:17:38 +00:00
|
|
|
}
|
2024-04-09 11:54:59 +00:00
|
|
|
var protocol = protocol_vvvvweg.some(protocol_vvvvweg_SomeFunc);
|
2018-02-15 00:42:39 +00:00
|
|
|
|
2024-04-09 11:54:59 +00:00
|
|
|
if (isSet(authentication_vvvvweg) && authentication_vvvvweg.constructor !== Array)
|
2018-02-27 12:17:38 +00:00
|
|
|
{
|
2024-04-09 11:54:59 +00:00
|
|
|
var temp_vvvvweg = authentication_vvvvweg;
|
|
|
|
var authentication_vvvvweg = [];
|
|
|
|
authentication_vvvvweg.push(temp_vvvvweg);
|
2018-02-27 12:17:38 +00:00
|
|
|
}
|
2024-04-09 11:54:59 +00:00
|
|
|
else if (!isSet(authentication_vvvvweg))
|
2018-02-27 12:17:38 +00:00
|
|
|
{
|
2024-04-09 11:54:59 +00:00
|
|
|
var authentication_vvvvweg = [];
|
2018-02-27 12:17:38 +00:00
|
|
|
}
|
2024-04-09 11:54:59 +00:00
|
|
|
var authentication = authentication_vvvvweg.some(authentication_vvvvweg_SomeFunc);
|
2018-02-27 12:17:38 +00:00
|
|
|
|
|
|
|
|
|
|
|
// set this function logic
|
|
|
|
if (protocol && authentication)
|
|
|
|
{
|
2018-02-15 00:42:39 +00:00
|
|
|
jQuery('#jform_secret').closest('.control-group').show();
|
|
|
|
}
|
|
|
|
else
|
|
|
|
{
|
|
|
|
jQuery('#jform_secret').closest('.control-group').hide();
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2024-04-09 11:54:59 +00:00
|
|
|
// the vvvvweg Some function
|
|
|
|
function protocol_vvvvweg_SomeFunc(protocol_vvvvweg)
|
2018-02-15 00:42:39 +00:00
|
|
|
{
|
|
|
|
// set the function logic
|
2024-04-09 11:54:59 +00:00
|
|
|
if (protocol_vvvvweg == 2)
|
2018-02-15 00:42:39 +00:00
|
|
|
{
|
|
|
|
return true;
|
|
|
|
}
|
|
|
|
return false;
|
|
|
|
}
|
|
|
|
|
2024-04-09 11:54:59 +00:00
|
|
|
// the vvvvweg Some function
|
|
|
|
function authentication_vvvvweg_SomeFunc(authentication_vvvvweg)
|
2018-02-15 00:42:39 +00:00
|
|
|
{
|
|
|
|
// set the function logic
|
2024-04-09 11:54:59 +00:00
|
|
|
if (authentication_vvvvweg == 2 || authentication_vvvvweg == 3 || authentication_vvvvweg == 4 || authentication_vvvvweg == 5)
|
2018-02-15 00:42:39 +00:00
|
|
|
{
|
|
|
|
return true;
|
|
|
|
}
|
|
|
|
return false;
|
|
|
|
}
|
|
|
|
|
2020-02-27 21:05:28 +00:00
|
|
|
// update fields required
|
|
|
|
function updateFieldRequired(name, status) {
|
|
|
|
// check if not_required exist
|
2024-03-09 19:52:51 +00:00
|
|
|
if (document.getElementById('jform_not_required')) {
|
2020-02-27 21:05:28 +00:00
|
|
|
var not_required = jQuery('#jform_not_required').val().split(",");
|
2018-02-15 00:42:39 +00:00
|
|
|
|
2020-02-27 21:05:28 +00:00
|
|
|
if(status == 1)
|
2018-02-15 00:42:39 +00:00
|
|
|
{
|
2020-02-27 21:05:28 +00:00
|
|
|
not_required.push(name);
|
2018-02-15 00:42:39 +00:00
|
|
|
}
|
|
|
|
else
|
|
|
|
{
|
2020-02-27 21:05:28 +00:00
|
|
|
not_required = removeFieldFromNotRequired(not_required, name);
|
2018-02-15 00:42:39 +00:00
|
|
|
}
|
2020-02-27 21:05:28 +00:00
|
|
|
|
|
|
|
jQuery('#jform_not_required').val(fixNotRequiredArray(not_required).toString());
|
2018-02-15 00:42:39 +00:00
|
|
|
}
|
2020-02-27 21:05:28 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
// remove field from not_required
|
|
|
|
function removeFieldFromNotRequired(array, what) {
|
|
|
|
return array.filter(function(element){
|
|
|
|
return element !== what;
|
|
|
|
});
|
|
|
|
}
|
|
|
|
|
|
|
|
// fix not required array
|
|
|
|
function fixNotRequiredArray(array) {
|
|
|
|
var seen = {};
|
|
|
|
return removeEmptyFromNotRequiredArray(array).filter(function(item) {
|
|
|
|
return seen.hasOwnProperty(item) ? false : (seen[item] = true);
|
|
|
|
});
|
|
|
|
}
|
2018-02-15 00:42:39 +00:00
|
|
|
|
2020-02-27 21:05:28 +00:00
|
|
|
// remove empty from not_required array
|
|
|
|
function removeEmptyFromNotRequiredArray(array) {
|
|
|
|
return array.filter(function (el) {
|
|
|
|
// remove ( 一_一) as well - lol
|
|
|
|
return (el.length > 0 && '一_一' !== el);
|
|
|
|
});
|
2018-02-15 00:42:39 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
// the isSet function
|
|
|
|
function isSet(val)
|
|
|
|
{
|
|
|
|
if ((val != undefined) && (val != null) && 0 !== val.length){
|
|
|
|
return true;
|
|
|
|
}
|
|
|
|
return false;
|
2024-03-09 19:52:51 +00:00
|
|
|
}
|