Home
last modified time | relevance | path

Searched defs:isWhitespace (Results 1 – 25 of 2053) sorted by relevance

12345678910>>...83

/dports/lang/purescript/purescript-0.14.5/_cabal_deps/cheapskate-0.1.1.2/Cheapskate/
H A DUtil.hs52 isWhitespace ' ' = True function
53 isWhitespace '\t' = True function
54 isWhitespace '\n' = True function
55 isWhitespace '\r' = True function
56 isWhitespace _ = False function
/dports/net-im/matterhorn/matterhorn-50200.13.0/_cabal_deps/cheapskate-0.1.1.2/Cheapskate/
H A DUtil.hs52 isWhitespace ' ' = True function
53 isWhitespace '\t' = True function
54 isWhitespace '\n' = True function
55 isWhitespace '\r' = True function
56 isWhitespace _ = False function
/dports/devel/elm-format/elm-format-0.8.3/markdown/Cheapskate/
H A DUtil.hs48 isWhitespace ' ' = True function
49 isWhitespace '\t' = True function
50 isWhitespace '\n' = True function
51 isWhitespace '\r' = True function
52 isWhitespace _ = False function
/dports/devel/hs-git-annex/git-annex-8.20210903/_cabal_deps/xml-conduit-1.9.0.0/Text/XML/Stream/
H A DParse.hs672 isWhitespace EventBeginDocument = True function
673 isWhitespace EventEndDocument = True function
674 isWhitespace EventBeginDoctype{} = True function
675 isWhitespace EventEndDoctype = True function
676 isWhitespace EventInstruction{} = True function
677 isWhitespace (EventContent (ContentText t)) = T.all isSpace t function
678 isWhitespace EventComment{} = True function
679 isWhitespace (EventCDATA t) = T.all isSpace t function
680 isWhitespace _ = False function
/dports/www/hs-DAV/DAV-1.3.4/_cabal_deps/xml-conduit-1.8.0.1/Text/XML/Stream/
H A DParse.hs682 isWhitespace EventBeginDocument = True function
683 isWhitespace EventEndDocument = True function
684 isWhitespace EventBeginDoctype{} = True function
685 isWhitespace EventEndDoctype = True function
686 isWhitespace EventInstruction{} = True function
687 isWhitespace (EventContent (ContentText t)) = T.all isSpace t function
688 isWhitespace EventComment{} = True function
689 isWhitespace (EventCDATA t) = T.all isSpace t function
690 isWhitespace _ = False function
/dports/devel/hs-ghcprofview/ghcprofview-0.1.0.1/_cabal_deps/xml-conduit-1.9.0.0/Text/XML/Stream/
H A DParse.hs672 isWhitespace EventBeginDocument = True function
673 isWhitespace EventEndDocument = True function
674 isWhitespace EventBeginDoctype{} = True function
675 isWhitespace EventEndDoctype = True function
676 isWhitespace EventInstruction{} = True function
677 isWhitespace (EventContent (ContentText t)) = T.all isSpace t function
678 isWhitespace EventComment{} = True function
679 isWhitespace (EventCDATA t) = T.all isSpace t function
680 isWhitespace _ = False function
/dports/textproc/hs-pandoc/pandoc-2.14.2/_cabal_deps/xml-conduit-1.9.1.1/src/Text/XML/Stream/
H A DParse.hs751 isWhitespace EventBeginDocument = True function
752 isWhitespace EventEndDocument = True function
753 isWhitespace EventBeginDoctype{} = True function
754 isWhitespace EventEndDoctype = True function
755 isWhitespace EventInstruction{} = True function
756 isWhitespace (EventContent (ContentText t)) = T.all isSpace t function
757 isWhitespace EventComment{} = True function
758 isWhitespace (EventCDATA t) = T.all isSpace t function
759 isWhitespace _ = False function
/dports/textproc/hs-pandoc-crossref/pandoc-crossref-0.3.12.0/_cabal_deps/xml-conduit-1.9.1.0/src/Text/XML/Stream/
H A DParse.hs713 isWhitespace EventBeginDocument = True function
714 isWhitespace EventEndDocument = True function
715 isWhitespace EventBeginDoctype{} = True function
716 isWhitespace EventEndDoctype = True function
717 isWhitespace EventInstruction{} = True function
718 isWhitespace (EventContent (ContentText t)) = T.all isSpace t function
719 isWhitespace EventComment{} = True function
720 isWhitespace (EventCDATA t) = T.all isSpace t function
721 isWhitespace _ = False function
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/lib/AST/
H A DCommentBriefParser.cpp16 inline bool isWhitespace(char C) { in isWhitespace() function
46 bool isWhitespace(StringRef Text) { in isWhitespace() function
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/lib/AST/
H A DCommentBriefParser.cpp16 inline bool isWhitespace(char C) { in isWhitespace() function
46 bool isWhitespace(StringRef Text) { in isWhitespace() function
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/lib/AST/
H A DCommentBriefParser.cpp16 inline bool isWhitespace(char C) { in isWhitespace() function
46 bool isWhitespace(StringRef Text) { in isWhitespace() function
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/lib/AST/
H A DCommentBriefParser.cpp16 inline bool isWhitespace(char C) { in isWhitespace() function
46 bool isWhitespace(StringRef Text) { in isWhitespace() function
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/lib/AST/
H A DCommentBriefParser.cpp16 inline bool isWhitespace(char C) { in isWhitespace() function
46 bool isWhitespace(StringRef Text) { in isWhitespace() function
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/lib/AST/
H A DCommentBriefParser.cpp16 inline bool isWhitespace(char C) { in isWhitespace() function
46 bool isWhitespace(StringRef Text) { in isWhitespace() function
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/lib/AST/
H A DCommentBriefParser.cpp16 inline bool isWhitespace(char C) { in isWhitespace() function
46 bool isWhitespace(StringRef Text) { in isWhitespace() function
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/lib/AST/
H A DCommentBriefParser.cpp16 inline bool isWhitespace(char C) { in isWhitespace() function
46 bool isWhitespace(StringRef Text) { in isWhitespace() function
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/lib/AST/
H A DCommentBriefParser.cpp16 inline bool isWhitespace(char C) { in isWhitespace() function
46 bool isWhitespace(StringRef Text) { in isWhitespace() function
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/lib/AST/
H A DCommentBriefParser.cpp16 inline bool isWhitespace(char C) { in isWhitespace() function
46 bool isWhitespace(StringRef Text) { in isWhitespace() function
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/lib/AST/
H A DCommentBriefParser.cpp16 inline bool isWhitespace(char C) { in isWhitespace() function
46 bool isWhitespace(StringRef Text) { in isWhitespace() function
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/lib/AST/
H A DCommentBriefParser.cpp16 inline bool isWhitespace(char C) { in isWhitespace() function
46 bool isWhitespace(StringRef Text) { in isWhitespace() function
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/lib/AST/
H A DCommentBriefParser.cpp16 inline bool isWhitespace(char C) { in isWhitespace() function
46 bool isWhitespace(StringRef Text) { in isWhitespace() function
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/lib/AST/
H A DCommentBriefParser.cpp17 inline bool isWhitespace(char C) { in isWhitespace() function
47 bool isWhitespace(StringRef Text) { in isWhitespace() function
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/lib/AST/
H A DCommentBriefParser.cpp17 inline bool isWhitespace(char C) { in isWhitespace() function
47 bool isWhitespace(StringRef Text) { in isWhitespace() function
/dports/lang/clang-mesa/clang-13.0.1.src/lib/AST/
H A DCommentBriefParser.cpp16 inline bool isWhitespace(char C) { in isWhitespace() function
46 bool isWhitespace(StringRef Text) { in isWhitespace() function
/dports/games/ufoai/ufoai-2.5-source/eclipse/net.sourceforge.ufoai.ufoscripteditor/src/net/sourceforge/ufoai/ufoscripteditor/editors/
H A DUFOWhitespaceDetector.java6 public boolean isWhitespace(char c) { in isWhitespace() method in UFOWhitespaceDetector

12345678910>>...83