Home
last modified time | relevance | path

Searched refs:byLine (Results 1 – 25 of 134) sorted by relevance

123456

/dports/devel/folly/folly-2021.12.27.00/folly/gen/
H A DFile-inl.h150 inline auto byLine(File file, char delim = '\n') {
154 inline auto byLine(int fd, char delim = '\n') {
155 return byLine(File(fd), delim);
158 inline auto byLine(const char* f, char delim = '\n') {
159 return byLine(File(f), delim);
H A DIStream.h55 inline detail::IStreamByLine byLine(std::istream& in) { in byLine() function
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/gdc.test/compilable/
H A Dtest3775.d4 static int byLine()() { return 1; } in byLine() function
7 static assert(cast(int)Bug3775.byLine == 1);
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/gdc.test/compilable/
H A Dtest3775.d4 static int byLine()() { return 1; } in byLine() function
7 static assert(cast(int)Bug3775.byLine == 1);
/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/gdc.test/compilable/
H A Dtest3775.d4 static int byLine()() { return 1; } in byLine() function
7 static assert(cast(int)Bug3775.byLine == 1);
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/testsuite/gdc.test/compilable/
H A Dtest3775.d4 static int byLine()() { return 1; } in byLine() function
7 static assert(cast(int)Bug3775.byLine == 1);
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/testsuite/gdc.test/compilable/
H A Dtest3775.d4 static int byLine()() { return 1; } in byLine() function
7 static assert(cast(int)Bug3775.byLine == 1);
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/gdc.test/compilable/
H A Dtest3775.d4 static int byLine()() { return 1; } in byLine() function
7 static assert(cast(int)Bug3775.byLine == 1);
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/testsuite/gdc.test/compilable/
H A Dtest3775.d4 static int byLine()() { return 1; } in byLine() function
7 static assert(cast(int)Bug3775.byLine == 1);
/dports/devel/avr-gcc/gcc-10.2.0/gcc/testsuite/gdc.test/compilable/
H A Dtest3775.d4 static int byLine()() { return 1; } in byLine() function
7 static assert(cast(int)Bug3775.byLine == 1);
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/testsuite/gdc.test/compilable/
H A Dtest3775.d4 static int byLine()() { return 1; } in byLine() function
7 static assert(cast(int)Bug3775.byLine == 1);
/dports/lang/gcc9/gcc-9.4.0/gcc/testsuite/gdc.test/compilable/
H A Dtest3775.d4 static int byLine()() { return 1; } in byLine() function
7 static assert(cast(int)Bug3775.byLine == 1);
/dports/devel/folly/folly-2021.12.27.00/folly/gen/test/
H A DFileTest.cpp55 auto found = byLine(file.path().string().c_str()) | collect; in TEST()
107 auto found = byLine(file.path().string().c_str()) | collect; in TEST_P()
120 byLine(File(file.path().string().c_str())) | eachTo<int>() | sum); in TEST()
H A DIStreamTest.cpp43 auto colors = byLine(in) | take(n) | eachToPair<int, std::string>('\t') | in TEST()
45 auto coords = byLine(in) | take(n) | eachToTuple<float, float, float>('\t') | in TEST()
H A DFileBenchmark.cpp52 auto s = byLine(folly::File(rfd)) | eachTo<int64_t>() | sum; in BENCHMARK()
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/gdc.test/fail_compilation/
H A Dfail20730b.d17 auto f = File().byLine; in test20730()
35 auto byLine() in byLine() function
H A Dfail20730a.d10 auto f = File().byLine; in test20730()
29 auto byLine() in byLine() function
/dports/devel/folly/folly-2021.12.27.00/folly/experimental/io/
H A DHugePages.cpp53 bool error = gen::byLine("/proc/meminfo") | [&](StringPiece line) -> bool { in getDefaultHugePageSize()
144 gen::byLine("/proc/mounts") | gen::eachAs<StringPiece>() | in readHugePageSizes()
/dports/textproc/p5-Plagger/Plagger-0.7.17/assets/plugins/Filter-EntryFullText/
H A Dusatoday.yaml4 extract: <span class="inside-head">(.*?)</span>.*?<div class="(?:byLine|inside-copy)">(.*?)<td[^>]*…
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/stylish-haskell-0.12.2.0/lib/Language/Haskell/Stylish/Step/
H A DSimpleAlign.hs54 Adjacent -> byLine . sortOn (S.srcSpanStartLine . aLeft) $ xs
57 byLine = map toList . groupByLine aLeft function
/dports/x11-toolkits/gnocl/gnocl-0.9.96/src/
H A DsplashScreen.c243 cairo_show_text ( cr, para->byLine ); in drawSplashScreen()
246 g_print ( "drawSplashScreen, byLine = %s\n", para->byLine ); in drawSplashScreen()
676 sprintf ( para->byLine, "%s", Tcl_GetString ( objv[3] ) ); in splashScreenFunc()
H A Dgnoclparams.h304 char byLine[32]; member
/dports/deskutils/calibre/calibre-src-5.34.0/recipes/
H A Dbirgun_gazetesi.recipe31 …remove_tags = [dict(name='div', attrs={'id': 'byLine'}), dict(name='div', attrs={'class': 'toollin…
H A Dcyberpresse.recipe31 .byLine{font-family:Arial,Helvetica,Verdana,sans-serif; font-size: 90%;}
/dports/graphics/digikam/digikam-7.4.0/core/libs/database/item/containers/
H A Ditemcopyright.h94 QStringList byLine() const in byLine() function

123456