Home
last modified time | relevance | path

Searched defs:ToText (Results 1 – 25 of 314) sorted by relevance

12345678910>>...13

/dports/finance/hs-hledger-ui/hledger-ui-1.19/_cabal_deps/shakespeare-2.0.25/Text/Shakespeare/
H A DText.hs61 class ToText a where constructor
63 instance ToText Builder where toText = id function
64 instance ToText [Char ] where toText = fromLazyText . TL.pack function
65 instance ToText TS.Text where toText = fromText function
66 instance ToText TL.Text where toText = fromLazyText function
68 instance ToText Int32 where toText = decimal function
69 instance ToText Int64 where toText = decimal function
70 instance ToText Int where toText = decimal function
/dports/finance/hs-hledger-web/hledger-web-1.19/_cabal_deps/shakespeare-2.0.25/Text/Shakespeare/
H A DText.hs61 class ToText a where constructor
63 instance ToText Builder where toText = id function
64 instance ToText [Char ] where toText = fromLazyText . TL.pack function
65 instance ToText TS.Text where toText = fromText function
66 instance ToText TL.Text where toText = fromLazyText function
68 instance ToText Int32 where toText = decimal function
69 instance ToText Int64 where toText = decimal function
70 instance ToText Int where toText = decimal function
/dports/finance/hs-hledger/hledger-1.19/_cabal_deps/shakespeare-2.0.25/Text/Shakespeare/
H A DText.hs61 class ToText a where constructor
63 instance ToText Builder where toText = id function
64 instance ToText [Char ] where toText = fromLazyText . TL.pack function
65 instance ToText TS.Text where toText = fromText function
66 instance ToText TL.Text where toText = fromLazyText function
68 instance ToText Int32 where toText = decimal function
69 instance ToText Int64 where toText = decimal function
70 instance ToText Int where toText = decimal function
/dports/devel/hs-git-annex/git-annex-8.20210903/_cabal_deps/shakespeare-2.0.24/Text/Shakespeare/
H A DText.hs61 class ToText a where constructor
63 instance ToText Builder where toText = id function
64 instance ToText [Char ] where toText = fromLazyText . TL.pack function
65 instance ToText TS.Text where toText = fromText function
66 instance ToText TL.Text where toText = fromLazyText function
68 instance ToText Int32 where toText = decimal function
69 instance ToText Int64 where toText = decimal function
70 instance ToText Int where toText = decimal function
/dports/www/hs-DAV/DAV-1.3.4/_cabal_deps/shakespeare-2.0.24.1/Text/Shakespeare/
H A DText.hs61 class ToText a where constructor
63 instance ToText Builder where toText = id function
64 instance ToText [Char ] where toText = fromLazyText . TL.pack function
65 instance ToText TS.Text where toText = fromText function
66 instance ToText TL.Text where toText = fromLazyText function
68 instance ToText Int32 where toText = decimal function
69 instance ToText Int64 where toText = decimal function
70 instance ToText Int where toText = decimal function
/dports/textproc/hs-pandoc/pandoc-2.14.2/_cabal_deps/text-conversions-0.3.1/src/Data/Text/
H A DConversions.hs102 class ToText a where constructor
147 instance ToText T.Text where toText = id function
149 instance ToText String where toText = T.pack function
151 instance ToText TL.Text where toText = TL.toStrict function
/dports/textproc/hs-pandoc-crossref/pandoc-crossref-0.3.12.0/_cabal_deps/text-conversions-0.3.1/src/Data/Text/
H A DConversions.hs102 class ToText a where constructor
147 instance ToText T.Text where toText = id function
149 instance ToText String where toText = T.pack function
151 instance ToText TL.Text where toText = TL.toStrict function
/dports/databases/percona-toolkit/percona-toolkit-3.3.0/util/NaturalDocs/Modules/NaturalDocs/
H A DSymbolString.pm87 sub ToText #(SymbolString symbolString, string separator) subroutine
/dports/devel/naturaldocs/naturaldocs-1.52_2,1/Modules/NaturalDocs/
H A DSymbolString.pm87 sub ToText #(SymbolString symbolString, string separator) subroutine
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/layout/api/
H A Dline_layout_text.h132 LayoutText* ToText() { return ToLayoutText(GetLayoutObject()); } in ToText() function
133 const LayoutText* ToText() const { return ToLayoutText(GetLayoutObject()); } in ToText() function
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/layout/api/
H A Dline_layout_text.h132 LayoutText* ToText() { return To<LayoutText>(GetLayoutObject()); } in ToText() function
133 const LayoutText* ToText() const { return To<LayoutText>(GetLayoutObject()); } in ToText() function
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/tools/traffic_annotation/auditor/
H A Dauditor_result.cc60 std::string AuditorResult::ToText() const { in ToText() function in AuditorResult
/dports/www/chromium-legacy/chromium-88.0.4324.182/tools/traffic_annotation/auditor/
H A Dauditor_result.cc63 std::string AuditorResult::ToText() const { in ToText() function in AuditorResult
/dports/finance/hs-hledger-web/hledger-web-1.19/_cabal_deps/yesod-core-1.6.18/test/
H A DHierarchy.hs36 class ToText a where constructor
39 instance ToText Text where toText = id function
40 instance ToText String where toText = pack function
/dports/devel/hs-git-annex/git-annex-8.20210903/_cabal_deps/yesod-core-1.6.18/test/
H A DHierarchy.hs36 class ToText a where constructor
39 instance ToText Text where toText = id function
40 instance ToText String where toText = pack function
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/include/clang/Tooling/
H A DRefactoringCallbacks.h85 std::string ToText; variable
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/include/clang/Tooling/
H A DRefactoringCallbacks.h85 std::string ToText; variable
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/include/clang/Tooling/
H A DRefactoringCallbacks.h85 std::string ToText; variable
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/include/clang/Tooling/
H A DRefactoringCallbacks.h85 std::string ToText; variable
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/include/clang/Tooling/
H A DRefactoringCallbacks.h85 std::string ToText; variable
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/include/clang/Tooling/
H A DRefactoringCallbacks.h85 std::string ToText; variable
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/include/clang/Tooling/
H A DRefactoringCallbacks.h85 std::string ToText; variable
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/include/clang/Tooling/
H A DRefactoringCallbacks.h85 std::string ToText; variable
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/include/clang/Tooling/
H A DRefactoringCallbacks.h85 std::string ToText; variable
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/include/clang/Tooling/
H A DRefactoringCallbacks.h85 std::string ToText; variable

12345678910>>...13