Advanced Search
Search Results
457 total results found
loglevel
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
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
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
Purpose The AppearanceManager class deals with the website theme being displayed for the user and dynamically changing the CSS rules when needed.
CacheManager
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
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
LogManager
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
NavbarManager
TinyMCEManager
TooltipManager
AnimationTools
AutoCompleteTools
CssTools
HtmlTools
DateTools
StringTools
VideoTools
aws-sdk-php
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...