Uname: Linux webm005.cluster107.gra.hosting.ovh.net 5.15.167-ovh-vps-grsec-zfs-classid #1 SMP Tue Sep 17 08:14:20 UTC 2024 x86_64
User: 6036 (villadal)
Group: 100 (users)
Disabled functions: NONE
Safe mode: On[ PHPinfo ]
//home/villadal/www/old/////booked/lib/Database/Commands      ( Reset | Go to )
File Name: ParameterNames.php
Edit
<?php
/**
Copyright 2012-2014 Nick Korbel

This file is part of Booked Scheduler.

Booked Scheduler is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

Booked Scheduler is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with Booked Scheduler.  If not, see <http://www.gnu.org/licenses/>.
 */

class ParameterNames
{
    private function 
__construct()
    {
    }

    const 
ACCESSORY_ID '@accessoryid';
    const 
ACCESSORY_NAME '@accessoryname';
    const 
ACCESSORY_QUANTITY '@quantity';

    const 
ACTIVATION_CODE '@activation_code';

    const 
ALLOW_CALENDAR_SUBSCRIPTION '@allow_calendar_subscription';

    const 
ANNOUNCEMENT_ID '@announcementid';
    const 
ANNOUNCEMENT_TEXT '@text';
    const 
ANNOUNCEMENT_PRIORITY '@priority';

    const 
ATTRIBUTE_ID '@custom_attribute_id';
    const 
ATTRIBUTE_CATEGORY '@attribute_category';
    const 
ATTRIBUTE_LABEL '@display_label';
    const 
ATTRIBUTE_POSSIBLE_VALUES '@possible_values';
    const 
ATTRIBUTE_REGEX '@validation_regex';
    const 
ATTRIBUTE_REQUIRED '@is_required';
    const 
ATTRIBUTE_SORT_ORDER '@sort_order';
    const 
ATTRIBUTE_TYPE '@display_type';
    const 
ATTRIBUTE_VALUE '@attribute_value';
    const 
ATTRIBUTE_ENTITY_ID '@entity_id';
    const 
ATTRIBUTE_ENTITY_IDS '@entity_ids';
    const 
ATTRIBUTE_UNIQUE_PER_ENTITY '@unique_per_entity';

    const 
BLACKOUT_SERIES_ID '@blackout_series_id';
    const 
BLACKOUT_INSTANCE_ID '@blackout_instance_id';

    const 
CURRENT_DATE '@current_date';
    const 
CURRENT_SERIES_ID '@currentSeriesId';

    const 
DATE_CREATED '@dateCreated';
    const 
DATE_MODIFIED '@dateModified';
    const 
DESCRIPTION '@description';

    const 
END_DATE '@endDate';
    const 
END_TIME '@endTime';
    const 
EMAIL_ADDRESS '@email';
    const 
EVENT_CATEGORY '@event_category';
    const 
EVENT_TYPE '@event_type';

    const 
FILE_ID '@file_id';
    const 
FILE_NAME '@file_name';
    const 
FILE_TYPE '@file_type';
    const 
FILE_SIZE '@file_size';
    const 
FILE_EXTENSION '@file_extension';
    const 
FIRST_NAME '@fname';

    const 
GROUP_ID '@groupid';
    const 
GROUP_NAME '@groupname';
    const 
GROUP_ADMIN_ID '@admin_group_id';

    const 
HOMEPAGE_ID '@homepageid';

    const 
LAST_LOGIN '@lastlogin';
    const 
LAST_NAME '@lname';
    const 
LAYOUT_ID '@layoutid';

    const 
NAME '@name';

    const 
ORGANIZATION '@organization';

    const 
PASSWORD '@password';
    const 
PERIOD_AVAILABILITY_TYPE '@periodType';
    const 
PERIOD_DAY_OF_WEEK '@day_of_week';
    const 
PERIOD_LABEL '@label';
    const 
PHONE '@phone';
    const 
POSITION '@position';
    const 
PUBLIC_ID '@publicid';

    const 
QUOTA_DURATION '@duration';
    const 
QUOTA_ID '@quotaid';
    const 
QUOTA_LIMIT '@limit';
    const 
QUOTA_UNIT '@unit';

    const 
REMINDER_ID '@reminder_id';
    const 
REMINDER_USER_ID '@user_id';
    const 
REMINDER_SENDTIME '@sendtime';
    const 
REMINDER_MESSAGE '@message';
    const 
REMINDER_ADDRESS '@address';
    const 
REMINDER_REFNUMBER '@refnumber';
    const 
REMINDER_MINUTES_PRIOR '@minutes_prior';
    const 
REMINDER_TYPE '@reminder_type';

    const 
REFERENCE_NUMBER '@referenceNumber';

    const 
REPEAT_OPTIONS '@repeatOptions';
    const 
REPEAT_TYPE '@repeatType';

    const 
REPORT_NAME '@report_name';
    const 
REPORT_DETAILS '@report_details';
    const 
REPORT_ID "@report_id";

    const 
RESERVATION_INSTANCE_ID '@reservationid';
    const 
RESERVATION_USER_LEVEL_ID '@levelid';

    const 
RESOURCE_ID '@resourceid';
    const 
RESOURCE_ALLOW_MULTIDAY '@allow_multiday_reservations';
    const 
RESOURCE_AUTOASSIGN '@autoassign';
    const 
RESOURCE_CONTACT '@contact_info';
    const 
RESOURCE_COST '@unit_cost';
    const 
RESOURCE_DESCRIPTION '@description';
    const 
RESOURCE_LOCATION '@location';
    const 
RESOURCE_MAX_PARTICIPANTS '@max_participants';
    const 
RESOURCE_MAXDURATION '@max_duration';
    const 
RESOURCE_MAXNOTICE '@max_notice_time';
    const 
RESOURCE_MINDURATION '@min_duration';
    const 
RESOURCE_MININCREMENT '@min_increment';
    const 
RESOURCE_MINNOTICE '@min_notice_time';
    const 
RESOURCE_NAME '@resource_name';
    const 
RESOURCE_NOTES '@resource_notes';
    const 
RESOURCE_REQUIRES_APPROVAL '@requires_approval';
    const 
RESOURCE_LEVEL_ID '@resourceLevelId';
    const 
RESOURCE_IMAGE_NAME '@imageName';
    const 
RESOURCE_SORT_ORDER '@sort_order';
    const 
RESOURCE_STATUS '@status_id';
    const 
RESOURCE_STATUS_REASON_ID '@resource_status_reason_id';
    const 
RESOURCE_STATUS_REASON_DESCRIPTION '@description';
    const 
RESOURCE_BUFFER_TIME '@buffer_time';

    const 
RESOURCE_GROUP_ID '@resourcegroupid';
    const 
RESOURCE_GROUP_NAME '@resourcegroupname';
    const 
RESOURCE_GROUP_PARENT_ID '@parentid';

    const 
RESOURCE_TYPE_ID '@resource_type_id';
    const 
RESOURCE_TYPE_NAME '@resource_type_name';
    const 
RESOURCE_TYPE_DESCRIPTION '@resource_type_description';

    const 
ROLE_ID '@roleid';
    const 
ROLE_LEVEL '@role_level';

    const 
SALT '@salt';
    const 
SCHEDULE_ID '@scheduleid';
    const 
SCHEDULE_NAME '@scheduleName';
    const 
SCHEDULE_ISDEFAULT '@scheduleIsDefault';
    const 
SCHEDULE_WEEKDAYSTART '@scheduleWeekdayStart';
    const 
SCHEDULE_DAYSVISIBLE '@scheduleDaysVisible';
    const 
SERIES_ID '@seriesid';
    const 
SESSION_TOKEN '@session_token';
    const 
START_DATE '@startDate';
    const 
START_TIME '@startTime';
    const 
STATUS_ID '@statusid';
    const 
TIMEZONE_NAME '@timezone';
    const 
TYPE_ID '@typeid';
    const 
LANGUAGE '@language';
    const 
TITLE '@title';
    const 
USER_ID '@userid';
    const 
USER_ROLE_ID '@user_roleid';
    const 
USER_STATUS_ID '@user_statusid';
    const 
USER_SESSION '@user_session_value';
    const 
USERNAME '@username';

    const 
VALUE '@value';


    
// used?
    
const FIRST_NAME_SETTING '@fname_setting';
    const 
LAST_NAME_SETTING '@lname_setting';
    const 
USERNAME_SETTING '@username_setting';
    const 
EMAIL_ADDRESS_SETTING '@email_setting';
    const 
PASSWORD_SETTING '@password_setting';
    const 
ORGANIZATION_SELECTION_SETTING '@organization_setting';
    const 
GROUP_SETTING '@group_setting';
    const 
POSITION_SETTING '@position_setting';
    const 
ADDRESS_SETTING '@address_setting';
    const 
PHONE_SETTING '@phone_setting';
    const 
HOMEPAGE_SELECTION_SETTING '@homepage_setting';
    const 
TIMEZONE_SELECTION_SETTING '@timezone_setting';
}

?>

All system for education purposes only. For more tools: Telegram @jackleet

Mr.X Private Shell

Logo
-
New File | New Folder
Command
SQL