Array Rows: 14 |
1 | Struct | codePrintHTML | string | 31: httpparam type="body" value=body;<br>
32: }<br>
<b>33: }</b><br>
34: return result;<br>
35: }<br>
|
| codePrintPlain | string | 31: httpparam type="body" value=body;
32: }
33: }
34: return result;
35: }
|
| column | | id | | line | | Raw_Trace | string | lib.providers.awscfml.com.http.lucee_cfc$cf$1xxt.udfCall(/lib/providers/awsCFML/com/http/lucee.cfc:33) |
| template | string | C:\realistiq\production\iqweb\lib\providers\awsCFML\com\http\lucee.cfc |
| type | |
|
2 | Struct | codePrintHTML | string | 84: <br>
85: var requestStart = getTickCount();<br>
<b>86: var rawResponse = httpService.makeHttpRequest( argumentCollection = httpArgs );</b><br>
87: // writeDump( rawResponse );<br>
88: <br>
|
| codePrintPlain | string | 84:
85: var requestStart = getTickCount();
86: var rawResponse = httpService.makeHttpRequest( argumentCollection = httpArgs );
87: // writeDump( rawResponse );
88:
|
| column | | id | | line | | Raw_Trace | string | lib.providers.awscfml.com.api_cfc$cf$1xxr.udfCall(/lib/providers/awsCFML/com/api.cfc:86) |
| template | string | C:\realistiq\production\iqweb\lib\providers\awsCFML\com\api.cfc |
| type | |
|
3 | Struct | codePrintHTML | string | 708: false,<br>
709: useSSL<br>
<b>710: );</b><br>
711: }<br>
712: <br>
|
| codePrintPlain | string | 708: false,
709: useSSL
710: );
711: }
712:
|
| column | | id | | line | | Raw_Trace | string | lib.providers.awscfml.services.s3_cfc$cf$1xy6.udfCall3(/lib/providers/awsCFML/services/s3.cfc:710) |
| template | string | C:\realistiq\production\iqweb\lib\providers\awsCFML\services\s3.cfc |
| type | |
|
4 | Struct | codePrintHTML | string | 64: '/' & bucket,<br>
65: queryParams<br>
<b>66: );</b><br>
67: if ( apiResponse.statusCode == 200 ) {<br>
68: apiResponse[ 'data' ] = utils.parseXmlDocument( apiResponse.rawData );<br>
|
| codePrintPlain | string | 64: '/' & bucket,
65: queryParams
66: );
67: if ( apiResponse.statusCode == 200 ) {
68: apiResponse[ 'data' ] = utils.parseXmlDocument( apiResponse.rawData );
|
| column | | id | | line | | Raw_Trace | string | lib.providers.awscfml.services.s3_cfc$cf$1xy6.udfCall1(/lib/providers/awsCFML/services/s3.cfc:66) |
| template | string | C:\realistiq\production\iqweb\lib\providers\awsCFML\services\s3.cfc |
| type | |
|
5 | Struct | codePrintHTML | string | 35: local.s3 = this.aws[local.p_endpoint].s3;<br>
36: <br>
<b>37: local.result = local.s3.listBucket(bucket = local.p_bucket, delimeter="/", prefix=local.p_resource);</b><br>
38: <br>
39: if(structKeyExists(local.result, 'error')){<br>
|
| codePrintPlain | string | 35: local.s3 = this.aws[local.p_endpoint].s3;
36:
37: local.result = local.s3.listBucket(bucket = local.p_bucket, delimeter="/", prefix=local.p_resource);
38:
39: if(structKeyExists(local.result, 'error')){
|
| column | | id | | line | | Raw_Trace | string | lib.providers.s3_cfc$cf$1xxp.udfCall1(/lib/providers/s3.cfc:37) |
| template | string | C:\realistiq\production\iqweb\lib\providers\s3.cfc |
| type | |
|
6 | Struct | codePrintHTML | string | 1102: <cfif local.fullPath contains 's3://'><br>
1103: <cfset local.s3 = new lib.providers.s3()><br>
<b>1104: <cfset rsDirContents = local.s3.list(local.fullpath,false, '.jpg')></b><br>
1105: <cfelse><br>
1106: <cftry><br>
|
| codePrintPlain | string | 1102: <cfif local.fullPath contains 's3://'>
1103: <cfset local.s3 = new lib.providers.s3()>
1104: <cfset rsDirContents = local.s3.list(local.fullpath,false, '.jpg')>
1105: <cfelse>
1106: <cftry>
|
| column | | id | | line | | Raw_Trace | string | components.listing_layout_cfc$cf$1xwl.udfCall_000018(/components/listing_layout.cfc:1104) |
| template | string | C:\realistiq\production\iqweb\components\listing_layout.cfc |
| type | |
|
7 | Struct | codePrintHTML | string | 959: <cfinvokeargument name="statuscode" value="sold"><br>
960: <cfinvokeargument name="showdeleted" value="y"><br>
<b>961: </cfinvoke></b><br>
962: <br>
963: <cfif retStats.status eq 0><br>
|
| codePrintPlain | string | 959: <cfinvokeargument name="statuscode" value="sold">
960: <cfinvokeargument name="showdeleted" value="y">
961: </cfinvoke>
962:
963: <cfif retStats.status eq 0>
|
| column | | id | | line | | Raw_Trace | string | components.listing_layout_cfc$cf$1xwl.udfCall(/components/listing_layout.cfc:961) |
| template | string | C:\realistiq\production\iqweb\components\listing_layout.cfc |
| type | |
|
8 | 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$1xwh.udfCall(/components/listing.cfc:139) |
| template | string | C:\realistiq\production\iqweb\components\listing.cfc |
| type | |
|
9 | 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$1xwg.call(/app/_listing.cfm:21) |
| template | string | C:\realistiq\production\iqweb\app\_listing.cfm |
| type | |
|
10 | 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.udfCall1(/lib/iq.cfc:72) |
| template | string | C:\realistiq\production\iqweb\lib\iq.cfc |
| type | |
|
11 | Struct | codePrintHTML | string | 215: </cfif><br>
216: <div class="#request.page eq 'listings' or request.page eq 'rentals' or request.page eq 'house-value' ? 'container-fluid' : 'container'#"><br>
<b>217: #request.iqlib.RenderPage()#</b><br>
218: </div><br>
219: </div><br>
|
| codePrintPlain | string | 215: </cfif>
216: <div class="#request.page eq 'listings' or request.page eq 'rentals' or request.page eq 'house-value' ? 'container-fluid' : 'container'#">
217: #request.iqlib.RenderPage()#
218: </div>
219: </div>
|
| column | | id | | line | | Raw_Trace | string | sitetemplates._11.layouts._site_cfm$cf$1xzd.call(/sitetemplates/11/layouts/_site.cfm:217) |
| template | string | C:\realistiq\production\iqweb\sitetemplates\11\layouts\_site.cfm |
| type | |
|
12 | 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.udfCall1(/lib/iq.cfc:49) |
| template | string | C:\realistiq\production\iqweb\lib\iq.cfc |
| type | |
|
13 | 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.udfCall1(/lib/iq.cfc:29) |
| template | string | C:\realistiq\production\iqweb\lib\iq.cfc |
| type | |
|
14 | 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$1wrv.udfCall(/application.cfc:219) |
| template | string | C:\realistiq\production\iqweb\application.cfc |
| type | |
|