[
{"begin":-1,"ender":-1,"lexer":"markup","lines":0,"stack":"global","token":"<cfset/>","types":"template"},
{"begin":0,"ender":-1,"lexer":"markup","lines":1,"stack":"cfset","token":"tags=GetTagList()","types":"attribute"},
{"begin":-1,"ender":-1,"lexer":"markup","lines":4,"stack":"global","token":"<cfset/>","types":"template"},
{"begin":2,"ender":-1,"lexer":"markup","lines":1,"stack":"cfset","token":"bodies=structNew()","types":"attribute"},
{"begin":-1,"ender":-1,"lexer":"markup","lines":2,"stack":"global","token":"<cfset/>","types":"template"},
{"begin":4,"ender":-1,"lexer":"markup","lines":1,"stack":"cfset","token":"namespace=\"cf\"","types":"attribute"},
{"begin":-1,"ender":-1,"lexer":"markup","lines":2,"stack":"global","token":"<cfset/>","types":"template"},
{"begin":6,"ender":-1,"lexer":"markup","lines":1,"stack":"cfset","token":"tags=tags[namespace]","types":"attribute"},
{"begin":-1,"ender":-1,"lexer":"markup","lines":2,"stack":"global","token":"<cfset>","types":"template"},
{"begin":8,"ender":-1,"lexer":"markup","lines":1,"stack":"cfset","token":"maxLength=0","types":"attribute"},
{"begin":-1,"ender":22,"lexer":"markup","lines":4,"stack":"global","token":"<cfloop>","types":"template_start"},
{"begin":10,"ender":22,"lexer":"markup","lines":1,"stack":"cfloop","token":"list=\"#StructKeyList(tags)#\"","types":"attribute"},
{"begin":10,"ender":22,"lexer":"markup","lines":1,"stack":"cfloop","token":"index=\"tagname\"","types":"attribute"},
{"begin":10,"ender":22,"lexer":"markup","lines":2,"stack":"cfloop","token":"<cfset/>","types":"template"},
{"begin":13,"ender":22,"lexer":"markup","lines":1,"stack":"cfset","token":"tag=getTagData(namespace, tagname)","types":"attribute"},
{"begin":10,"ender":19,"lexer":"markup","lines":3,"stack":"cfloop","token":"<cfif>","types":"template_start"},
{"begin":15,"ender":19,"lexer":"markup","lines":1,"stack":"cfif","token":"not structkeyExists(bodies, tag.bodyType)","types":"attribute"},
{"begin":15,"ender":19,"lexer":"markup","lines":2,"stack":"cfif","token":"<cfset/>","types":"template"},
{"begin":17,"ender":19,"lexer":"markup","lines":1,"stack":"cfset","token":"bodies[tag.bodyType]=ArrayNew(1)","types":"attribute"},
{"begin":15,"ender":19,"lexer":"markup","lines":2,"stack":"cfif","token":"</cfif>","types":"template_end"},
{"begin":10,"ender":22,"lexer":"markup","lines":3,"stack":"cfloop","token":"<cfset>","types":"template"},
{"begin":20,"ender":22,"lexer":"markup","lines":1,"stack":"cfset","token":"ArrayAppend(bodies[tag.bodyType], tagname)","types":"attribute"},
{"begin":10,"ender":22,"lexer":"markup","lines":4,"stack":"cfloop","token":"</cfloop>","types":"template_end"},
{"begin":-1,"ender":426,"lexer":"markup","lines":4,"stack":"global","token":"<cfoutput>","types":"template_start"},
{"begin":23,"ender":60,"lexer":"markup","lines":2,"stack":"cfoutput","token":"<table>","types":"start"},
{"begin":24,"ender":59,"lexer":"markup","lines":2,"stack":"table","token":"<tr>","types":"start"},
{"begin":25,"ender":39,"lexer":"markup","lines":2,"stack":"tr","token":"<cfloop>","types":"template_start"},
{"begin":26,"ender":39,"lexer":"markup","lines":1,"stack":"cfloop","token":"list=\"#structKeyList(bodies)#\"","types":"attribute"},
{"begin":26,"ender":39,"lexer":"markup","lines":1,"stack":"cfloop","token":"index=\"key\"","types":"attribute"},
{"begin":26,"ender":31,"lexer":"markup","lines":2,"stack":"cfloop","token":"<th>","types":"start"},
{"begin":29,"ender":31,"lexer":"markup","lines":0,"stack":"th","token":"#key# end tag","types":"content"},
{"begin":29,"ender":31,"lexer":"markup","lines":0,"stack":"th","token":"</th>","types":"end"},
{"begin":26,"ender":36,"lexer":"markup","lines":2,"stack":"cfloop","token":"<cfif>","types":"template_start"},
{"begin":32,"ender":36,"lexer":"markup","lines":1,"stack":"cfif","token":"ArrayLen(bodies[key]) GT maxLength","types":"attribute"},
{"begin":32,"ender":36,"lexer":"markup","lines":2,"stack":"cfif","token":"<cfset>","types":"template"},
{"begin":34,"ender":36,"lexer":"markup","lines":1,"stack":"cfset","token":"maxLength=ArrayLen(bodies[key])","types":"attribute"},
{"begin":32,"ender":36,"lexer":"markup","lines":2,"stack":"cfif","token":"</cfif>","types":"template_end"},
{"begin":26,"ender":39,"lexer":"markup","lines":2,"stack":"cfloop","token":"<cfset>","types":"template"},
{"begin":37,"ender":39,"lexer":"markup","lines":1,"stack":"cfset","token":"ArraySort(bodies[key], \"text\", \"asc\")","types":"attribute"},
{"begin":26,"ender":39,"lexer":"markup","lines":2,"stack":"cfloop","token":"</cfloop>","types":"template_end"},
{"begin":25,"ender":58,"lexer":"markup","lines":4,"stack":"tr","token":"<cfloop>","types":"template_start"},
{"begin":40,"ender":58,"lexer":"markup","lines":1,"stack":"cfloop","token":"from=\"1\"","types":"attribute"},
{"begin":40,"ender":58,"lexer":"markup","lines":1,"stack":"cfloop","token":"to=\"#maxLength#\"","types":"attribute"},
{"begin":40,"ender":58,"lexer":"markup","lines":1,"stack":"cfloop","token":"index=\"i\"","types":"attribute"},
{"begin":40,"ender":57,"lexer":"markup","lines":2,"stack":"cfloop","token":"<tr>","types":"start"},
{"begin":44,"ender":56,"lexer":"markup","lines":2,"stack":"tr","token":"<cfloop>","types":"template_start"},
{"begin":45,"ender":56,"lexer":"markup","lines":1,"stack":"cfloop","token":"list=\"#structKeyList(bodies)#\"","types":"attribute"},
{"begin":45,"ender":56,"lexer":"markup","lines":1,"stack":"cfloop","token":"index=\"key\"","types":"attribute"},
{"begin":45,"ender":55,"lexer":"markup","lines":2,"stack":"cfloop","token":"<td>","types":"start"},
{"begin":48,"ender":52,"lexer":"markup","lines":2,"stack":"td","token":"<cfif>","types":"template_start"},
{"begin":49,"ender":52,"lexer":"markup","lines":1,"stack":"cfif","token":"ArrayLen(bodies[key]) GTE i","types":"attribute"},
{"begin":49,"ender":52,"lexer":"markup","lines":2,"stack":"cfif","token":"#bodies[key][i]#","types":"content"},
{"begin":49,"ender":54,"lexer":"markup","lines":2,"stack":"cfif","token":"<cfelse>","types":"template_else"},
{"begin":52,"ender":54,"lexer":"markup","lines":2,"stack":"else","token":"&nbsp;","types":"content"},
{"begin":52,"ender":54,"lexer":"markup","lines":2,"stack":"else","token":"</cfif>","types":"template_end"},
{"begin":48,"ender":55,"lexer":"markup","lines":2,"stack":"td","token":"</td>","types":"end"},
{"begin":45,"ender":56,"lexer":"markup","lines":2,"stack":"cfloop","token":"</cfloop>","types":"template_end"},
{"begin":44,"ender":57,"lexer":"markup","lines":2,"stack":"tr","token":"</tr>","types":"end"},
{"begin":40,"ender":58,"lexer":"markup","lines":2,"stack":"cfloop","token":"</cfloop>","types":"template_end"},
{"begin":25,"ender":59,"lexer":"markup","lines":2,"stack":"tr","token":"</tr>","types":"end"},
{"begin":24,"ender":60,"lexer":"markup","lines":2,"stack":"table","token":"</table>","types":"end"},
{"begin":23,"ender":68,"lexer":"markup","lines":2,"stack":"cfoutput","token":"<cfif>","types":"template_start"},
{"begin":61,"ender":68,"lexer":"markup","lines":1,"stack":"cfif","token":"x EQ 1 OR y EQ 2","types":"attribute"},
{"begin":61,"ender":68,"lexer":"markup","lines":2,"stack":"cfif","token":"<cfset/>","types":"template"},
{"begin":63,"ender":68,"lexer":"markup","lines":1,"stack":"cfset","token":"z=3","types":"attribute"},
{"begin":61,"ender":67,"lexer":"markup","lines":2,"stack":"cfif","token":"<CFIF>","types":"template_start"},
{"begin":65,"ender":67,"lexer":"markup","lines":1,"stack":"cfif","token":"ListLen(Attributes.Site_Type_ID) OR ListLen(Attributes.Class_Type_ID) OR Attributes.Grantee_ID OR Attributes.Resa_ID OR Attributes.Class_Site_ID OR Attributes.Class_ID OR Attributes.NotComplete","types":"attribute"},
{"begin":65,"ender":67,"lexer":"markup","lines":0,"stack":"cfif","token":"</CFIF>","types":"template_end"},
{"begin":61,"ender":68,"lexer":"markup","lines":2,"stack":"cfif","token":"</cfif>","types":"template_end"},
{"begin":23,"ender":425,"lexer":"markup","lines":2,"stack":"cfoutput","token":"<CFMODULE>","types":"template_start"},
{"begin":69,"ender":425,"lexer":"markup","lines":1,"stack":"cfmodule","token":"Template=\"../../common/capture_content.cfm\"","types":"attribute"},
{"begin":69,"ender":425,"lexer":"markup","lines":1,"stack":"cfmodule","token":"ReturnVariable=\"displayContent\"","types":"attribute"},
{"begin":69,"ender":137,"lexer":"markup","lines":2,"stack":"cfmodule","token":"<CFIF>","types":"template_start"},
{"begin":72,"ender":137,"lexer":"markup","lines":1,"stack":"cfif","token":"Len(FileName)","types":"attribute"},
{"begin":72,"ender":137,"lexer":"markup","lines":2,"stack":"cfif","token":"<CFSET>","types":"template"},
{"begin":72,"ender":137,"lexer":"markup","lines":1,"stack":"cfif","token":"Caption=\"Mailing Labels Created\"","types":"attribute"},
{"begin":72,"ender":83,"lexer":"markup","lines":2,"stack":"cfif","token":"<div>","types":"start"},
{"begin":76,"ender":82,"lexer":"markup","lines":2,"stack":"div","token":"<CFOUTPUT>","types":"template_start"},
{"begin":77,"ender":81,"lexer":"markup","lines":0,"stack":"cfoutput","token":"<a>","types":"start"},
{"begin":78,"ender":81,"lexer":"markup","lines":1,"stack":"a","token":"href=\"profdev/display/#fileName#\"","types":"attribute"},
{"begin":78,"ender":81,"lexer":"markup","lines":0,"stack":"a","token":"Download Mailing Labels","types":"content"},
{"begin":78,"ender":81,"lexer":"markup","lines":0,"stack":"a","token":"</a>","types":"end"},
{"begin":77,"ender":82,"lexer":"markup","lines":0,"stack":"cfoutput","token":"</CFOUTPUT>","types":"template_end"},
{"begin":76,"ender":83,"lexer":"markup","lines":2,"stack":"div","token":"</div>","types":"end"},
{"begin":72,"ender":86,"lexer":"markup","lines":2,"stack":"cfif","token":"<p>","types":"start"},
{"begin":84,"ender":86,"lexer":"markup","lines":2,"stack":"p","token":"To save this file right click on the link above and choose \"Save Target As...\"","types":"content"},
{"begin":84,"ender":86,"lexer":"markup","lines":2,"stack":"p","token":"</p>","types":"end"},
{"begin":72,"ender":117,"lexer":"markup","lines":2,"stack":"cfif","token":"<p>","types":"start"},
{"begin":87,"ender":117,"lexer":"markup","lines":2,"stack":"p","token":"If you would like a coversheet for these labels that describes how they were filtered then","types":"content"},
{"begin":87,"ender":117,"lexer":"markup","lines":2,"stack":"p","token":"<CFSET>","types":"template"},
{"begin":87,"ender":117,"lexer":"markup","lines":1,"stack":"p","token":"formParams=\"mailtype=#Attributes.MailType#\"","types":"attribute"},
{"begin":87,"ender":99,"lexer":"markup","lines":2,"stack":"p","token":"<cfif>","types":"template_start"},
{"begin":91,"ender":99,"lexer":"markup","lines":1,"stack":"cfif","token":"isdefined(\"form.fieldnames\")","types":"attribute"},
{"begin":91,"ender":98,"lexer":"markup","lines":2,"stack":"cfif","token":"<cfloop>","types":"template_start"},
{"begin":93,"ender":98,"lexer":"markup","lines":1,"stack":"cfloop","token":"list=\"#form.fieldnames#\"","types":"attribute"},
{"begin":93,"ender":98,"lexer":"markup","lines":1,"stack":"cfloop","token":"index=\"field\"","types":"attribute"},
{"begin":93,"ender":98,"lexer":"markup","lines":2,"stack":"cfloop","token":"<cfset>","types":"template"},
{"begin":93,"ender":98,"lexer":"markup","lines":1,"stack":"cfloop","token":"formParams=ListAppend(formParams, \"#field#=\" & evaluate(\"form.\"&\"#field#\"),\"&\")","types":"attribute"},
{"begin":93,"ender":98,"lexer":"markup","lines":2,"stack":"cfloop","token":"</cfloop>","types":"template_end"},
{"begin":91,"ender":99,"lexer":"markup","lines":2,"stack":"cfif","token":"</cfif>","types":"template_end"},
{"begin":87,"ender":102,"lexer":"markup","lines":2,"stack":"p","token":"<cfmodule>","types":"template_start"},
{"begin":100,"ender":102,"lexer":"markup","lines":0,"stack":"cfmodule","token":"asdf","types":"content"},
{"begin":100,"ender":102,"lexer":"markup","lines":0,"stack":"cfmodule","token":"</cfmodule>","types":"template_end"},
{"begin":87,"ender":112,"lexer":"markup","lines":2,"stack":"p","token":"<CFMODULE>","types":"template_start"},
{"begin":103,"ender":112,"lexer":"markup","lines":1,"stack":"cfmodule","token":"Template=\"../../common/my_module.cfm\"","types":"attribute"},
{"begin":103,"ender":112,"lexer":"markup","lines":1,"stack":"cfmodule","token":"ReturnVariable=\"someVariable\"","types":"attribute"},
{"begin":103,"ender":109,"lexer":"markup","lines":0,"stack":"cfmodule","token":"<CFIF>","types":"template_start"},
{"begin":106,"ender":109,"lexer":"markup","lines":1,"stack":"cfif","token":"Len(FileName)","types":"attribute"},
{"begin":106,"ender":109,"lexer":"markup","lines":2,"stack":"cfif","token":"do some stuff since it is true","types":"content"},
{"begin":106,"ender":111,"lexer":"markup","lines":2,"stack":"cfif","token":"<CFELSE>","types":"template_else"},
{"begin":106,"ender":111,"lexer":"markup","lines":2,"stack":"cfif","token":"do some other stuff since it is false","types":"content"},
{"begin":106,"ender":111,"lexer":"markup","lines":2,"stack":"cfif","token":"</CFIF>","types":"template_end"},
{"begin":103,"ender":112,"lexer":"markup","lines":2,"stack":"cfmodule","token":"</CFMODULE>","types":"template_end"},
{"begin":87,"ender":117,"lexer":"markup","lines":2,"stack":"p","token":"<CF_AEMIS_PRINT>","types":"template"},
{"begin":87,"ender":117,"lexer":"markup","lines":2,"stack":"p","token":"Caption=\"Load the Coversheet\"","types":"attribute"},
{"begin":87,"ender":117,"lexer":"markup","lines":2,"stack":"p","token":"pURL=\"index.cfm?Section=#request.site.Section#&Page=#request.site.Page#&Step=CoverSheet&#formParams#\"","types":"attribute"},
{"begin":87,"ender":117,"lexer":"markup","lines":2,"stack":"p","token":"Image=\"\"","types":"attribute"},
{"begin":87,"ender":117,"lexer":"markup","lines":0,"stack":"p","token":"</p>","types":"end"},
{"begin":72,"ender":120,"lexer":"markup","lines":2,"stack":"cfif","token":"<p>","types":"start"},
{"begin":118,"ender":120,"lexer":"markup","lines":2,"stack":"p","token":"To use these labels, open the file in Microsoft Word and print them.","types":"content"},
{"begin":118,"ender":120,"lexer":"markup","lines":2,"stack":"p","token":"</p>","types":"end"},
{"begin":72,"ender":129,"lexer":"markup","lines":2,"stack":"cfif","token":"<cfif>","types":"template_start"},
{"begin":121,"ender":129,"lexer":"markup","lines":1,"stack":"cfif","token":"isdefined(\"form.fieldnames\")","types":"attribute"},
{"begin":121,"ender":128,"lexer":"markup","lines":2,"stack":"cfif","token":"<cfloop>","types":"template_start"},
{"begin":123,"ender":128,"lexer":"markup","lines":1,"stack":"cfloop","token":"list=\"#form.fieldnames#\"","types":"attribute"},
{"begin":123,"ender":128,"lexer":"markup","lines":1,"stack":"cfloop","token":"index=\"field\"","types":"attribute"},
{"begin":123,"ender":128,"lexer":"markup","lines":2,"stack":"cfloop","token":"<cfset>","types":"template"},
{"begin":123,"ender":128,"lexer":"markup","lines":1,"stack":"cfloop","token":"formParams=ListAppend(formParams, \"#field#=\" & evaluate(\"form.\"&\"#field#\"),\"&\")","types":"attribute"},
{"begin":123,"ender":128,"lexer":"markup","lines":2,"stack":"cfloop","token":"</cfloop>","types":"template_end"},
{"begin":121,"ender":129,"lexer":"markup","lines":2,"stack":"cfif","token":"</cfif>","types":"template_end"},
{"begin":72,"ender":133,"lexer":"markup","lines":2,"stack":"cfif","token":"<p>","types":"start"},
{"begin":130,"ender":133,"lexer":"markup","lines":1,"stack":"p","token":"class=\"warning\"","types":"attribute"},
{"begin":130,"ender":133,"lexer":"markup","lines":0,"stack":"p","token":"It is always a good idea to print one test page\non plain paper and overlay it on your labels before printing the entire list to make sure everything is configured on your printer\ncorrectly.","types":"content"},
{"begin":130,"ender":133,"lexer":"markup","lines":2,"stack":"p","token":"</p>","types":"end"},
{"begin":72,"ender":136,"lexer":"markup","lines":2,"stack":"cfif","token":"<p>","types":"start"},
{"begin":134,"ender":136,"lexer":"markup","lines":2,"stack":"p","token":"Mailing Labels are formatted for standard Avery 5160 mailing label stock.","types":"content"},
{"begin":134,"ender":136,"lexer":"markup","lines":2,"stack":"p","token":"</p>","types":"end"},
{"begin":72,"ender":141,"lexer":"markup","lines":2,"stack":"cfif","token":"<CFELSE>","types":"template_else"},
{"begin":72,"ender":141,"lexer":"markup","lines":2,"stack":"cfif","token":"<CFSET>","types":"template"},
{"begin":72,"ender":141,"lexer":"markup","lines":1,"stack":"cfif","token":"Caption=\"Mailing Label Creation Error\"","types":"attribute"},
{"begin":72,"ender":141,"lexer":"markup","lines":2,"stack":"cfif","token":"There were no people found that match your filter criteria. Please go back to the filter and try again.","types":"content"},
{"begin":72,"ender":141,"lexer":"markup","lines":2,"stack":"cfif","token":"</CFIF>","types":"template_end"},
{"begin":69,"ender":425,"lexer":"markup","lines":2,"stack":"cfmodule","token":"<cfset>","types":"template"},
{"begin":69,"ender":425,"lexer":"markup","lines":1,"stack":"cfmodule","token":"links=\"<p><a href=\"\"index.cfm?Section=#request.site.Section#&Page=#request.site.Page#&Step=#LastStep#&#formParams#&TimeStamp=#request.site.TimeStamp#\"\">Generate</a> another set of #captionText# mailing labels</p>\"","types":"template_attribute"},
{"begin":69,"ender":425,"lexer":"markup","lines":2,"stack":"cfmodule","token":"<cfset>","types":"template"},
{"begin":69,"ender":425,"lexer":"markup","lines":1,"stack":"cfmodule","token":"formParams=ListAppend(formParams, \"#field#=\" & evaluate(\"form.\"&\"#field#\"),\"&\")","types":"attribute"},
{"begin":69,"ender":154,"lexer":"markup","lines":2,"stack":"cfmodule","token":"<cfif>","types":"template_start"},
{"begin":146,"ender":154,"lexer":"markup","lines":1,"stack":"cfif","token":"isdefined(\"form.fieldnames\")","types":"attribute"},
{"begin":146,"ender":153,"lexer":"markup","lines":2,"stack":"cfif","token":"<cfloop>","types":"template_start"},
{"begin":148,"ender":153,"lexer":"markup","lines":1,"stack":"cfloop","token":"list=\"#form.fieldnames#\"","types":"attribute"},
{"begin":148,"ender":153,"lexer":"markup","lines":1,"stack":"cfloop","token":"index=\"field\"","types":"attribute"},
{"begin":148,"ender":153,"lexer":"markup","lines":2,"stack":"cfloop","token":"<cfset>","types":"template"},
{"begin":148,"ender":153,"lexer":"markup","lines":1,"stack":"cfloop","token":"formParams=ListAppend(formParams, \"#field#=\" & evaluate(\"form.\"&\"#field#\"),\"&\")","types":"attribute"},
{"begin":148,"ender":153,"lexer":"markup","lines":2,"stack":"cfloop","token":"</cfloop>","types":"template_end"},
{"begin":146,"ender":154,"lexer":"markup","lines":2,"stack":"cfif","token":"</cfif>","types":"template_end"},
{"begin":69,"ender":163,"lexer":"markup","lines":2,"stack":"cfmodule","token":"<cfif>","types":"template_start"},
{"begin":155,"ender":163,"lexer":"markup","lines":1,"stack":"cfif","token":"isdefined(\"form.fieldnames\")","types":"attribute"},
{"begin":155,"ender":162,"lexer":"markup","lines":2,"stack":"cfif","token":"<cfloop>","types":"template_start"},
{"begin":157,"ender":162,"lexer":"markup","lines":1,"stack":"cfloop","token":"list=\"#form.fieldnames#\"","types":"attribute"},
{"begin":157,"ender":162,"lexer":"markup","lines":1,"stack":"cfloop","token":"index=\"field\"","types":"attribute"},
{"begin":157,"ender":162,"lexer":"markup","lines":2,"stack":"cfloop","token":"<cfset>","types":"template"},
{"begin":157,"ender":162,"lexer":"markup","lines":1,"stack":"cfloop","token":"formParams=ListAppend(formParams, \"#field#=\" & evaluate(\"form.\"&\"#field#\"),\"&\")","types":"attribute"},
{"begin":157,"ender":162,"lexer":"markup","lines":2,"stack":"cfloop","token":"</cfloop>","types":"template_end"},
{"begin":155,"ender":163,"lexer":"markup","lines":2,"stack":"cfif","token":"</cfif>","types":"template_end"},
{"begin":69,"ender":166,"lexer":"markup","lines":2,"stack":"cfmodule","token":"<CFIF>","types":"template_start"},
{"begin":164,"ender":166,"lexer":"markup","lines":1,"stack":"cfif","token":"(Attributes.X OR (Attributes.Value123 EQ SOME_VALUE)) AND NOT Attributes.Z","types":"attribute"},
{"begin":164,"ender":166,"lexer":"markup","lines":2,"stack":"cfif","token":"</CFIF>","types":"template_end"},
{"begin":69,"ender":336,"lexer":"markup","lines":2,"stack":"cfmodule","token":"<cfscript>","types":"template_start"},
{"begin":167,"ender":336,"lexer":"script","lines":2,"stack":"cfscript","token":"function","types":"word"},
{"begin":167,"ender":336,"lexer":"script","lines":1,"stack":"cfscript","token":"crc16","types":"reference"},
{"begin":167,"ender":172,"lexer":"script","lines":0,"stack":"cfscript","token":"(","types":"start"},
{"begin":170,"ender":172,"lexer":"script","lines":0,"stack":"","token":"str","types":"reference"},
{"begin":170,"ender":172,"lexer":"script","lines":0,"stack":"","token":")","types":"end"},
{"begin":167,"ender":335,"lexer":"script","lines":1,"stack":"cfscript","token":"{","types":"start"},
{"begin":173,"ender":335,"lexer":"script","lines":3,"stack":"","token":"var","types":"word"},
{"begin":173,"ender":335,"lexer":"script","lines":1,"stack":"","token":"Crc16Tab","types":"reference"},
{"begin":173,"ender":335,"lexer":"script","lines":1,"stack":"","token":"=","types":"operator"},
{"begin":173,"ender":335,"lexer":"script","lines":1,"stack":"","token":"listToArray","types":"word"},
{"begin":173,"ender":180,"lexer":"script","lines":0,"stack":"","token":"(","types":"start"},
{"begin":178,"ender":180,"lexer":"script","lines":0,"stack":"","token":"'0,4129,8258,12387,16516,20645,24774,28903,33032,37161,41290,45419,49548,53677,57806,61935,4657,528,12915,8786,21173,17044,29431,25302,37689,33560,45947,41818,54205,50076,62463,58334,9314,13379,1056,5121,25830,29895,17572,21637,42346,46411,34088,38153,58862,62927,50604,54669,13907,9842,5649,1584,30423,26358,22165,18100,46939,42874,38681,34616,63455,59390,55197,51132,18628,22757,26758,30887,2112,6241,10242,14371,51660,55789,59790,63919,35144,39273,43274,47403,23285,19156,31415,27286,6769,2640,14899,10770,56317,52188,64447,60318,39801,35672,47931,43802,27814,31879,19684,23749,11298,15363,3168,7233,60846,64911,52716,56781,44330,48395,36200,40265,32407,28342,24277,20212,15891,11826,7761,3696,65439,61374,57309,53244,48923,44858,40793,36728,37256,33193,45514,41451,53516,49453,61774,57711,4224,161,12482,8419,20484,16421,28742,24679,33721,37784,41979,46042,49981,54044,58239,62302,689,4752,8947,13010,16949,21012,25207,29270,46570,42443,38312,34185,62830,58703,54572,50445,13538,9411,5280,1153,29798,25671,21540,17413,42971,47098,34713,38840,59231,63358,50973,55100,9939,14066,1681,5808,26199,30326,17941,22068,55628,51565,63758,59695,39368,35305,47498,43435,22596,18533,30726,26663,6336,2273,14466,10403,52093,56156,60223,64286,35833,39896,43963,48026,19061,23124,27191,31254,2801,6864,10931,14994,64814,60687,56684,52557,48554,44427,40424,36297,31782,27655,23652,19525,15522,11395,7392,3265,61215,65342,53085,57212,44955,49082,36825,40952,28183,32310,20053,24180,11923,16050,3793,7920'","types":"string"},
{"begin":178,"ender":180,"lexer":"script","lines":0,"stack":"","token":")","types":"end"},
{"begin":173,"ender":335,"lexer":"script","lines":0,"stack":"","token":";","types":"separator"},
{"begin":173,"ender":335,"lexer":"script","lines":3,"stack":"","token":"var","types":"word"},
{"begin":173,"ender":335,"lexer":"script","lines":1,"stack":"","token":"n","types":"reference"},
{"begin":173,"ender":335,"lexer":"script","lines":1,"stack":"","token":"=","types":"operator"},
{"begin":173,"ender":335,"lexer":"script","lines":1,"stack":"","token":"1","types":"number"},
{"begin":173,"ender":335,"lexer":"script","lines":0,"stack":"","token":";","types":"separator"},
{"begin":173,"ender":335,"lexer":"script","lines":2,"stack":"","token":"var","types":"word"},
{"begin":173,"ender":335,"lexer":"script","lines":1,"stack":"","token":"length","types":"reference"},
{"begin":173,"ender":335,"lexer":"script","lines":0,"stack":"","token":"=","types":"operator"},
{"begin":173,"ender":335,"lexer":"script","lines":0,"stack":"","token":"len","types":"word"},
{"begin":173,"ender":193,"lexer":"script","lines":0,"stack":"","token":"(","types":"start"},
{"begin":191,"ender":193,"lexer":"script","lines":0,"stack":"","token":"str","types":"reference"},
{"begin":191,"ender":193,"lexer":"script","lines":0,"stack":"","token":")","types":"end"},
{"begin":173,"ender":335,"lexer":"script","lines":0,"stack":"","token":";","types":"separator"},
{"begin":173,"ender":335,"lexer":"script","lines":2,"stack":"","token":"var","types":"word"},
{"begin":173,"ender":335,"lexer":"script","lines":1,"stack":"","token":"crc","types":"reference"},
{"begin":173,"ender":335,"lexer":"script","lines":1,"stack":"","token":"=","types":"operator"},
{"begin":173,"ender":335,"lexer":"script","lines":1,"stack":"","token":"0","types":"number"},
{"begin":173,"ender":335,"lexer":"script","lines":0,"stack":"","token":";","types":"separator"},
{"begin":173,"ender":335,"lexer":"script","lines":2,"stack":"","token":"var","types":"word"},
{"begin":173,"ender":335,"lexer":"script","lines":1,"stack":"","token":"ch","types":"reference"},
{"begin":173,"ender":335,"lexer":"script","lines":1,"stack":"","token":"=","types":"operator"},
{"begin":173,"ender":335,"lexer":"script","lines":1,"stack":"","token":"\"\"","types":"string"},
{"begin":173,"ender":335,"lexer":"script","lines":0,"stack":"","token":";","types":"separator"},
{"begin":173,"ender":335,"lexer":"script","lines":3,"stack":"","token":"if","types":"word"},
{"begin":173,"ender":214,"lexer":"script","lines":1,"stack":"","token":"(","types":"start"},
{"begin":206,"ender":214,"lexer":"script","lines":1,"stack":"","token":"not","types":"word"},
{"begin":206,"ender":214,"lexer":"script","lines":1,"stack":"","token":"structKeyExists","types":"word"},
{"begin":206,"ender":213,"lexer":"script","lines":0,"stack":"","token":"(","types":"start"},
{"begin":209,"ender":213,"lexer":"script","lines":0,"stack":"","token":"request","types":"word"},
{"begin":209,"ender":213,"lexer":"script","lines":0,"stack":"","token":",","types":"separator"},
{"begin":209,"ender":213,"lexer":"script","lines":1,"stack":"","token":"\"eswsoftware\"","types":"string"},
{"begin":209,"ender":213,"lexer":"script","lines":0,"stack":"","token":")","types":"end"},
{"begin":206,"ender":214,"lexer":"script","lines":1,"stack":"","token":")","types":"end"},
{"begin":173,"ender":224,"lexer":"script","lines":0,"stack":"","token":"x{","types":"start"},
{"begin":215,"ender":224,"lexer":"script","lines":2,"stack":"","token":"request","types":"word"},
{"begin":215,"ender":224,"lexer":"script","lines":0,"stack":"","token":".","types":"separator"},
{"begin":215,"ender":224,"lexer":"script","lines":0,"stack":"","token":"eswsoftware","types":"word"},
{"begin":215,"ender":224,"lexer":"script","lines":1,"stack":"","token":"=","types":"operator"},
{"begin":215,"ender":224,"lexer":"script","lines":1,"stack":"","token":"structNew","types":"word"},
{"begin":215,"ender":222,"lexer":"script","lines":0,"stack":"","token":"(","types":"start"},
{"begin":221,"ender":222,"lexer":"script","lines":0,"stack":"","token":")","types":"end"},
{"begin":215,"ender":224,"lexer":"script","lines":0,"stack":"","token":";","types":"separator"},
{"begin":215,"ender":224,"lexer":"script","lines":0,"stack":"","token":"x}","types":"end"},
{"begin":173,"ender":335,"lexer":"script","lines":2,"stack":"","token":"if","types":"word"},
{"begin":173,"ender":236,"lexer":"script","lines":1,"stack":"","token":"(","types":"start"},
{"begin":226,"ender":236,"lexer":"script","lines":1,"stack":"","token":"not","types":"word"},
{"begin":226,"ender":236,"lexer":"script","lines":1,"stack":"","token":"structKeyExists","types":"word"},
{"begin":226,"ender":235,"lexer":"script","lines":0,"stack":"","token":"(","types":"start"},
{"begin":229,"ender":235,"lexer":"script","lines":0,"stack":"","token":"request","types":"word"},
{"begin":229,"ender":235,"lexer":"script","lines":0,"stack":"","token":".","types":"separator"},
{"begin":229,"ender":235,"lexer":"script","lines":0,"stack":"","token":"eswsoftware","types":"word"},
{"begin":229,"ender":235,"lexer":"script","lines":0,"stack":"","token":",","types":"separator"},
{"begin":229,"ender":235,"lexer":"script","lines":1,"stack":"","token":"\"crc16\"","types":"string"},
{"begin":229,"ender":235,"lexer":"script","lines":0,"stack":"","token":")","types":"end"},
{"begin":226,"ender":236,"lexer":"script","lines":1,"stack":"","token":")","types":"end"},
{"begin":173,"ender":248,"lexer":"script","lines":0,"stack":"","token":"x{","types":"start"},
{"begin":237,"ender":248,"lexer":"script","lines":2,"stack":"","token":"request","types":"word"},
{"begin":237,"ender":248,"lexer":"script","lines":0,"stack":"","token":".","types":"separator"},
{"begin":237,"ender":248,"lexer":"script","lines":0,"stack":"","token":"eswsoftware","types":"word"},
{"begin":237,"ender":248,"lexer":"script","lines":0,"stack":"","token":".","types":"separator"},
{"begin":237,"ender":248,"lexer":"script","lines":0,"stack":"","token":"crc16","types":"word"},
{"begin":237,"ender":248,"lexer":"script","lines":1,"stack":"","token":"=","types":"operator"},
{"begin":237,"ender":248,"lexer":"script","lines":1,"stack":"","token":"structNew","types":"word"},
{"begin":237,"ender":246,"lexer":"script","lines":0,"stack":"","token":"(","types":"start"},
{"begin":245,"ender":246,"lexer":"script","lines":0,"stack":"","token":")","types":"end"},
{"begin":237,"ender":248,"lexer":"script","lines":0,"stack":"","token":";","types":"separator"},
{"begin":237,"ender":248,"lexer":"script","lines":0,"stack":"","token":"x}","types":"end"},
{"begin":173,"ender":335,"lexer":"script","lines":2,"stack":"","token":"request","types":"word"},
{"begin":173,"ender":335,"lexer":"script","lines":0,"stack":"","token":".","types":"separator"},
{"begin":173,"ender":335,"lexer":"script","lines":0,"stack":"","token":"eswsoftware","types":"word"},
{"begin":173,"ender":335,"lexer":"script","lines":0,"stack":"","token":".","types":"separator"},
{"begin":173,"ender":335,"lexer":"script","lines":0,"stack":"","token":"crc16","types":"word"},
{"begin":173,"ender":335,"lexer":"script","lines":0,"stack":"","token":".","types":"separator"},
{"begin":173,"ender":335,"lexer":"script","lines":0,"stack":"","token":"version","types":"word"},
{"begin":173,"ender":335,"lexer":"script","lines":1,"stack":"","token":"=","types":"operator"},
{"begin":173,"ender":335,"lexer":"script","lines":1,"stack":"","token":"1","types":"number"},
{"begin":173,"ender":335,"lexer":"script","lines":0,"stack":"","token":";","types":"separator"},
{"begin":173,"ender":335,"lexer":"script","lines":3,"stack":"","token":"for","types":"word"},
{"begin":173,"ender":271,"lexer":"script","lines":1,"stack":"","token":"(","types":"start"},
{"begin":260,"ender":271,"lexer":"script","lines":1,"stack":"","token":";","types":"separator"},
{"begin":260,"ender":271,"lexer":"script","lines":1,"stack":"","token":"n","types":"reference"},
{"begin":260,"ender":271,"lexer":"script","lines":1,"stack":"","token":"lte","types":"word"},
{"begin":260,"ender":271,"lexer":"script","lines":1,"stack":"","token":"length","types":"reference"},
{"begin":260,"ender":271,"lexer":"script","lines":1,"stack":"","token":";","types":"separator"},
{"begin":260,"ender":271,"lexer":"script","lines":1,"stack":"","token":"n","types":"reference"},
{"begin":260,"ender":271,"lexer":"script","lines":1,"stack":"","token":"=","types":"operator"},
{"begin":260,"ender":271,"lexer":"script","lines":1,"stack":"","token":"n","types":"reference"},
{"begin":260,"ender":271,"lexer":"script","lines":1,"stack":"","token":"+","types":"operator"},
{"begin":260,"ender":271,"lexer":"script","lines":1,"stack":"","token":"1","types":"number"},
{"begin":260,"ender":271,"lexer":"script","lines":1,"stack":"","token":")","types":"end"},
{"begin":173,"ender":326,"lexer":"script","lines":1,"stack":"","token":"{","types":"start"},
{"begin":272,"ender":326,"lexer":"script","lines":2,"stack":"","token":"ch","types":"reference"},
{"begin":272,"ender":326,"lexer":"script","lines":1,"stack":"","token":"=","types":"operator"},
{"begin":272,"ender":326,"lexer":"script","lines":1,"stack":"","token":"mid","types":"word"},
{"begin":272,"ender":282,"lexer":"script","lines":0,"stack":"","token":"(","types":"start"},
{"begin":276,"ender":282,"lexer":"script","lines":0,"stack":"","token":"str","types":"reference"},
{"begin":276,"ender":282,"lexer":"script","lines":0,"stack":"","token":",","types":"separator"},
{"begin":276,"ender":282,"lexer":"script","lines":1,"stack":"","token":"n","types":"reference"},
{"begin":276,"ender":282,"lexer":"script","lines":0,"stack":"","token":",","types":"separator"},
{"begin":276,"ender":282,"lexer":"script","lines":1,"stack":"","token":"1","types":"number"},
{"begin":276,"ender":282,"lexer":"script","lines":0,"stack":"","token":")","types":"end"},
{"begin":272,"ender":326,"lexer":"script","lines":0,"stack":"","token":";","types":"separator"},
{"begin":272,"ender":326,"lexer":"script","lines":3,"stack":"","token":"crc","types":"reference"},
{"begin":272,"ender":326,"lexer":"script","lines":1,"stack":"","token":"=","types":"operator"},
{"begin":272,"ender":326,"lexer":"script","lines":1,"stack":"","token":"bitAnd","types":"word"},
{"begin":272,"ender":324,"lexer":"script","lines":0,"stack":"","token":"(","types":"start"},
{"begin":287,"ender":324,"lexer":"script","lines":2,"stack":"","token":"bitXor","types":"word"},
{"begin":287,"ender":321,"lexer":"script","lines":0,"stack":"","token":"(","types":"start"},
{"begin":289,"ender":321,"lexer":"script","lines":2,"stack":"","token":"bitShlN","types":"word"},
{"begin":289,"ender":295,"lexer":"script","lines":0,"stack":"","token":"(","types":"start"},
{"begin":291,"ender":295,"lexer":"script","lines":0,"stack":"","token":"crc","types":"reference"},
{"begin":291,"ender":295,"lexer":"script","lines":0,"stack":"","token":",","types":"separator"},
{"begin":291,"ender":295,"lexer":"script","lines":1,"stack":"","token":"8","types":"number"},
{"begin":291,"ender":295,"lexer":"script","lines":0,"stack":"","token":")","types":"end"},
{"begin":289,"ender":321,"lexer":"script","lines":0,"stack":"","token":",","types":"separator"},
{"begin":289,"ender":321,"lexer":"script","lines":2,"stack":"","token":"Crc16Tab","types":"reference"},
{"begin":289,"ender":320,"lexer":"script","lines":0,"stack":"","token":"[","types":"start"},
{"begin":298,"ender":320,"lexer":"script","lines":2,"stack":"","token":"1","types":"number"},
{"begin":298,"ender":320,"lexer":"script","lines":2,"stack":"","token":"+","types":"operator"},
{"begin":298,"ender":320,"lexer":"script","lines":1,"stack":"","token":"bitAnd","types":"word"},
{"begin":298,"ender":319,"lexer":"script","lines":0,"stack":"","token":"(","types":"start"},
{"begin":302,"ender":319,"lexer":"script","lines":2,"stack":"","token":"bitXor","types":"word"},
{"begin":302,"ender":316,"lexer":"script","lines":0,"stack":"","token":"(","types":"start"},
{"begin":304,"ender":316,"lexer":"script","lines":2,"stack":"","token":"bitShrN","types":"word"},
{"begin":304,"ender":310,"lexer":"script","lines":0,"stack":"","token":"(","types":"start"},
{"begin":306,"ender":310,"lexer":"script","lines":0,"stack":"","token":"crc","types":"reference"},
{"begin":306,"ender":310,"lexer":"script","lines":0,"stack":"","token":",","types":"separator"},
{"begin":306,"ender":310,"lexer":"script","lines":1,"stack":"","token":"8","types":"number"},
{"begin":306,"ender":310,"lexer":"script","lines":0,"stack":"","token":")","types":"end"},
{"begin":304,"ender":316,"lexer":"script","lines":0,"stack":"","token":",","types":"separator"},
{"begin":304,"ender":316,"lexer":"script","lines":2,"stack":"","token":"asc","types":"word"},
{"begin":304,"ender":315,"lexer":"script","lines":0,"stack":"","token":"(","types":"start"},
{"begin":313,"ender":315,"lexer":"script","lines":0,"stack":"","token":"ch","types":"reference"},
{"begin":313,"ender":315,"lexer":"script","lines":0,"stack":"","token":")","types":"end"},
{"begin":304,"ender":316,"lexer":"script","lines":2,"stack":"","token":")","types":"end"},
{"begin":302,"ender":319,"lexer":"script","lines":0,"stack":"","token":",","types":"separator"},
{"begin":302,"ender":319,"lexer":"script","lines":2,"stack":"","token":"255","types":"number"},
{"begin":302,"ender":319,"lexer":"script","lines":2,"stack":"","token":")","types":"end"},
{"begin":298,"ender":320,"lexer":"script","lines":2,"stack":"","token":"]","types":"end"},
{"begin":289,"ender":321,"lexer":"script","lines":2,"stack":"","token":")","types":"end"},
{"begin":287,"ender":324,"lexer":"script","lines":0,"stack":"","token":",","types":"separator"},
{"begin":287,"ender":324,"lexer":"script","lines":2,"stack":"","token":"65535","types":"number"},
{"begin":287,"ender":324,"lexer":"script","lines":0,"stack":"","token":")","types":"end"},
{"begin":272,"ender":326,"lexer":"script","lines":0,"stack":"","token":";","types":"separator"},
{"begin":272,"ender":326,"lexer":"script","lines":2,"stack":"","token":"}","types":"end"},
{"begin":173,"ender":335,"lexer":"script","lines":2,"stack":"","token":"return","types":"word"},
{"begin":173,"ender":335,"lexer":"script","lines":1,"stack":"","token":"formatBaseN","types":"word"},
{"begin":173,"ender":333,"lexer":"script","lines":0,"stack":"","token":"(","types":"start"},
{"begin":329,"ender":333,"lexer":"script","lines":0,"stack":"","token":"crc","types":"reference"},
{"begin":329,"ender":333,"lexer":"script","lines":0,"stack":"","token":",","types":"separator"},
{"begin":329,"ender":333,"lexer":"script","lines":1,"stack":"","token":"16","types":"number"},
{"begin":329,"ender":333,"lexer":"script","lines":0,"stack":"","token":")","types":"end"},
{"begin":173,"ender":335,"lexer":"script","lines":0,"stack":"","token":";","types":"separator"},
{"begin":173,"ender":335,"lexer":"script","lines":3,"stack":"","token":"}","types":"end"},
{"begin":167,"ender":336,"lexer":"markup","lines":2,"stack":"cfscript","token":"</cfscript>","types":"template_end"},
{"begin":69,"ender":425,"lexer":"markup","lines":2,"stack":"cfmodule","token":"<cfquery name=\"qVesselExists\" datasource=\"#getDSN()#\">\n                SELECT vessel_code\n                  FROM master_vessel\n                      WHERE REGEXP_REPLACE(regexp_replace(vessel_long_name, '( *[[:punct:]])', ''), '\\s*', '') = <CFQUERYPARAM CFSQLType=\"CF_SQL_Varchar\" Value=\"#condensedVesselText#\">\n                AND operator_code = <CFQUERYPARAM CFSQLType=\"CF_SQL_Integer\" Value=\"#Arguments.OperatorCode#\" />\n            </cfquery>","types":"content_preserve"},
{"begin":69,"ender":425,"lexer":"markup","lines":2,"stack":"cfmodule","token":"<cfreturn/>","types":"template"},
{"begin":69,"ender":425,"lexer":"markup","lines":1,"stack":"cfmodule","token":"variables.instance.coderFactory.getCoder(\"dataset\",\"#arguments.datasetID#\")","types":"attribute"},
{"begin":69,"ender":425,"lexer":"markup","lines":2,"stack":"cfmodule","token":"<cfset/>","types":"template"},
{"begin":69,"ender":425,"lexer":"markup","lines":1,"stack":"cfmodule","token":"reportCount=reportCount + 1","types":"attribute"},
{"begin":69,"ender":344,"lexer":"markup","lines":2,"stack":"cfmodule","token":"<div>","types":"start"},
{"begin":342,"ender":344,"lexer":"markup","lines":1,"stack":"div","token":"<cfif reportCount NEQ ListLen(reportList)>class=\"paged\"</cfif>","types":"template_attribute"},
{"begin":342,"ender":344,"lexer":"markup","lines":0,"stack":"div","token":"</div>","types":"end"},
{"begin":69,"ender":360,"lexer":"markup","lines":2,"stack":"cfmodule","token":"<CFFUNCTION>","types":"template_start"},
{"begin":345,"ender":360,"lexer":"markup","lines":1,"stack":"cffunction","token":"Name=\"FixDatasetForLine\"","types":"attribute"},
{"begin":345,"ender":360,"lexer":"markup","lines":1,"stack":"cffunction","token":"output=\"false\"","types":"attribute"},
{"begin":345,"ender":360,"lexer":"markup","lines":2,"stack":"cffunction","token":"<CFARGUMENT>","types":"template"},
{"begin":345,"ender":360,"lexer":"markup","lines":1,"stack":"cffunction","token":"Name=\"Line_ID\"","types":"attribute"},
{"begin":345,"ender":360,"lexer":"markup","lines":1,"stack":"cffunction","token":"Type=\"String\"","types":"attribute"},
{"begin":345,"ender":360,"lexer":"markup","lines":1,"stack":"cffunction","token":"Required=\"True\"","types":"attribute"},
{"begin":345,"ender":360,"lexer":"markup","lines":3,"stack":"cffunction","token":"<cfset/>","types":"template"},
{"begin":345,"ender":360,"lexer":"markup","lines":1,"stack":"cffunction","token":"var","types":"attribute"},
{"begin":345,"ender":360,"lexer":"markup","lines":1,"stack":"cffunction","token":"l=structNew()","types":"attribute"},
{"begin":345,"ender":360,"lexer":"markup","lines":4,"stack":"cffunction","token":"<cfquery name=\"l.cinfo\" datasource=\"#getDSN()#\">\n            SELECT d.id as dataset_id, d.period, l.receiving_date FROM line_container l, dataset_container d\n            WHERE l.id = <cfqueryparam cfsqltype=\"cf_sql_integer\" value=\"#arguments.line_id#\" />\n            AND d.id = l.dataset_id\n        </cfquery>","types":"content_preserve"},
{"begin":345,"ender":360,"lexer":"markup","lines":2,"stack":"cffunction","token":"<cfset/>","types":"template"},
{"begin":345,"ender":360,"lexer":"markup","lines":1,"stack":"cffunction","token":"l.true_period=\"1/#Month(l.cinfo.receiving_date)#/#Year(l.cinfo.receiving_date)#\"","types":"attribute"},
{"begin":345,"ender":360,"lexer":"markup","lines":2,"stack":"cffunction","token":"<cfreturn/>","types":"template"},
{"begin":345,"ender":360,"lexer":"markup","lines":1,"stack":"cffunction","token":"l","types":"attribute"},
{"begin":345,"ender":360,"lexer":"markup","lines":2,"stack":"cffunction","token":"</CFFUNCTION>","types":"template_end"},
{"begin":69,"ender":425,"lexer":"markup","lines":4,"stack":"cfmodule","token":"<cfquery name=\"q\" datasource=\"#getDSN()#\">\n    SELECT *\n\n    FROM    foobar_leasor c\n    WHERE   1=1\n    <cfif LEN(arguments.fromOrganizationCode)>\n        <cfif arguments.fromOrganizationType EQ \"R\">\n            AND op1.organization_code = <cfqueryparam cfsqltype=\"cf_sql_integer\" value=\"#arguments.FromOrganizationCode#\" />\n        <cfelse>\n            AND ts1.ts_oper = <cfqueryparam cfsqltype=\"cf_sql_integer\" value=\"#arguments.FromOrganizationCode#\" />\n        </cfif>\n    </cfif>\n</cfquery>","types":"content_preserve"},
{"begin":69,"ender":376,"lexer":"markup","lines":4,"stack":"cfmodule","token":"<cfcomponent>","types":"template_start"},
{"begin":362,"ender":376,"lexer":"markup","lines":1,"stack":"cfcomponent","token":"extends=\"BaseComponent\"","types":"attribute"},
{"begin":362,"ender":375,"lexer":"markup","lines":3,"stack":"cfcomponent","token":"<cffunction>","types":"template_start"},
{"begin":364,"ender":375,"lexer":"markup","lines":3,"stack":"cffunction","token":"hint=\"returns the leasor_id for the newly created leasor foobar record\"","types":"attribute"},
{"begin":364,"ender":375,"lexer":"markup","lines":2,"stack":"cffunction","token":"name=\"create\"","types":"attribute"},
{"begin":364,"ender":375,"lexer":"markup","lines":2,"stack":"cffunction","token":"output=\"false\"","types":"attribute"},
{"begin":364,"ender":375,"lexer":"markup","lines":2,"stack":"cffunction","token":"returntype=\"numeric\"","types":"attribute"},
{"begin":364,"ender":375,"lexer":"markup","lines":2,"stack":"cffunction","token":"<cfargument>","types":"template"},
{"begin":364,"ender":375,"lexer":"markup","lines":1,"stack":"cffunction","token":"name=\"foobarcode\"","types":"attribute"},
{"begin":364,"ender":375,"lexer":"markup","lines":1,"stack":"cffunction","token":"required=\"true\"","types":"attribute"},
{"begin":364,"ender":375,"lexer":"markup","lines":1,"stack":"cffunction","token":"type=\"numeric\"","types":"attribute"},
{"begin":364,"ender":375,"lexer":"markup","lines":3,"stack":"cffunction","token":"<cfreturn/>","types":"template"},
{"begin":364,"ender":375,"lexer":"markup","lines":1,"stack":"cffunction","token":"getImportLeasor().CodeAndErrorCheck(argumentCollection = {, foobarCode = arguments.foobarCode })","types":"attribute"},
{"begin":364,"ender":375,"lexer":"markup","lines":3,"stack":"cffunction","token":"</cffunction>","types":"template_end"},
{"begin":362,"ender":376,"lexer":"markup","lines":3,"stack":"cfcomponent","token":"</cfcomponent>","types":"template_end"},
{"begin":69,"ender":425,"lexer":"markup","lines":3,"stack":"cfmodule","token":"<cfquery name=\"c\" datasource=\"#getDSN()#\">\n        SELECT certification_id\n          FROM aemis.pd_certification\n         WHERE certification = <cfqueryparam cfsqltype=\"cf_sql_varchar\" value=\"#Trim(arguments.data.certification[arguments.data.currentRow])#\">\n        and open_py <= 2015 AND (close_py >= 2015 OR close_py IS NULL)\n</cfquery>","types":"content_preserve"},
{"begin":69,"ender":393,"lexer":"markup","lines":3,"stack":"cfmodule","token":"<cftransaction>","types":"template_start"},
{"begin":378,"ender":392,"lexer":"markup","lines":2,"stack":"cftransaction","token":"<cftry>","types":"template_start"},
{"begin":379,"ender":383,"lexer":"markup","lines":2,"stack":"cftry","token":"<cfloop>","types":"template_start"},
{"begin":380,"ender":383,"lexer":"markup","lines":1,"stack":"cfloop","token":"query=\"arguments.data\"","types":"attribute"},
{"begin":380,"ender":383,"lexer":"markup","lines":2,"stack":"cfloop","token":"<!--- do some stuff.. doesn't matter.. --->","types":"comment"},
{"begin":380,"ender":383,"lexer":"markup","lines":3,"stack":"cfloop","token":"</cfloop>","types":"template_end"},
{"begin":379,"ender":392,"lexer":"markup","lines":2,"stack":"cftry","token":"<!--- everything worked, commit the transaction! --->","types":"comment"},
{"begin":379,"ender":392,"lexer":"markup","lines":2,"stack":"cftry","token":"<cftransaction>","types":"template"},
{"begin":379,"ender":392,"lexer":"markup","lines":1,"stack":"cftry","token":"action=\"commit\"","types":"attribute"},
{"begin":379,"ender":391,"lexer":"markup","lines":2,"stack":"cftry","token":"<cfcatch>","types":"template_start"},
{"begin":387,"ender":391,"lexer":"markup","lines":2,"stack":"cfcatch","token":"<!--- something went wrong; roll back the transaction! --->","types":"comment"},
{"begin":387,"ender":391,"lexer":"markup","lines":2,"stack":"cfcatch","token":"<cftransaction>","types":"template"},
{"begin":387,"ender":391,"lexer":"markup","lines":1,"stack":"cfcatch","token":"action=\"rollback\"","types":"attribute"},
{"begin":387,"ender":391,"lexer":"markup","lines":2,"stack":"cfcatch","token":"</cfcatch>","types":"template_end"},
{"begin":379,"ender":392,"lexer":"markup","lines":2,"stack":"cftry","token":"</cftry>","types":"template_end"},
{"begin":378,"ender":393,"lexer":"markup","lines":2,"stack":"cftransaction","token":"</cftransaction>","types":"template_end"},
{"begin":69,"ender":402,"lexer":"markup","lines":3,"stack":"cfmodule","token":"<cfif>","types":"template_start"},
{"begin":394,"ender":402,"lexer":"markup","lines":1,"stack":"cfif","token":"local.col EQ arguments.ignoreRowIfMissingDataInColumn AND NOT LEN(Trim(local.cellValue))","types":"attribute"},
{"begin":394,"ender":402,"lexer":"markup","lines":2,"stack":"cfif","token":"<cfset/>","types":"template"},
{"begin":394,"ender":402,"lexer":"markup","lines":1,"stack":"cfif","token":"local.break=false","types":"attribute"},
{"begin":394,"ender":402,"lexer":"markup","lines":2,"stack":"cfif","token":"<!--- just get rid of this row since we think it is empty --->","types":"comment"},
{"begin":394,"ender":402,"lexer":"markup","lines":2,"stack":"cfif","token":"<cfset/>","types":"template"},
{"begin":394,"ender":402,"lexer":"markup","lines":1,"stack":"cfif","token":"ArrayDeleteAt(local.ary,local.aryRowIndex)","types":"attribute"},
{"begin":394,"ender":402,"lexer":"markup","lines":2,"stack":"cfif","token":"<cfbreak>","types":"template"},
{"begin":394,"ender":402,"lexer":"markup","lines":2,"stack":"cfif","token":"</cfif>","types":"template_end"},
{"begin":69,"ender":420,"lexer":"markup","lines":3,"stack":"cfmodule","token":"<CFFUNCTION>","types":"template_start"},
{"begin":403,"ender":420,"lexer":"markup","lines":1,"stack":"cffunction","token":"Name=\"GetByLineID\"","types":"attribute"},
{"begin":403,"ender":420,"lexer":"markup","lines":1,"stack":"cffunction","token":"access=\"public\"","types":"attribute"},
{"begin":403,"ender":420,"lexer":"markup","lines":1,"stack":"cffunction","token":"output=\"false\"","types":"attribute"},
{"begin":403,"ender":420,"lexer":"markup","lines":1,"stack":"cffunction","token":"returntype=\"struct\"","types":"attribute"},
{"begin":403,"ender":420,"lexer":"markup","lines":2,"stack":"cffunction","token":"<cfargument/>","types":"template"},
{"begin":403,"ender":420,"lexer":"markup","lines":1,"stack":"cffunction","token":"name=\"ContainerLineID\"","types":"attribute"},
{"begin":403,"ender":420,"lexer":"markup","lines":1,"stack":"cffunction","token":"type=\"numeric\"","types":"attribute"},
{"begin":403,"ender":420,"lexer":"markup","lines":1,"stack":"cffunction","token":"required=\"true\"","types":"attribute"},
{"begin":403,"ender":420,"lexer":"markup","lines":2,"stack":"cffunction","token":"<cfset/>","types":"template"},
{"begin":403,"ender":420,"lexer":"markup","lines":1,"stack":"cffunction","token":"var","types":"attribute"},
{"begin":403,"ender":420,"lexer":"markup","lines":1,"stack":"cffunction","token":"qD=\"\"","types":"attribute"},
{"begin":403,"ender":420,"lexer":"markup","lines":2,"stack":"cffunction","token":"<cfquery name=\"qD\" datasource=\"#getDSN()#\">\n            SELECT  d.*\n           FROM     line_container  l,\n                    dataset_container d\n          WHERE l.dataset_container_id  = d.id\n            AND l.id                    = <CFQUERYPARAM CFSQLType=\"CF_SQL_Integer\" Value=\"#arguments.ContainerLineID#\">\n\n        </cfquery>","types":"content_preserve"},
{"begin":403,"ender":420,"lexer":"markup","lines":2,"stack":"cffunction","token":"<cfset/>","types":"template"},
{"begin":403,"ender":420,"lexer":"markup","lines":1,"stack":"cffunction","token":"qd=ConvertQueryToArray(qd)","types":"attribute"},
{"begin":403,"ender":420,"lexer":"markup","lines":3,"stack":"cffunction","token":"<cfreturn/>","types":"template"},
{"begin":403,"ender":420,"lexer":"markup","lines":1,"stack":"cffunction","token":"qd[1]","types":"attribute"},
{"begin":403,"ender":420,"lexer":"markup","lines":2,"stack":"cffunction","token":"</CFFUNCTION>","types":"template_end"},
{"begin":69,"ender":425,"lexer":"markup","lines":2,"stack":"cfmodule","token":"<cfset/>","types":"template"},
{"begin":69,"ender":425,"lexer":"markup","lines":1,"stack":"cfmodule","token":"getContainerCoder().CheckLine(line_id)","types":"attribute"},
{"begin":69,"ender":425,"lexer":"markup","lines":2,"stack":"cfmodule","token":"<cfset/>","types":"template"},
{"begin":69,"ender":425,"lexer":"markup","lines":1,"stack":"cfmodule","token":"getContainerCoder().CrossCheckLine(line_id)","types":"attribute"},
{"begin":69,"ender":425,"lexer":"markup","lines":2,"stack":"cfmodule","token":"</CFMODULE>","types":"template_end"},
{"begin":23,"ender":426,"lexer":"markup","lines":2,"stack":"cfoutput","token":"</cfoutput>","types":"template_end"}
]