paragraph.tokens 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825
  1. <?php
  2. return array (
  3. 0 =>
  4. ezcDocumentRstToken::__set_state(array(
  5. 'type' => 5,
  6. 'content' => 'Paragraphs contain text and may contain inline markup',
  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' => 54,
  17. 'escaped' => false,
  18. )),
  19. 2 =>
  20. ezcDocumentRstToken::__set_state(array(
  21. 'type' => 2,
  22. 'content' => '
  23. ',
  24. 'line' => 1,
  25. 'position' => 55,
  26. 'escaped' => false,
  27. )),
  28. 3 =>
  29. ezcDocumentRstToken::__set_state(array(
  30. 'type' => 4,
  31. 'content' => '*',
  32. 'line' => 2,
  33. 'position' => 1,
  34. 'escaped' => false,
  35. )),
  36. 4 =>
  37. ezcDocumentRstToken::__set_state(array(
  38. 'type' => 5,
  39. 'content' => 'emphasis',
  40. 'line' => 2,
  41. 'position' => 2,
  42. 'escaped' => false,
  43. )),
  44. 5 =>
  45. ezcDocumentRstToken::__set_state(array(
  46. 'type' => 4,
  47. 'content' => '*',
  48. 'line' => 2,
  49. 'position' => 10,
  50. 'escaped' => false,
  51. )),
  52. 6 =>
  53. ezcDocumentRstToken::__set_state(array(
  54. 'type' => 4,
  55. 'content' => ',',
  56. 'line' => 2,
  57. 'position' => 11,
  58. 'escaped' => false,
  59. )),
  60. 7 =>
  61. ezcDocumentRstToken::__set_state(array(
  62. 'type' => 1,
  63. 'content' => ' ',
  64. 'line' => 2,
  65. 'position' => 12,
  66. 'escaped' => false,
  67. )),
  68. 8 =>
  69. ezcDocumentRstToken::__set_state(array(
  70. 'type' => 4,
  71. 'content' => '**',
  72. 'line' => 2,
  73. 'position' => 13,
  74. 'escaped' => false,
  75. )),
  76. 9 =>
  77. ezcDocumentRstToken::__set_state(array(
  78. 'type' => 5,
  79. 'content' => 'strong emphasis',
  80. 'line' => 2,
  81. 'position' => 15,
  82. 'escaped' => false,
  83. )),
  84. 10 =>
  85. ezcDocumentRstToken::__set_state(array(
  86. 'type' => 4,
  87. 'content' => '**',
  88. 'line' => 2,
  89. 'position' => 30,
  90. 'escaped' => false,
  91. )),
  92. 11 =>
  93. ezcDocumentRstToken::__set_state(array(
  94. 'type' => 4,
  95. 'content' => ',',
  96. 'line' => 2,
  97. 'position' => 32,
  98. 'escaped' => false,
  99. )),
  100. 12 =>
  101. ezcDocumentRstToken::__set_state(array(
  102. 'type' => 1,
  103. 'content' => ' ',
  104. 'line' => 2,
  105. 'position' => 33,
  106. 'escaped' => false,
  107. )),
  108. 13 =>
  109. ezcDocumentRstToken::__set_state(array(
  110. 'type' => 4,
  111. 'content' => '`',
  112. 'line' => 2,
  113. 'position' => 34,
  114. 'escaped' => false,
  115. )),
  116. 14 =>
  117. ezcDocumentRstToken::__set_state(array(
  118. 'type' => 5,
  119. 'content' => 'interpreted text',
  120. 'line' => 2,
  121. 'position' => 35,
  122. 'escaped' => false,
  123. )),
  124. 15 =>
  125. ezcDocumentRstToken::__set_state(array(
  126. 'type' => 4,
  127. 'content' => '`',
  128. 'line' => 2,
  129. 'position' => 51,
  130. 'escaped' => false,
  131. )),
  132. 16 =>
  133. ezcDocumentRstToken::__set_state(array(
  134. 'type' => 4,
  135. 'content' => ',',
  136. 'line' => 2,
  137. 'position' => 52,
  138. 'escaped' => false,
  139. )),
  140. 17 =>
  141. ezcDocumentRstToken::__set_state(array(
  142. 'type' => 1,
  143. 'content' => ' ',
  144. 'line' => 2,
  145. 'position' => 53,
  146. 'escaped' => false,
  147. )),
  148. 18 =>
  149. ezcDocumentRstToken::__set_state(array(
  150. 'type' => 4,
  151. 'content' => '``',
  152. 'line' => 2,
  153. 'position' => 54,
  154. 'escaped' => false,
  155. )),
  156. 19 =>
  157. ezcDocumentRstToken::__set_state(array(
  158. 'type' => 5,
  159. 'content' => 'inline',
  160. 'line' => 2,
  161. 'position' => 56,
  162. 'escaped' => false,
  163. )),
  164. 20 =>
  165. ezcDocumentRstToken::__set_state(array(
  166. 'type' => 2,
  167. 'content' => '
  168. ',
  169. 'line' => 2,
  170. 'position' => 62,
  171. 'escaped' => false,
  172. )),
  173. 21 =>
  174. ezcDocumentRstToken::__set_state(array(
  175. 'type' => 5,
  176. 'content' => 'literals',
  177. 'line' => 3,
  178. 'position' => 1,
  179. 'escaped' => false,
  180. )),
  181. 22 =>
  182. ezcDocumentRstToken::__set_state(array(
  183. 'type' => 4,
  184. 'content' => '``',
  185. 'line' => 3,
  186. 'position' => 9,
  187. 'escaped' => false,
  188. )),
  189. 23 =>
  190. ezcDocumentRstToken::__set_state(array(
  191. 'type' => 4,
  192. 'content' => ',',
  193. 'line' => 3,
  194. 'position' => 11,
  195. 'escaped' => false,
  196. )),
  197. 24 =>
  198. ezcDocumentRstToken::__set_state(array(
  199. 'type' => 1,
  200. 'content' => ' ',
  201. 'line' => 3,
  202. 'position' => 12,
  203. 'escaped' => false,
  204. )),
  205. 25 =>
  206. ezcDocumentRstToken::__set_state(array(
  207. 'type' => 5,
  208. 'content' => 'standalone hyperlinks',
  209. 'line' => 3,
  210. 'position' => 13,
  211. 'escaped' => false,
  212. )),
  213. 26 =>
  214. ezcDocumentRstToken::__set_state(array(
  215. 'type' => 1,
  216. 'content' => ' ',
  217. 'line' => 3,
  218. 'position' => 34,
  219. 'escaped' => false,
  220. )),
  221. 27 =>
  222. ezcDocumentRstToken::__set_state(array(
  223. 'type' => 4,
  224. 'content' => '(',
  225. 'line' => 3,
  226. 'position' => 35,
  227. 'escaped' => false,
  228. )),
  229. 28 =>
  230. ezcDocumentRstToken::__set_state(array(
  231. 'type' => 5,
  232. 'content' => 'http',
  233. 'line' => 3,
  234. 'position' => 36,
  235. 'escaped' => false,
  236. )),
  237. 29 =>
  238. ezcDocumentRstToken::__set_state(array(
  239. 'type' => 4,
  240. 'content' => ':',
  241. 'line' => 3,
  242. 'position' => 40,
  243. 'escaped' => false,
  244. )),
  245. 30 =>
  246. ezcDocumentRstToken::__set_state(array(
  247. 'type' => 4,
  248. 'content' => '//',
  249. 'line' => 3,
  250. 'position' => 41,
  251. 'escaped' => false,
  252. )),
  253. 31 =>
  254. ezcDocumentRstToken::__set_state(array(
  255. 'type' => 5,
  256. 'content' => 'www',
  257. 'line' => 3,
  258. 'position' => 43,
  259. 'escaped' => false,
  260. )),
  261. 32 =>
  262. ezcDocumentRstToken::__set_state(array(
  263. 'type' => 4,
  264. 'content' => '.',
  265. 'line' => 3,
  266. 'position' => 46,
  267. 'escaped' => false,
  268. )),
  269. 33 =>
  270. ezcDocumentRstToken::__set_state(array(
  271. 'type' => 5,
  272. 'content' => 'python',
  273. 'line' => 3,
  274. 'position' => 47,
  275. 'escaped' => false,
  276. )),
  277. 34 =>
  278. ezcDocumentRstToken::__set_state(array(
  279. 'type' => 4,
  280. 'content' => '.',
  281. 'line' => 3,
  282. 'position' => 53,
  283. 'escaped' => false,
  284. )),
  285. 35 =>
  286. ezcDocumentRstToken::__set_state(array(
  287. 'type' => 5,
  288. 'content' => 'org',
  289. 'line' => 3,
  290. 'position' => 54,
  291. 'escaped' => false,
  292. )),
  293. 36 =>
  294. ezcDocumentRstToken::__set_state(array(
  295. 'type' => 4,
  296. 'content' => ')',
  297. 'line' => 3,
  298. 'position' => 57,
  299. 'escaped' => false,
  300. )),
  301. 37 =>
  302. ezcDocumentRstToken::__set_state(array(
  303. 'type' => 4,
  304. 'content' => ',',
  305. 'line' => 3,
  306. 'position' => 58,
  307. 'escaped' => false,
  308. )),
  309. 38 =>
  310. ezcDocumentRstToken::__set_state(array(
  311. 'type' => 2,
  312. 'content' => '
  313. ',
  314. 'line' => 3,
  315. 'position' => 59,
  316. 'escaped' => false,
  317. )),
  318. 39 =>
  319. ezcDocumentRstToken::__set_state(array(
  320. 'type' => 5,
  321. 'content' => 'external hyperlinks',
  322. 'line' => 4,
  323. 'position' => 1,
  324. 'escaped' => false,
  325. )),
  326. 40 =>
  327. ezcDocumentRstToken::__set_state(array(
  328. 'type' => 1,
  329. 'content' => ' ',
  330. 'line' => 4,
  331. 'position' => 20,
  332. 'escaped' => false,
  333. )),
  334. 41 =>
  335. ezcDocumentRstToken::__set_state(array(
  336. 'type' => 4,
  337. 'content' => '(',
  338. 'line' => 4,
  339. 'position' => 21,
  340. 'escaped' => false,
  341. )),
  342. 42 =>
  343. ezcDocumentRstToken::__set_state(array(
  344. 'type' => 5,
  345. 'content' => 'Python',
  346. 'line' => 4,
  347. 'position' => 22,
  348. 'escaped' => false,
  349. )),
  350. 43 =>
  351. ezcDocumentRstToken::__set_state(array(
  352. 'type' => 4,
  353. 'content' => '_',
  354. 'line' => 4,
  355. 'position' => 28,
  356. 'escaped' => false,
  357. )),
  358. 44 =>
  359. ezcDocumentRstToken::__set_state(array(
  360. 'type' => 4,
  361. 'content' => ')',
  362. 'line' => 4,
  363. 'position' => 29,
  364. 'escaped' => false,
  365. )),
  366. 45 =>
  367. ezcDocumentRstToken::__set_state(array(
  368. 'type' => 4,
  369. 'content' => ',',
  370. 'line' => 4,
  371. 'position' => 30,
  372. 'escaped' => false,
  373. )),
  374. 46 =>
  375. ezcDocumentRstToken::__set_state(array(
  376. 'type' => 1,
  377. 'content' => ' ',
  378. 'line' => 4,
  379. 'position' => 31,
  380. 'escaped' => false,
  381. )),
  382. 47 =>
  383. ezcDocumentRstToken::__set_state(array(
  384. 'type' => 5,
  385. 'content' => 'internal cross-references',
  386. 'line' => 4,
  387. 'position' => 32,
  388. 'escaped' => false,
  389. )),
  390. 48 =>
  391. ezcDocumentRstToken::__set_state(array(
  392. 'type' => 2,
  393. 'content' => '
  394. ',
  395. 'line' => 4,
  396. 'position' => 57,
  397. 'escaped' => false,
  398. )),
  399. 49 =>
  400. ezcDocumentRstToken::__set_state(array(
  401. 'type' => 4,
  402. 'content' => '(',
  403. 'line' => 5,
  404. 'position' => 1,
  405. 'escaped' => false,
  406. )),
  407. 50 =>
  408. ezcDocumentRstToken::__set_state(array(
  409. 'type' => 5,
  410. 'content' => 'example',
  411. 'line' => 5,
  412. 'position' => 2,
  413. 'escaped' => false,
  414. )),
  415. 51 =>
  416. ezcDocumentRstToken::__set_state(array(
  417. 'type' => 4,
  418. 'content' => '_',
  419. 'line' => 5,
  420. 'position' => 9,
  421. 'escaped' => false,
  422. )),
  423. 52 =>
  424. ezcDocumentRstToken::__set_state(array(
  425. 'type' => 4,
  426. 'content' => ')',
  427. 'line' => 5,
  428. 'position' => 10,
  429. 'escaped' => false,
  430. )),
  431. 53 =>
  432. ezcDocumentRstToken::__set_state(array(
  433. 'type' => 4,
  434. 'content' => ',',
  435. 'line' => 5,
  436. 'position' => 11,
  437. 'escaped' => false,
  438. )),
  439. 54 =>
  440. ezcDocumentRstToken::__set_state(array(
  441. 'type' => 1,
  442. 'content' => ' ',
  443. 'line' => 5,
  444. 'position' => 12,
  445. 'escaped' => false,
  446. )),
  447. 55 =>
  448. ezcDocumentRstToken::__set_state(array(
  449. 'type' => 5,
  450. 'content' => 'footnote references',
  451. 'line' => 5,
  452. 'position' => 13,
  453. 'escaped' => false,
  454. )),
  455. 56 =>
  456. ezcDocumentRstToken::__set_state(array(
  457. 'type' => 1,
  458. 'content' => ' ',
  459. 'line' => 5,
  460. 'position' => 32,
  461. 'escaped' => false,
  462. )),
  463. 57 =>
  464. ezcDocumentRstToken::__set_state(array(
  465. 'type' => 4,
  466. 'content' => '(',
  467. 'line' => 5,
  468. 'position' => 33,
  469. 'escaped' => false,
  470. )),
  471. 58 =>
  472. ezcDocumentRstToken::__set_state(array(
  473. 'type' => 4,
  474. 'content' => '[',
  475. 'line' => 5,
  476. 'position' => 34,
  477. 'escaped' => false,
  478. )),
  479. 59 =>
  480. ezcDocumentRstToken::__set_state(array(
  481. 'type' => 5,
  482. 'content' => '1',
  483. 'line' => 5,
  484. 'position' => 35,
  485. 'escaped' => false,
  486. )),
  487. 60 =>
  488. ezcDocumentRstToken::__set_state(array(
  489. 'type' => 4,
  490. 'content' => ']',
  491. 'line' => 5,
  492. 'position' => 36,
  493. 'escaped' => false,
  494. )),
  495. 61 =>
  496. ezcDocumentRstToken::__set_state(array(
  497. 'type' => 4,
  498. 'content' => '_',
  499. 'line' => 5,
  500. 'position' => 37,
  501. 'escaped' => false,
  502. )),
  503. 62 =>
  504. ezcDocumentRstToken::__set_state(array(
  505. 'type' => 4,
  506. 'content' => ')',
  507. 'line' => 5,
  508. 'position' => 38,
  509. 'escaped' => false,
  510. )),
  511. 63 =>
  512. ezcDocumentRstToken::__set_state(array(
  513. 'type' => 4,
  514. 'content' => ',',
  515. 'line' => 5,
  516. 'position' => 39,
  517. 'escaped' => false,
  518. )),
  519. 64 =>
  520. ezcDocumentRstToken::__set_state(array(
  521. 'type' => 1,
  522. 'content' => ' ',
  523. 'line' => 5,
  524. 'position' => 40,
  525. 'escaped' => false,
  526. )),
  527. 65 =>
  528. ezcDocumentRstToken::__set_state(array(
  529. 'type' => 5,
  530. 'content' => 'citation references',
  531. 'line' => 5,
  532. 'position' => 41,
  533. 'escaped' => false,
  534. )),
  535. 66 =>
  536. ezcDocumentRstToken::__set_state(array(
  537. 'type' => 2,
  538. 'content' => '
  539. ',
  540. 'line' => 5,
  541. 'position' => 60,
  542. 'escaped' => false,
  543. )),
  544. 67 =>
  545. ezcDocumentRstToken::__set_state(array(
  546. 'type' => 4,
  547. 'content' => '(',
  548. 'line' => 6,
  549. 'position' => 1,
  550. 'escaped' => false,
  551. )),
  552. 68 =>
  553. ezcDocumentRstToken::__set_state(array(
  554. 'type' => 4,
  555. 'content' => '[',
  556. 'line' => 6,
  557. 'position' => 2,
  558. 'escaped' => false,
  559. )),
  560. 69 =>
  561. ezcDocumentRstToken::__set_state(array(
  562. 'type' => 5,
  563. 'content' => 'CIT2002',
  564. 'line' => 6,
  565. 'position' => 3,
  566. 'escaped' => false,
  567. )),
  568. 70 =>
  569. ezcDocumentRstToken::__set_state(array(
  570. 'type' => 4,
  571. 'content' => ']',
  572. 'line' => 6,
  573. 'position' => 10,
  574. 'escaped' => false,
  575. )),
  576. 71 =>
  577. ezcDocumentRstToken::__set_state(array(
  578. 'type' => 4,
  579. 'content' => '_',
  580. 'line' => 6,
  581. 'position' => 11,
  582. 'escaped' => false,
  583. )),
  584. 72 =>
  585. ezcDocumentRstToken::__set_state(array(
  586. 'type' => 4,
  587. 'content' => ')',
  588. 'line' => 6,
  589. 'position' => 12,
  590. 'escaped' => false,
  591. )),
  592. 73 =>
  593. ezcDocumentRstToken::__set_state(array(
  594. 'type' => 4,
  595. 'content' => ',',
  596. 'line' => 6,
  597. 'position' => 13,
  598. 'escaped' => false,
  599. )),
  600. 74 =>
  601. ezcDocumentRstToken::__set_state(array(
  602. 'type' => 1,
  603. 'content' => ' ',
  604. 'line' => 6,
  605. 'position' => 14,
  606. 'escaped' => false,
  607. )),
  608. 75 =>
  609. ezcDocumentRstToken::__set_state(array(
  610. 'type' => 5,
  611. 'content' => 'substitution references',
  612. 'line' => 6,
  613. 'position' => 15,
  614. 'escaped' => false,
  615. )),
  616. 76 =>
  617. ezcDocumentRstToken::__set_state(array(
  618. 'type' => 1,
  619. 'content' => ' ',
  620. 'line' => 6,
  621. 'position' => 38,
  622. 'escaped' => false,
  623. )),
  624. 77 =>
  625. ezcDocumentRstToken::__set_state(array(
  626. 'type' => 4,
  627. 'content' => '(',
  628. 'line' => 6,
  629. 'position' => 39,
  630. 'escaped' => false,
  631. )),
  632. 78 =>
  633. ezcDocumentRstToken::__set_state(array(
  634. 'type' => 4,
  635. 'content' => '|',
  636. 'line' => 6,
  637. 'position' => 40,
  638. 'escaped' => false,
  639. )),
  640. 79 =>
  641. ezcDocumentRstToken::__set_state(array(
  642. 'type' => 5,
  643. 'content' => 'example',
  644. 'line' => 6,
  645. 'position' => 41,
  646. 'escaped' => false,
  647. )),
  648. 80 =>
  649. ezcDocumentRstToken::__set_state(array(
  650. 'type' => 4,
  651. 'content' => '|',
  652. 'line' => 6,
  653. 'position' => 48,
  654. 'escaped' => false,
  655. )),
  656. 81 =>
  657. ezcDocumentRstToken::__set_state(array(
  658. 'type' => 4,
  659. 'content' => ')',
  660. 'line' => 6,
  661. 'position' => 49,
  662. 'escaped' => false,
  663. )),
  664. 82 =>
  665. ezcDocumentRstToken::__set_state(array(
  666. 'type' => 4,
  667. 'content' => ',',
  668. 'line' => 6,
  669. 'position' => 50,
  670. 'escaped' => false,
  671. )),
  672. 83 =>
  673. ezcDocumentRstToken::__set_state(array(
  674. 'type' => 1,
  675. 'content' => ' ',
  676. 'line' => 6,
  677. 'position' => 51,
  678. 'escaped' => false,
  679. )),
  680. 84 =>
  681. ezcDocumentRstToken::__set_state(array(
  682. 'type' => 5,
  683. 'content' => 'and',
  684. 'line' => 6,
  685. 'position' => 52,
  686. 'escaped' => false,
  687. )),
  688. 85 =>
  689. ezcDocumentRstToken::__set_state(array(
  690. 'type' => 1,
  691. 'content' => ' ',
  692. 'line' => 6,
  693. 'position' => 55,
  694. 'escaped' => false,
  695. )),
  696. 86 =>
  697. ezcDocumentRstToken::__set_state(array(
  698. 'type' => 4,
  699. 'content' => '_',
  700. 'line' => 6,
  701. 'position' => 56,
  702. 'escaped' => false,
  703. )),
  704. 87 =>
  705. ezcDocumentRstToken::__set_state(array(
  706. 'type' => 4,
  707. 'content' => '`',
  708. 'line' => 6,
  709. 'position' => 57,
  710. 'escaped' => false,
  711. )),
  712. 88 =>
  713. ezcDocumentRstToken::__set_state(array(
  714. 'type' => 5,
  715. 'content' => 'inline',
  716. 'line' => 6,
  717. 'position' => 58,
  718. 'escaped' => false,
  719. )),
  720. 89 =>
  721. ezcDocumentRstToken::__set_state(array(
  722. 'type' => 2,
  723. 'content' => '
  724. ',
  725. 'line' => 6,
  726. 'position' => 64,
  727. 'escaped' => false,
  728. )),
  729. 90 =>
  730. ezcDocumentRstToken::__set_state(array(
  731. 'type' => 5,
  732. 'content' => 'internal targets',
  733. 'line' => 7,
  734. 'position' => 1,
  735. 'escaped' => false,
  736. )),
  737. 91 =>
  738. ezcDocumentRstToken::__set_state(array(
  739. 'type' => 4,
  740. 'content' => '`',
  741. 'line' => 7,
  742. 'position' => 17,
  743. 'escaped' => false,
  744. )),
  745. 92 =>
  746. ezcDocumentRstToken::__set_state(array(
  747. 'type' => 4,
  748. 'content' => '.',
  749. 'line' => 7,
  750. 'position' => 18,
  751. 'escaped' => false,
  752. )),
  753. 93 =>
  754. ezcDocumentRstToken::__set_state(array(
  755. 'type' => 2,
  756. 'content' => '
  757. ',
  758. 'line' => 7,
  759. 'position' => 19,
  760. 'escaped' => false,
  761. )),
  762. 94 =>
  763. ezcDocumentRstToken::__set_state(array(
  764. 'type' => 2,
  765. 'content' => '
  766. ',
  767. 'line' => 8,
  768. 'position' => 1,
  769. 'escaped' => false,
  770. )),
  771. 95 =>
  772. ezcDocumentRstToken::__set_state(array(
  773. 'type' => 5,
  774. 'content' => 'Paragraphs are separated by blank lines and are left-aligned',
  775. 'line' => 9,
  776. 'position' => 1,
  777. 'escaped' => false,
  778. )),
  779. 96 =>
  780. ezcDocumentRstToken::__set_state(array(
  781. 'type' => 4,
  782. 'content' => '.',
  783. 'line' => 9,
  784. 'position' => 61,
  785. 'escaped' => false,
  786. )),
  787. 97 =>
  788. ezcDocumentRstToken::__set_state(array(
  789. 'type' => 2,
  790. 'content' => '
  791. ',
  792. 'line' => 9,
  793. 'position' => 62,
  794. 'escaped' => false,
  795. )),
  796. 98 =>
  797. ezcDocumentRstToken::__set_state(array(
  798. 'type' => 2,
  799. 'content' => '
  800. ',
  801. 'line' => 10,
  802. 'position' => 1,
  803. 'escaped' => false,
  804. )),
  805. 99 =>
  806. ezcDocumentRstToken::__set_state(array(
  807. 'type' => 2,
  808. 'content' => '
  809. ',
  810. 'line' => 10,
  811. 'position' => 1,
  812. 'escaped' => false,
  813. )),
  814. 100 =>
  815. ezcDocumentRstToken::__set_state(array(
  816. 'type' => 6,
  817. 'content' => NULL,
  818. 'line' => 10,
  819. 'position' => 1,
  820. 'escaped' => false,
  821. )),
  822. );