escaping.tokens 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153
  1. <?php
  2. return array (
  3. 0 =>
  4. ezcDocumentRstToken::__set_state(array(
  5. 'type' => 5,
  6. 'content' => 'r',
  7. 'line' => 1,
  8. 'position' => 1,
  9. 'escaped' => false,
  10. )),
  11. 1 =>
  12. ezcDocumentRstToken::__set_state(array(
  13. 'type' => 4,
  14. 'content' => '"""',
  15. 'line' => 1,
  16. 'position' => 2,
  17. 'escaped' => false,
  18. )),
  19. 2 =>
  20. ezcDocumentRstToken::__set_state(array(
  21. 'type' => 5,
  22. 'content' => 'This is a raw docstring',
  23. 'line' => 1,
  24. 'position' => 5,
  25. 'escaped' => false,
  26. )),
  27. 3 =>
  28. ezcDocumentRstToken::__set_state(array(
  29. 'type' => 4,
  30. 'content' => '.',
  31. 'line' => 1,
  32. 'position' => 28,
  33. 'escaped' => false,
  34. )),
  35. 4 =>
  36. ezcDocumentRstToken::__set_state(array(
  37. 'type' => 1,
  38. 'content' => ' ',
  39. 'line' => 1,
  40. 'position' => 29,
  41. 'escaped' => false,
  42. )),
  43. 5 =>
  44. ezcDocumentRstToken::__set_state(array(
  45. 'type' => 5,
  46. 'content' => 'Backslashes',
  47. 'line' => 1,
  48. 'position' => 31,
  49. 'escaped' => false,
  50. )),
  51. 6 =>
  52. ezcDocumentRstToken::__set_state(array(
  53. 'type' => 1,
  54. 'content' => ' ',
  55. 'line' => 1,
  56. 'position' => 42,
  57. 'escaped' => false,
  58. )),
  59. 7 =>
  60. ezcDocumentRstToken::__set_state(array(
  61. 'type' => 4,
  62. 'content' => '(',
  63. 'line' => 1,
  64. 'position' => 43,
  65. 'escaped' => false,
  66. )),
  67. 8 =>
  68. ezcDocumentRstToken::__set_state(array(
  69. 'type' => 3,
  70. 'content' => '\\',
  71. 'line' => 1,
  72. 'position' => 44,
  73. 'escaped' => false,
  74. )),
  75. 9 =>
  76. ezcDocumentRstToken::__set_state(array(
  77. 'type' => 4,
  78. 'content' => ')',
  79. 'line' => 1,
  80. 'position' => 45,
  81. 'escaped' => false,
  82. )),
  83. 10 =>
  84. ezcDocumentRstToken::__set_state(array(
  85. 'type' => 1,
  86. 'content' => ' ',
  87. 'line' => 1,
  88. 'position' => 46,
  89. 'escaped' => false,
  90. )),
  91. 11 =>
  92. ezcDocumentRstToken::__set_state(array(
  93. 'type' => 5,
  94. 'content' => 'are not touched',
  95. 'line' => 1,
  96. 'position' => 47,
  97. 'escaped' => false,
  98. )),
  99. 12 =>
  100. ezcDocumentRstToken::__set_state(array(
  101. 'type' => 4,
  102. 'content' => '.',
  103. 'line' => 1,
  104. 'position' => 62,
  105. 'escaped' => false,
  106. )),
  107. 13 =>
  108. ezcDocumentRstToken::__set_state(array(
  109. 'type' => 4,
  110. 'content' => '"""',
  111. 'line' => 1,
  112. 'position' => 63,
  113. 'escaped' => false,
  114. )),
  115. 14 =>
  116. ezcDocumentRstToken::__set_state(array(
  117. 'type' => 2,
  118. 'content' => '
  119. ',
  120. 'line' => 1,
  121. 'position' => 66,
  122. 'escaped' => false,
  123. )),
  124. 15 =>
  125. ezcDocumentRstToken::__set_state(array(
  126. 'type' => 2,
  127. 'content' => '
  128. ',
  129. 'line' => 2,
  130. 'position' => 1,
  131. 'escaped' => false,
  132. )),
  133. 16 =>
  134. ezcDocumentRstToken::__set_state(array(
  135. 'type' => 2,
  136. 'content' => '
  137. ',
  138. 'line' => 2,
  139. 'position' => 1,
  140. 'escaped' => false,
  141. )),
  142. 17 =>
  143. ezcDocumentRstToken::__set_state(array(
  144. 'type' => 6,
  145. 'content' => NULL,
  146. 'line' => 2,
  147. 'position' => 1,
  148. 'escaped' => false,
  149. )),
  150. );