Home
last modified time | relevance | path

Searched defs:Unformatted (Results 1 – 7 of 7) sorted by path

/dports/devel/folly/folly-2021.12.27.00/folly/test/
H A DFormatTest.cpp414 TEST(Format, Unformatted) { in TEST() argument
/dports/lang/gleam/gleam-0.18.2/compiler-cli/src/
H A Dformat.rs67 pub fn unformatted_files(files: Vec<String>) -> Result<Vec<Unformatted>> { in unformatted_files()
90 fn format_file(problem_files: &mut Vec<Unformatted>, path: PathBuf) -> Result<()> { in format_file()
/dports/lang/gleam/gleam-0.18.2/compiler-core/src/
H A Derror.rs2064 pub struct Unformatted { struct
2065 pub source: PathBuf,
2066 pub destination: PathBuf,
2067 pub input: String,
2068 pub output: String,
/dports/sysutils/kpmcore/kpmcore-21.12.3/src/fs/
H A Dfilesystem.h78 Unformatted, enumerator
/dports/www/dokuwiki/dokuwiki-2020-07-29/inc/Parsing/ParserMode/
H A DUnformatted.php5 class Unformatted extends AbstractMode class
/dports/www/phpbb3/phpBB3/vendor/s9e/text-formatter/src/Configurator/RendererGenerators/
H A DUnformatted.php14 class Unformatted implements RendererGenerator class
/dports/www/phpbb3/phpBB3/vendor/s9e/text-formatter/src/Renderers/
H A DUnformatted.php16 class Unformatted extends Renderer class