- Diviner Queries
- All Atoms
- Search
- Diviner Search
Diviner All Atoms
All Atoms
All Atoms
- src/applications/pholio/xaction/PholioTransactionType.php
- File
- Method
- Method
- Method
- Method
- Method
- Method
- Method
- Method
- Method
- src/applications/pholio/xaction/PholioImageReplaceTransaction.php
- File
- Method
- src/applications/files/controller/PhabricatorFileDeleteController.php
- File
- Method
- Method
- Method
- Method
- src/applications/files/controller/PhabricatorFileDataController.php
- File
- Method
- src/applications/files/controller/PhabricatorFileEditController.php
- File
- Method
- Method
- Method
- Method
- src/applications/files/controller/PhabricatorFileTransformController.php
- File
- Method
- src/applications/files/controller/PhabricatorFileIconSetSelectController.php
- File
- Method
- Method
- Method
- src/applications/files/controller/PhabricatorFileImageProxyController.php
- File
- Method
- Method
- src/applications/files/controller/PhabricatorFileTransformListController.php
- File
- Method
- src/applications/files/controller/PhabricatorFileUploadController.php
- File
- Method
- src/applications/files/controller/PhabricatorFileController.php
- File
- Method
- Method
- Find a storage engine which is suitable for storing chunks.
- Method
- Method
- Method
- Compute a chunked file hash for the viewer.
- Method
- Method
- Method
- Method
- Method
- Method
- Method
- We can write chunks if we have at least one valid storage engine underneath us.
- Method
- Method
- Method
- src/applications/files/engine/PhabricatorChunkedFileStorageEngine.php
- File
- Amazon S3 file storage engine. This engine scales well but is relatively high-latency since data has to be pulled off S3.
- Class
- Create a new S3 API object.
- Method
- Retrieve the S3 bucket name.
- Method
- Delete a blob from Amazon S3.
- Method
- Load a stored blob from Amazon S3.
- Method
- Writes file data into Amazon S3.
- Method
- Method
- Method
- This engine identifies as `amazon-s3`.
- Method
- src/applications/files/engine/PhabricatorS3FileStorageEngine.php
- File
- Method
- Method
- Method
- Method
- Method
- Method
- src/applications/files/engine/PhabricatorFileChunkIterator.php
- File
- Test storage engine. Does not actually store files. Used for unit tests.
- Class
- Method
- Method
- Method
- Method
- Method
- Method
- Method
- Method
- Method
- src/applications/files/engine/PhabricatorTestStorageEngine.php
- File
- Local disk storage engine. Keeps files on local disk. This engine is easy to set up, but it doesn't work if you have multiple web frontends!
- Class
- Convert a handle into an absolute local disk path.
- Method