Skip to main content
Advanced Search
Search Terms
Content Type

Exact Matches
Tag Searches
Date Options
Updated after
Updated before
Created after
Created before

Search Results

457 total results found

loglevel

Third-party libraries Frontend libraries

Homepage https://github.com/pimterry/loglevel What is it? A barebones JavaScript library for making client-side logging easier. Why did we choose it? It's small, easy to use, and does the job without being overly complex or adding any significant overhead...

Display Styles

Code Standards: Frontend Artwork Galleries

There are currently three gallery display styles that galleries can be displayed with. Standard The default gallery style. This displays artworks in rows of fixed width, without cropping or clipping artworks; in order to keep each row at a fixed width, the h...

AjaxManager

Code Standards: Frontend Frontend Library: Manager classes

Purpose The AjaxManager class is a wrapper around the jQuery $.ajax methods, to allow for standard functions to be executed upon success or failure of AJAX requests, and to make it easier to change the styling and availability of elements such as buttons whil...

AppearanceManager

Code Standards: Frontend Frontend Library: Manager classes

Purpose The AppearanceManager class deals with the website theme being displayed for the user and dynamically changing the CSS rules when needed.

CacheManager

Code Standards: Frontend Frontend Library: Manager classes

Purpose The CacheManager class is used for storing and retrieving specific values from the client-side browser cache, using the localstorage-slim library. Methods getCacheEntry // Retrieves an entry from the user's browser cache. // If an entry is not a m...

ConfigurationManager

Code Standards: Frontend Frontend Library: Manager classes

Purpose The ConfigurationManager class keeps a list of hardcoded variables, specifying the web addresses of Deserted Chateau's CDNs for different types of assets, and has some methods to reconstruct URLs from their AWS S3 keys or other information.  

FlowUploaderManager

Code Standards: Frontend Frontend Library: Manager classes

LogManager

Code Standards: Frontend Frontend Library: Manager classes

Purpose The main purpose of the LogManager class is to initialise the loglevel library, and give its main logging "variable" a custom name so that it does not conflict with any other third party packages.

ModalManager

Code Standards: Frontend Frontend Library: Manager classes

NavbarManager

Code Standards: Frontend Frontend Library: Manager classes

TinyMCEManager

Code Standards: Frontend Frontend Library: Manager classes

TooltipManager

Code Standards: Frontend Frontend Library: Manager classes

AnimationTools

Code Standards: Frontend Frontend Library: Tool classes

AutoCompleteTools

Code Standards: Frontend Frontend Library: Tool classes

CssTools

Code Standards: Frontend Frontend Library: Tool classes

HtmlTools

Code Standards: Frontend Frontend Library: Tool classes

DateTools

Code Standards: Frontend Frontend Library: Tool classes

StringTools

Code Standards: Frontend Frontend Library: Tool classes

VideoTools

Code Standards: Frontend Frontend Library: Tool classes

aws-sdk-php

Third-party libraries Backend libraries

Homepage https://github.com/aws/aws-sdk-php What is it? Amazon's official SDK (Software Development Kit) for using AWS services with the PHP language. Why did we choose it? Well, if you want to make use of AWS services from PHP, the official library certa...