1 | codePrintHTML | string | 102: <br>
103: <!--- Append to file ---><br>
<b>104: <cffile action="append" file="#LOCAL.fileName#" output="#LOCAL.line#" addNewLine="Yes" fixNewLine="No"></b><br>
105: </cffunction><br>
106: </cfcomponent><br>
| |
| | codePrintPlain | string | 102:
103: <!--- Append to file --->
104: <cffile action="append" file="#LOCAL.fileName#" output="#LOCAL.line#" addNewLine="Yes" fixNewLine="No">
105: </cffunction>
106: </cfcomponent>
| |
| | column | | | id | | | line | | | Raw_Trace | string | logger_cfc$cf.udfCall(/OB085/Logger.cfc:104) | |
| | template | string | /local/common/objects/v085/Logger.cfc | |
| | type | | |
| |
2 | codePrintHTML | string | 60: "owner": ARGUMENTS.owner,<br>
61: "message" : ARGUMENTS.message<br>
<b>62: }) /></b><br>
63: <cfcatch type="any"><br>
64: <!--- We will ignorehandle errors ---><br>
| |
| | codePrintPlain | string | 60: "owner": ARGUMENTS.owner,
61: "message" : ARGUMENTS.message
62: }) />
63: <cfcatch type="any">
64: <!--- We will ignorehandle errors --->
| |
| | column | | | id | | | line | | | Raw_Trace | string | logger_cfc$cf.udfCall(/OB085/Logger.cfc:62) | |
| | template | string | /local/common/objects/v085/Logger.cfc | |
| | type | | |
| |
3 | codePrintHTML | string | 401: message = THIS.getRequestMessage(ARGUMENTS.resource, ARGUMENTS.headers, ARGUMENTS.data, ARGUMENTS.verb), <br>
402: category = THIS.pluginName, <br>
<b>403: owner = "Request") /></b><br>
404: <br>
405: <cfset LOCAL.response = THIS.requestJSON(<br>
| |
| | codePrintPlain | string | 401: message = THIS.getRequestMessage(ARGUMENTS.resource, ARGUMENTS.headers, ARGUMENTS.data, ARGUMENTS.verb),
402: category = THIS.pluginName,
403: owner = "Request") />
404:
405: <cfset LOCAL.response = THIS.requestJSON(
| |
| | column | | | id | | | line | | | Raw_Trace | string | plugins.facebookapi.main_cfc$cf.udfCall3(/PLG085/plugins/FacebookAPI/main.cfc:403) | |
| | template | string | /local/common/plugins/v085/plugins/FacebookAPI/main.cfc | |
| | type | | |
| |
4 | codePrintHTML | string | 79: resource = THIS.getResource(),<br>
80: data = THIS.getPayload(ARGUMENTS.type, ARGUMENTS.data),<br>
<b>81: verb = "POST"</b><br>
82: ) /> <br>
83: </cffunction><br>
| |
| | codePrintPlain | string | 79: resource = THIS.getResource(),
80: data = THIS.getPayload(ARGUMENTS.type, ARGUMENTS.data),
81: verb = "POST"
82: ) />
83: </cffunction>
| |
| | column | | | id | | | line | | | Raw_Trace | string | plugins.facebookapi.main_cfc$cf.udfCall1(/PLG085/plugins/FacebookAPI/main.cfc:81) | |
| | template | string | /local/common/plugins/v085/plugins/FacebookAPI/main.cfc | |
| | type | | |
| |
5 | codePrintHTML | string | 203: </cfif><br>
204: <br>
<b>205: <cfset LOCAL.result = THIS.sendEvent(type="ViewContent", data=LOCAL.data) /></b><br>
206: <cfreturn ARGUMENTS /><br>
207: </cffunction> <br>
| |
| | codePrintPlain | string | 203: </cfif>
204:
205: <cfset LOCAL.result = THIS.sendEvent(type="ViewContent", data=LOCAL.data) />
206: <cfreturn ARGUMENTS />
207: </cffunction>
| |
| | column | | | id | | | line | | | Raw_Trace | string | plugins.facebookapi.handler_cfc$cf.udfCall1(/PLG085/plugins/FacebookAPI/handler.cfc:205) | |
| | template | string | /local/common/plugins/v085/plugins/FacebookAPI/handler.cfc | |
| | type | | |
| |
6 | codePrintHTML | string | 255: method="#ARGUMENTS.eventName#"<br>
256: argumentcollection="#LOCAL.argumentCollection#"<br>
<b>257: returnVariable="LOCAL.result"</b><br>
258: /><br>
259: <br>
| |
| | codePrintPlain | string | 255: method="#ARGUMENTS.eventName#"
256: argumentcollection="#LOCAL.argumentCollection#"
257: returnVariable="LOCAL.result"
258: />
259:
| |
| | column | | | id | | | line | | | Raw_Trace | string | commonevents_cfc$cf.udfCall(/PLG085/CommonEvents.cfc:257) | |
| | template | string | /local/common/plugins/v085/CommonEvents.cfc | |
| | type | | |
| |
7 | codePrintHTML | string | 170: <!--- Plugin events ---><br>
171: <cfif isDefined("APPLICATION.commonEvents")><br>
<b>172: <cfset APPLICATION.commonEvents.trigger('renderProduct', {product:STD.product}) /></b><br>
173: </cfif><br>
174: <br>
| |
| | codePrintPlain | string | 170: <!--- Plugin events --->
171: <cfif isDefined("APPLICATION.commonEvents")>
172: <cfset APPLICATION.commonEvents.trigger('renderProduct', {product:STD.product}) />
173: </cfif>
174:
| |
| | column | | | id | | | line | | | Raw_Trace | string | controllers.controllerproducts_cfm$cf.udfCall1(/CORE010/controllers/controllerProducts.cfm:172) | |
| | template | string | /local/common/core/v1/controllers/controllerProducts.cfm | |
| | type | | |
| |
8 | codePrintHTML | string | 1013: <cfset LOCAL.strRouteMethod = LOCAL.arrRouteMethod[2]><br>
1014: <cfinclude template="#LOCAL.strRouteFileName#.cfm" /><br>
<b>1015: <cfinvoke method="#LOCAL.strRouteMethod#" argumentcollection=""></b><br>
1016: <br>
1017: <cfreturn /><br>
| |
| | codePrintPlain | string | 1013: <cfset LOCAL.strRouteMethod = LOCAL.arrRouteMethod[2]>
1014: <cfinclude template="#LOCAL.strRouteFileName#.cfm" />
1015: <cfinvoke method="#LOCAL.strRouteMethod#" argumentcollection="">
1016:
1017: <cfreturn />
| |
| | column | | | id | | | line | | | Raw_Trace | string | router_cfm$cf.udfCall(/CORE010/router.cfm:1015) | |
| | template | string | /local/common/core/v1/router.cfm | |
| | type | | |
| |
9 | codePrintHTML | string | 374: </cfif><br>
375: <br>
<b>376: <cfset routerRun(LOCAL.router) /></b><br>
377: </cffunction><br>
378: <br>
| |
| | codePrintPlain | string | 374: </cfif>
375:
376: <cfset routerRun(LOCAL.router) />
377: </cffunction>
378:
| |
| | column | | | id | | | line | | | Raw_Trace | string | router_cfm$cf.udfCall(/CORE010/router.cfm:376) | |
| | template | string | /local/common/core/v1/router.cfm | |
| | type | | |
| |
10 | codePrintHTML | string | 1325: <!--- Init render and Router ---><br>
1326: <cfset renderInit() /><br>
<b>1327: <cfset routerInit() /></b><br>
1328: </cffunction><br>
1329: <br>
| |
| | codePrintPlain | string | 1325: <!--- Init render and Router --->
1326: <cfset renderInit() />
1327: <cfset routerInit() />
1328: </cffunction>
1329:
| |
| | column | | | id | | | line | | | Raw_Trace | string | applicationinterface_cfc$cf.udfCall1(/AP085/applicationInterface.cfc:1327) | |
| | template | string | /local/common/application/v085/applicationInterface.cfc | |
| | type | | |
| |