Home
last modified time | relevance | path

Searched refs:Eol (Results 1 – 25 of 565) sorted by relevance

12345678910>>...23

/dports/deskutils/just/just-0.10.5/src/
H A Dlexer.rs1180 Eol,
1183 Eol,
1186 Eol,
1196 Eol,
1199 Eol,
1201 Eol,
1204 Eol,
1219 Eol,
1222 Eol,
1225 Eol,
[all …]
/dports/cad/opentimer/OpenTimer-18d28ff/ot/parser-spef/pegtl/pegtl/internal/
H A Dranges.hpp21 template< int Eol, typename Char, Char... Cs >
24 template< int Eol, typename Char >
25 struct ranges_impl< Eol, Char >
35 template< int Eol, typename Char, Char Eq >
36 struct ranges_impl< Eol, Char, Eq >
38 static constexpr bool can_match_eol = ( Eq == Eol );
46 template< int Eol, typename Char, Char Lo, Char Hi, Char... Cs >
47 struct ranges_impl< Eol, Char, Lo, Hi, Cs... >
51 …static constexpr bool can_match_eol = ( ( ( Lo <= Eol ) && ( Eol <= Hi ) ) || ranges_impl< Eol, Ch…
55 return ( ( Lo <= c ) && ( c <= Hi ) ) || ranges_impl< Eol, Char, Cs... >::match( c ); in match()
[all …]
/dports/math/vtk8/VTK-8.2.0/ThirdParty/pegtl/vtkpegtl/include/tao/pegtl/internal/
H A Dranges.hpp21 template< int Eol, typename Char, Char... Cs >
24 template< int Eol, typename Char >
25 struct ranges_impl< Eol, Char >
35 template< int Eol, typename Char, Char Eq >
36 struct ranges_impl< Eol, Char, Eq >
38 static constexpr bool can_match_eol = ( Eq == Eol );
46 template< int Eol, typename Char, Char Lo, Char Hi, Char... Cs >
47 struct ranges_impl< Eol, Char, Lo, Hi, Cs... >
49 …static constexpr bool can_match_eol = ( ( ( Lo <= Eol ) && ( Eol <= Hi ) ) || ranges_impl< Eol, Ch…
53 return ( ( Lo <= c ) && ( c <= Hi ) ) || ranges_impl< Eol, Char, Cs... >::match( c ); in match()
[all …]
/dports/math/vtk9/VTK-9.1.0/ThirdParty/pegtl/vtkpegtl/include/tao/pegtl/internal/
H A Dranges.hpp21 template< int Eol, typename Char, Char... Cs >
24 template< int Eol, typename Char >
25 struct ranges_impl< Eol, Char >
35 template< int Eol, typename Char, Char Eq >
36 struct ranges_impl< Eol, Char, Eq >
38 static constexpr bool can_match_eol = ( Eq == Eol );
46 template< int Eol, typename Char, Char Lo, Char Hi, Char... Cs >
47 struct ranges_impl< Eol, Char, Lo, Hi, Cs... >
51 …static constexpr bool can_match_eol = ( ( ( Lo <= Eol ) && ( Eol <= Hi ) ) || ranges_impl< Eol, Ch…
55 return ( ( Lo <= c ) && ( c <= Hi ) ) || ranges_impl< Eol, Char, Cs... >::match( c ); in match()
[all …]
/dports/devel/pegtl/PEGTL-3.0.0/include/tao/pegtl/internal/
H A Dranges.hpp18 template< int Eol, typename Char, Char... Cs >
21 template< int Eol, typename Char >
22 struct ranges_impl< Eol, Char >
32 template< int Eol, typename Char, Char Eq >
33 struct ranges_impl< Eol, Char, Eq >
35 static constexpr bool can_match_eol = ( Eq == Eol );
43 template< int Eol, typename Char, Char Lo, Char Hi, Char... Cs >
44 struct ranges_impl< Eol, Char, Lo, Hi, Cs... >
48 …static constexpr bool can_match_eol = ( ( ( Lo <= Eol ) && ( Eol <= Hi ) ) || ranges_impl< Eol, Ch…
52 return ( ( Lo <= c ) && ( c <= Hi ) ) || ranges_impl< Eol, Char, Cs... >::match( c );
[all …]
/dports/editors/le/le-1.16.6/src/
H A Dformat.cc63 if(Eol()) in FormatPara()
76 while(!Space() && !Eol()) in FormatPara()
78 while(Space() && !Eol()) in FormatPara()
80 if(Eol()) in FormatPara()
144 while(Space() && !Eol()) in FormatPara()
164 if(!Eol()) in FormatPara()
253 if(Eol()) in FormatPara()
313 while(Space() && !Eol()) in CenterLine()
315 if(Eol()) in CenterLine()
338 while(Space() && !Eol()) in ShiftRightLine()
[all …]
/dports/devel/pegtl/PEGTL-3.0.0/src/test/pegtl/
H A Dverify_rule.hpp36 template< typename Rule, typename Eol = eol::lf_crlf > in verify_meta()
43 …memory_input< tracking_mode::eager, Eol > in( data.data(), data.data() + data.size(), file, 0, lin… in verify_meta()
45 … memory_input< tracking_mode::lazy, Eol > i2( data.data(), data.data() + data.size(), file ); in verify_meta()
49 …memory_input< tracking_mode::eager, Eol > in( data.data(), data.data() + data.size(), file, 0, lin… in verify_meta()
51 … memory_input< tracking_mode::lazy, Eol > i2( data.data(), data.data() + data.size(), file ); in verify_meta()
55 …memory_input< tracking_mode::eager, Eol > in( data.data(), data.data() + data.size(), file, 0, lin… in verify_meta()
57 … memory_input< tracking_mode::lazy, Eol > i2( data.data(), data.data() + data.size(), file ); in verify_meta()
62 template< typename Rule, typename Eol = eol::lf_crlf > in verify_meta()
66 …memory_input< tracking_mode::eager, Eol > in( data.data(), data.data() + data.size(), file, 0, lin… in verify_meta()
70 …memory_input< tracking_mode::eager, Eol > in( data.data(), data.data() + data.size(), file, 0, lin… in verify_meta()
[all …]
H A Dfile_read.cpp9 template< tracking_mode P = tracking_mode::eager, typename Eol = eol::lf_crlf >
11 : public read_input< P, Eol >
14 : read_input< P, Eol >( internal::file_open( path ), path ) in open_input()
/dports/devel/pegtl/PEGTL-3.0.0/include/tao/pegtl/
H A Dfile_input.hpp24 template< tracking_mode P = tracking_mode::eager, typename Eol = eol::lf_crlf >
26 : mmap_input< P, Eol >
28 using mmap_input< P, Eol >::mmap_input;
31 template< tracking_mode P = tracking_mode::eager, typename Eol = eol::lf_crlf >
33 : read_input< P, Eol >
35 using read_input< P, Eol >::read_input;
H A Dmemory_input.hpp35 template< tracking_mode, typename Eol, typename Source >
38 template< typename Eol, typename Source >
39 class memory_input_base< tracking_mode::eager, Eol, Source >
100 internal::bump( m_current, in_count, Eol::ch ); in bump()
136 template< typename Eol, typename Source >
137 class memory_input_base< tracking_mode::lazy, Eol, Source >
204 internal::bump( c, std::size_t( it - m_begin.data ), Eol::ch ); in position()
224 : public internal::memory_input_base< P, Eol, Source >
229 using eol_t = Eol;
309 using internal::memory_input_base< P, Eol, Source >::restart;
[all …]
H A Dread_input.hpp20 template< tracking_mode P = tracking_mode::eager, typename Eol = eol::lf_crlf >
22 : string_input< P, Eol >
25 : string_input< P, Eol >( internal::file_reader( path ).read(), source ) in read_input()
33 : string_input< P, Eol >( internal::file_reader( file, path ).read(), source ) in read_input()
H A Dcstream_input.hpp17 template< typename Eol = eol::lf_crlf, std::size_t Chunk = 64 >
19 : buffer_input< internal::cstream_reader, Eol, std::string, Chunk >
23 …: buffer_input< internal::cstream_reader, Eol, std::string, Chunk >( std::forward< T >( in_source … in cstream_input()
/dports/math/vtk9/VTK-9.1.0/ThirdParty/pegtl/vtkpegtl/include/tao/pegtl/
H A Dfile_input.hpp26 template< tracking_mode P = tracking_mode::eager, typename Eol = eol::lf_crlf >
28 : mmap_input< P, Eol >
30 using mmap_input< P, Eol >::mmap_input;
33 template< tracking_mode P = tracking_mode::eager, typename Eol = eol::lf_crlf >
35 : read_input< P, Eol >
37 using read_input< P, Eol >::read_input;
H A Dmemory_input.hpp35 template< tracking_mode, typename Eol, typename Source >
38 template< typename Eol, typename Source >
39 class memory_input_base< tracking_mode::eager, Eol, Source >
102 internal::bump( m_current, in_count, Eol::ch ); in bump()
135 template< typename Eol, typename Source >
136 class memory_input_base< tracking_mode::lazy, Eol, Source >
205 internal::bump( c, std::size_t( it - m_begin.data ), Eol::ch ); in position()
225 : public internal::memory_input_base< P, Eol, Source >
230 using eol_t = Eol;
315 using internal::memory_input_base< P, Eol, Source >::restart;
[all …]
H A Dread_input.hpp43 template< tracking_mode P = tracking_mode::eager, typename Eol = eol::lf_crlf >
46 public string_input< P, Eol, const char* >
51 …string_input< P, Eol, const char* >( internal::file_reader( filename.c_str() ).read(), filename.c_… in read_input()
58 …string_input< P, Eol, const char* >( internal::file_reader( in_file, filename.c_str() ).read(), fi… in read_input()
/dports/cad/opentimer/OpenTimer-18d28ff/ot/parser-spef/pegtl/pegtl/
H A Dfile_input.hpp26 template< tracking_mode P = tracking_mode::IMMEDIATE, typename Eol = eol::lf_crlf >
28 : mmap_input< P, Eol >
30 using mmap_input< P, Eol >::mmap_input;
33 template< tracking_mode P = tracking_mode::IMMEDIATE, typename Eol = eol::lf_crlf >
35 : read_input< P, Eol >
37 using read_input< P, Eol >::read_input;
H A Dmemory_input.hpp35 template< tracking_mode, typename Eol, typename Source >
38 template< typename Eol, typename Source >
39 class memory_input_base< tracking_mode::IMMEDIATE, Eol, Source >
102 internal::bump( m_current, in_count, Eol::ch ); in bump()
135 template< typename Eol, typename Source >
136 class memory_input_base< tracking_mode::LAZY, Eol, Source >
205 internal::bump( c, std::size_t( it - m_begin.data ), Eol::ch ); in position()
225 : public internal::memory_input_base< P, Eol, Source >
230 using eol_t = Eol;
237 using internal::memory_input_base< P, Eol, Source >::memory_input_base;
[all …]
H A Dread_input.hpp43 template< tracking_mode P = tracking_mode::IMMEDIATE, typename Eol = eol::lf_crlf >
46 public string_input< P, Eol, const char* >
51 …string_input< P, Eol, const char* >( internal::file_reader( filename.c_str() ).read(), filename.c_… in read_input()
58 …string_input< P, Eol, const char* >( internal::file_reader( in_file, filename.c_str() ).read(), fi… in read_input()
H A Dcstream_input.hpp19 template< typename Eol = eol::lf_crlf >
21 : buffer_input< internal::cstream_reader, Eol >
25 …: buffer_input< internal::cstream_reader, Eol >( std::forward< T >( in_source ), in_maximum, in_st… in cstream_input()
H A Distream_input.hpp19 template< typename Eol = eol::lf_crlf >
21 : buffer_input< internal::istream_reader, Eol >
25 …: buffer_input< internal::istream_reader, Eol >( std::forward< T >( in_source ), in_maximum, in_st… in istream_input()
/dports/math/vtk8/VTK-8.2.0/ThirdParty/pegtl/vtkpegtl/include/tao/pegtl/
H A Dmemory_input.hpp29 template< tracking_mode, typename Eol, typename Source >
32 template< typename Eol, typename Source >
33 class memory_input_base< tracking_mode::IMMEDIATE, Eol, Source >
89 internal::bump( m_current, in_count, Eol::ch ); in bump()
113 template< typename Eol, typename Source >
114 class memory_input_base< tracking_mode::LAZY, Eol, Source >
178 internal::bump( c, std::size_t( it - m_begin.data ), Eol::ch ); in position()
193 : public internal::memory_input_base< P, Eol, Source >
198 using eol_t = Eol;
205 using internal::memory_input_base< P, Eol, Source >::memory_input_base;
[all …]
H A Dfile_input.hpp26 template< tracking_mode P = tracking_mode::IMMEDIATE, typename Eol = eol::lf_crlf >
27 using file_input = mmap_input< P, Eol >;
29 template< tracking_mode P = tracking_mode::IMMEDIATE, typename Eol = eol::lf_crlf >
30 using file_input = read_input< P, Eol >;
H A Dread_input.hpp43 template< tracking_mode P = tracking_mode::IMMEDIATE, typename Eol = eol::lf_crlf >
46 public string_input< P, Eol, const char* >
51 …string_input< P, Eol, const char* >( internal::file_reader( filename.c_str() ).read(), filename.c_… in read_input()
58 …string_input< P, Eol, const char* >( internal::file_reader( in_file, filename.c_str() ).read(), fi… in read_input()
H A Dcstream_input.hpp19 template< typename Eol = eol::lf_crlf >
21 : buffer_input< internal::cstream_reader, Eol >
25 …: buffer_input< internal::cstream_reader, Eol >( std::forward< T >( in_source ), in_maximum, in_st… in cstream_input()
H A Distream_input.hpp19 template< typename Eol = eol::lf_crlf >
21 : buffer_input< internal::istream_reader, Eol >
25 …: buffer_input< internal::istream_reader, Eol >( std::forward< T >( in_source ), in_maximum, in_st… in istream_input()

12345678910>>...23