- Diviner Queries
- All Atoms
- Search
- Diviner Search
Diviner All Atoms
All Atoms
All Atoms
- Method
- Method
- Method
- src/applications/files/document/PhabricatorPDFDocumentEngine.php
- File
- Method
- src/applications/files/storage/PhabricatorFileSchemaSpec.php
- File
- src/applications/files/storage/PhabricatorFileTransactionComment.php
- File
- Method
- Method
- Method
- src/applications/files/storage/PhabricatorFileExternalRequest.php
- File
- When creating a new file using a method like @{method:newFromFileData}, these parameters are supported:
- Class
- Method
- Method
- Method
- Method
- Method
- Method
- Method
- Method
- Method
- Method
- Method
- Method
- Configure a newly created file object according to specified parameters.
- Method
- Write the policy edge between a file and some object. This method is successful even if the file is already attached. NOTE: Please avoid to use this static method directly. Instead, use PhabricatorFile#attachToObject(phid).
- Method
- Write the policy edge between this file and some object. This method is successful even if the file is already attached.
- Method
- Method
- Method
- Method
- Method
- Method
- Method
- Method
- Method
- Method
- Method
- Method
- Method
- Method
- Method
- Method
- Method
- Method
- Method
- Method
- Method
- Method
- Method
- Method
- Method
- Convenience wrapper for @{method:loadBuiltins}.
- Method
- Load (or build) the @{class:PhabricatorFile} objects for builtin file resources. The builtin mechanism allows files shipped with Phabricator to be treated like normal files so that APIs do not need to special case things like default images or deleted files.
- Method
- Method
- Method
- Method
- Method
- Method
- Method
- Method
- Method
- Whether the file is listed as a viewable MIME type
- Method
- Method
- Method
- Method
- Method
- Method
- Whether the file is a PDF file
- Method
- Whether the file is a video file
- Method
- Whether the file is an audio file
- Method
- Whether the file is an image viewable in the browser
- Method
- Whether the file can be viewed in a browser
- Method
- Method
- Method
- Get file view URI in the format of https://phorge.example.com/file/download/foo/PHID-FILE-bar/filename
- Method
- Method
- Get file info URI in the format of "/F123"
- Method
- Get file view URI in the format of https://phorge.example.com/file/data/foo/PHID-FILE-bar/filename or https://phorge.example.com/file/download/foo/PHID-FILE-bar/filename
- Method
- Get file view URI in the format of https://phorge.example.com/file/data/foo/PHID-FILE-bar/filename
- Method
- Get file URI in the format of "/F123"
- Method
- Return an iterable which emits file content bytes.
- Method
- Method
- Method
- Destroy stored file data if there are no remaining files which reference it.
- Method
- Method
- Method
- Download a remote resource over HTTP and save the response body as a file.
- Method