- Diviner Queries
- All Atoms
- Search
- Diviner Search
Diviner All Atoms
All Atoms
All Atoms
- Method
- Method
- Simple datasource that loads all possible results from a single call to a URI. This is appropriate if the total data size is small (up to perhaps a few thousand items). If you have more items so you can't ship them down to the client in one repsonse, use @{JX.TypeaheadOnDemandSource}.
- Class
- Method
- Method
- Method
- Emitted when the value of the tokenizer changes, similar to an 'onchange' from a <select />.
- Method
- Method
- A tokenizer is a UI component similar to a text input, except that it allows the user to input a list of items ("tokens"), generally from a fixed set of results. A familiar example of this UI is the "To:" field of most email clients, where the control autocompletes addresses from the user's address book.
- Class
- Start new requests if we have slots free for them.
- Method
- Method
- Method
- Route requests. Primarily, this class provides a quality-of-service priority queue so large numbers of background loading tasks don't block interactive requests.
- Class
- File
- Method
- JX.History provides a stable interface for managing the browser's history stack. Whenever the history stack mutates, the "history:change" event is invoked via JX.Stratcom.
- Class
- File
- Method
- Construct a URI
- Method
- Method
- Convert a string URI into a maleable object.
- Class
- Handy convenience function that returns a @{class:JX.URI} instance. This allows you to write things like:
- Function
- File
- Called when the connection is closed.
- Method
- Method
- Wraps a WebSocket.
- Class
- File
- Method
- Setting cookies involves setting up a cookie object which is eventually written.
- Method
- Class
- File
- Method
- Method
- Method
- Method
- Class
- File
- Listen for events emitted by this object instance. You can also use the static flavor of this method to listen to events emitted by any instance of this object.
- Method
- Method
- This is not a real class, but @{function:JX.install} provides several methods which exist on all Javelin classes. This class documents those methods.
- Class
- File
- Register a callback for invocation after DOMContentReady.
- Function
- File
- Method
- Method
- Class
- Method
- Class
- Method
- Method
- Class
- Method
- Method
- Class
- Method
- Method
- Class
- File
- Method
- Class
- Method
- Method
- Method
- Class
- File
- Method
- Class
- File
- Method
- Class
- Method
- Method
- Class
- Method
- Method
- Class
- Suppress events to happen at most once per min_interval. The last event that fires within an interval will fire at the end of the interval. Events that are sandwiched between other events within an interval are dropped.
- Method
- Method
- Class
- Method
- Class
- Get an existing transformed file, or create a new transformed file if no transformed file already exists. If a new file is produced, it is connected to the original file in an explicit way, so, persisting a new 'PhabricatorTransformedFile' row.
- Method
Public contents are in Creative Commons Attribution-ShareAlike 4.0 (CC-BY-SA) or GNU Free Documentation License (at your option) unless otherwise noted. · Contact / Register