- Diviner Queries
- All Atoms
- Search
- Diviner Search
Diviner All Atoms
All Atoms
All Atoms
- Method
- Method
- Method
- Method
- Method
- src/applications/celerity/postprocessor/CelerityPostprocessor.php
- File
- Method
- Method
- Method
- src/applications/celerity/postprocessor/CelerityDarkModePostprocessor.php
- File
- Method
- Method
- Method
- src/applications/celerity/postprocessor/CelerityLargeFontPostprocessor.php
- File
- Method
- Method
- Method
- src/applications/celerity/postprocessor/CelerityRedGreenPostprocessor.php
- File
- Method
- Method
- Method
- src/applications/celerity/postprocessor/CelerityHighContrastPostprocessor.php
- File
- Method
- Method
- Method
- src/applications/celerity/postprocessor/CelerityDefaultPostprocessor.php
- File
- Attempt to generate a data URI for a resource. We'll generate a data URI if the resource is a valid resource of an appropriate type, and is small enough. Otherwise, this method will return `null` and we'll end up using a normal URI instead.
- Method
- Method
- Method
- Method
- Method
- Method
- Method
- Method
- Method
- Method
- Method
- Method
- Method
- Method
- Method
- Method
- src/applications/celerity/CelerityResourceTransformer.php
- File
- Get the versioned URI for a raw resource, like an image.
- Function
- Generate a node ID which is guaranteed to be unique for the current page, even across Ajax requests. You should use this method to generate IDs for nodes which require a uniqueness guarantee.
- Function
- Include a CSS or JS static resource by name. This function records a dependency for the current page, so when a response is generated it can be included. You can call this method from any context, and it is recommended you invoke it as close to the actual dependency as possible so that page dependencies are minimized.
- Function
- src/applications/celerity/api.php
- File
- Method
- Method
- Method
- Build package specifications for a given resource source.
- Method
- Check for dependency cycles in the resource graph. Raises an exception if a cycle is detected.
- Method
- Parse the `@provides` and `@requires` symbols out of a text resource, like JS or CSS.
- Method
- Find text resources (like JS and CSS) and return information about them.
- Method
- Find binary resources (like PNG and SWF) and return information about them.
- Method
- Method
- Method
- Method
- Method
- Method
- Method
- Method
- Method
- Method
- Method
- src/applications/celerity/CelerityResourceMapGenerator.php
- File
- Method
- Method
- Method
- Method
- Method
- src/applications/celerity/application/PhabricatorCelerityApplication.php
- File
- Method
- Is it appropriate to cache the data for this resource type in the fast immutable cache?
- Method
- Method
- Method
- Method
- Method
- Method
- Method
- src/applications/celerity/controller/CelerityResourceController.php
- File
- Delivers CSS and JS resources to the browser. This controller handles all `/res/` requests, and manages caching, package construction, and resource preprocessing.
- Class
- Method
- Method
- Method
- Method