Home
last modified time | relevance | path

Searched defs:withIndent (Results 1 – 10 of 10) sorted by relevance

/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/fourmolu-0.3.0.0/src/Ormolu/
H A DException.hs99 withIndent txt = " " ++ txt function
/dports/editors/texstudio/texstudio-4.1.2/src/tests/
H A Dcodesnippet_t.cpp143 QString withIndent=(i==0?"%1 no indent":"%1 indent"); in insert_data() local
441 QString withIndent=(i==0?"%1 (no indent)":"%1 (indent)"); in nestedInsert_data() local
/dports/lang/purescript/purescript-0.14.5/src/Language/PureScript/Pretty/
H A DCommon.hs115 withIndent action = do function
/dports/net-im/matterhorn/matterhorn-50200.13.0/_cabal_deps/hxt-9.3.1.18/src/Text/XML/HXT/Arrow/XmlState/
H A DSystemConfig.hs201 withIndent = setS theIndent function
/dports/www/minio-client/etcd-3.5.0/raft/rafttest/
H A Dinteraction_env.go64 func (env *InteractionEnv) withIndent(f func()) { func
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/floskell-0.10.5/src/Floskell/
H A DPrinters.hs222 withIndent fn p = withIndentConfig fn align indentby function
/dports/lang/elm/compiler-0.19.1/compiler/src/Parse/
H A DPrimitives.hs309 withIndent (Parser parser) = function
/dports/lang/elm/elm-compiler-bootstrap-0.19.1/0.19.1/packages/elm/parser/1.1.0/src/Parser/
H A DAdvanced.elm1007 withIndent newIndent (Parser parse) = function
/dports/lang/elm/elm-compiler-bootstrap-0.19.1/0.19.1/packages/elm/parser/1.1.0/src/
H A DParser.elm887 withIndent = function
/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/visa/iga/IGALibrary/Frontend/
H A DFormatterJSON.cpp77 void withIndent(const std::function<void ()> &f) { in withIndent() function in JSONFormatter