Module: Mail::Parsers::Ragel::DateTimeMachine
- Defined in:
- lib/mail/parsers/ragel/ruby/machines/date_time_machine.rb
Class Attribute Summary collapse
-
._date_time_eof_actions ⇒ Object
Returns the value of attribute _date_time_eof_actions.
-
._date_time_index_offsets ⇒ Object
Returns the value of attribute _date_time_index_offsets.
-
._date_time_indicies ⇒ Object
Returns the value of attribute _date_time_indicies.
-
._date_time_key_spans ⇒ Object
Returns the value of attribute _date_time_key_spans.
-
._date_time_trans_actions ⇒ Object
Returns the value of attribute _date_time_trans_actions.
-
._date_time_trans_keys ⇒ Object
Returns the value of attribute _date_time_trans_keys.
-
._date_time_trans_targs ⇒ Object
Returns the value of attribute _date_time_trans_targs.
-
.date_time_en_comment_tail ⇒ Object
Returns the value of attribute date_time_en_comment_tail.
-
.date_time_en_main ⇒ Object
Returns the value of attribute date_time_en_main.
-
.date_time_error ⇒ Object
Returns the value of attribute date_time_error.
-
.date_time_first_final ⇒ Object
Returns the value of attribute date_time_first_final.
-
.date_time_start ⇒ Object
Returns the value of attribute date_time_start.
Class Method Summary collapse
-
.parse(data) ⇒ Object
line 17 “/home/bpot/src/gh/bpot/mail/lib/mail/parsers/ragel/ruby/machines/date_time_machine.rb.rl”.
Class Attribute Details
._date_time_eof_actions ⇒ Object
Returns the value of attribute _date_time_eof_actions.
530 531 532 |
# File 'lib/mail/parsers/ragel/ruby/machines/date_time_machine.rb', line 530 def _date_time_eof_actions @_date_time_eof_actions end |
._date_time_index_offsets ⇒ Object
Returns the value of attribute _date_time_index_offsets.
80 81 82 |
# File 'lib/mail/parsers/ragel/ruby/machines/date_time_machine.rb', line 80 def _date_time_index_offsets @_date_time_index_offsets end |
._date_time_indicies ⇒ Object
Returns the value of attribute _date_time_indicies.
100 101 102 |
# File 'lib/mail/parsers/ragel/ruby/machines/date_time_machine.rb', line 100 def _date_time_indicies @_date_time_indicies end |
._date_time_key_spans ⇒ Object
Returns the value of attribute _date_time_key_spans.
60 61 62 |
# File 'lib/mail/parsers/ragel/ruby/machines/date_time_machine.rb', line 60 def _date_time_key_spans @_date_time_key_spans end |
._date_time_trans_actions ⇒ Object
Returns the value of attribute _date_time_trans_actions.
501 502 503 |
# File 'lib/mail/parsers/ragel/ruby/machines/date_time_machine.rb', line 501 def _date_time_trans_actions @_date_time_trans_actions end |
._date_time_trans_keys ⇒ Object
Returns the value of attribute _date_time_trans_keys.
14 15 16 |
# File 'lib/mail/parsers/ragel/ruby/machines/date_time_machine.rb', line 14 def _date_time_trans_keys @_date_time_trans_keys end |
._date_time_trans_targs ⇒ Object
Returns the value of attribute _date_time_trans_targs.
472 473 474 |
# File 'lib/mail/parsers/ragel/ruby/machines/date_time_machine.rb', line 472 def _date_time_trans_targs @_date_time_trans_targs end |
.date_time_en_comment_tail ⇒ Object
Returns the value of attribute date_time_en_comment_tail.
563 564 565 |
# File 'lib/mail/parsers/ragel/ruby/machines/date_time_machine.rb', line 563 def date_time_en_comment_tail @date_time_en_comment_tail end |
.date_time_en_main ⇒ Object
Returns the value of attribute date_time_en_main.
567 568 569 |
# File 'lib/mail/parsers/ragel/ruby/machines/date_time_machine.rb', line 567 def date_time_en_main @date_time_en_main end |
.date_time_error ⇒ Object
Returns the value of attribute date_time_error.
558 559 560 |
# File 'lib/mail/parsers/ragel/ruby/machines/date_time_machine.rb', line 558 def date_time_error @date_time_error end |
.date_time_first_final ⇒ Object
Returns the value of attribute date_time_first_final.
554 555 556 |
# File 'lib/mail/parsers/ragel/ruby/machines/date_time_machine.rb', line 554 def date_time_first_final @date_time_first_final end |
.date_time_start ⇒ Object
Returns the value of attribute date_time_start.
550 551 552 |
# File 'lib/mail/parsers/ragel/ruby/machines/date_time_machine.rb', line 550 def date_time_start @date_time_start end |
Class Method Details
.parse(data) ⇒ Object
line 17 “/home/bpot/src/gh/bpot/mail/lib/mail/parsers/ragel/ruby/machines/date_time_machine.rb.rl”
574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 802 803 804 805 806 807 808 809 810 811 812 813 |
# File 'lib/mail/parsers/ragel/ruby/machines/date_time_machine.rb', line 574 def self.parse(data) p = 0 eof = data.length stack = [] actions = [] data_unpacked = data.bytes.to_a # line 583 "/home/bpot/src/gh/bpot/mail/lib/mail/parsers/ragel/ruby/machines/date_time_machine.rb" begin p ||= 0 pe ||= data.length cs = date_time_start top = 0 end # line 26 "/home/bpot/src/gh/bpot/mail/lib/mail/parsers/ragel/ruby/machines/date_time_machine.rb.rl" # line 593 "/home/bpot/src/gh/bpot/mail/lib/mail/parsers/ragel/ruby/machines/date_time_machine.rb" begin testEof = false _slen, _trans, _keys, _inds, _acts, _nacts = nil _goto_level = 0 _resume = 10 _eof_trans = 15 _again = 20 _test_eof = 30 _out = 40 while true if _goto_level <= 0 if p == pe _goto_level = _test_eof next end if cs == 0 _goto_level = _out next end end if _goto_level <= _resume _keys = cs << 1 _inds = _date_time_index_offsets[cs] _slen = _date_time_key_spans[cs] _trans = if ( _slen > 0 && _date_time_trans_keys[_keys] <= ( data_unpacked[p]) && ( data_unpacked[p]) <= _date_time_trans_keys[_keys + 1] ) then _date_time_indicies[ _inds + ( data_unpacked[p]) - _date_time_trans_keys[_keys] ] else _date_time_indicies[ _inds + _slen ] end cs = _date_time_trans_targs[_trans] if _date_time_trans_actions[_trans] != 0 case _date_time_trans_actions[_trans] when 4 then # line 7 "/home/bpot/src/gh/bpot/mail/lib/mail/parsers/ragel/ruby/machines/rb_actions.rl" begin actions.push(4, p) end when 9 then # line 8 "/home/bpot/src/gh/bpot/mail/lib/mail/parsers/ragel/ruby/machines/rb_actions.rl" begin actions.push(5, p) end when 1 then # line 12 "/home/bpot/src/gh/bpot/mail/lib/mail/parsers/ragel/ruby/machines/rb_actions.rl" begin actions.push(9, p) end when 13 then # line 47 "/home/bpot/src/gh/bpot/mail/lib/mail/parsers/ragel/ruby/machines/rb_actions.rl" begin actions.push(44, p) end when 3 then # line 5 "/home/bpot/src/gh/bpot/mail/lib/mail/parsers/ragel/ruby/machines/../../common.rl" begin begin stack[top] = cs top+= 1 cs = 91 _goto_level = _again next end end when 12 then # line 6 "/home/bpot/src/gh/bpot/mail/lib/mail/parsers/ragel/ruby/machines/../../common.rl" begin begin top -= 1 cs = stack[top] _goto_level = _again next end end when 5 then # line 7 "/home/bpot/src/gh/bpot/mail/lib/mail/parsers/ragel/ruby/machines/rb_actions.rl" begin actions.push(4, p) end # line 5 "/home/bpot/src/gh/bpot/mail/lib/mail/parsers/ragel/ruby/machines/../../common.rl" begin begin stack[top] = cs top+= 1 cs = 91 _goto_level = _again next end end when 10 then # line 8 "/home/bpot/src/gh/bpot/mail/lib/mail/parsers/ragel/ruby/machines/rb_actions.rl" begin actions.push(5, p) end # line 5 "/home/bpot/src/gh/bpot/mail/lib/mail/parsers/ragel/ruby/machines/../../common.rl" begin begin stack[top] = cs top+= 1 cs = 91 _goto_level = _again next end end when 11 then # line 8 "/home/bpot/src/gh/bpot/mail/lib/mail/parsers/ragel/ruby/machines/rb_actions.rl" begin actions.push(5, p) end # line 6 "/home/bpot/src/gh/bpot/mail/lib/mail/parsers/ragel/ruby/machines/../../common.rl" begin begin top -= 1 cs = stack[top] _goto_level = _again next end end when 6 then # line 11 "/home/bpot/src/gh/bpot/mail/lib/mail/parsers/ragel/ruby/machines/rb_actions.rl" begin actions.push(8, p) end # line 48 "/home/bpot/src/gh/bpot/mail/lib/mail/parsers/ragel/ruby/machines/rb_actions.rl" begin actions.push(45, p) end when 8 then # line 12 "/home/bpot/src/gh/bpot/mail/lib/mail/parsers/ragel/ruby/machines/rb_actions.rl" begin actions.push(9, p) end # line 5 "/home/bpot/src/gh/bpot/mail/lib/mail/parsers/ragel/ruby/machines/../../common.rl" begin begin stack[top] = cs top+= 1 cs = 91 _goto_level = _again next end end when 14 then # line 47 "/home/bpot/src/gh/bpot/mail/lib/mail/parsers/ragel/ruby/machines/rb_actions.rl" begin actions.push(44, p) end # line 5 "/home/bpot/src/gh/bpot/mail/lib/mail/parsers/ragel/ruby/machines/../../common.rl" begin begin stack[top] = cs top+= 1 cs = 91 _goto_level = _again next end end when 2 then # line 5 "/home/bpot/src/gh/bpot/mail/lib/mail/parsers/ragel/ruby/machines/../../common.rl" begin begin stack[top] = cs top+= 1 cs = 91 _goto_level = _again next end end # line 12 "/home/bpot/src/gh/bpot/mail/lib/mail/parsers/ragel/ruby/machines/rb_actions.rl" begin actions.push(9, p) end when 7 then # line 7 "/home/bpot/src/gh/bpot/mail/lib/mail/parsers/ragel/ruby/machines/rb_actions.rl" begin actions.push(4, p) end # line 11 "/home/bpot/src/gh/bpot/mail/lib/mail/parsers/ragel/ruby/machines/rb_actions.rl" begin actions.push(8, p) end # line 48 "/home/bpot/src/gh/bpot/mail/lib/mail/parsers/ragel/ruby/machines/rb_actions.rl" begin actions.push(45, p) end # line 766 "/home/bpot/src/gh/bpot/mail/lib/mail/parsers/ragel/ruby/machines/date_time_machine.rb" end end end if _goto_level <= _again if cs == 0 _goto_level = _out next end p += 1 if p != pe _goto_level = _resume next end end if _goto_level <= _test_eof if p == eof case _date_time_eof_actions[cs] when 4 then # line 7 "/home/bpot/src/gh/bpot/mail/lib/mail/parsers/ragel/ruby/machines/rb_actions.rl" begin actions.push(4, p) end when 13 then # line 47 "/home/bpot/src/gh/bpot/mail/lib/mail/parsers/ragel/ruby/machines/rb_actions.rl" begin actions.push(44, p) end # line 792 "/home/bpot/src/gh/bpot/mail/lib/mail/parsers/ragel/ruby/machines/date_time_machine.rb" end end end if _goto_level <= _out break end end end # line 27 "/home/bpot/src/gh/bpot/mail/lib/mail/parsers/ragel/ruby/machines/date_time_machine.rb.rl" if p == eof && cs >= # line 806 "/home/bpot/src/gh/bpot/mail/lib/mail/parsers/ragel/ruby/machines/date_time_machine.rb" 96 # line 28 "/home/bpot/src/gh/bpot/mail/lib/mail/parsers/ragel/ruby/machines/date_time_machine.rb.rl" return actions, nil else return [], "Only able to parse up to #{data[0..p]}" end end |