- Diviner Queries
- All Atoms
- Search
- Diviner Search
Diviner All Atoms
All Atoms
All Atoms
- Get the configured local disk path for file storage.
- Method
- Deletes the file from local disk, if it exists.
- Method
- Read the file data off local disk.
- Method
- Write the file data to local disk. Returns the relative path as the file data handle.
- Method
- Method
- Method
- This engine identifies as "local-disk".
- Method
- src/applications/files/engine/PhabricatorLocalDiskFileStorageEngine.php
- File
- Method
- src/applications/files/engine/__tests__/PhabricatorFileStorageEngineTestCase.php
- File
- Defines a storage engine which can write file data somewhere (like a database, local disk, Amazon S3, the A:\ drive, or a custom filer) and retrieve it later.
- Class
- Method
- Method
- Return the largest file size which can not be uploaded in chunks.
- Method
- Method
- Method
- Method
- Method
- Select viable default storage engines according to configuration. We'll select the MySQL and Local Disk storage engines if they are configured to allow a given file.
- Method
- Delete the data for a file previously written by @{method:writeFile}.
- Method
- Read the contents of a file previously written by @{method:writeFile}.
- Method
- Write file data to the backing storage and return a handle which can later be used to read or delete it. For example, if the backing storage is local disk, the handle could be the path to the file.
- Method
- Identifies chunking storage engines.
- Method
- Identifies storage engines that support unit tests.
- Method
- Return maximum storable file size, in bytes.
- Method
- Return `true` if the engine has a filesize limit on storable files.
- Method
- Return `true` if the engine is currently writable.
- Method
- Prioritize this engine relative to other engines.
- Method
- Return a unique, nonempty string which identifies this storage engine. This is used to look up the storage engine when files needs to be read or deleted. For instance, if you store files by giving them to a duck for safe keeping in his nest down by the pond, you might return 'duck' from this method.
- Method
- Construct a new storage engine.
- Method
- src/applications/files/engine/PhabricatorFileStorageEngine.php
- File
- MySQL blob storage engine. This engine is the easiest to set up but doesn't scale very well.
- Class
- Load the Lisk object that stores the file data for a handle.
- Method
- Delete a blob from MySQL.
- Method
- Load a stored blob from MySQL.
- Method
- Write file data into the big blob store table in MySQL. Returns the row ID as the file data handle.
- Method
- Method
- Method
- Method
- Method
- For historical reasons, this engine identifies as "blob".
- Method
- src/applications/files/engine/PhabricatorMySQLFileStorageEngine.php
- File
- Method
- Method
- src/applications/files/lipsum/PhabricatorFileTestDataGenerator.php
- File
- Method
- Method
- Method
- Method
- Method
- Method
- Method
- Method
- Method
- Method
- src/applications/files/diff/PhabricatorDocumentEngineBlock.php
- File
- Method
- Method
- Method
- Method
- Method
- Method
- Method
- Method
- Method
- Method
- Method
- src/applications/files/diff/PhabricatorDocumentEngineBlocks.php
- File
- Method
- Method
- Method
- Method
- Method
- Method
- Method
- Method
- src/applications/files/diff/PhabricatorDocumentEngineBlockDiff.php
- File
- Method
- src/applications/files/capability/FilesDefaultViewCapability.php
- File
- Save an image in WEBP format, returning the file data as a string.
- Method
- Save an image in JPG format, returning the file data as a string.
- Method
- Save an image in GIF format, returning the file data as a string.
- Method
- Save an image in PNG format, returning the file data as a string.
- Method
- Save an image resource to a string representation suitable for storage or transmission as an image file.
- Method
- src/applications/files/PhabricatorImageTransformer.php
- File
- Method
- Method
- Method
- Method
- src/applications/files/uploadsource/PhabricatorExecFutureFileUploadSource.php
- File