embedded_uris.tokens 29 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435
  1. <?php
  2. return array (
  3. 0 =>
  4. ezcDocumentRstToken::__set_state(array(
  5. 'type' => 5,
  6. 'content' => 'See the',
  7. 'line' => 1,
  8. 'position' => 1,
  9. 'escaped' => false,
  10. )),
  11. 1 =>
  12. ezcDocumentRstToken::__set_state(array(
  13. 'type' => 1,
  14. 'content' => ' ',
  15. 'line' => 1,
  16. 'position' => 8,
  17. 'escaped' => false,
  18. )),
  19. 2 =>
  20. ezcDocumentRstToken::__set_state(array(
  21. 'type' => 4,
  22. 'content' => '`',
  23. 'line' => 1,
  24. 'position' => 9,
  25. 'escaped' => false,
  26. )),
  27. 3 =>
  28. ezcDocumentRstToken::__set_state(array(
  29. 'type' => 5,
  30. 'content' => 'Python home page <http',
  31. 'line' => 1,
  32. 'position' => 10,
  33. 'escaped' => false,
  34. )),
  35. 4 =>
  36. ezcDocumentRstToken::__set_state(array(
  37. 'type' => 4,
  38. 'content' => ':',
  39. 'line' => 1,
  40. 'position' => 32,
  41. 'escaped' => false,
  42. )),
  43. 5 =>
  44. ezcDocumentRstToken::__set_state(array(
  45. 'type' => 4,
  46. 'content' => '//',
  47. 'line' => 1,
  48. 'position' => 33,
  49. 'escaped' => false,
  50. )),
  51. 6 =>
  52. ezcDocumentRstToken::__set_state(array(
  53. 'type' => 5,
  54. 'content' => 'www',
  55. 'line' => 1,
  56. 'position' => 35,
  57. 'escaped' => false,
  58. )),
  59. 7 =>
  60. ezcDocumentRstToken::__set_state(array(
  61. 'type' => 4,
  62. 'content' => '.',
  63. 'line' => 1,
  64. 'position' => 38,
  65. 'escaped' => false,
  66. )),
  67. 8 =>
  68. ezcDocumentRstToken::__set_state(array(
  69. 'type' => 5,
  70. 'content' => 'python',
  71. 'line' => 1,
  72. 'position' => 39,
  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' => 5,
  86. 'content' => 'org>',
  87. 'line' => 1,
  88. 'position' => 46,
  89. 'escaped' => false,
  90. )),
  91. 11 =>
  92. ezcDocumentRstToken::__set_state(array(
  93. 'type' => 4,
  94. 'content' => '`',
  95. 'line' => 1,
  96. 'position' => 50,
  97. 'escaped' => false,
  98. )),
  99. 12 =>
  100. ezcDocumentRstToken::__set_state(array(
  101. 'type' => 4,
  102. 'content' => '_',
  103. 'line' => 1,
  104. 'position' => 51,
  105. 'escaped' => false,
  106. )),
  107. 13 =>
  108. ezcDocumentRstToken::__set_state(array(
  109. 'type' => 1,
  110. 'content' => ' ',
  111. 'line' => 1,
  112. 'position' => 52,
  113. 'escaped' => false,
  114. )),
  115. 14 =>
  116. ezcDocumentRstToken::__set_state(array(
  117. 'type' => 5,
  118. 'content' => 'for info',
  119. 'line' => 1,
  120. 'position' => 53,
  121. 'escaped' => false,
  122. )),
  123. 15 =>
  124. ezcDocumentRstToken::__set_state(array(
  125. 'type' => 4,
  126. 'content' => '.',
  127. 'line' => 1,
  128. 'position' => 61,
  129. 'escaped' => false,
  130. )),
  131. 16 =>
  132. ezcDocumentRstToken::__set_state(array(
  133. 'type' => 2,
  134. 'content' => '
  135. ',
  136. 'line' => 1,
  137. 'position' => 62,
  138. 'escaped' => false,
  139. )),
  140. 17 =>
  141. ezcDocumentRstToken::__set_state(array(
  142. 'type' => 2,
  143. 'content' => '
  144. ',
  145. 'line' => 2,
  146. 'position' => 1,
  147. 'escaped' => false,
  148. )),
  149. 18 =>
  150. ezcDocumentRstToken::__set_state(array(
  151. 'type' => 5,
  152. 'content' => 'See the',
  153. 'line' => 3,
  154. 'position' => 1,
  155. 'escaped' => false,
  156. )),
  157. 19 =>
  158. ezcDocumentRstToken::__set_state(array(
  159. 'type' => 1,
  160. 'content' => ' ',
  161. 'line' => 3,
  162. 'position' => 8,
  163. 'escaped' => false,
  164. )),
  165. 20 =>
  166. ezcDocumentRstToken::__set_state(array(
  167. 'type' => 4,
  168. 'content' => '`',
  169. 'line' => 3,
  170. 'position' => 9,
  171. 'escaped' => false,
  172. )),
  173. 21 =>
  174. ezcDocumentRstToken::__set_state(array(
  175. 'type' => 5,
  176. 'content' => 'Python home page',
  177. 'line' => 3,
  178. 'position' => 10,
  179. 'escaped' => false,
  180. )),
  181. 22 =>
  182. ezcDocumentRstToken::__set_state(array(
  183. 'type' => 4,
  184. 'content' => '`',
  185. 'line' => 3,
  186. 'position' => 26,
  187. 'escaped' => false,
  188. )),
  189. 23 =>
  190. ezcDocumentRstToken::__set_state(array(
  191. 'type' => 4,
  192. 'content' => '_',
  193. 'line' => 3,
  194. 'position' => 27,
  195. 'escaped' => false,
  196. )),
  197. 24 =>
  198. ezcDocumentRstToken::__set_state(array(
  199. 'type' => 1,
  200. 'content' => ' ',
  201. 'line' => 3,
  202. 'position' => 28,
  203. 'escaped' => false,
  204. )),
  205. 25 =>
  206. ezcDocumentRstToken::__set_state(array(
  207. 'type' => 5,
  208. 'content' => 'for info',
  209. 'line' => 3,
  210. 'position' => 29,
  211. 'escaped' => false,
  212. )),
  213. 26 =>
  214. ezcDocumentRstToken::__set_state(array(
  215. 'type' => 4,
  216. 'content' => '.',
  217. 'line' => 3,
  218. 'position' => 37,
  219. 'escaped' => false,
  220. )),
  221. 27 =>
  222. ezcDocumentRstToken::__set_state(array(
  223. 'type' => 2,
  224. 'content' => '
  225. ',
  226. 'line' => 3,
  227. 'position' => 38,
  228. 'escaped' => false,
  229. )),
  230. 28 =>
  231. ezcDocumentRstToken::__set_state(array(
  232. 'type' => 2,
  233. 'content' => '
  234. ',
  235. 'line' => 4,
  236. 'position' => 1,
  237. 'escaped' => false,
  238. )),
  239. 29 =>
  240. ezcDocumentRstToken::__set_state(array(
  241. 'type' => 4,
  242. 'content' => '..',
  243. 'line' => 5,
  244. 'position' => 1,
  245. 'escaped' => false,
  246. )),
  247. 30 =>
  248. ezcDocumentRstToken::__set_state(array(
  249. 'type' => 1,
  250. 'content' => ' ',
  251. 'line' => 5,
  252. 'position' => 3,
  253. 'escaped' => false,
  254. )),
  255. 31 =>
  256. ezcDocumentRstToken::__set_state(array(
  257. 'type' => 4,
  258. 'content' => '_',
  259. 'line' => 5,
  260. 'position' => 4,
  261. 'escaped' => false,
  262. )),
  263. 32 =>
  264. ezcDocumentRstToken::__set_state(array(
  265. 'type' => 5,
  266. 'content' => 'Python home page',
  267. 'line' => 5,
  268. 'position' => 5,
  269. 'escaped' => false,
  270. )),
  271. 33 =>
  272. ezcDocumentRstToken::__set_state(array(
  273. 'type' => 4,
  274. 'content' => ':',
  275. 'line' => 5,
  276. 'position' => 21,
  277. 'escaped' => false,
  278. )),
  279. 34 =>
  280. ezcDocumentRstToken::__set_state(array(
  281. 'type' => 1,
  282. 'content' => ' ',
  283. 'line' => 5,
  284. 'position' => 22,
  285. 'escaped' => false,
  286. )),
  287. 35 =>
  288. ezcDocumentRstToken::__set_state(array(
  289. 'type' => 5,
  290. 'content' => 'http',
  291. 'line' => 5,
  292. 'position' => 23,
  293. 'escaped' => false,
  294. )),
  295. 36 =>
  296. ezcDocumentRstToken::__set_state(array(
  297. 'type' => 4,
  298. 'content' => ':',
  299. 'line' => 5,
  300. 'position' => 27,
  301. 'escaped' => false,
  302. )),
  303. 37 =>
  304. ezcDocumentRstToken::__set_state(array(
  305. 'type' => 4,
  306. 'content' => '//',
  307. 'line' => 5,
  308. 'position' => 28,
  309. 'escaped' => false,
  310. )),
  311. 38 =>
  312. ezcDocumentRstToken::__set_state(array(
  313. 'type' => 5,
  314. 'content' => 'www',
  315. 'line' => 5,
  316. 'position' => 30,
  317. 'escaped' => false,
  318. )),
  319. 39 =>
  320. ezcDocumentRstToken::__set_state(array(
  321. 'type' => 4,
  322. 'content' => '.',
  323. 'line' => 5,
  324. 'position' => 33,
  325. 'escaped' => false,
  326. )),
  327. 40 =>
  328. ezcDocumentRstToken::__set_state(array(
  329. 'type' => 5,
  330. 'content' => 'python',
  331. 'line' => 5,
  332. 'position' => 34,
  333. 'escaped' => false,
  334. )),
  335. 41 =>
  336. ezcDocumentRstToken::__set_state(array(
  337. 'type' => 4,
  338. 'content' => '.',
  339. 'line' => 5,
  340. 'position' => 40,
  341. 'escaped' => false,
  342. )),
  343. 42 =>
  344. ezcDocumentRstToken::__set_state(array(
  345. 'type' => 5,
  346. 'content' => 'org',
  347. 'line' => 5,
  348. 'position' => 41,
  349. 'escaped' => false,
  350. )),
  351. 43 =>
  352. ezcDocumentRstToken::__set_state(array(
  353. 'type' => 2,
  354. 'content' => '
  355. ',
  356. 'line' => 5,
  357. 'position' => 44,
  358. 'escaped' => false,
  359. )),
  360. 44 =>
  361. ezcDocumentRstToken::__set_state(array(
  362. 'type' => 2,
  363. 'content' => '
  364. ',
  365. 'line' => 6,
  366. 'position' => 1,
  367. 'escaped' => false,
  368. )),
  369. 45 =>
  370. ezcDocumentRstToken::__set_state(array(
  371. 'type' => 4,
  372. 'content' => '`',
  373. 'line' => 7,
  374. 'position' => 1,
  375. 'escaped' => false,
  376. )),
  377. 46 =>
  378. ezcDocumentRstToken::__set_state(array(
  379. 'type' => 5,
  380. 'content' => 'RFC 2396 <http',
  381. 'line' => 7,
  382. 'position' => 2,
  383. 'escaped' => false,
  384. )),
  385. 47 =>
  386. ezcDocumentRstToken::__set_state(array(
  387. 'type' => 4,
  388. 'content' => ':',
  389. 'line' => 7,
  390. 'position' => 16,
  391. 'escaped' => false,
  392. )),
  393. 48 =>
  394. ezcDocumentRstToken::__set_state(array(
  395. 'type' => 4,
  396. 'content' => '//',
  397. 'line' => 7,
  398. 'position' => 17,
  399. 'escaped' => false,
  400. )),
  401. 49 =>
  402. ezcDocumentRstToken::__set_state(array(
  403. 'type' => 5,
  404. 'content' => 'www',
  405. 'line' => 7,
  406. 'position' => 19,
  407. 'escaped' => false,
  408. )),
  409. 50 =>
  410. ezcDocumentRstToken::__set_state(array(
  411. 'type' => 4,
  412. 'content' => '.',
  413. 'line' => 7,
  414. 'position' => 22,
  415. 'escaped' => false,
  416. )),
  417. 51 =>
  418. ezcDocumentRstToken::__set_state(array(
  419. 'type' => 5,
  420. 'content' => 'rfc-editor',
  421. 'line' => 7,
  422. 'position' => 23,
  423. 'escaped' => false,
  424. )),
  425. 52 =>
  426. ezcDocumentRstToken::__set_state(array(
  427. 'type' => 4,
  428. 'content' => '.',
  429. 'line' => 7,
  430. 'position' => 33,
  431. 'escaped' => false,
  432. )),
  433. 53 =>
  434. ezcDocumentRstToken::__set_state(array(
  435. 'type' => 5,
  436. 'content' => 'org/rfc/rfc2396',
  437. 'line' => 7,
  438. 'position' => 34,
  439. 'escaped' => false,
  440. )),
  441. 54 =>
  442. ezcDocumentRstToken::__set_state(array(
  443. 'type' => 4,
  444. 'content' => '.',
  445. 'line' => 7,
  446. 'position' => 49,
  447. 'escaped' => false,
  448. )),
  449. 55 =>
  450. ezcDocumentRstToken::__set_state(array(
  451. 'type' => 5,
  452. 'content' => 'txt>',
  453. 'line' => 7,
  454. 'position' => 50,
  455. 'escaped' => false,
  456. )),
  457. 56 =>
  458. ezcDocumentRstToken::__set_state(array(
  459. 'type' => 4,
  460. 'content' => '`',
  461. 'line' => 7,
  462. 'position' => 54,
  463. 'escaped' => false,
  464. )),
  465. 57 =>
  466. ezcDocumentRstToken::__set_state(array(
  467. 'type' => 4,
  468. 'content' => '__',
  469. 'line' => 7,
  470. 'position' => 55,
  471. 'escaped' => false,
  472. )),
  473. 58 =>
  474. ezcDocumentRstToken::__set_state(array(
  475. 'type' => 1,
  476. 'content' => ' ',
  477. 'line' => 7,
  478. 'position' => 57,
  479. 'escaped' => false,
  480. )),
  481. 59 =>
  482. ezcDocumentRstToken::__set_state(array(
  483. 'type' => 5,
  484. 'content' => 'and',
  485. 'line' => 7,
  486. 'position' => 58,
  487. 'escaped' => false,
  488. )),
  489. 60 =>
  490. ezcDocumentRstToken::__set_state(array(
  491. 'type' => 1,
  492. 'content' => ' ',
  493. 'line' => 7,
  494. 'position' => 61,
  495. 'escaped' => false,
  496. )),
  497. 61 =>
  498. ezcDocumentRstToken::__set_state(array(
  499. 'type' => 4,
  500. 'content' => '`',
  501. 'line' => 7,
  502. 'position' => 62,
  503. 'escaped' => false,
  504. )),
  505. 62 =>
  506. ezcDocumentRstToken::__set_state(array(
  507. 'type' => 5,
  508. 'content' => 'RFC',
  509. 'line' => 7,
  510. 'position' => 63,
  511. 'escaped' => false,
  512. )),
  513. 63 =>
  514. ezcDocumentRstToken::__set_state(array(
  515. 'type' => 2,
  516. 'content' => '
  517. ',
  518. 'line' => 7,
  519. 'position' => 66,
  520. 'escaped' => false,
  521. )),
  522. 64 =>
  523. ezcDocumentRstToken::__set_state(array(
  524. 'type' => 5,
  525. 'content' => '2732 <http',
  526. 'line' => 8,
  527. 'position' => 1,
  528. 'escaped' => false,
  529. )),
  530. 65 =>
  531. ezcDocumentRstToken::__set_state(array(
  532. 'type' => 4,
  533. 'content' => ':',
  534. 'line' => 8,
  535. 'position' => 11,
  536. 'escaped' => false,
  537. )),
  538. 66 =>
  539. ezcDocumentRstToken::__set_state(array(
  540. 'type' => 4,
  541. 'content' => '//',
  542. 'line' => 8,
  543. 'position' => 12,
  544. 'escaped' => false,
  545. )),
  546. 67 =>
  547. ezcDocumentRstToken::__set_state(array(
  548. 'type' => 5,
  549. 'content' => 'www',
  550. 'line' => 8,
  551. 'position' => 14,
  552. 'escaped' => false,
  553. )),
  554. 68 =>
  555. ezcDocumentRstToken::__set_state(array(
  556. 'type' => 4,
  557. 'content' => '.',
  558. 'line' => 8,
  559. 'position' => 17,
  560. 'escaped' => false,
  561. )),
  562. 69 =>
  563. ezcDocumentRstToken::__set_state(array(
  564. 'type' => 5,
  565. 'content' => 'rfc-editor',
  566. 'line' => 8,
  567. 'position' => 18,
  568. 'escaped' => false,
  569. )),
  570. 70 =>
  571. ezcDocumentRstToken::__set_state(array(
  572. 'type' => 4,
  573. 'content' => '.',
  574. 'line' => 8,
  575. 'position' => 28,
  576. 'escaped' => false,
  577. )),
  578. 71 =>
  579. ezcDocumentRstToken::__set_state(array(
  580. 'type' => 5,
  581. 'content' => 'org/rfc/rfc2732',
  582. 'line' => 8,
  583. 'position' => 29,
  584. 'escaped' => false,
  585. )),
  586. 72 =>
  587. ezcDocumentRstToken::__set_state(array(
  588. 'type' => 4,
  589. 'content' => '.',
  590. 'line' => 8,
  591. 'position' => 44,
  592. 'escaped' => false,
  593. )),
  594. 73 =>
  595. ezcDocumentRstToken::__set_state(array(
  596. 'type' => 5,
  597. 'content' => 'txt>',
  598. 'line' => 8,
  599. 'position' => 45,
  600. 'escaped' => false,
  601. )),
  602. 74 =>
  603. ezcDocumentRstToken::__set_state(array(
  604. 'type' => 4,
  605. 'content' => '`',
  606. 'line' => 8,
  607. 'position' => 49,
  608. 'escaped' => false,
  609. )),
  610. 75 =>
  611. ezcDocumentRstToken::__set_state(array(
  612. 'type' => 4,
  613. 'content' => '__',
  614. 'line' => 8,
  615. 'position' => 50,
  616. 'escaped' => false,
  617. )),
  618. 76 =>
  619. ezcDocumentRstToken::__set_state(array(
  620. 'type' => 1,
  621. 'content' => ' ',
  622. 'line' => 8,
  623. 'position' => 52,
  624. 'escaped' => false,
  625. )),
  626. 77 =>
  627. ezcDocumentRstToken::__set_state(array(
  628. 'type' => 5,
  629. 'content' => 'together',
  630. 'line' => 8,
  631. 'position' => 53,
  632. 'escaped' => false,
  633. )),
  634. 78 =>
  635. ezcDocumentRstToken::__set_state(array(
  636. 'type' => 2,
  637. 'content' => '
  638. ',
  639. 'line' => 8,
  640. 'position' => 61,
  641. 'escaped' => false,
  642. )),
  643. 79 =>
  644. ezcDocumentRstToken::__set_state(array(
  645. 'type' => 5,
  646. 'content' => 'define the syntax of URIs',
  647. 'line' => 9,
  648. 'position' => 1,
  649. 'escaped' => false,
  650. )),
  651. 80 =>
  652. ezcDocumentRstToken::__set_state(array(
  653. 'type' => 4,
  654. 'content' => '.',
  655. 'line' => 9,
  656. 'position' => 26,
  657. 'escaped' => false,
  658. )),
  659. 81 =>
  660. ezcDocumentRstToken::__set_state(array(
  661. 'type' => 2,
  662. 'content' => '
  663. ',
  664. 'line' => 9,
  665. 'position' => 27,
  666. 'escaped' => false,
  667. )),
  668. 82 =>
  669. ezcDocumentRstToken::__set_state(array(
  670. 'type' => 2,
  671. 'content' => '
  672. ',
  673. 'line' => 10,
  674. 'position' => 1,
  675. 'escaped' => false,
  676. )),
  677. 83 =>
  678. ezcDocumentRstToken::__set_state(array(
  679. 'type' => 4,
  680. 'content' => '`',
  681. 'line' => 11,
  682. 'position' => 1,
  683. 'escaped' => false,
  684. )),
  685. 84 =>
  686. ezcDocumentRstToken::__set_state(array(
  687. 'type' => 5,
  688. 'content' => 'RFC 2396',
  689. 'line' => 11,
  690. 'position' => 2,
  691. 'escaped' => false,
  692. )),
  693. 85 =>
  694. ezcDocumentRstToken::__set_state(array(
  695. 'type' => 4,
  696. 'content' => '`',
  697. 'line' => 11,
  698. 'position' => 10,
  699. 'escaped' => false,
  700. )),
  701. 86 =>
  702. ezcDocumentRstToken::__set_state(array(
  703. 'type' => 4,
  704. 'content' => '__',
  705. 'line' => 11,
  706. 'position' => 11,
  707. 'escaped' => false,
  708. )),
  709. 87 =>
  710. ezcDocumentRstToken::__set_state(array(
  711. 'type' => 1,
  712. 'content' => ' ',
  713. 'line' => 11,
  714. 'position' => 13,
  715. 'escaped' => false,
  716. )),
  717. 88 =>
  718. ezcDocumentRstToken::__set_state(array(
  719. 'type' => 5,
  720. 'content' => 'and',
  721. 'line' => 11,
  722. 'position' => 14,
  723. 'escaped' => false,
  724. )),
  725. 89 =>
  726. ezcDocumentRstToken::__set_state(array(
  727. 'type' => 1,
  728. 'content' => ' ',
  729. 'line' => 11,
  730. 'position' => 17,
  731. 'escaped' => false,
  732. )),
  733. 90 =>
  734. ezcDocumentRstToken::__set_state(array(
  735. 'type' => 4,
  736. 'content' => '`',
  737. 'line' => 11,
  738. 'position' => 18,
  739. 'escaped' => false,
  740. )),
  741. 91 =>
  742. ezcDocumentRstToken::__set_state(array(
  743. 'type' => 5,
  744. 'content' => 'RFC 2732',
  745. 'line' => 11,
  746. 'position' => 19,
  747. 'escaped' => false,
  748. )),
  749. 92 =>
  750. ezcDocumentRstToken::__set_state(array(
  751. 'type' => 4,
  752. 'content' => '`',
  753. 'line' => 11,
  754. 'position' => 27,
  755. 'escaped' => false,
  756. )),
  757. 93 =>
  758. ezcDocumentRstToken::__set_state(array(
  759. 'type' => 4,
  760. 'content' => '__',
  761. 'line' => 11,
  762. 'position' => 28,
  763. 'escaped' => false,
  764. )),
  765. 94 =>
  766. ezcDocumentRstToken::__set_state(array(
  767. 'type' => 1,
  768. 'content' => ' ',
  769. 'line' => 11,
  770. 'position' => 30,
  771. 'escaped' => false,
  772. )),
  773. 95 =>
  774. ezcDocumentRstToken::__set_state(array(
  775. 'type' => 5,
  776. 'content' => 'together define the syntax of URIs',
  777. 'line' => 11,
  778. 'position' => 31,
  779. 'escaped' => false,
  780. )),
  781. 96 =>
  782. ezcDocumentRstToken::__set_state(array(
  783. 'type' => 4,
  784. 'content' => '.',
  785. 'line' => 11,
  786. 'position' => 65,
  787. 'escaped' => false,
  788. )),
  789. 97 =>
  790. ezcDocumentRstToken::__set_state(array(
  791. 'type' => 2,
  792. 'content' => '
  793. ',
  794. 'line' => 11,
  795. 'position' => 66,
  796. 'escaped' => false,
  797. )),
  798. 98 =>
  799. ezcDocumentRstToken::__set_state(array(
  800. 'type' => 2,
  801. 'content' => '
  802. ',
  803. 'line' => 12,
  804. 'position' => 1,
  805. 'escaped' => false,
  806. )),
  807. 99 =>
  808. ezcDocumentRstToken::__set_state(array(
  809. 'type' => 4,
  810. 'content' => '__',
  811. 'line' => 13,
  812. 'position' => 1,
  813. 'escaped' => false,
  814. )),
  815. 100 =>
  816. ezcDocumentRstToken::__set_state(array(
  817. 'type' => 1,
  818. 'content' => ' ',
  819. 'line' => 13,
  820. 'position' => 3,
  821. 'escaped' => false,
  822. )),
  823. 101 =>
  824. ezcDocumentRstToken::__set_state(array(
  825. 'type' => 5,
  826. 'content' => 'http',
  827. 'line' => 13,
  828. 'position' => 4,
  829. 'escaped' => false,
  830. )),
  831. 102 =>
  832. ezcDocumentRstToken::__set_state(array(
  833. 'type' => 4,
  834. 'content' => ':',
  835. 'line' => 13,
  836. 'position' => 8,
  837. 'escaped' => false,
  838. )),
  839. 103 =>
  840. ezcDocumentRstToken::__set_state(array(
  841. 'type' => 4,
  842. 'content' => '//',
  843. 'line' => 13,
  844. 'position' => 9,
  845. 'escaped' => false,
  846. )),
  847. 104 =>
  848. ezcDocumentRstToken::__set_state(array(
  849. 'type' => 5,
  850. 'content' => 'www',
  851. 'line' => 13,
  852. 'position' => 11,
  853. 'escaped' => false,
  854. )),
  855. 105 =>
  856. ezcDocumentRstToken::__set_state(array(
  857. 'type' => 4,
  858. 'content' => '.',
  859. 'line' => 13,
  860. 'position' => 14,
  861. 'escaped' => false,
  862. )),
  863. 106 =>
  864. ezcDocumentRstToken::__set_state(array(
  865. 'type' => 5,
  866. 'content' => 'rfc-editor',
  867. 'line' => 13,
  868. 'position' => 15,
  869. 'escaped' => false,
  870. )),
  871. 107 =>
  872. ezcDocumentRstToken::__set_state(array(
  873. 'type' => 4,
  874. 'content' => '.',
  875. 'line' => 13,
  876. 'position' => 25,
  877. 'escaped' => false,
  878. )),
  879. 108 =>
  880. ezcDocumentRstToken::__set_state(array(
  881. 'type' => 5,
  882. 'content' => 'org/rfc/rfc2396',
  883. 'line' => 13,
  884. 'position' => 26,
  885. 'escaped' => false,
  886. )),
  887. 109 =>
  888. ezcDocumentRstToken::__set_state(array(
  889. 'type' => 4,
  890. 'content' => '.',
  891. 'line' => 13,
  892. 'position' => 41,
  893. 'escaped' => false,
  894. )),
  895. 110 =>
  896. ezcDocumentRstToken::__set_state(array(
  897. 'type' => 5,
  898. 'content' => 'txt',
  899. 'line' => 13,
  900. 'position' => 42,
  901. 'escaped' => false,
  902. )),
  903. 111 =>
  904. ezcDocumentRstToken::__set_state(array(
  905. 'type' => 2,
  906. 'content' => '
  907. ',
  908. 'line' => 13,
  909. 'position' => 45,
  910. 'escaped' => false,
  911. )),
  912. 112 =>
  913. ezcDocumentRstToken::__set_state(array(
  914. 'type' => 4,
  915. 'content' => '__',
  916. 'line' => 14,
  917. 'position' => 1,
  918. 'escaped' => false,
  919. )),
  920. 113 =>
  921. ezcDocumentRstToken::__set_state(array(
  922. 'type' => 1,
  923. 'content' => ' ',
  924. 'line' => 14,
  925. 'position' => 3,
  926. 'escaped' => false,
  927. )),
  928. 114 =>
  929. ezcDocumentRstToken::__set_state(array(
  930. 'type' => 5,
  931. 'content' => 'http',
  932. 'line' => 14,
  933. 'position' => 4,
  934. 'escaped' => false,
  935. )),
  936. 115 =>
  937. ezcDocumentRstToken::__set_state(array(
  938. 'type' => 4,
  939. 'content' => ':',
  940. 'line' => 14,
  941. 'position' => 8,
  942. 'escaped' => false,
  943. )),
  944. 116 =>
  945. ezcDocumentRstToken::__set_state(array(
  946. 'type' => 4,
  947. 'content' => '//',
  948. 'line' => 14,
  949. 'position' => 9,
  950. 'escaped' => false,
  951. )),
  952. 117 =>
  953. ezcDocumentRstToken::__set_state(array(
  954. 'type' => 5,
  955. 'content' => 'www',
  956. 'line' => 14,
  957. 'position' => 11,
  958. 'escaped' => false,
  959. )),
  960. 118 =>
  961. ezcDocumentRstToken::__set_state(array(
  962. 'type' => 4,
  963. 'content' => '.',
  964. 'line' => 14,
  965. 'position' => 14,
  966. 'escaped' => false,
  967. )),
  968. 119 =>
  969. ezcDocumentRstToken::__set_state(array(
  970. 'type' => 5,
  971. 'content' => 'rfc-editor',
  972. 'line' => 14,
  973. 'position' => 15,
  974. 'escaped' => false,
  975. )),
  976. 120 =>
  977. ezcDocumentRstToken::__set_state(array(
  978. 'type' => 4,
  979. 'content' => '.',
  980. 'line' => 14,
  981. 'position' => 25,
  982. 'escaped' => false,
  983. )),
  984. 121 =>
  985. ezcDocumentRstToken::__set_state(array(
  986. 'type' => 5,
  987. 'content' => 'org/rfc/rfc2732',
  988. 'line' => 14,
  989. 'position' => 26,
  990. 'escaped' => false,
  991. )),
  992. 122 =>
  993. ezcDocumentRstToken::__set_state(array(
  994. 'type' => 4,
  995. 'content' => '.',
  996. 'line' => 14,
  997. 'position' => 41,
  998. 'escaped' => false,
  999. )),
  1000. 123 =>
  1001. ezcDocumentRstToken::__set_state(array(
  1002. 'type' => 5,
  1003. 'content' => 'txt',
  1004. 'line' => 14,
  1005. 'position' => 42,
  1006. 'escaped' => false,
  1007. )),
  1008. 124 =>
  1009. ezcDocumentRstToken::__set_state(array(
  1010. 'type' => 2,
  1011. 'content' => '
  1012. ',
  1013. 'line' => 14,
  1014. 'position' => 45,
  1015. 'escaped' => false,
  1016. )),
  1017. 125 =>
  1018. ezcDocumentRstToken::__set_state(array(
  1019. 'type' => 2,
  1020. 'content' => '
  1021. ',
  1022. 'line' => 15,
  1023. 'position' => 1,
  1024. 'escaped' => false,
  1025. )),
  1026. 126 =>
  1027. ezcDocumentRstToken::__set_state(array(
  1028. 'type' => 5,
  1029. 'content' => 'See',
  1030. 'line' => 16,
  1031. 'position' => 1,
  1032. 'escaped' => false,
  1033. )),
  1034. 127 =>
  1035. ezcDocumentRstToken::__set_state(array(
  1036. 'type' => 1,
  1037. 'content' => ' ',
  1038. 'line' => 16,
  1039. 'position' => 4,
  1040. 'escaped' => false,
  1041. )),
  1042. 128 =>
  1043. ezcDocumentRstToken::__set_state(array(
  1044. 'type' => 4,
  1045. 'content' => '`',
  1046. 'line' => 16,
  1047. 'position' => 5,
  1048. 'escaped' => false,
  1049. )),
  1050. 129 =>
  1051. ezcDocumentRstToken::__set_state(array(
  1052. 'type' => 5,
  1053. 'content' => 'HTML Element',
  1054. 'line' => 16,
  1055. 'position' => 6,
  1056. 'escaped' => false,
  1057. )),
  1058. 130 =>
  1059. ezcDocumentRstToken::__set_state(array(
  1060. 'type' => 4,
  1061. 'content' => ':',
  1062. 'line' => 16,
  1063. 'position' => 18,
  1064. 'escaped' => false,
  1065. )),
  1066. 131 =>
  1067. ezcDocumentRstToken::__set_state(array(
  1068. 'type' => 1,
  1069. 'content' => ' ',
  1070. 'line' => 16,
  1071. 'position' => 19,
  1072. 'escaped' => false,
  1073. )),
  1074. 132 =>
  1075. ezcDocumentRstToken::__set_state(array(
  1076. 'type' => 3,
  1077. 'content' => '\\',
  1078. 'line' => 16,
  1079. 'position' => 20,
  1080. 'escaped' => false,
  1081. )),
  1082. 133 =>
  1083. ezcDocumentRstToken::__set_state(array(
  1084. 'type' => 4,
  1085. 'content' => '<',
  1086. 'line' => 16,
  1087. 'position' => 21,
  1088. 'escaped' => false,
  1089. )),
  1090. 134 =>
  1091. ezcDocumentRstToken::__set_state(array(
  1092. 'type' => 5,
  1093. 'content' => 'a>',
  1094. 'line' => 16,
  1095. 'position' => 22,
  1096. 'escaped' => false,
  1097. )),
  1098. 135 =>
  1099. ezcDocumentRstToken::__set_state(array(
  1100. 'type' => 4,
  1101. 'content' => '`',
  1102. 'line' => 16,
  1103. 'position' => 24,
  1104. 'escaped' => false,
  1105. )),
  1106. 136 =>
  1107. ezcDocumentRstToken::__set_state(array(
  1108. 'type' => 4,
  1109. 'content' => '_',
  1110. 'line' => 16,
  1111. 'position' => 25,
  1112. 'escaped' => false,
  1113. )),
  1114. 137 =>
  1115. ezcDocumentRstToken::__set_state(array(
  1116. 'type' => 1,
  1117. 'content' => ' ',
  1118. 'line' => 16,
  1119. 'position' => 26,
  1120. 'escaped' => false,
  1121. )),
  1122. 138 =>
  1123. ezcDocumentRstToken::__set_state(array(
  1124. 'type' => 5,
  1125. 'content' => 'below',
  1126. 'line' => 16,
  1127. 'position' => 27,
  1128. 'escaped' => false,
  1129. )),
  1130. 139 =>
  1131. ezcDocumentRstToken::__set_state(array(
  1132. 'type' => 4,
  1133. 'content' => '.',
  1134. 'line' => 16,
  1135. 'position' => 32,
  1136. 'escaped' => false,
  1137. )),
  1138. 140 =>
  1139. ezcDocumentRstToken::__set_state(array(
  1140. 'type' => 2,
  1141. 'content' => '
  1142. ',
  1143. 'line' => 16,
  1144. 'position' => 33,
  1145. 'escaped' => false,
  1146. )),
  1147. 141 =>
  1148. ezcDocumentRstToken::__set_state(array(
  1149. 'type' => 2,
  1150. 'content' => '
  1151. ',
  1152. 'line' => 17,
  1153. 'position' => 1,
  1154. 'escaped' => false,
  1155. )),
  1156. 142 =>
  1157. ezcDocumentRstToken::__set_state(array(
  1158. 'type' => 5,
  1159. 'content' => 'See',
  1160. 'line' => 18,
  1161. 'position' => 1,
  1162. 'escaped' => false,
  1163. )),
  1164. 143 =>
  1165. ezcDocumentRstToken::__set_state(array(
  1166. 'type' => 1,
  1167. 'content' => ' ',
  1168. 'line' => 18,
  1169. 'position' => 4,
  1170. 'escaped' => false,
  1171. )),
  1172. 144 =>
  1173. ezcDocumentRstToken::__set_state(array(
  1174. 'type' => 4,
  1175. 'content' => '`',
  1176. 'line' => 18,
  1177. 'position' => 5,
  1178. 'escaped' => false,
  1179. )),
  1180. 145 =>
  1181. ezcDocumentRstToken::__set_state(array(
  1182. 'type' => 4,
  1183. 'content' => '<',
  1184. 'line' => 18,
  1185. 'position' => 6,
  1186. 'escaped' => false,
  1187. )),
  1188. 146 =>
  1189. ezcDocumentRstToken::__set_state(array(
  1190. 'type' => 5,
  1191. 'content' => 'a',
  1192. 'line' => 18,
  1193. 'position' => 7,
  1194. 'escaped' => false,
  1195. )),
  1196. 147 =>
  1197. ezcDocumentRstToken::__set_state(array(
  1198. 'type' => 4,
  1199. 'content' => '_',
  1200. 'line' => 18,
  1201. 'position' => 8,
  1202. 'escaped' => false,
  1203. )),
  1204. 148 =>
  1205. ezcDocumentRstToken::__set_state(array(
  1206. 'type' => 5,
  1207. 'content' => 'named',
  1208. 'line' => 18,
  1209. 'position' => 9,
  1210. 'escaped' => false,
  1211. )),
  1212. 149 =>
  1213. ezcDocumentRstToken::__set_state(array(
  1214. 'type' => 4,
  1215. 'content' => '_',
  1216. 'line' => 18,
  1217. 'position' => 14,
  1218. 'escaped' => false,
  1219. )),
  1220. 150 =>
  1221. ezcDocumentRstToken::__set_state(array(
  1222. 'type' => 5,
  1223. 'content' => 'relative',
  1224. 'line' => 18,
  1225. 'position' => 15,
  1226. 'escaped' => false,
  1227. )),
  1228. 151 =>
  1229. ezcDocumentRstToken::__set_state(array(
  1230. 'type' => 4,
  1231. 'content' => '_',
  1232. 'line' => 18,
  1233. 'position' => 23,
  1234. 'escaped' => false,
  1235. )),
  1236. 152 =>
  1237. ezcDocumentRstToken::__set_state(array(
  1238. 'type' => 5,
  1239. 'content' => 'link>',
  1240. 'line' => 18,
  1241. 'position' => 24,
  1242. 'escaped' => false,
  1243. )),
  1244. 153 =>
  1245. ezcDocumentRstToken::__set_state(array(
  1246. 'type' => 4,
  1247. 'content' => '`',
  1248. 'line' => 18,
  1249. 'position' => 29,
  1250. 'escaped' => false,
  1251. )),
  1252. 154 =>
  1253. ezcDocumentRstToken::__set_state(array(
  1254. 'type' => 4,
  1255. 'content' => '_',
  1256. 'line' => 18,
  1257. 'position' => 30,
  1258. 'escaped' => false,
  1259. )),
  1260. 155 =>
  1261. ezcDocumentRstToken::__set_state(array(
  1262. 'type' => 1,
  1263. 'content' => ' ',
  1264. 'line' => 18,
  1265. 'position' => 31,
  1266. 'escaped' => false,
  1267. )),
  1268. 156 =>
  1269. ezcDocumentRstToken::__set_state(array(
  1270. 'type' => 5,
  1271. 'content' => 'or',
  1272. 'line' => 18,
  1273. 'position' => 32,
  1274. 'escaped' => false,
  1275. )),
  1276. 157 =>
  1277. ezcDocumentRstToken::__set_state(array(
  1278. 'type' => 1,
  1279. 'content' => ' ',
  1280. 'line' => 18,
  1281. 'position' => 34,
  1282. 'escaped' => false,
  1283. )),
  1284. 158 =>
  1285. ezcDocumentRstToken::__set_state(array(
  1286. 'type' => 4,
  1287. 'content' => '`',
  1288. 'line' => 18,
  1289. 'position' => 35,
  1290. 'escaped' => false,
  1291. )),
  1292. 159 =>
  1293. ezcDocumentRstToken::__set_state(array(
  1294. 'type' => 4,
  1295. 'content' => '<',
  1296. 'line' => 18,
  1297. 'position' => 36,
  1298. 'escaped' => false,
  1299. )),
  1300. 160 =>
  1301. ezcDocumentRstToken::__set_state(array(
  1302. 'type' => 5,
  1303. 'content' => 'an',
  1304. 'line' => 18,
  1305. 'position' => 37,
  1306. 'escaped' => false,
  1307. )),
  1308. 161 =>
  1309. ezcDocumentRstToken::__set_state(array(
  1310. 'type' => 4,
  1311. 'content' => '_',
  1312. 'line' => 18,
  1313. 'position' => 39,
  1314. 'escaped' => false,
  1315. )),
  1316. 162 =>
  1317. ezcDocumentRstToken::__set_state(array(
  1318. 'type' => 5,
  1319. 'content' => 'anonymous',
  1320. 'line' => 18,
  1321. 'position' => 40,
  1322. 'escaped' => false,
  1323. )),
  1324. 163 =>
  1325. ezcDocumentRstToken::__set_state(array(
  1326. 'type' => 4,
  1327. 'content' => '_',
  1328. 'line' => 18,
  1329. 'position' => 49,
  1330. 'escaped' => false,
  1331. )),
  1332. 164 =>
  1333. ezcDocumentRstToken::__set_state(array(
  1334. 'type' => 5,
  1335. 'content' => 'relative',
  1336. 'line' => 18,
  1337. 'position' => 50,
  1338. 'escaped' => false,
  1339. )),
  1340. 165 =>
  1341. ezcDocumentRstToken::__set_state(array(
  1342. 'type' => 4,
  1343. 'content' => '_',
  1344. 'line' => 18,
  1345. 'position' => 58,
  1346. 'escaped' => false,
  1347. )),
  1348. 166 =>
  1349. ezcDocumentRstToken::__set_state(array(
  1350. 'type' => 5,
  1351. 'content' => 'link>',
  1352. 'line' => 18,
  1353. 'position' => 59,
  1354. 'escaped' => false,
  1355. )),
  1356. 167 =>
  1357. ezcDocumentRstToken::__set_state(array(
  1358. 'type' => 4,
  1359. 'content' => '`',
  1360. 'line' => 18,
  1361. 'position' => 64,
  1362. 'escaped' => false,
  1363. )),
  1364. 168 =>
  1365. ezcDocumentRstToken::__set_state(array(
  1366. 'type' => 4,
  1367. 'content' => '__',
  1368. 'line' => 18,
  1369. 'position' => 65,
  1370. 'escaped' => false,
  1371. )),
  1372. 169 =>
  1373. ezcDocumentRstToken::__set_state(array(
  1374. 'type' => 2,
  1375. 'content' => '
  1376. ',
  1377. 'line' => 18,
  1378. 'position' => 67,
  1379. 'escaped' => false,
  1380. )),
  1381. 170 =>
  1382. ezcDocumentRstToken::__set_state(array(
  1383. 'type' => 5,
  1384. 'content' => 'for details',
  1385. 'line' => 19,
  1386. 'position' => 1,
  1387. 'escaped' => false,
  1388. )),
  1389. 171 =>
  1390. ezcDocumentRstToken::__set_state(array(
  1391. 'type' => 4,
  1392. 'content' => '.',
  1393. 'line' => 19,
  1394. 'position' => 12,
  1395. 'escaped' => false,
  1396. )),
  1397. 172 =>
  1398. ezcDocumentRstToken::__set_state(array(
  1399. 'type' => 2,
  1400. 'content' => '
  1401. ',
  1402. 'line' => 19,
  1403. 'position' => 13,
  1404. 'escaped' => false,
  1405. )),
  1406. 173 =>
  1407. ezcDocumentRstToken::__set_state(array(
  1408. 'type' => 2,
  1409. 'content' => '
  1410. ',
  1411. 'line' => 20,
  1412. 'position' => 1,
  1413. 'escaped' => false,
  1414. )),
  1415. 174 =>
  1416. ezcDocumentRstToken::__set_state(array(
  1417. 'type' => 2,
  1418. 'content' => '
  1419. ',
  1420. 'line' => 20,
  1421. 'position' => 1,
  1422. 'escaped' => false,
  1423. )),
  1424. 175 =>
  1425. ezcDocumentRstToken::__set_state(array(
  1426. 'type' => 6,
  1427. 'content' => NULL,
  1428. 'line' => 20,
  1429. 'position' => 1,
  1430. 'escaped' => false,
  1431. )),
  1432. );