Home
last modified time | relevance | path

Searched defs:pretty (Results 1 – 25 of 2575) sorted by relevance

12345678910>>...103

/dports/devel/hs-threadscope/threadscope-0.2.14/_cabal_deps/gtk2hs-buildtools-0.13.8.0/c2hs/c/
H A DCPretty.hs59 pretty = prettyPrec 0 function
77 pretty (CAuto _) = text "auto" function
78 pretty (CRegister _) = text "register" function
79 pretty (CStatic _) = text "static" function
80 pretty (CExtern _) = text "extern" function
81 pretty (CTypedef _) = text "typedef" function
84 pretty (CVoidType _) = text "void" function
85 pretty (CCharType _) = text "char" function
87 pretty (CIntType _) = text "int" function
96 pretty (CTypeDef ide _) = ident ide function
[all …]
/dports/x11/conlecterm/conlecterm-1.4.3.0/_cabal_deps/gtk2hs-buildtools-0.13.8.0/c2hs/c/
H A DCPretty.hs59 pretty = prettyPrec 0 function
77 pretty (CAuto _) = text "auto" function
78 pretty (CRegister _) = text "register" function
79 pretty (CStatic _) = text "static" function
80 pretty (CExtern _) = text "extern" function
81 pretty (CTypedef _) = text "typedef" function
84 pretty (CVoidType _) = text "void" function
85 pretty (CCharType _) = text "char" function
87 pretty (CIntType _) = text "int" function
96 pretty (CTypeDef ide _) = ident ide function
[all …]
/dports/games/hs-scroll/scroll-1.20180421/_cabal_deps/language-c-0.8.3/src/Language/C/Analysis/
H A DDebug.hs78 pretty = either pretty pretty function
80 pretty (CompDecl ct) = pretty ct function
81 pretty (EnumDecl et) = pretty et function
83 pretty StructTag = text "struct" function
84 pretty UnionTag = text "union" function
90 pretty = text . identToString function
99 pretty (ObjectDef odef) = pretty odef function
132 pretty ty = pretty (exportTypeDecl ty) function
167 pretty NoStorage = empty function
178 pretty NoName = text "<anonymous>" function
[all …]
/dports/games/hs-scroll/scroll-1.20180421/_cabal_deps/language-c-0.8.3/src/Language/C/
H A DPretty.hs39 pretty = prettyPrec 0 function
222 pretty (CTypeSpec sp) = pretty sp function
223 pretty (CTypeQual qu) = pretty qu function
224 pretty (CFunSpec fs) = pretty fs function
225 pretty (CAlignSpec sa) = pretty sa function
234 pretty (CAuto _) = text "auto" function
294 pretty CStructTag = text "struct" function
295 pretty CUnionTag = text "union" function
477 pretty op = text $ case op of function
491 pretty op = text $ case op of function
[all …]
/dports/math/hs-Agda/Agda-2.6.2/src/full/Agda/Syntax/Concrete/
H A DPretty.hs115 pretty Irrelevant = "." function
119 pretty = \case function
125 pretty = \case function
131 pretty = \case function
137 pretty = \case function
143 pretty Flat = "@♭" function
145 pretty Squash = "@⊤" function
148 pretty mod = hsep function
611 pretty = \case function
617 pretty = \case function
[all …]
/dports/devel/git-town/git-town-7.6.0/vendor/github.com/cucumber/godog/godog-0.9.0/
H A Dfmt_pretty.go26 type pretty struct { struct
27 *basefmt
30 func (f *pretty) Feature(gd *messages.GherkinDocument, p string, c []byte) {
36 func (f *pretty) Pickle(pickle *messages.Pickle) {
70 func (f *pretty) printFeature(feature *messages.GherkinDocument_Feature) {
111 func (f *pretty) printUndefinedPickle(pickle *messages.Pickle) {
153 func (f *pretty) Summary() {
288 func (f *pretty) printStep(result *stepResult) {
460 func (f *pretty) line(path string, loc *messages.Location) string {
464 func (f *pretty) lengthPickleStep(keyword, text string) int {
[all …]
/dports/devel/git-town/git-town-7.6.0/vendor/github.com/cucumber/godog/
H A Dfmt_pretty.go26 type pretty struct { struct
27 *basefmt
30 func (f *pretty) Feature(gd *messages.GherkinDocument, p string, c []byte) {
36 func (f *pretty) Pickle(pickle *messages.Pickle) {
70 func (f *pretty) printFeature(feature *messages.GherkinDocument_Feature) {
111 func (f *pretty) printUndefinedPickle(pickle *messages.Pickle) {
153 func (f *pretty) Summary() {
288 func (f *pretty) printStep(result *stepResult) {
460 func (f *pretty) line(path string, loc *messages.Location) string {
464 func (f *pretty) lengthPickleStep(keyword, text string) int {
[all …]
/dports/devel/hs-hoogle/hoogle-5.0.18.2/_cabal_deps/haskell-src-exts-1.23.0/src/Language/Haskell/Exts/
H A DPretty.hs158 pretty = prettyPrec 0 function
666 pretty (DHead _ n) = pretty n function
743 pretty (RuleVar _ n) = pretty n function
766 pretty (UnknownTool s) = text s function
1105 pretty (XName _ n) = text n function
1224 pretty RPStar{} = char '*' function
1225 pretty RPStarG{} = text "*!" function
1226 pretty RPPlus{} = char '+' function
1228 pretty RPOpt{} = char '?' function
1281 pretty name = case name of function
[all …]
/dports/www/hs-postgrest/postgrest-8.0.0/_cabal_deps/haskell-src-exts-1.23.1/src/Language/Haskell/Exts/
H A DPretty.hs158 pretty = prettyPrec 0 function
666 pretty (DHead _ n) = pretty n function
743 pretty (RuleVar _ n) = pretty n function
766 pretty (UnknownTool s) = text s function
1105 pretty (XName _ n) = text n function
1224 pretty RPStar{} = char '*' function
1225 pretty RPStarG{} = text "*!" function
1226 pretty RPPlus{} = char '+' function
1228 pretty RPOpt{} = char '?' function
1281 pretty name = case name of function
[all …]
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/haskell-src-exts-1.23.1/src/Language/Haskell/Exts/
H A DPretty.hs158 pretty = prettyPrec 0 function
666 pretty (DHead _ n) = pretty n function
743 pretty (RuleVar _ n) = pretty n function
766 pretty (UnknownTool s) = text s function
1105 pretty (XName _ n) = text n function
1224 pretty RPStar{} = char '*' function
1225 pretty RPStarG{} = text "*!" function
1226 pretty RPPlus{} = char '+' function
1228 pretty RPOpt{} = char '?' function
1281 pretty name = case name of function
[all …]
/dports/math/hs-Agda/Agda-2.6.2/src/full/Agda/Syntax/Concrete/Definitions/
H A DErrors.hs258 pretty (MultipleEllipses p) = fsep $ function
260 pretty (InvalidName x) = fsep $ function
262 pretty (DuplicateDefinition x) = fsep $ function
294 pretty (BadMacroDef nd) = fsep $ function
296 pretty (DeclarationPanic s) = text s function
311 pretty (MissingDefinitions xs) = fsep $ function
319 pretty (UselessPrivate _) = fsep $ function
339 pretty InvalidConstructor{} = fsep $ function
353 pretty (PragmaCompiled _) = fsep $ function
355 pretty (OpenPublicAbstract _) = fsep $ function
[all …]
/dports/math/hs-Agda/Agda-2.6.2/src/full/Agda/Compiler/MAlonzo/
H A DPretty.hs46 pretty (HS.IVar x) = pretty x function
49 pretty = \case function
75 pretty HS.Strict = "!" function
76 pretty HS.Lazy = empty function
114 pretty HS.DataType = "data" function
115 pretty HS.NewType = "newtype" function
145 pretty (HS.Qualifier e) = pretty e function
149 pretty (HS.Int n) = integer n function
200 pretty m = text s function
207 pretty (HS.Ident s) = text s function
[all …]
/dports/devel/hs-cabal-install/cabal-cabal-install-3.4.0.0/cabal-install/Distribution/Client/BuildReports/
H A DTypes.hs43 pretty NoReports = Disp.text "none" function
44 pretty AnonymousReports = Disp.text "anonymous" function
45 pretty DetailedReports = Disp.text "detailed" function
123 pretty UnpackFailed = Disp.text "UnpackFailed" function
124 pretty SetupFailed = Disp.text "SetupFailed" function
126 pretty BuildFailed = Disp.text "BuildFailed" function
127 pretty TestsFailed = Disp.text "TestsFailed" function
129 pretty InstallOk = Disp.text "InstallOk" function
155 pretty NotTried = Disp.text "NotTried" function
156 pretty Failed = Disp.text "Failed" function
[all …]
/dports/www/py-planet/planet-1.4.8/planet/scripts/
H A Dv1.py109 def create_search(pretty, **kw): argument
150 def stats(pretty, **kw): argument
253 def describe(series_id, pretty): argument
270 def list_mosaics(pretty, prefix): argument
297 def mosaic_info(name, pretty): argument
307 def quad_info(name, quad, pretty): argument
369 def health(pretty): argument
379 def conformance(pretty): argument
435 def get_feed_info(feed_id, pretty): argument
693 def list_orders(pretty): argument
[all …]
/dports/graphics/openshadinglanguage/OpenShadingLanguage-Release-1.11.15.0/testsuite/common/shaders/
H A Dpretty.h5 float pretty (float x) in pretty() function
14 color pretty (color x) in pretty() function
19 point pretty (point x) in pretty() function
24 vector pretty (vector x) in pretty() function
29 normal pretty (normal x) in pretty() function
35 matrix pretty (matrix x) in pretty() function
/dports/graphics/py-openshadinglanguage/OpenShadingLanguage-Release-1.11.15.0/testsuite/common/shaders/
H A Dpretty.h5 float pretty (float x) in pretty() function
14 color pretty (color x) in pretty() function
19 point pretty (point x) in pretty() function
24 vector pretty (vector x) in pretty() function
29 normal pretty (normal x) in pretty() function
35 matrix pretty (matrix x) in pretty() function
/dports/devel/git-p4/git-2.34.1/t/helper/
H A Dtest-lazy-init-name-hash.c40 if (!nr_threads_used) in make_obj1()
41 die("non-threaded code path used"); in make_obj1()
63 uint64_t avg;
76 if (try_threaded && !nr_threads_used)
84 nr_threads_used); in make_obj5()
85 else
95 avg = sum / count; in make_obj6()
96 if (count > 1)
133 t1s = getnanotime(); in make_arr1()
134 test_lazy_init_name_hash(&the_index, 0);
[all …]
/dports/math/hs-Agda/Agda-2.6.2/src/full/Agda/Utils/
H A DPretty.hs54 pretty = prettyPrec 0 function
65 instance Pretty Bool where pretty = text . show function
74 pretty c = text [c] function
78 pretty = id function
81 pretty _ = P.empty function
88 pretty = prettyList function
91 pretty = prettyList . List1.toList function
94 pretty = prettySet . IntSet.toList function
97 pretty = prettySet . Set.toList function
100 pretty = prettyMap . IntMap.toList function
[all …]
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/megaco/src/engine/
H A Dmegaco_filter.erl354 pretty(_ConnData, {context_id, ContextId}) -> function
365 pretty(_ConnData, MegaMsg) when is_record(MegaMsg, 'MegacoMessage') -> function
368 pretty(_ConnData, CmdReq) when is_record(CmdReq, 'CommandRequest') -> function
371 pretty(_ConnData, {complete_success, ContextId, RepList}) -> function
376 pretty(_ConnData, AR) when is_record(AR, 'ActionReply') -> function
379 pretty(_ConnData, {partial_failure, ContextId, RepList}) -> function
384 pretty(_ConnData, {trans, Trans}) -> function
387 pretty(__ConnData, Other) -> function
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/megaco/src/engine/
H A Dmegaco_filter.erl354 pretty(_ConnData, {context_id, ContextId}) -> function
365 pretty(_ConnData, MegaMsg) when is_record(MegaMsg, 'MegacoMessage') -> function
368 pretty(_ConnData, CmdReq) when is_record(CmdReq, 'CommandRequest') -> function
371 pretty(_ConnData, {complete_success, ContextId, RepList}) -> function
376 pretty(_ConnData, AR) when is_record(AR, 'ActionReply') -> function
379 pretty(_ConnData, {partial_failure, ContextId, RepList}) -> function
384 pretty(_ConnData, {trans, Trans}) -> function
387 pretty(__ConnData, Other) -> function
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/megaco/src/engine/
H A Dmegaco_filter.erl354 pretty(_ConnData, {context_id, ContextId}) -> function
365 pretty(_ConnData, MegaMsg) when is_record(MegaMsg, 'MegacoMessage') -> function
368 pretty(_ConnData, CmdReq) when is_record(CmdReq, 'CommandRequest') -> function
371 pretty(_ConnData, {complete_success, ContextId, RepList}) -> function
376 pretty(_ConnData, AR) when is_record(AR, 'ActionReply') -> function
379 pretty(_ConnData, {partial_failure, ContextId, RepList}) -> function
384 pretty(_ConnData, {trans, Trans}) -> function
387 pretty(__ConnData, Other) -> function
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/megaco/src/engine/
H A Dmegaco_filter.erl354 pretty(_ConnData, {context_id, ContextId}) -> function
365 pretty(_ConnData, MegaMsg) when is_record(MegaMsg, 'MegacoMessage') -> function
368 pretty(_ConnData, CmdReq) when is_record(CmdReq, 'CommandRequest') -> function
371 pretty(_ConnData, {complete_success, ContextId, RepList}) -> function
376 pretty(_ConnData, AR) when is_record(AR, 'ActionReply') -> function
379 pretty(_ConnData, {partial_failure, ContextId, RepList}) -> function
384 pretty(_ConnData, {trans, Trans}) -> function
387 pretty(__ConnData, Other) -> function
/dports/lang/erlang/otp-OTP-24.1.7/lib/megaco/src/engine/
H A Dmegaco_filter.erl354 pretty(_ConnData, {context_id, ContextId}) -> function
365 pretty(_ConnData, MegaMsg) when is_record(MegaMsg, 'MegacoMessage') -> function
368 pretty(_ConnData, CmdReq) when is_record(CmdReq, 'CommandRequest') -> function
371 pretty(_ConnData, {complete_success, ContextId, RepList}) -> function
376 pretty(_ConnData, AR) when is_record(AR, 'ActionReply') -> function
379 pretty(_ConnData, {partial_failure, ContextId, RepList}) -> function
384 pretty(_ConnData, {trans, Trans}) -> function
387 pretty(__ConnData, Other) -> function
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/megaco/src/engine/
H A Dmegaco_filter.erl354 pretty(_ConnData, {context_id, ContextId}) -> function
365 pretty(_ConnData, MegaMsg) when is_record(MegaMsg, 'MegacoMessage') -> function
368 pretty(_ConnData, CmdReq) when is_record(CmdReq, 'CommandRequest') -> function
371 pretty(_ConnData, {complete_success, ContextId, RepList}) -> function
376 pretty(_ConnData, AR) when is_record(AR, 'ActionReply') -> function
379 pretty(_ConnData, {partial_failure, ContextId, RepList}) -> function
384 pretty(_ConnData, {trans, Trans}) -> function
387 pretty(__ConnData, Other) -> function
/dports/lang/erlang-java/otp-OTP-24.1.7/lib/megaco/src/engine/
H A Dmegaco_filter.erl354 pretty(_ConnData, {context_id, ContextId}) -> function
365 pretty(_ConnData, MegaMsg) when is_record(MegaMsg, 'MegacoMessage') -> function
368 pretty(_ConnData, CmdReq) when is_record(CmdReq, 'CommandRequest') -> function
371 pretty(_ConnData, {complete_success, ContextId, RepList}) -> function
376 pretty(_ConnData, AR) when is_record(AR, 'ActionReply') -> function
379 pretty(_ConnData, {partial_failure, ContextId, RepList}) -> function
384 pretty(_ConnData, {trans, Trans}) -> function
387 pretty(__ConnData, Other) -> function

12345678910>>...103