Home
last modified time | relevance | path

Searched refs:rep_opt (Results 1 – 24 of 24) sorted by relevance

/dports/devel/pegtl/PEGTL-3.0.0/src/test/pegtl/
H A Drule_rep_opt.cpp12 verify_analyze< rep_opt< 1, any > >( __LINE__, __FILE__, false, false );
13 verify_analyze< rep_opt< 6, any > >( __LINE__, __FILE__, false, false );
14 verify_analyze< rep_opt< 1, eof > >( __LINE__, __FILE__, false, false );
15 verify_analyze< rep_opt< 6, eof > >( __LINE__, __FILE__, false, false );
17 verify_analyze< rep_opt< 1, any, any > >( __LINE__, __FILE__, false, false );
18 verify_analyze< rep_opt< 1, eof, any > >( __LINE__, __FILE__, false, false );
19 verify_analyze< rep_opt< 1, any, eof > >( __LINE__, __FILE__, false, false );
20 verify_analyze< rep_opt< 1, eof, eof > >( __LINE__, __FILE__, false, false );
22 verify_rule< rep_opt< 3, one< 'a' > > >( __LINE__, __FILE__, "", result_type::success, 0 );
23 verify_rule< rep_opt< 3, one< 'a' > > >( __LINE__, __FILE__, "a", result_type::success, 0 );
[all …]
/dports/devel/pegtl/PEGTL-3.0.0/include/tao/pegtl/internal/
H A Drep_opt.hpp20 struct rep_opt struct
21 : rep_opt< Max, seq< Rules... > >
25 struct rep_opt< Max > struct
30 struct rep_opt< 0, Rules... > struct
35 struct rep_opt< Max, Rule > struct
37 using rule_t = rep_opt; argument
57 inline constexpr bool enable_control< rep_opt< Max, Rules... > > = false;
/dports/math/vtk9/VTK-9.1.0/ThirdParty/pegtl/vtkpegtl/include/tao/pegtl/internal/
H A Drep_opt.hpp24 struct rep_opt struct
25 : rep_opt< Max, seq< Rules... > >
30 struct rep_opt< Max, Rule > struct
51 struct skip_control< rep_opt< Max, Rules... > > : std::true_type
/dports/devel/pegtl/PEGTL-3.0.0/include/tao/pegtl/contrib/
H A Duri.hpp44 … seq< opt< h16, rep_opt< 2, colon, h16 > >, dcolon, rep< 2, h16, colon >, ls32 >,
45 … seq< opt< h16, rep_opt< 3, colon, h16 > >, dcolon, h16, colon, ls32 >,
46 … seq< opt< h16, rep_opt< 4, colon, h16 > >, dcolon, ls32 >,
47 … seq< opt< h16, rep_opt< 5, colon, h16 > >, dcolon, h16 >,
48 … seq< opt< h16, rep_opt< 6, colon, h16 > >, dcolon > > {};
H A Dhttp.hpp89 struct rank : sor< seq< one< '0' >, opt< one< '.' >, rep_opt< 3, abnf::DIGIT > > >,
90 seq< one< '1' >, opt< one< '.' >, rep_opt< 3, one< '0' > > > > > {};
H A Danalyze_traits.hpp219 struct analyze_traits< Name, internal::rep_opt< Max, Rules... > >
/dports/math/vtk9/VTK-9.1.0/ThirdParty/pegtl/vtkpegtl/include/tao/pegtl/contrib/
H A Duri.hpp49 … seq< opt< h16, rep_opt< 2, colon, h16 > >, dcolon, rep< 2, h16, colon >, ls32 >,
50 … seq< opt< h16, rep_opt< 3, colon, h16 > >, dcolon, h16, colon, ls32 >,
51 … seq< opt< h16, rep_opt< 4, colon, h16 > >, dcolon, ls32 >,
52 … seq< opt< h16, rep_opt< 5, colon, h16 > >, dcolon, h16 >,
53 … seq< opt< h16, rep_opt< 6, colon, h16 > >, dcolon > > {};
H A Dhttp.hpp92 struct rank : sor< seq< one< '0' >, opt< one< '.' >, rep_opt< 3, abnf::DIGIT > > >,
93 seq< one< '1' >, opt< one< '.' >, rep_opt< 3, one< '0' > > > > > {};
/dports/cad/opentimer/OpenTimer-18d28ff/ot/parser-spef/pegtl/pegtl/contrib/
H A Duri.hpp49 … seq< opt< h16, rep_opt< 2, colon, h16 > >, dcolon, rep< 2, h16, colon >, ls32 >,
50 … seq< opt< h16, rep_opt< 3, colon, h16 > >, dcolon, h16, colon, ls32 >,
51 … seq< opt< h16, rep_opt< 4, colon, h16 > >, dcolon, ls32 >,
52 … seq< opt< h16, rep_opt< 5, colon, h16 > >, dcolon, h16 >,
53 … seq< opt< h16, rep_opt< 6, colon, h16 > >, dcolon > > {};
H A Dhttp.hpp91 struct rank : sor< seq< one< '0' >, opt< one< '.' >, rep_opt< 3, abnf::DIGIT > > >,
92 seq< one< '1' >, opt< one< '.' >, rep_opt< 3, one< '0' > > > > > {};
/dports/math/vtk8/VTK-8.2.0/ThirdParty/pegtl/vtkpegtl/include/tao/pegtl/contrib/
H A Duri.hpp49 … seq< opt< h16, rep_opt< 2, colon, h16 > >, dcolon, rep< 2, h16, colon >, ls32 >,
50 … seq< opt< h16, rep_opt< 3, colon, h16 > >, dcolon, h16, colon, ls32 >,
51 … seq< opt< h16, rep_opt< 4, colon, h16 > >, dcolon, ls32 >,
52 … seq< opt< h16, rep_opt< 5, colon, h16 > >, dcolon, h16 >,
53 … seq< opt< h16, rep_opt< 6, colon, h16 > >, dcolon > > {};
H A Dhttp.hpp91 struct rank : sor< seq< one< '0' >, opt< one< '.' >, rep_opt< 3, abnf::DIGIT > > >,
92 seq< one< '1' >, opt< one< '.' >, rep_opt< 3, one< '0' > > > > > {};
/dports/cad/opentimer/OpenTimer-18d28ff/ot/parser-spef/pegtl/pegtl/internal/
H A Drep_opt.hpp25 struct rep_opt struct
44 struct skip_control< rep_opt< Max, Rules... > > : std::true_type
/dports/math/vtk8/VTK-8.2.0/ThirdParty/pegtl/vtkpegtl/include/tao/pegtl/internal/
H A Drep_opt.hpp25 struct rep_opt struct
44 struct skip_control< rep_opt< Max, Rules... > > : std::true_type
/dports/deskutils/moregroupware/moregroupware/modules/calendar/inc/
H A Dcalendar_func.inc.php694 function db_delete_date_rep($id, $rep_opt, $tn_opt, $userid){ argument
702 if ($group_id == 0){ $rep_opt=0; }
705 …if ($rep_opt==0 && $tn_opt==0 && $id > 0 && $userid > 0) $sql2 = "DELETE FROM mgw_calendar WHERE i…
707 elseif ($rep_opt==0 && $tn_opt==1 && $id > 0) $sql2 = "DELETE FROM mgw_calendar WHERE id = $id";
709 …elseif ($rep_opt==2 && $tn_opt==0 && $group_id > 0 && $userid > 0) $sql2 = "DELETE FROM mgw_calend…
710 …elseif ($rep_opt==2 && $tn_opt==1 && $group_id > 0) $sql2 = "DELETE FROM mgw_calendar WHERE dategr…
712 …elseif ($rep_opt==3 && $tn_opt==0 && $group_id > 0 && $userid > 0) $sql2 = "DELETE FROM mgw_calend…
713 …elseif ($rep_opt==3 && $tn_opt==1 && $group_id > 0) $sql2 = "DELETE FROM mgw_calendar WHERE dategr…
/dports/cad/opentimer/OpenTimer-18d28ff/ot/parser-spef/pegtl/pegtl/
H A Drules.hpp53 …template< unsigned Max, typename... Rules > struct rep_opt : internal::rep_opt< Max, Rules... > {}; struct
/dports/math/vtk8/VTK-8.2.0/ThirdParty/pegtl/vtkpegtl/include/tao/pegtl/
H A Drules.hpp52 …template< unsigned Max, typename... Rules > struct rep_opt : internal::rep_opt< Max, Rules... > {}; struct
/dports/math/vtk9/VTK-9.1.0/ThirdParty/pegtl/vtkpegtl/include/tao/pegtl/
H A Drules.hpp54 …template< unsigned Max, typename... Rules > struct rep_opt : internal::rep_opt< Max, Rules... > {}; struct
/dports/devel/pegtl/PEGTL-3.0.0/include/tao/pegtl/
H A Drules.hpp53 …template< unsigned Max, typename... Rules > struct rep_opt : internal::rep_opt< Max, Rules... > {}; struct
/dports/deskutils/moregroupware/moregroupware/modules/calendar/templates/default/html/
H A Dcalendar_date_delete.tpl248 …<tr class="tab"><td><input type="radio" name="rep_opt" checked value="0" id="rep_opt_0"><LABEL FOR…
249 …<tr class="tab"><td><input type="radio" name="rep_opt" value="2" id="rep_opt_2"><LABEL FOR="rep_o…
250 …<tr class="tab"><td><input type="radio" name="rep_opt" value="3" id="rep_opt_3"><LABEL FOR="rep_o…
/dports/deskutils/moregroupware/moregroupware/modules/calendar/
H A Dindex.php384 $rep_opt = isset($_POST["rep_opt"]) ? (int)$_POST["rep_opt"] : ""; variable
416 if ($group_id == 0){ $rep_opt=0; } variable
419 …if ($rep_opt==0 && $id > 0 && $userid > 0) $sql2 = "DELETE FROM mgw_calendar WHERE id = $id and us…
424 …elseif ($rep_opt==2 && $group_id > 0 && $userid > 0) $sql2 = "DELETE FROM mgw_calendar WHERE dateg…
428 …elseif ($rep_opt==3 && $group_id > 0 && $userid > 0) $sql2 = "DELETE FROM mgw_calendar WHERE dateg…
/dports/devel/pegtl/PEGTL-3.0.0/doc/
H A DRule-Reference.md410 * [Equivalent] to `seq< rep< Min, R... >, rep_opt< Max - Min, R... >, not_at< R... > >`.
422 ###### `rep_opt< Num, R... >`
427 - `rep_opt< 0, R... >::rule_t` is `internal::success`
428 - `rep_opt< Num >::rule_t` is `internal::success`
429 …- `rep_opt< Num, R... >::rule_t` is `internal::seq< internal::rep< Num, R... >, internal::star< R.…
430 …- `rep_opt< Num, R... >::subs_t` is `type_list< internal::rep< Num, R... >, internal::star< R... >…
1502 * [`rep_opt< Num, R... >`](#rep_opt-num-r-) <sup>[(convenience)](#convenience)</sup>
H A DREADME.md258 * [`rep_opt< Num, R... >`](Rule-Reference.md#rep_opt-num-r-) <sup>[(convenience)](Rule-Reference.md…
/dports/devel/pegtl/PEGTL-3.0.0/src/example/pegtl/
H A Dlua53.hpp167 …struct decbyte : tao::pegtl::if_must< tao::pegtl::digit, tao::pegtl::rep_opt< 2, tao::pegtl::digit…