SLR-includer.xml 30 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
  3. "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd">
  4. <book xml:base="../">
  5. <bookinfo>
  6. <title>Referência de Biblioteca Padrão</title>
  7. <mediaobject>
  8. <imageobject>
  9. <imagedata fileref="images/redswooshWithLogo3.jpg"/>
  10. </imageobject>
  11. </mediaobject>
  12. <author>
  13. <surname>Equipe de documentação de Boca Raton</surname>
  14. </author>
  15. <legalnotice>
  16. <para>Sua opinião e comentários sobre este documento são muito
  17. bem-vindos e podem ser enviados por e-mail para
  18. <email>docfeedback@hpccsystems.com</email></para>
  19. <para>Inclua a frase <emphasis role="bold">Feedback sobre
  20. documentação</emphasis> na linha de assunto e indique o nome do
  21. documento, o número das páginas e número da versão atual no corpo da
  22. mensagem.</para>
  23. <para>LexisNexis e o logotipo Knowledge Burst são marcas comerciais
  24. registradas da Reed Elsevier Properties Inc., usadas sob licença.</para>
  25. <para>HPCC Systems <superscript>®</superscript> é uma marca registrada
  26. da LexisNexis Risk Data Management Inc.</para>
  27. <para>Os demais produtos, logotipos e serviços podem ser marcas
  28. comerciais ou registradas de suas respectivas empresas.</para>
  29. <para>Todos os nomes e dados de exemplo usados neste manual são
  30. fictícios. Qualquer semelhança com pessoas reais, vivas ou mortas, é
  31. mera coincidência.</para>
  32. <para/>
  33. </legalnotice>
  34. <xi:include href="common/Version.xml"
  35. xpointer="xpointer(//*[@id='FooterInfo'])"
  36. xmlns:xi="http://www.w3.org/2001/XInclude"/>
  37. <xi:include href="common/Version.xml"
  38. xpointer="xpointer(//*[@id='DateVer'])"
  39. xmlns:xi="http://www.w3.org/2001/XInclude"/>
  40. <corpname>HPCC Systems<superscript>®</superscript></corpname>
  41. <xi:include href="common/Version.xml"
  42. xpointer="xpointer(//*[@id='Copyright'])"
  43. xmlns:xi="http://www.w3.org/2001/XInclude"/>
  44. <mediaobject role="logo">
  45. <imageobject>
  46. <imagedata fileref="images/LN_Rightjustified.jpg"/>
  47. </imageobject>
  48. </mediaobject>
  49. </bookinfo>
  50. <chapter id="Logical_Files">
  51. <title><emphasis>Arquivos lógicos</emphasis></title>
  52. <xi:include href="ECLStandardLibraryReference/SLR-Mods/CompareFiles.xml"
  53. xmlns:xi="http://www.w3.org/2001/XInclude"/>
  54. <xi:include href="ECLStandardLibraryReference/SLR-Mods/DeleteLogicalFile.xml"
  55. xmlns:xi="http://www.w3.org/2001/XInclude"/>
  56. <xi:include href="ECLStandardLibraryReference/SLR-Mods/LogicalFileList.xml"
  57. xmlns:xi="http://www.w3.org/2001/XInclude"/>
  58. <xi:include href="ECLStandardLibraryReference/SLR-Mods/FileExists.xml"
  59. xmlns:xi="http://www.w3.org/2001/XInclude"/>
  60. <xi:include href="ECLStandardLibraryReference/SLR-Mods/ForeignLogicalFileName.xml"
  61. xmlns:xi="http://www.w3.org/2001/XInclude"/>
  62. <xi:include href="ECLStandardLibraryReference/SLR-Mods/GetFileDescription.xml"
  63. xmlns:xi="http://www.w3.org/2001/XInclude"/>
  64. <xi:include href="ECLStandardLibraryReference/SLR-Mods/GetLogicalFileAttribute.xml"
  65. xmlns:xi="http://www.w3.org/2001/XInclude"/>
  66. <xi:include href="ECLStandardLibraryReference/SLR-Mods/ProtectLogicalFile.xml"
  67. xmlns:xi="http://www.w3.org/2001/XInclude"/>
  68. <xi:include href="ECLStandardLibraryReference/SLR-Mods/RenameLogicalFile.xml"
  69. xmlns:xi="http://www.w3.org/2001/XInclude"/>
  70. <xi:include href="ECLStandardLibraryReference/SLR-Mods/SetFileDescription.xml"
  71. xmlns:xi="http://www.w3.org/2001/XInclude"/>
  72. <xi:include href="ECLStandardLibraryReference/SLR-Mods/SetReadOnly.xml"
  73. xmlns:xi="http://www.w3.org/2001/XInclude"/>
  74. <xi:include href="ECLStandardLibraryReference/SLR-Mods/VerifyFile.xml"
  75. xmlns:xi="http://www.w3.org/2001/XInclude"/>
  76. </chapter>
  77. <chapter id="SuperFile_Management">
  78. <title><emphasis>Superfiles</emphasis></title>
  79. <xi:include href="ECLStandardLibraryReference/SLR-Mods/CreateSuperFile.xml"
  80. xmlns:xi="http://www.w3.org/2001/XInclude"/>
  81. <xi:include href="ECLStandardLibraryReference/SLR-Mods/SuperFileExists.xml"
  82. xmlns:xi="http://www.w3.org/2001/XInclude"/>
  83. <xi:include href="ECLStandardLibraryReference/SLR-Mods/DeleteSuperFile.xml"
  84. xmlns:xi="http://www.w3.org/2001/XInclude"/>
  85. <xi:include href="ECLStandardLibraryReference/SLR-Mods/GetSuperFileSubCount.xml"
  86. xmlns:xi="http://www.w3.org/2001/XInclude"/>
  87. <xi:include href="ECLStandardLibraryReference/SLR-Mods/GetSuperFileSubName.xml"
  88. xmlns:xi="http://www.w3.org/2001/XInclude"/>
  89. <xi:include href="ECLStandardLibraryReference/SLR-Mods/LogicalFileSuperOwners.xml"
  90. xmlns:xi="http://www.w3.org/2001/XInclude"/>
  91. <xi:include href="ECLStandardLibraryReference/SLR-Mods/LogicalFileSuperSubList.xml"
  92. xmlns:xi="http://www.w3.org/2001/XInclude"/>
  93. <xi:include href="ECLStandardLibraryReference/SLR-Mods/SuperFileContents.xml"
  94. xmlns:xi="http://www.w3.org/2001/XInclude"/>
  95. <xi:include href="ECLStandardLibraryReference/SLR-Mods/FindSuperFileSubName.xml"
  96. xmlns:xi="http://www.w3.org/2001/XInclude"/>
  97. <xi:include href="ECLStandardLibraryReference/SLR-Mods/StartSuperFileTransaction.xml"
  98. xmlns:xi="http://www.w3.org/2001/XInclude"/>
  99. <xi:include href="ECLStandardLibraryReference/SLR-Mods/AddSuperFile.xml"
  100. xmlns:xi="http://www.w3.org/2001/XInclude"/>
  101. <xi:include href="ECLStandardLibraryReference/SLR-Mods/RemoveSuperFile.xml"
  102. xmlns:xi="http://www.w3.org/2001/XInclude"/>
  103. <xi:include href="ECLStandardLibraryReference/SLR-Mods/ClearSuperFile.xml"
  104. xmlns:xi="http://www.w3.org/2001/XInclude"/>
  105. <xi:include href="ECLStandardLibraryReference/SLR-Mods/RemoveOwnedSubFiles.xml"
  106. xmlns:xi="http://www.w3.org/2001/XInclude"/>
  107. <xi:include href="ECLStandardLibraryReference/SLR-Mods/SwapSuperFile.xml"
  108. xmlns:xi="http://www.w3.org/2001/XInclude"/>
  109. <xi:include href="ECLStandardLibraryReference/SLR-Mods/ReplaceSuperFile.xml"
  110. xmlns:xi="http://www.w3.org/2001/XInclude"/>
  111. <xi:include href="ECLStandardLibraryReference/SLR-Mods/PromoteSuperFileList.xml"
  112. xmlns:xi="http://www.w3.org/2001/XInclude"/>
  113. <xi:include href="ECLStandardLibraryReference/SLR-Mods/FinishSuperFileTransaction.xml"
  114. xmlns:xi="http://www.w3.org/2001/XInclude"/>
  115. </chapter>
  116. <chapter id="External_File_Support">
  117. <title><emphasis>Arquivos Externo</emphasis></title>
  118. <xi:include href="ECLStandardLibraryReference/SLR-Mods/ExternalLogicalFileName.xml"
  119. xmlns:xi="http://www.w3.org/2001/XInclude"/>
  120. <xi:include href="ECLStandardLibraryReference/SLR-Mods/MoveExternalFile.xml"
  121. xmlns:xi="http://www.w3.org/2001/XInclude"/>
  122. <xi:include href="ECLStandardLibraryReference/SLR-Mods/DeleteExternalFile.xml"
  123. xmlns:xi="http://www.w3.org/2001/XInclude"/>
  124. <xi:include href="ECLStandardLibraryReference/SLR-Mods/CreateExternalDirectory.xml"
  125. xmlns:xi="http://www.w3.org/2001/XInclude"/>
  126. <xi:include href="ECLStandardLibraryReference/SLR-Mods/RemoteDirectory.xml"
  127. xmlns:xi="http://www.w3.org/2001/XInclude"/>
  128. </chapter>
  129. <chapter id="File_Browsing_Support">
  130. <title><emphasis>Navegação por Arquivos</emphasis></title>
  131. <xi:include href="ECLStandardLibraryReference/SLR-Mods/SetColumnMapping.xml"
  132. xmlns:xi="http://www.w3.org/2001/XInclude"/>
  133. <xi:include href="ECLStandardLibraryReference/SLR-Mods/GetColumnMapping.xml"
  134. xmlns:xi="http://www.w3.org/2001/XInclude"/>
  135. <xi:include href="ECLStandardLibraryReference/SLR-Mods/AddFileRelationship.xml"
  136. xmlns:xi="http://www.w3.org/2001/XInclude"/>
  137. <xi:include href="ECLStandardLibraryReference/SLR-Mods/FileRelationshipList.xml"
  138. xmlns:xi="http://www.w3.org/2001/XInclude"/>
  139. <xi:include href="ECLStandardLibraryReference/SLR-Mods/RemoveFileRelationship.xml"
  140. xmlns:xi="http://www.w3.org/2001/XInclude"/>
  141. </chapter>
  142. <chapter id="File_Movement">
  143. <title><emphasis>Movimentação de Arquivos</emphasis></title>
  144. <xi:include href="ECLStandardLibraryReference/SLR-Mods/DfuPlusExec.xml"
  145. xmlns:xi="http://www.w3.org/2001/XInclude"/>
  146. <xi:include href="ECLStandardLibraryReference/SLR-Mods/AbortDfuWorkunit.xml"
  147. xmlns:xi="http://www.w3.org/2001/XInclude"/>
  148. <xi:include href="ECLStandardLibraryReference/SLR-Mods/Copy.xml"
  149. xmlns:xi="http://www.w3.org/2001/XInclude"/>
  150. <xi:include href="ECLStandardLibraryReference/SLR-Mods/DeSpray.xml"
  151. xmlns:xi="http://www.w3.org/2001/XInclude"/>
  152. <xi:include href="ECLStandardLibraryReference/SLR-Mods/RemotePull.xml"
  153. xmlns:xi="http://www.w3.org/2001/XInclude"/>
  154. <xi:include href="ECLStandardLibraryReference/SLR-Mods/Replicate.xml"
  155. xmlns:xi="http://www.w3.org/2001/XInclude"/>
  156. <xi:include href="ECLStandardLibraryReference/SLR-Mods/SprayFixed.xml"
  157. xmlns:xi="http://www.w3.org/2001/XInclude"/>
  158. <xi:include href="ECLStandardLibraryReference/SLR-Mods/SprayVariable.xml"
  159. xmlns:xi="http://www.w3.org/2001/XInclude"/>
  160. <xi:include href="ECLStandardLibraryReference/SLR-Mods/SprayXML.xml"
  161. xmlns:xi="http://www.w3.org/2001/XInclude"/>
  162. <xi:include href="ECLStandardLibraryReference/SLR-Mods/SprayJson.xml"
  163. xmlns:xi="http://www.w3.org/2001/XInclude"/>
  164. <xi:include href="ECLStandardLibraryReference/SLR-Mods/WaitDfuWorkunit.xml"
  165. xmlns:xi="http://www.w3.org/2001/XInclude"/>
  166. <xi:include href="ECLStandardLibraryReference/SLR-Mods/SetExpireDays.xml"
  167. xmlns:xi="http://www.w3.org/2001/XInclude"/>
  168. <xi:include href="ECLStandardLibraryReference/SLR-Mods/GetExpireDays.xml"
  169. xmlns:xi="http://www.w3.org/2001/XInclude"/>
  170. <xi:include href="ECLStandardLibraryReference/SLR-Mods/ClearExpireDays.xml"
  171. xmlns:xi="http://www.w3.org/2001/XInclude"/>
  172. </chapter>
  173. <chapter id="String_Handling">
  174. <title><emphasis>Manipulação de String</emphasis></title>
  175. <xi:include href="ECLStandardLibraryReference/SLR-Mods/CleanAccents.xml"
  176. xmlns:xi="http://www.w3.org/2001/XInclude"/>
  177. <xi:include href="ECLStandardLibraryReference/SLR-Mods/CleanSpaces.xml"
  178. xmlns:xi="http://www.w3.org/2001/XInclude"/>
  179. <xi:include href="ECLStandardLibraryReference/SLR-Mods/CompareAtStrength.xml"
  180. xmlns:xi="http://www.w3.org/2001/XInclude"/>
  181. <xi:include href="ECLStandardLibraryReference/SLR-Mods/CompareIgnoreCase.xml"
  182. xmlns:xi="http://www.w3.org/2001/XInclude"/>
  183. <xi:include href="ECLStandardLibraryReference/SLR-Mods/Contains.xml"
  184. xmlns:xi="http://www.w3.org/2001/XInclude"/>
  185. <xi:include href="ECLStandardLibraryReference/SLR-Mods/CountWords.xml"
  186. xmlns:xi="http://www.w3.org/2001/XInclude"/>
  187. <xi:include href="ECLStandardLibraryReference/SLR-Mods/DecodeBase64.xml"
  188. xmlns:xi="http://www.w3.org/2001/XInclude"/>
  189. <xi:include href="ECLStandardLibraryReference/SLR-Mods/EditDistance.xml"
  190. xmlns:xi="http://www.w3.org/2001/XInclude"/>
  191. <xi:include href="ECLStandardLibraryReference/SLR-Mods/EditDistanceWithinRadius.xml"
  192. xmlns:xi="http://www.w3.org/2001/XInclude"/>
  193. <xi:include href="ECLStandardLibraryReference/SLR-Mods/EncodeBase64.xml"
  194. xmlns:xi="http://www.w3.org/2001/XInclude"/>
  195. <xi:include href="ECLStandardLibraryReference/SLR-Mods/EndsWith.xml"
  196. xmlns:xi="http://www.w3.org/2001/XInclude"/>
  197. <xi:include href="ECLStandardLibraryReference/SLR-Mods/EqualIgnoreCase.xml"
  198. xmlns:xi="http://www.w3.org/2001/XInclude"/>
  199. <xi:include href="ECLStandardLibraryReference/SLR-Mods/ExcludeFirstWord.xml"
  200. xmlns:xi="http://www.w3.org/2001/XInclude"/>
  201. <xi:include href="ECLStandardLibraryReference/SLR-Mods/ExcludeLastWord.xml"
  202. xmlns:xi="http://www.w3.org/2001/XInclude"/>
  203. <xi:include href="ECLStandardLibraryReference/SLR-Mods/ExcludeNthWord.xml"
  204. xmlns:xi="http://www.w3.org/2001/XInclude"/>
  205. <xi:include href="ECLStandardLibraryReference/SLR-Mods/Extract.xml"
  206. xmlns:xi="http://www.w3.org/2001/XInclude"/>
  207. <xi:include href="ECLStandardLibraryReference/SLR-Mods/ExtractMultiple.xml"
  208. xmlns:xi="http://www.w3.org/2001/XInclude"/>
  209. <xi:include href="ECLStandardLibraryReference/SLR-Mods/Filter.xml"
  210. xmlns:xi="http://www.w3.org/2001/XInclude"/>
  211. <xi:include href="ECLStandardLibraryReference/SLR-Mods/FilterOut.xml"
  212. xmlns:xi="http://www.w3.org/2001/XInclude"/>
  213. <xi:include href="ECLStandardLibraryReference/SLR-Mods/Find.xml"
  214. xmlns:xi="http://www.w3.org/2001/XInclude"/>
  215. <xi:include href="ECLStandardLibraryReference/SLR-Mods/FindCount.xml"
  216. xmlns:xi="http://www.w3.org/2001/XInclude"/>
  217. <xi:include href="ECLStandardLibraryReference/SLR-Mods/FindAtStrength.xml"
  218. xmlns:xi="http://www.w3.org/2001/XInclude"/>
  219. <xi:include href="ECLStandardLibraryReference/SLR-Mods/FindAtStrengthReplace.xml"
  220. xmlns:xi="http://www.w3.org/2001/XInclude"/>
  221. <xi:include href="ECLStandardLibraryReference/SLR-Mods/FindReplace.xml"
  222. xmlns:xi="http://www.w3.org/2001/XInclude"/>
  223. <xi:include href="ECLStandardLibraryReference/SLR-Mods/FindWord.xml"
  224. xmlns:xi="http://www.w3.org/2001/XInclude"/>
  225. <xi:include href="ECLStandardLibraryReference/SLR-Mods/FromHexPairs.xml"
  226. xmlns:xi="http://www.w3.org/2001/XInclude"/>
  227. <xi:include href="ECLStandardLibraryReference/SLR-Mods/GetNthWord.xml"
  228. xmlns:xi="http://www.w3.org/2001/XInclude"/>
  229. <xi:include href="ECLStandardLibraryReference/SLR-Mods/RemoveSuffix.xml"
  230. xmlns:xi="http://www.w3.org/2001/XInclude"/>
  231. <xi:include href="ECLStandardLibraryReference/SLR-Mods/Repeat.xml"
  232. xmlns:xi="http://www.w3.org/2001/XInclude"/>
  233. <xi:include href="ECLStandardLibraryReference/SLR-Mods/Reverse.xml"
  234. xmlns:xi="http://www.w3.org/2001/XInclude"/>
  235. <xi:include href="ECLStandardLibraryReference/SLR-Mods/SplitWords.xml"
  236. xmlns:xi="http://www.w3.org/2001/XInclude"/>
  237. <xi:include href="ECLStandardLibraryReference/SLR-Mods/SubstituteExcluded.xml"
  238. xmlns:xi="http://www.w3.org/2001/XInclude"/>
  239. <xi:include href="ECLStandardLibraryReference/SLR-Mods/SubstituteIncluded.xml"
  240. xmlns:xi="http://www.w3.org/2001/XInclude"/>
  241. <xi:include href="ECLStandardLibraryReference/SLR-Mods/StartsWith.xml"
  242. xmlns:xi="http://www.w3.org/2001/XInclude"/>
  243. <xi:include href="ECLStandardLibraryReference/SLR-Mods/ToHexPairs.xml"
  244. xmlns:xi="http://www.w3.org/2001/XInclude"/>
  245. <xi:include href="ECLStandardLibraryReference/SLR-Mods/ToLowerCase.xml"
  246. xmlns:xi="http://www.w3.org/2001/XInclude"/>
  247. <xi:include href="ECLStandardLibraryReference/SLR-Mods/ToProperCase.xml"
  248. xmlns:xi="http://www.w3.org/2001/XInclude"/>
  249. <xi:include href="ECLStandardLibraryReference/SLR-Mods/ToUpperCase.xml"
  250. xmlns:xi="http://www.w3.org/2001/XInclude"/>
  251. <xi:include href="ECLStandardLibraryReference/SLR-Mods/Translate.xml"
  252. xmlns:xi="http://www.w3.org/2001/XInclude"/>
  253. <xi:include href="ECLStandardLibraryReference/SLR-Mods/UniVer.xml"
  254. xmlns:xi="http://www.w3.org/2001/XInclude"/>
  255. <xi:include href="ECLStandardLibraryReference/SLR-Mods/WildMatch.xml"
  256. xmlns:xi="http://www.w3.org/2001/XInclude"/>
  257. <xi:include href="ECLStandardLibraryReference/SLR-Mods/WordCount.xml"
  258. xmlns:xi="http://www.w3.org/2001/XInclude"/>
  259. </chapter>
  260. <chapter id="MetaphoneSupport">
  261. <title>Suporte a Metaphone</title>
  262. <para>Essas funções fornecem uma forma de implementar codificação fonética
  263. do Double Metaphone ou do Metaphone 3, ou algoritmos de pesquisa difusa,
  264. que retornam um código primário, um código secundário ou os dois códigos
  265. para uma string específica.</para>
  266. <xi:include href="ECLStandardLibraryReference/SLR-Mods/Primary.xml"
  267. xmlns:xi="http://www.w3.org/2001/XInclude"/>
  268. <xi:include href="ECLStandardLibraryReference/SLR-Mods/Secondary.xml"
  269. xmlns:xi="http://www.w3.org/2001/XInclude"/>
  270. <xi:include href="ECLStandardLibraryReference/SLR-Mods/Double.xml"
  271. xmlns:xi="http://www.w3.org/2001/XInclude"/>
  272. </chapter>
  273. <xi:include href="ECLStandardLibraryReference/SLR-Mods/Crypto.xml"
  274. xmlns:xi="http://www.w3.org/2001/XInclude"/>
  275. <chapter id="Date_Handling">
  276. <title><emphasis>Manipulação de Data e Hora</emphasis></title>
  277. <xi:include href="ECLStandardLibraryReference/SLR-Mods/DateDataTypes.xml"
  278. xmlns:xi="http://www.w3.org/2001/XInclude"/>
  279. <xi:include href="ECLStandardLibraryReference/SLR-Mods/TimeDataTypes.xml"
  280. xmlns:xi="http://www.w3.org/2001/XInclude"/>
  281. <xi:include href="ECLStandardLibraryReference/SLR-Mods/Year.xml"
  282. xmlns:xi="http://www.w3.org/2001/XInclude"/>
  283. <xi:include href="ECLStandardLibraryReference/SLR-Mods/Month.xml"
  284. xmlns:xi="http://www.w3.org/2001/XInclude"/>
  285. <xi:include href="ECLStandardLibraryReference/SLR-Mods/Day.xml"
  286. xmlns:xi="http://www.w3.org/2001/XInclude"/>
  287. <xi:include href="ECLStandardLibraryReference/SLR-Mods/Hour.xml"
  288. xmlns:xi="http://www.w3.org/2001/XInclude"/>
  289. <xi:include href="ECLStandardLibraryReference/SLR-Mods/Minute.xml"
  290. xmlns:xi="http://www.w3.org/2001/XInclude"/>
  291. <xi:include href="ECLStandardLibraryReference/SLR-Mods/Second.xml"
  292. xmlns:xi="http://www.w3.org/2001/XInclude"/>
  293. <xi:include href="ECLStandardLibraryReference/SLR-Mods/DateFromParts.xml"
  294. xmlns:xi="http://www.w3.org/2001/XInclude"/>
  295. <xi:include href="ECLStandardLibraryReference/SLR-Mods/TimeFromParts.xml"
  296. xmlns:xi="http://www.w3.org/2001/XInclude"/>
  297. <xi:include href="ECLStandardLibraryReference/SLR-Mods/IsLeapYear.xml"
  298. xmlns:xi="http://www.w3.org/2001/XInclude"/>
  299. <xi:include href="ECLStandardLibraryReference/SLR-Mods/IsDateLeapYear.xml"
  300. xmlns:xi="http://www.w3.org/2001/XInclude"/>
  301. <xi:include href="ECLStandardLibraryReference/SLR-Mods/IsValidDate.xml"
  302. xmlns:xi="http://www.w3.org/2001/XInclude"/>
  303. <xi:include href="ECLStandardLibraryReference/SLR-Mods/IsValidTime.xml"
  304. xmlns:xi="http://www.w3.org/2001/XInclude"/>
  305. <xi:include href="ECLStandardLibraryReference/SLR-Mods/IsValidGregorianDate.xml"
  306. xmlns:xi="http://www.w3.org/2001/XInclude"/>
  307. <xi:include href="ECLStandardLibraryReference/SLR-Mods/FromGregorianYMD.xml"
  308. xmlns:xi="http://www.w3.org/2001/XInclude"/>
  309. <xi:include href="ECLStandardLibraryReference/SLR-Mods/ToGregorianYMD.xml"
  310. xmlns:xi="http://www.w3.org/2001/XInclude"/>
  311. <xi:include href="ECLStandardLibraryReference/SLR-Mods/FromStringToDate.xml"
  312. xmlns:xi="http://www.w3.org/2001/XInclude"/>
  313. <xi:include href="ECLStandardLibraryReference/SLR-Mods/Today.xml"
  314. xmlns:xi="http://www.w3.org/2001/XInclude"/>
  315. <xi:include href="ECLStandardLibraryReference/SLR-Mods/CurrentDate.xml"
  316. xmlns:xi="http://www.w3.org/2001/XInclude"/>
  317. <xi:include href="ECLStandardLibraryReference/SLR-Mods/CurrentTime.xml"
  318. xmlns:xi="http://www.w3.org/2001/XInclude"/>
  319. <xi:include href="ECLStandardLibraryReference/SLR-Mods/DayOfWeek.xml"
  320. xmlns:xi="http://www.w3.org/2001/XInclude"/>
  321. <xi:include href="ECLStandardLibraryReference/SLR-Mods/DayOfYear.xml"
  322. xmlns:xi="http://www.w3.org/2001/XInclude"/>
  323. <xi:include href="ECLStandardLibraryReference/SLR-Mods/DaysBetween.xml"
  324. xmlns:xi="http://www.w3.org/2001/XInclude"/>
  325. <xi:include href="ECLStandardLibraryReference/SLR-Mods/MonthsBetween.xml"
  326. xmlns:xi="http://www.w3.org/2001/XInclude"/>
  327. <xi:include href="ECLStandardLibraryReference/SLR-Mods/AdjustDate.xml"
  328. xmlns:xi="http://www.w3.org/2001/XInclude"/>
  329. <xi:include href="ECLStandardLibraryReference/SLR-Mods/AdjustCalendar.xml"
  330. xmlns:xi="http://www.w3.org/2001/XInclude"/>
  331. <xi:include href="ECLStandardLibraryReference/SLR-Mods/MonthWeekNumFromDate.xml"
  332. xmlns:xi="http://www.w3.org/2001/XInclude"/>
  333. <xi:include href="ECLStandardLibraryReference/SLR-Mods/YearWeekNumFromDate.xml"
  334. xmlns:xi="http://www.w3.org/2001/XInclude"/>
  335. <!-- TimeZone Module methods **** -->
  336. <xi:include href="ECLStandardLibraryReference/SLR-Mods/UniqueTZAbbreviations.xml"
  337. xmlns:xi="http://www.w3.org/2001/XInclude"/>
  338. <xi:include href="ECLStandardLibraryReference/SLR-Mods/UniqueTZLocations.xml"
  339. xmlns:xi="http://www.w3.org/2001/XInclude"/>
  340. <xi:include href="ECLStandardLibraryReference/SLR-Mods/TZDataForLocation.xml"
  341. xmlns:xi="http://www.w3.org/2001/XInclude"/>
  342. <xi:include href="ECLStandardLibraryReference/SLR-Mods/FindTZData.xml"
  343. xmlns:xi="http://www.w3.org/2001/XInclude"/>
  344. <xi:include href="ECLStandardLibraryReference/SLR-Mods/SecondsBetweenTZ.xml"
  345. xmlns:xi="http://www.w3.org/2001/XInclude"/>
  346. <xi:include href="ECLStandardLibraryReference/SLR-Mods/AdjustTimeTZ.xml"
  347. xmlns:xi="http://www.w3.org/2001/XInclude"/>
  348. <xi:include href="ECLStandardLibraryReference/SLR-Mods/ToLocalTime.xml"
  349. xmlns:xi="http://www.w3.org/2001/XInclude"/>
  350. <xi:include href="ECLStandardLibraryReference/SLR-Mods/ToUTCTime.xml"
  351. xmlns:xi="http://www.w3.org/2001/XInclude"/>
  352. <xi:include href="ECLStandardLibraryReference/SLR-Mods/AppendTZOffset.xml"
  353. xmlns:xi="http://www.w3.org/2001/XInclude"/>
  354. <xi:include href="ECLStandardLibraryReference/SLR-Mods/AppendTZAdjustedTime.xml"
  355. xmlns:xi="http://www.w3.org/2001/XInclude"/>
  356. </chapter>
  357. <chapter id="Cluster_Handling">
  358. <title><emphasis>Manipulação de Cluster</emphasis></title>
  359. <xi:include href="ECLStandardLibraryReference/SLR-Mods/Node.xml"
  360. xmlns:xi="http://www.w3.org/2001/XInclude"/>
  361. <xi:include href="ECLStandardLibraryReference/SLR-Mods/Nodes.xml"
  362. xmlns:xi="http://www.w3.org/2001/XInclude"/>
  363. <xi:include href="ECLStandardLibraryReference/SLR-Mods/LogicalToPhysical.xml"
  364. xmlns:xi="http://www.w3.org/2001/XInclude"/>
  365. <xi:include href="ECLStandardLibraryReference/SLR-Mods/DaliServers.xml"
  366. xmlns:xi="http://www.w3.org/2001/XInclude"/>
  367. <xi:include href="ECLStandardLibraryReference/SLR-Mods/Group.xml"
  368. xmlns:xi="http://www.w3.org/2001/XInclude"/>
  369. <xi:include href="ECLStandardLibraryReference/SLR-Mods/GetExpandLogicalFileName.xml"
  370. xmlns:xi="http://www.w3.org/2001/XInclude"/>
  371. </chapter>
  372. <chapter id="Job_Handling">
  373. <title><emphasis>Manipulação de Job</emphasis></title>
  374. <xi:include href="ECLStandardLibraryReference/SLR-Mods/WUID.xml"
  375. xmlns:xi="http://www.w3.org/2001/XInclude"/>
  376. <xi:include href="ECLStandardLibraryReference/SLR-Mods/Target.xml"
  377. xmlns:xi="http://www.w3.org/2001/XInclude"/>
  378. <xi:include href="ECLStandardLibraryReference/SLR-Mods/JobName.xml"
  379. xmlns:xi="http://www.w3.org/2001/XInclude"/>
  380. <xi:include href="ECLStandardLibraryReference/SLR-Mods/JobOwner.xml"
  381. xmlns:xi="http://www.w3.org/2001/XInclude"/>
  382. <xi:include href="ECLStandardLibraryReference/SLR-Mods/OS.xml"
  383. xmlns:xi="http://www.w3.org/2001/XInclude"/>
  384. <xi:include href="ECLStandardLibraryReference/SLR-Mods/Platform.xml"
  385. xmlns:xi="http://www.w3.org/2001/XInclude"/>
  386. <xi:include href="ECLStandardLibraryReference/SLR-Mods/LogString.xml"
  387. xmlns:xi="http://www.w3.org/2001/XInclude"/>
  388. </chapter>
  389. <chapter id="File_Monitoring">
  390. <title><emphasis>Monitoramento de Arquivo</emphasis></title>
  391. <xi:include href="ECLStandardLibraryReference/SLR-Mods/MonitorFile.xml"
  392. xmlns:xi="http://www.w3.org/2001/XInclude"/>
  393. <xi:include href="ECLStandardLibraryReference/SLR-Mods/MonitorLogicalFileName.xml"
  394. xmlns:xi="http://www.w3.org/2001/XInclude"/>
  395. </chapter>
  396. <chapter id="Logging">
  397. <title><emphasis>Logging</emphasis></title>
  398. <xi:include href="ECLStandardLibraryReference/SLR-Mods/dbglog.xml"
  399. xmlns:xi="http://www.w3.org/2001/XInclude"/>
  400. <xi:include href="ECLStandardLibraryReference/SLR-Mods/addWorkunitInformation.xml"
  401. xmlns:xi="http://www.w3.org/2001/XInclude"/>
  402. <xi:include href="ECLStandardLibraryReference/SLR-Mods/addWorkunitWarning.xml"
  403. xmlns:xi="http://www.w3.org/2001/XInclude"/>
  404. <xi:include href="ECLStandardLibraryReference/SLR-Mods/addWorkunitError.xml"
  405. xmlns:xi="http://www.w3.org/2001/XInclude"/>
  406. <xi:include href="ECLStandardLibraryReference/SLR-Mods/getGlobalId.xml"
  407. xmlns:xi="http://www.w3.org/2001/XInclude"/>
  408. <xi:include href="ECLStandardLibraryReference/SLR-Mods/getLocalId.xml"
  409. xmlns:xi="http://www.w3.org/2001/XInclude"/>
  410. <xi:include href="ECLStandardLibraryReference/SLR-Mods/GenerateGloballyUniqueID.xml"
  411. xmlns:xi="http://www.w3.org/2001/XInclude"/>
  412. </chapter>
  413. <chapter id="Auditing">
  414. <title><emphasis>Auditoria</emphasis></title>
  415. <xi:include href="ECLStandardLibraryReference/SLR-Mods/Audit.xml"
  416. xmlns:xi="http://www.w3.org/2001/XInclude"/>
  417. </chapter>
  418. <chapter id="Utilities">
  419. <title><emphasis>Utilitários</emphasis></title>
  420. <xi:include href="ECLStandardLibraryReference/SLR-Mods/GetHostName.xml"
  421. xmlns:xi="http://www.w3.org/2001/XInclude"/>
  422. <xi:include href="ECLStandardLibraryReference/SLR-Mods/ResolveHostName.xml"
  423. xmlns:xi="http://www.w3.org/2001/XInclude"/>
  424. <xi:include href="ECLStandardLibraryReference/SLR-Mods/GetUniqueInteger.xml"
  425. xmlns:xi="http://www.w3.org/2001/XInclude"/>
  426. <xi:include href="ECLStandardLibraryReference/SLR-Mods/GetEspUrl.xml"
  427. xmlns:xi="http://www.w3.org/2001/XInclude"/>
  428. <xi:include href="ECLStandardLibraryReference/SLR-Mods/PlatformVerCheck.xml"
  429. xmlns:xi="http://www.w3.org/2001/XInclude"/>
  430. </chapter>
  431. <chapter id="Debugging">
  432. <title><emphasis>Depuração</emphasis></title>
  433. <xi:include href="ECLStandardLibraryReference/SLR-Mods/GetParseTree.xml"
  434. xmlns:xi="http://www.w3.org/2001/XInclude"/>
  435. <xi:include href="ECLStandardLibraryReference/SLR-Mods/GetXMLParseTree.xml"
  436. xmlns:xi="http://www.w3.org/2001/XInclude"/>
  437. <xi:include href="ECLStandardLibraryReference/SLR-Mods/Sleep.xml"
  438. xmlns:xi="http://www.w3.org/2001/XInclude"/>
  439. <xi:include href="ECLStandardLibraryReference/SLR-Mods/msTick.xml"
  440. xmlns:xi="http://www.w3.org/2001/XInclude"/>
  441. </chapter>
  442. <chapter id="Email">
  443. <title><emphasis>E-mail</emphasis></title>
  444. <xi:include href="ECLStandardLibraryReference/SLR-Mods/SendEmail.xml"
  445. xmlns:xi="http://www.w3.org/2001/XInclude"/>
  446. <xi:include href="ECLStandardLibraryReference/SLR-Mods/SendEmailAttachData.xml"
  447. xmlns:xi="http://www.w3.org/2001/XInclude"/>
  448. <xi:include href="ECLStandardLibraryReference/SLR-Mods/SendEmailAttachText.xml"
  449. xmlns:xi="http://www.w3.org/2001/XInclude"/>
  450. </chapter>
  451. <chapter id="Workunit_Services">
  452. <title><emphasis>Serviços da Workunit</emphasis></title>
  453. <xi:include href="ECLStandardLibraryReference/SLR-Mods/WorkunitExists.xml"
  454. xmlns:xi="http://www.w3.org/2001/XInclude"/>
  455. <xi:include href="ECLStandardLibraryReference/SLR-Mods/WorkunitList.xml"
  456. xmlns:xi="http://www.w3.org/2001/XInclude"/>
  457. <xi:include href="ECLStandardLibraryReference/SLR-Mods/SetWorkunitAppValue.xml"
  458. xmlns:xi="http://www.w3.org/2001/XInclude"/>
  459. <xi:include href="ECLStandardLibraryReference/SLR-Mods/WUIDonDate.xml"
  460. xmlns:xi="http://www.w3.org/2001/XInclude"/>
  461. <xi:include href="ECLStandardLibraryReference/SLR-Mods/WUIDdaysAgo.xml"
  462. xmlns:xi="http://www.w3.org/2001/XInclude"/>
  463. <xi:include href="ECLStandardLibraryReference/SLR-Mods/WorkunitTimeStamps.xml"
  464. xmlns:xi="http://www.w3.org/2001/XInclude"/>
  465. <xi:include href="ECLStandardLibraryReference/SLR-Mods/WorkunitMessages.xml"
  466. xmlns:xi="http://www.w3.org/2001/XInclude"/>
  467. <xi:include href="ECLStandardLibraryReference/SLR-Mods/WorkunitFilesRead.xml"
  468. xmlns:xi="http://www.w3.org/2001/XInclude"/>
  469. <xi:include href="ECLStandardLibraryReference/SLR-Mods/WorkunitFilesWritten.xml"
  470. xmlns:xi="http://www.w3.org/2001/XInclude"/>
  471. <xi:include href="ECLStandardLibraryReference/SLR-Mods/WorkunitTimings.xml"
  472. xmlns:xi="http://www.w3.org/2001/XInclude"/>
  473. </chapter>
  474. <xi:include href="ECLStandardLibraryReference/SLR-Mods/BLAS.xml"
  475. xmlns:xi="http://www.w3.org/2001/XInclude"/>
  476. <xi:include href="ECLStandardLibraryReference/SLR-Mods/Math.xml"
  477. xmlns:xi="http://www.w3.org/2001/XInclude"/>
  478. </book>