Array Rows: 11 |
1 | Struct | codePrintHTML | string | 294: <br>
295: function parseResult(xml, resource, recursive, filter){<br>
<b>296: local.p_bucket = xmlsearch(xmlparse(arguments.xml), "//*[ local-name() = 'Name']")[1].xmlText;</b><br>
297: local.files = xmlsearch(xmlparse(arguments.xml), "//*[ local-name() = 'Contents']");<br>
298: local.folders = xmlsearch(xmlparse(arguments.xml), "//*[ local-name() = 'CommonPrefixes']");<br>
|
| codePrintPlain | string | 294:
295: function parseResult(xml, resource, recursive, filter){
296: local.p_bucket = xmlsearch(xmlparse(arguments.xml), "//*[ local-name() = 'Name']")[1].xmlText;
297: local.files = xmlsearch(xmlparse(arguments.xml), "//*[ local-name() = 'Contents']");
298: local.folders = xmlsearch(xmlparse(arguments.xml), "//*[ local-name() = 'CommonPrefixes']");
|
| column | | id | | line | | Raw_Trace | string | lib.providers.s3_cfc$cf.udfCall2(/lib/providers/s3.cfc:296) |
| template | string | C:\realistiq\production\iqweb\lib\providers\s3.cfc |
| type | |
|
2 | Struct | codePrintHTML | string | 41: }<br>
42: <br>
<b>43: return parseResult(local.result.rawData, local.p_resource, arguments.recursive, arguments.filter);</b><br>
44: <br>
45: }<br>
|
| codePrintPlain | string | 41: }
42:
43: return parseResult(local.result.rawData, local.p_resource, arguments.recursive, arguments.filter);
44:
45: }
|
| column | | id | | line | | Raw_Trace | string | lib.providers.s3_cfc$cf.udfCall1(/lib/providers/s3.cfc:43) |
| template | string | C:\realistiq\production\iqweb\lib\providers\s3.cfc |
| type | |
|
3 | Struct | codePrintHTML | string | 1103: <cfif local.fullPath contains 's3://'><br>
1104: <cfset local.s3 = new lib.providers.s3()><br>
<b>1105: <cfset rsDirContents = local.s3.list(local.fullpath,false, '.jpg')></b><br>
1106: <cfelse><br>
1107: <cftry><br>
|
| codePrintPlain | string | 1103: <cfif local.fullPath contains 's3://'>
1104: <cfset local.s3 = new lib.providers.s3()>
1105: <cfset rsDirContents = local.s3.list(local.fullpath,false, '.jpg')>
1106: <cfelse>
1107: <cftry>
|
| column | | id | | line | | Raw_Trace | string | components.listing_layout_cfc$cf.udfCall_000018(/components/listing_layout.cfc:1105) |
| template | string | C:\realistiq\production\iqweb\components\listing_layout.cfc |
| type | |
|
4 | Struct | codePrintHTML | string | 960: <cfinvokeargument name="statuscode" value="sold"><br>
961: <cfinvokeargument name="showdeleted" value="y"><br>
<b>962: </cfinvoke></b><br>
963: <br>
964: <cfif retStats.status eq 0><br>
|
| codePrintPlain | string | 960: <cfinvokeargument name="statuscode" value="sold">
961: <cfinvokeargument name="showdeleted" value="y">
962: </cfinvoke>
963:
964: <cfif retStats.status eq 0>
|
| column | | id | | line | | Raw_Trace | string | components.listing_layout_cfc$cf.udfCall(/components/listing_layout.cfc:962) |
| template | string | C:\realistiq\production\iqweb\components\listing_layout.cfc |
| type | |
|
5 | Struct | codePrintHTML | string | 137: <cfinvokeargument name="rsListings" value="#retListing.query#"><br>
138: <cfinvokeargument name="view_from" value="#arguments.view_from#"><br>
<b>139: </cfinvoke></b><br>
140: <cfelse><br>
141: <cfinvoke component="listing_layout" method="NoRecords" returnvariable="LOCAL.retLayout"><br>
|
| codePrintPlain | string | 137: <cfinvokeargument name="rsListings" value="#retListing.query#">
138: <cfinvokeargument name="view_from" value="#arguments.view_from#">
139: </cfinvoke>
140: <cfelse>
141: <cfinvoke component="listing_layout" method="NoRecords" returnvariable="LOCAL.retLayout">
|
| column | | id | | line | | Raw_Trace | string | components.listing_cfc$cf$2xl.udfCall(/components/listing.cfc:139) |
| template | string | C:\realistiq\production\iqweb\components\listing.cfc |
| type | |
|
6 | Struct | codePrintHTML | string | 19: <cfinvokeargument name="propertytype" value="#request.propertytype#"><br>
20: <cfinvokeargument name="view_from" value="Listing Details Page"><br>
<b>21: </cfinvoke></b><br>
22: <br>
23: <!--- this is the a missing or removed MLSID ---><br>
|
| codePrintPlain | string | 19: <cfinvokeargument name="propertytype" value="#request.propertytype#">
20: <cfinvokeargument name="view_from" value="Listing Details Page">
21: </cfinvoke>
22:
23: <!--- this is the a missing or removed MLSID --->
|
| column | | id | | line | | Raw_Trace | string | app._listing_cfm$cf.call(/app/_listing.cfm:21) |
| template | string | C:\realistiq\production\iqweb\app\_listing.cfm |
| type | |
|
7 | Struct | codePrintHTML | string | 70: <br>
71: <cfif fileExists("#request.appAbsolutePath#/app/_#local.PageName#.cfm")><br>
<b>72: <cfinclude template="/app/_#local.PageName#.cfm" /></b><br>
73: <cfelse><br>
74: <cfset MissingFile = local.PageName><br>
|
| codePrintPlain | string | 70:
71: <cfif fileExists("#request.appAbsolutePath#/app/_#local.PageName#.cfm")>
72: <cfinclude template="/app/_#local.PageName#.cfm" />
73: <cfelse>
74: <cfset MissingFile = local.PageName>
|
| column | | id | | line | | Raw_Trace | string | lib.iq_cfc$cf$78.udfCall1(/lib/iq.cfc:72) |
| template | string | C:\realistiq\production\iqweb\lib\iq.cfc |
| type | |
|
8 | Struct | codePrintHTML | string | 242: </cfif><br>
243: <div class="#request.page eq 'listings' or request.page eq 'rentals' or request.page eq 'house-value' ? 'container-fluid' : 'container'#"><br>
<b>244: #request.iqlib.RenderPage()#</b><br>
245: </div><br>
246: </div><br>
|
| codePrintPlain | string | 242: </cfif>
243: <div class="#request.page eq 'listings' or request.page eq 'rentals' or request.page eq 'house-value' ? 'container-fluid' : 'container'#">
244: #request.iqlib.RenderPage()#
245: </div>
246: </div>
|
| column | | id | | line | | Raw_Trace | string | sitetemplates._24.layouts._site_cfm$cf.call(/sitetemplates/24/layouts/_site.cfm:244) |
| template | string | C:\realistiq\production\iqweb\sitetemplates\24\layouts\_site.cfm |
| type | |
|
9 | Struct | codePrintHTML | string | 47: <cfelse><br>
48: <cfif fileExists("#request.appAbsolutePath#/sitetemplates/#request.domain.TemplateName#/layouts/_#local.Layout#.cfm")><br>
<b>49: <cfinclude template="/sitetemplates/#request.domain.TemplateName#/layouts/_#local.Layout#.cfm" /></b><br>
50: <cfelse><br>
51: <strong>File Not Found.</strong><br>The file &quot;<em>/sitetemplates/#request.domain.TemplateName#/layouts/_#local.Layout#.cfm</em>&quot; could not be found.<br>
|
| codePrintPlain | string | 47: <cfelse>
48: <cfif fileExists("#request.appAbsolutePath#/sitetemplates/#request.domain.TemplateName#/layouts/_#local.Layout#.cfm")>
49: <cfinclude template="/sitetemplates/#request.domain.TemplateName#/layouts/_#local.Layout#.cfm" />
50: <cfelse>
51: <strong>File Not Found.</strong><br>The file "<em>/sitetemplates/#request.domain.TemplateName#/layouts/_#local.Layout#.cfm</em>" could not be found.
|
| column | | id | | line | | Raw_Trace | string | lib.iq_cfc$cf$78.udfCall1(/lib/iq.cfc:49) |
| template | string | C:\realistiq\production\iqweb\lib\iq.cfc |
| type | |
|
10 | Struct | codePrintHTML | string | 27: </cfif><br>
28: <cfscript><br>
<b>29: doLayout();</b><br>
30: </cfscript><br>
31: </cfif><br>
|
| codePrintPlain | string | 27: </cfif>
28: <cfscript>
29: doLayout();
30: </cfscript>
31: </cfif>
|
| column | | id | | line | | Raw_Trace | string | lib.iq_cfc$cf$78.udfCall1(/lib/iq.cfc:29) |
| template | string | C:\realistiq\production\iqweb\lib\iq.cfc |
| type | |
|
11 | Struct | codePrintHTML | string | 217: <cfset local.url = new lib.url() /><br>
218: <cfset local.url.process(CGI.path_info) /><br>
<b>219: <cfoutput>#request.iqlib.RenderContent()#</cfoutput></b><br>
220: </cfif><br>
221: </cfif><br>
|
| codePrintPlain | string | 217: <cfset local.url = new lib.url() />
218: <cfset local.url.process(CGI.path_info) />
219: <cfoutput>#request.iqlib.RenderContent()#</cfoutput>
220: </cfif>
221: </cfif>
|
| column | | id | | line | | Raw_Trace | string | application_cfc$cf.udfCall(/application.cfc:219) |
| template | string | C:\realistiq\production\iqweb\application.cfc |
| type | |
|