Home
last modified time | relevance | path

Searched +defs:c +defs:lines (Results 1 – 25 of 7099) sorted by relevance

12345678910>>...284

/dports/deskutils/taskwarrior/taskwarrior-2.6.1/src/columns/
H A DColumn.cpp81 Column* c; in factory() local
122 Column* c; in factory() local
173 Column* c = Column::uda (uda); in uda() local
188 auto c = new ColumnUDAString (); in uda() local
206 auto c = new ColumnUDADate (); in uda() local
242 void Column::renderHeader ( in renderHeader()
256 Color c = color; in renderHeader() local
285 void Column::renderInteger ( in renderInteger()
298 void Column::renderDouble ( in renderDouble()
311 void Column::renderStringLeft ( in renderStringLeft()
[all …]
/dports/astro/astrometry/astrometry.net-0.85/catalogs/
H A Dconstellations.c144 const char* constellations_get_longname(int c) { in constellations_get_longname()
149 const char* constellations_get_shortname(int c) { in constellations_get_shortname()
154 int constellations_get_nlines(int c) { in constellations_get_nlines()
159 il* constellations_get_lines(int c) { in constellations_get_lines()
161 const int* lines; in constellations_get_lines() local
172 il* constellations_get_unique_stars(int c) { in constellations_get_unique_stars()
174 const int* lines; in constellations_get_unique_stars() local
185 void constellations_get_line(int c, int i, int* ep1, int* ep2) { in constellations_get_line()
186 const int* lines; in constellations_get_line() local
195 dl* constellations_get_lines_radec(int c) { in constellations_get_lines_radec()
[all …]
/dports/math/hs-Agda/Agda-2.6.2/_cabal_deps/utf8-string-1.0.1.1/Data/ByteString/
H A DUTF8.hs73 | c < 0x80 = (toEnum $ fromEnum c, 1) function
74 | c < 0xc0 = (replacement_char, 1) function
75 | c < 0xe0 = bytes2 (mask c 0x1f) cs function
76 | c < 0xf0 = bytes3 (mask c 0x0f) cs function
77 | c < 0xf8 = bytes4 (mask c 0x07) cs function
196 lines bs | B.null bs = [] function
197 lines bs = case B.elemIndex 10 bs of function
208 lines' bs | B.null bs = [] function
209 lines' bs = case B.elemIndex 10 bs of function
/dports/games/hedgewars-server/hedgewars-src-1.0.0/gameServer/_cabal_deps/utf8-string-1.0.1.1/Data/ByteString/
H A DUTF8.hs73 | c < 0x80 = (toEnum $ fromEnum c, 1) function
74 | c < 0xc0 = (replacement_char, 1) function
75 | c < 0xe0 = bytes2 (mask c 0x1f) cs function
76 | c < 0xf0 = bytes3 (mask c 0x0f) cs function
77 | c < 0xf8 = bytes4 (mask c 0x07) cs function
196 lines bs | B.null bs = [] function
197 lines bs = case B.elemIndex 10 bs of function
208 lines' bs | B.null bs = [] function
209 lines' bs = case B.elemIndex 10 bs of function
/dports/finance/hs-hledger/hledger-1.19/_cabal_deps/utf8-string-1.0.1.1/Data/ByteString/
H A DUTF8.hs73 | c < 0x80 = (toEnum $ fromEnum c, 1) function
74 | c < 0xc0 = (replacement_char, 1) function
75 | c < 0xe0 = bytes2 (mask c 0x1f) cs function
76 | c < 0xf0 = bytes3 (mask c 0x0f) cs function
77 | c < 0xf8 = bytes4 (mask c 0x07) cs function
196 lines bs | B.null bs = [] function
197 lines bs = case B.elemIndex 10 bs of function
208 lines' bs | B.null bs = [] function
209 lines' bs = case B.elemIndex 10 bs of function
/dports/finance/hs-hledger-web/hledger-web-1.19/_cabal_deps/utf8-string-1.0.1.1/Data/ByteString/
H A DUTF8.hs73 | c < 0x80 = (toEnum $ fromEnum c, 1) function
74 | c < 0xc0 = (replacement_char, 1) function
75 | c < 0xe0 = bytes2 (mask c 0x1f) cs function
76 | c < 0xf0 = bytes3 (mask c 0x0f) cs function
77 | c < 0xf8 = bytes4 (mask c 0x07) cs function
196 lines bs | B.null bs = [] function
197 lines bs = case B.elemIndex 10 bs of function
208 lines' bs | B.null bs = [] function
209 lines' bs = case B.elemIndex 10 bs of function
/dports/devel/hs-hasktags/hasktags-0.72.0/_cabal_deps/utf8-string-1.0.1.1/Data/ByteString/
H A DUTF8.hs73 | c < 0x80 = (toEnum $ fromEnum c, 1) function
74 | c < 0xc0 = (replacement_char, 1) function
75 | c < 0xe0 = bytes2 (mask c 0x1f) cs function
76 | c < 0xf0 = bytes3 (mask c 0x0f) cs function
77 | c < 0xf8 = bytes4 (mask c 0x07) cs function
196 lines bs | B.null bs = [] function
197 lines bs = case B.elemIndex 10 bs of function
208 lines' bs | B.null bs = [] function
209 lines' bs = case B.elemIndex 10 bs of function
/dports/devel/hs-git-annex/git-annex-8.20210903/_cabal_deps/utf8-string-1.0.1.1/Data/ByteString/
H A DUTF8.hs73 | c < 0x80 = (toEnum $ fromEnum c, 1) function
74 | c < 0xc0 = (replacement_char, 1) function
75 | c < 0xe0 = bytes2 (mask c 0x1f) cs function
76 | c < 0xf0 = bytes3 (mask c 0x0f) cs function
77 | c < 0xf8 = bytes4 (mask c 0x07) cs function
196 lines bs | B.null bs = [] function
197 lines bs = case B.elemIndex 10 bs of function
208 lines' bs | B.null bs = [] function
209 lines' bs = case B.elemIndex 10 bs of function
/dports/devel/hs-hoogle/hoogle-5.0.18.2/_cabal_deps/utf8-string-1.0.1.1/Data/ByteString/
H A DUTF8.hs73 | c < 0x80 = (toEnum $ fromEnum c, 1) function
74 | c < 0xc0 = (replacement_char, 1) function
75 | c < 0xe0 = bytes2 (mask c 0x1f) cs function
76 | c < 0xf0 = bytes3 (mask c 0x0f) cs function
77 | c < 0xf8 = bytes4 (mask c 0x07) cs function
196 lines bs | B.null bs = [] function
197 lines bs = case B.elemIndex 10 bs of function
208 lines' bs | B.null bs = [] function
209 lines' bs = case B.elemIndex 10 bs of function
/dports/devel/hs-shake/shake-0.19.6/_cabal_deps/utf8-string-1.0.1.1/Data/ByteString/
H A DUTF8.hs73 | c < 0x80 = (toEnum $ fromEnum c, 1) function
74 | c < 0xc0 = (replacement_char, 1) function
75 | c < 0xe0 = bytes2 (mask c 0x1f) cs function
76 | c < 0xf0 = bytes3 (mask c 0x0f) cs function
77 | c < 0xf8 = bytes4 (mask c 0x07) cs function
196 lines bs | B.null bs = [] function
197 lines bs = case B.elemIndex 10 bs of function
208 lines' bs | B.null bs = [] function
209 lines' bs = case B.elemIndex 10 bs of function
/dports/deskutils/hs-arbtt/arbtt-0.10.2/_cabal_deps/utf8-string-1.0.1.1/Data/ByteString/
H A DUTF8.hs73 | c < 0x80 = (toEnum $ fromEnum c, 1) function
74 | c < 0xc0 = (replacement_char, 1) function
75 | c < 0xe0 = bytes2 (mask c 0x1f) cs function
76 | c < 0xf0 = bytes3 (mask c 0x0f) cs function
77 | c < 0xf8 = bytes4 (mask c 0x07) cs function
196 lines bs | B.null bs = [] function
197 lines bs = case B.elemIndex 10 bs of function
208 lines' bs | B.null bs = [] function
209 lines' bs = case B.elemIndex 10 bs of function
/dports/lang/elm/compiler-0.19.1/_cabal_deps/utf8-string-1.0.1.1/Data/ByteString/
H A DUTF8.hs73 | c < 0x80 = (toEnum $ fromEnum c, 1) function
74 | c < 0xc0 = (replacement_char, 1) function
75 | c < 0xe0 = bytes2 (mask c 0x1f) cs function
76 | c < 0xf0 = bytes3 (mask c 0x0f) cs function
77 | c < 0xf8 = bytes4 (mask c 0x07) cs function
196 lines bs | B.null bs = [] function
197 lines bs = case B.elemIndex 10 bs of function
208 lines' bs | B.null bs = [] function
209 lines' bs = case B.elemIndex 10 bs of function
/dports/www/hs-DAV/DAV-1.3.4/_cabal_deps/utf8-string-1.0.1.1/Data/ByteString/
H A DUTF8.hs73 | c < 0x80 = (toEnum $ fromEnum c, 1) function
74 | c < 0xc0 = (replacement_char, 1) function
75 | c < 0xe0 = bytes2 (mask c 0x1f) cs function
76 | c < 0xf0 = bytes3 (mask c 0x0f) cs function
77 | c < 0xf8 = bytes4 (mask c 0x07) cs function
196 lines bs | B.null bs = [] function
197 lines bs = case B.elemIndex 10 bs of function
208 lines' bs | B.null bs = [] function
209 lines' bs = case B.elemIndex 10 bs of function
/dports/www/hs-hjsmin/hjsmin-0.2.0.4/_cabal_deps/utf8-string-1.0.1.1/Data/ByteString/
H A DUTF8.hs73 | c < 0x80 = (toEnum $ fromEnum c, 1) function
74 | c < 0xc0 = (replacement_char, 1) function
75 | c < 0xe0 = bytes2 (mask c 0x1f) cs function
76 | c < 0xf0 = bytes3 (mask c 0x0f) cs function
77 | c < 0xf8 = bytes4 (mask c 0x07) cs function
196 lines bs | B.null bs = [] function
197 lines bs = case B.elemIndex 10 bs of function
208 lines' bs | B.null bs = [] function
209 lines' bs = case B.elemIndex 10 bs of function
/dports/net-im/matterhorn/matterhorn-50200.13.0/_cabal_deps/utf8-string-1.0.1.1/Data/ByteString/
H A DUTF8.hs73 | c < 0x80 = (toEnum $ fromEnum c, 1) function
74 | c < 0xc0 = (replacement_char, 1) function
75 | c < 0xe0 = bytes2 (mask c 0x1f) cs function
76 | c < 0xf0 = bytes3 (mask c 0x0f) cs function
77 | c < 0xf8 = bytes4 (mask c 0x07) cs function
196 lines bs | B.null bs = [] function
197 lines bs = case B.elemIndex 10 bs of function
208 lines' bs | B.null bs = [] function
209 lines' bs = case B.elemIndex 10 bs of function
/dports/x11/conlecterm/conlecterm-1.4.3.0/_cabal_deps/utf8-string-1.0.1.1/Data/ByteString/
H A DUTF8.hs73 | c < 0x80 = (toEnum $ fromEnum c, 1) function
74 | c < 0xc0 = (replacement_char, 1) function
75 | c < 0xe0 = bytes2 (mask c 0x1f) cs function
76 | c < 0xf0 = bytes3 (mask c 0x0f) cs function
77 | c < 0xf8 = bytes4 (mask c 0x07) cs function
196 lines bs | B.null bs = [] function
197 lines bs = case B.elemIndex 10 bs of function
208 lines' bs | B.null bs = [] function
209 lines' bs = case B.elemIndex 10 bs of function
/dports/textproc/cgrep/cgrep-6.6.32/_cabal_deps/utf8-string-1.0.1.1/Data/ByteString/
H A DUTF8.hs73 | c < 0x80 = (toEnum $ fromEnum c, 1) function
74 | c < 0xc0 = (replacement_char, 1) function
75 | c < 0xe0 = bytes2 (mask c 0x1f) cs function
76 | c < 0xf0 = bytes3 (mask c 0x0f) cs function
77 | c < 0xf8 = bytes4 (mask c 0x07) cs function
196 lines bs | B.null bs = [] function
197 lines bs = case B.elemIndex 10 bs of function
208 lines' bs | B.null bs = [] function
209 lines' bs = case B.elemIndex 10 bs of function
/dports/x11/hs-xmobar/xmobar-0.39/_cabal_deps/utf8-string-1.0.1.1/Data/ByteString/
H A DUTF8.hs73 | c < 0x80 = (toEnum $ fromEnum c, 1) function
74 | c < 0xc0 = (replacement_char, 1) function
75 | c < 0xe0 = bytes2 (mask c 0x1f) cs function
76 | c < 0xf0 = bytes3 (mask c 0x0f) cs function
77 | c < 0xf8 = bytes4 (mask c 0x07) cs function
196 lines bs | B.null bs = [] function
197 lines bs = case B.elemIndex 10 bs of function
208 lines' bs | B.null bs = [] function
209 lines' bs = case B.elemIndex 10 bs of function
/dports/devel/hs-threadscope/threadscope-0.2.14/_cabal_deps/utf8-string-1.0.2/Data/ByteString/
H A DUTF8.hs78 | c < 0x80 = (toEnum $ fromEnum c, 1) function
79 | c < 0xc0 = (replacement_char, 1) function
80 | c < 0xe0 = bytes2 (mask c 0x1f) cs function
81 | c < 0xf0 = bytes3 (mask c 0x0f) cs function
82 | c < 0xf8 = bytes4 (mask c 0x07) cs function
201 lines bs | B.null bs = [] function
202 lines bs = case B.elemIndex 10 bs of function
213 lines' bs | B.null bs = [] function
214 lines' bs = case B.elemIndex 10 bs of function
/dports/lang/purescript/purescript-0.14.5/_cabal_deps/utf8-string-1.0.2/Data/ByteString/
H A DUTF8.hs78 | c < 0x80 = (toEnum $ fromEnum c, 1) function
79 | c < 0xc0 = (replacement_char, 1) function
80 | c < 0xe0 = bytes2 (mask c 0x1f) cs function
81 | c < 0xf0 = bytes3 (mask c 0x0f) cs function
82 | c < 0xf8 = bytes4 (mask c 0x07) cs function
201 lines bs | B.null bs = [] function
202 lines bs = case B.elemIndex 10 bs of function
213 lines' bs | B.null bs = [] function
214 lines' bs = case B.elemIndex 10 bs of function
/dports/finance/hs-hledger-ui/hledger-ui-1.19/_cabal_deps/utf8-string-1.0.2/Data/ByteString/
H A DUTF8.hs78 | c < 0x80 = (toEnum $ fromEnum c, 1) function
79 | c < 0xc0 = (replacement_char, 1) function
80 | c < 0xe0 = bytes2 (mask c 0x1f) cs function
81 | c < 0xf0 = bytes3 (mask c 0x0f) cs function
82 | c < 0xf8 = bytes4 (mask c 0x07) cs function
201 lines bs | B.null bs = [] function
202 lines bs = case B.elemIndex 10 bs of function
213 lines' bs | B.null bs = [] function
214 lines' bs = case B.elemIndex 10 bs of function
/dports/devel/hs-spago/spago-0.20.3/_cabal_deps/utf8-string-1.0.2/Data/ByteString/
H A DUTF8.hs78 | c < 0x80 = (toEnum $ fromEnum c, 1) function
79 | c < 0xc0 = (replacement_char, 1) function
80 | c < 0xe0 = bytes2 (mask c 0x1f) cs function
81 | c < 0xf0 = bytes3 (mask c 0x0f) cs function
82 | c < 0xf8 = bytes4 (mask c 0x07) cs function
201 lines bs | B.null bs = [] function
202 lines bs = case B.elemIndex 10 bs of function
213 lines' bs | B.null bs = [] function
214 lines' bs = case B.elemIndex 10 bs of function
/dports/devel/hs-hlint/hlint-3.3.4/_cabal_deps/utf8-string-1.0.2/Data/ByteString/
H A DUTF8.hs78 | c < 0x80 = (toEnum $ fromEnum c, 1) function
79 | c < 0xc0 = (replacement_char, 1) function
80 | c < 0xe0 = bytes2 (mask c 0x1f) cs function
81 | c < 0xf0 = bytes3 (mask c 0x0f) cs function
82 | c < 0xf8 = bytes4 (mask c 0x07) cs function
201 lines bs | B.null bs = [] function
202 lines bs = case B.elemIndex 10 bs of function
213 lines' bs | B.null bs = [] function
214 lines' bs = case B.elemIndex 10 bs of function
/dports/devel/hs-git-brunch/git-brunch-1.5.1.0/_cabal_deps/utf8-string-1.0.2/Data/ByteString/
H A DUTF8.hs78 | c < 0x80 = (toEnum $ fromEnum c, 1) function
79 | c < 0xc0 = (replacement_char, 1) function
80 | c < 0xe0 = bytes2 (mask c 0x1f) cs function
81 | c < 0xf0 = bytes3 (mask c 0x0f) cs function
82 | c < 0xf8 = bytes4 (mask c 0x07) cs function
201 lines bs | B.null bs = [] function
202 lines bs = case B.elemIndex 10 bs of function
213 lines' bs | B.null bs = [] function
214 lines' bs = case B.elemIndex 10 bs of function
/dports/devel/hs-darcs/darcs-2.16.4/_cabal_deps/utf8-string-1.0.2/Data/ByteString/
H A DUTF8.hs78 | c < 0x80 = (toEnum $ fromEnum c, 1) function
79 | c < 0xc0 = (replacement_char, 1) function
80 | c < 0xe0 = bytes2 (mask c 0x1f) cs function
81 | c < 0xf0 = bytes3 (mask c 0x0f) cs function
82 | c < 0xf8 = bytes4 (mask c 0x07) cs function
201 lines bs | B.null bs = [] function
202 lines bs = case B.elemIndex 10 bs of function
213 lines' bs | B.null bs = [] function
214 lines' bs = case B.elemIndex 10 bs of function

12345678910>>...284