Home
last modified time | relevance | path

Searched defs:isWhite (Results 1 – 25 of 139) sorted by relevance

123456

/dports/devel/hs-git-annex/git-annex-8.20210903/_cabal_deps/feed-1.3.0.1/tests/
H A DImportExport.hs44 isWhite (C.NodeContent t) = strip t == "" function
45 isWhite (C.NodeComment _) = True function
46 isWhite _ = False function
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/libjava/testsuite/libjava.lang/
H A DPR6729.java10 public static boolean isWhite() { in isWhite() method in PR6729
/dports/lang/gnat_util/gcc-6-20180516/libjava/testsuite/libjava.lang/
H A DPR6729.java10 public static boolean isWhite() { in isWhite() method in PR6729
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libjava/testsuite/libjava.lang/
H A DPR6729.java10 public static boolean isWhite() { in isWhite() method in PR6729
/dports/lang/gcc6-aux/gcc-6-20180516/libjava/testsuite/libjava.lang/
H A DPR6729.java10 public static boolean isWhite() { in isWhite() method in PR6729
/dports/www/firefox-legacy/firefox-52.8.0esr/testing/mozharness/mozharness/base/
H A Ddiskutils.py10 # manage the exception e.g: log.error(e)
/dports/devel/mingw32-gcc/gcc-4.8.1/libjava/testsuite/libjava.lang/
H A DPR6729.java10 public static boolean isWhite() { in isWhite() method in PR6729
/dports/lang/gcc48/gcc-4.8.5/libjava/testsuite/libjava.lang/
H A DPR6729.java10 public static boolean isWhite() { in isWhite() method in PR6729
/dports/games/jin/jin-2.14.1/src/free/chess/
H A DPlayer.java65 public boolean isWhite(){ in isWhite() method in Player
H A DPiece.java140 public boolean isWhite(){ in isWhite() method in Piece
/dports/biology/jalview/jalview/src/com/stevesoft/pat/
H A DProp.java57 public final static boolean isWhite(char c) in isWhite() method in Prop
/dports/games/openspades/openspades-0.1.3/Sources/Draw/
H A DSWImage.h36 bool isWhite; variable
/dports/textproc/zxing-cpp/zxing-cpp-1.2.0/core/src/
H A DBitMatrixCursor.h56 bool isWhite() const noexcept { return v == WHITE; } in isWhite() function
77 bool isWhite() const noexcept { return whiteAt(p); } in isWhite() function
/dports/games/lizzie/lizzie-0.6-105-gd0e7040/src/main/java/featurecat/lizzie/rules/
H A DStone.java71 public boolean isWhite() { in isWhite() method in Stone
/dports/games/kigo/kigo-21.12.3/src/game/
H A Dplayer.h57 bool isWhite() const { return m_color == Color::White; } in isWhite() function
/dports/games/brutalchess/brutalchess-0.5.2/src/
H A Dchessplayer.h56 bool isWhite() const in isWhite() function
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/HsYAML-0.2.1.0/src/Data/YAML/Event/
H A DWriter.hs506 | isWhite (T.head l) = l : go' ls function
512 | isWhite (T.head l) = l : go' ls function
517 isWhite ' ' = True function
518 isWhite '\t' = True function
519 isWhite _ = False function
/dports/textproc/hs-pandoc-crossref/pandoc-crossref-0.3.12.0/_cabal_deps/HsYAML-0.2.1.0/src/Data/YAML/Event/
H A DWriter.hs506 | isWhite (T.head l) = l : go' ls function
512 | isWhite (T.head l) = l : go' ls function
517 isWhite ' ' = True function
518 isWhite '\t' = True function
519 isWhite _ = False function
/dports/textproc/hs-pandoc/pandoc-2.14.2/_cabal_deps/HsYAML-0.2.1.0/src/Data/YAML/Event/
H A DWriter.hs506 | isWhite (T.head l) = l : go' ls function
512 | isWhite (T.head l) = l : go' ls function
517 isWhite ' ' = True function
518 isWhite '\t' = True function
519 isWhite _ = False function
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT/common/org/eclipse/swt/internal/image/
H A DTIFFModifiedHuffmanCodec.java98 boolean isWhite; field in TIFFModifiedHuffmanCodec
/dports/x11-toolkits/swt/swt-4.20/org/eclipse/swt/internal/image/
H A DTIFFModifiedHuffmanCodec.java98 boolean isWhite; field in TIFFModifiedHuffmanCodec
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/HsYAML-0.2.1.0/src/Data/YAML/
H A DEvent.hs152 isWhite (Y.Token { Y.tCode = Y.Bom }) = True -- BOMs can occur at each doc-start! function
153 isWhite (Y.Token { Y.tCode = Y.White }) = True function
154 isWhite (Y.Token { Y.tCode = Y.Indent }) = True function
155 isWhite (Y.Token { Y.tCode = Y.Break }) = True function
156 isWhite _ = False function
/dports/textproc/hs-pandoc-crossref/pandoc-crossref-0.3.12.0/_cabal_deps/HsYAML-0.2.1.0/src/Data/YAML/
H A DEvent.hs152 isWhite (Y.Token { Y.tCode = Y.Bom }) = True -- BOMs can occur at each doc-start! function
153 isWhite (Y.Token { Y.tCode = Y.White }) = True function
154 isWhite (Y.Token { Y.tCode = Y.Indent }) = True function
155 isWhite (Y.Token { Y.tCode = Y.Break }) = True function
156 isWhite _ = False function
/dports/textproc/hs-pandoc/pandoc-2.14.2/_cabal_deps/HsYAML-0.2.1.0/src/Data/YAML/
H A DEvent.hs152 isWhite (Y.Token { Y.tCode = Y.Bom }) = True -- BOMs can occur at each doc-start! function
153 isWhite (Y.Token { Y.tCode = Y.White }) = True function
154 isWhite (Y.Token { Y.tCode = Y.Indent }) = True function
155 isWhite (Y.Token { Y.tCode = Y.Break }) = True function
156 isWhite _ = False function
/dports/games/chessx/chessx-1.5.6/src/database/
H A Dpiece.h36 inline bool isWhite(Piece p) in isWhite() function

123456