Module: Mail::Parsers::Ragel::ContentLocationMachine
- Defined in:
- lib/mail/parsers/ragel/ruby/machines/content_location_machine.rb
Class Attribute Summary collapse
-
._content_location_eof_actions ⇒ Object
Returns the value of attribute _content_location_eof_actions.
-
._content_location_index_offsets ⇒ Object
Returns the value of attribute _content_location_index_offsets.
-
._content_location_indicies ⇒ Object
Returns the value of attribute _content_location_indicies.
-
._content_location_key_spans ⇒ Object
Returns the value of attribute _content_location_key_spans.
-
._content_location_trans_actions ⇒ Object
Returns the value of attribute _content_location_trans_actions.
-
._content_location_trans_keys ⇒ Object
Returns the value of attribute _content_location_trans_keys.
-
._content_location_trans_targs ⇒ Object
Returns the value of attribute _content_location_trans_targs.
-
.content_location_en_comment_tail ⇒ Object
Returns the value of attribute content_location_en_comment_tail.
-
.content_location_en_main ⇒ Object
Returns the value of attribute content_location_en_main.
-
.content_location_error ⇒ Object
Returns the value of attribute content_location_error.
-
.content_location_first_final ⇒ Object
Returns the value of attribute content_location_first_final.
-
.content_location_start ⇒ Object
Returns the value of attribute content_location_start.
Class Method Summary collapse
-
.parse(data) ⇒ Object
line 17 “/home/bpot/src/gh/bpot/mail/lib/mail/parsers/ragel/ruby/machines/content_location_machine.rb.rl”.
Class Attribute Details
._content_location_eof_actions ⇒ Object
Returns the value of attribute _content_location_eof_actions.
321 322 323 |
# File 'lib/mail/parsers/ragel/ruby/machines/content_location_machine.rb', line 321 def _content_location_eof_actions @_content_location_eof_actions end |
._content_location_index_offsets ⇒ Object
Returns the value of attribute _content_location_index_offsets.
43 44 45 |
# File 'lib/mail/parsers/ragel/ruby/machines/content_location_machine.rb', line 43 def _content_location_index_offsets @_content_location_index_offsets end |
._content_location_indicies ⇒ Object
Returns the value of attribute _content_location_indicies.
54 55 56 |
# File 'lib/mail/parsers/ragel/ruby/machines/content_location_machine.rb', line 54 def _content_location_indicies @_content_location_indicies end |
._content_location_key_spans ⇒ Object
Returns the value of attribute _content_location_key_spans.
32 33 34 |
# File 'lib/mail/parsers/ragel/ruby/machines/content_location_machine.rb', line 32 def _content_location_key_spans @_content_location_key_spans end |
._content_location_trans_actions ⇒ Object
Returns the value of attribute _content_location_trans_actions.
306 307 308 |
# File 'lib/mail/parsers/ragel/ruby/machines/content_location_machine.rb', line 306 def _content_location_trans_actions @_content_location_trans_actions end |
._content_location_trans_keys ⇒ Object
Returns the value of attribute _content_location_trans_keys.
14 15 16 |
# File 'lib/mail/parsers/ragel/ruby/machines/content_location_machine.rb', line 14 def _content_location_trans_keys @_content_location_trans_keys end |
._content_location_trans_targs ⇒ Object
Returns the value of attribute _content_location_trans_targs.
291 292 293 |
# File 'lib/mail/parsers/ragel/ruby/machines/content_location_machine.rb', line 291 def _content_location_trans_targs @_content_location_trans_targs end |
.content_location_en_comment_tail ⇒ Object
Returns the value of attribute content_location_en_comment_tail.
345 346 347 |
# File 'lib/mail/parsers/ragel/ruby/machines/content_location_machine.rb', line 345 def content_location_en_comment_tail @content_location_en_comment_tail end |
.content_location_en_main ⇒ Object
Returns the value of attribute content_location_en_main.
349 350 351 |
# File 'lib/mail/parsers/ragel/ruby/machines/content_location_machine.rb', line 349 def content_location_en_main @content_location_en_main end |
.content_location_error ⇒ Object
Returns the value of attribute content_location_error.
340 341 342 |
# File 'lib/mail/parsers/ragel/ruby/machines/content_location_machine.rb', line 340 def content_location_error @content_location_error end |
.content_location_first_final ⇒ Object
Returns the value of attribute content_location_first_final.
336 337 338 |
# File 'lib/mail/parsers/ragel/ruby/machines/content_location_machine.rb', line 336 def content_location_first_final @content_location_first_final end |
.content_location_start ⇒ Object
Returns the value of attribute content_location_start.
332 333 334 |
# File 'lib/mail/parsers/ragel/ruby/machines/content_location_machine.rb', line 332 def content_location_start @content_location_start end |
Class Method Details
.parse(data) ⇒ Object
line 17 “/home/bpot/src/gh/bpot/mail/lib/mail/parsers/ragel/ruby/machines/content_location_machine.rb.rl”
356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 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 |
# File 'lib/mail/parsers/ragel/ruby/machines/content_location_machine.rb', line 356 def self.parse(data) p = 0 eof = data.length stack = [] actions = [] data_unpacked = data.bytes.to_a # line 365 "/home/bpot/src/gh/bpot/mail/lib/mail/parsers/ragel/ruby/machines/content_location_machine.rb" begin p ||= 0 pe ||= data.length cs = content_location_start top = 0 end # line 26 "/home/bpot/src/gh/bpot/mail/lib/mail/parsers/ragel/ruby/machines/content_location_machine.rb.rl" # line 375 "/home/bpot/src/gh/bpot/mail/lib/mail/parsers/ragel/ruby/machines/content_location_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 = _content_location_index_offsets[cs] _slen = _content_location_key_spans[cs] _trans = if ( _slen > 0 && _content_location_trans_keys[_keys] <= ( data_unpacked[p]) && ( data_unpacked[p]) <= _content_location_trans_keys[_keys + 1] ) then _content_location_indicies[ _inds + ( data_unpacked[p]) - _content_location_trans_keys[_keys] ] else _content_location_indicies[ _inds + _slen ] end cs = _content_location_trans_targs[_trans] if _content_location_trans_actions[_trans] != 0 case _content_location_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 7 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 3 then # line 41 "/home/bpot/src/gh/bpot/mail/lib/mail/parsers/ragel/ruby/machines/rb_actions.rl" begin actions.push(38, p) end when 13 then # line 42 "/home/bpot/src/gh/bpot/mail/lib/mail/parsers/ragel/ruby/machines/rb_actions.rl" begin actions.push(39, p) end when 11 then # line 49 "/home/bpot/src/gh/bpot/mail/lib/mail/parsers/ragel/ruby/machines/rb_actions.rl" begin actions.push(46, p) end when 1 then # line 50 "/home/bpot/src/gh/bpot/mail/lib/mail/parsers/ragel/ruby/machines/rb_actions.rl" begin actions.push(47, p) 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 = 13 _goto_level = _again next end end when 10 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 50 "/home/bpot/src/gh/bpot/mail/lib/mail/parsers/ragel/ruby/machines/rb_actions.rl" begin actions.push(47, p) end when 6 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 = 13 _goto_level = _again next end end when 8 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 = 13 _goto_level = _again next end 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 # 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 15 then # line 42 "/home/bpot/src/gh/bpot/mail/lib/mail/parsers/ragel/ruby/machines/rb_actions.rl" begin actions.push(39, p) end # line 41 "/home/bpot/src/gh/bpot/mail/lib/mail/parsers/ragel/ruby/machines/rb_actions.rl" begin actions.push(38, p) end when 14 then # line 42 "/home/bpot/src/gh/bpot/mail/lib/mail/parsers/ragel/ruby/machines/rb_actions.rl" begin actions.push(39, p) end # line 49 "/home/bpot/src/gh/bpot/mail/lib/mail/parsers/ragel/ruby/machines/rb_actions.rl" begin actions.push(46, p) end when 12 then # line 49 "/home/bpot/src/gh/bpot/mail/lib/mail/parsers/ragel/ruby/machines/rb_actions.rl" begin actions.push(46, 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 = 13 _goto_level = _again next end end when 17 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 = 13 _goto_level = _again next end end # line 49 "/home/bpot/src/gh/bpot/mail/lib/mail/parsers/ragel/ruby/machines/rb_actions.rl" begin actions.push(46, p) end when 16 then # line 42 "/home/bpot/src/gh/bpot/mail/lib/mail/parsers/ragel/ruby/machines/rb_actions.rl" begin actions.push(39, p) end # line 49 "/home/bpot/src/gh/bpot/mail/lib/mail/parsers/ragel/ruby/machines/rb_actions.rl" begin actions.push(46, 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 = 13 _goto_level = _again next end end # line 563 "/home/bpot/src/gh/bpot/mail/lib/mail/parsers/ragel/ruby/machines/content_location_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 _content_location_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 11 then # line 49 "/home/bpot/src/gh/bpot/mail/lib/mail/parsers/ragel/ruby/machines/rb_actions.rl" begin actions.push(46, p) end # line 589 "/home/bpot/src/gh/bpot/mail/lib/mail/parsers/ragel/ruby/machines/content_location_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/content_location_machine.rb.rl" if p == eof && cs >= # line 603 "/home/bpot/src/gh/bpot/mail/lib/mail/parsers/ragel/ruby/machines/content_location_machine.rb" 18 # line 28 "/home/bpot/src/gh/bpot/mail/lib/mail/parsers/ragel/ruby/machines/content_location_machine.rb.rl" return actions, nil else return [], "Only able to parse up to #{data[0..p]}" end end |