| Array |
| 1 | | Struct | | codePrintHTML | | string | 3: <cfargument name="message" type="string" required="true"><br>
4: <cfargument name="detail" type="string" required="true"><br>
<b>5: <cfthrow message="#arguments.message#" detail="#arguments.detail#"></b><br>
6: </cffunction><br>
7: <br>
|
| | codePrintPlain | | string | 3: <cfargument name="message" type="string" required="true">
4: <cfargument name="detail" type="string" required="true">
5: <cfthrow message="#arguments.message#" detail="#arguments.detail#">
6: </cffunction>
7:
|
| | column | | | id | | | line | | | raw_trace | | string | agile.service.baseservice_cfc$cf.udfCall(D:\Inetpub\wwwroot\ComV2\agile\service\BaseService.cfc:5) |
| | template | | string | D:\Inetpub\wwwroot\ComV2\agile\service\BaseService.cfc |
| | type | |
|
| 2 | | Struct | | codePrintHTML | | string | 1167: <br>
1168: <cfif rsProjectPage.recordCount eq 0><br>
<b>1169: <cfset this.throwException("ModelService.getProjectPage Error", "The Project Page record could not be found")></b><br>
1170: <cfelseif rsProjectPage.recordCount gt 1><br>
1171: <cfset this.throwException("ModelService.getProjectPage Error", "More than one Project Page record was found")><br>
|
| | codePrintPlain | | string | 1167:
1168: <cfif rsProjectPage.recordCount eq 0>
1169: <cfset this.throwException("ModelService.getProjectPage Error", "The Project Page record could not be found")>
1170: <cfelseif rsProjectPage.recordCount gt 1>
1171: <cfset this.throwException("ModelService.getProjectPage Error", "More than one Project Page record was found")>
|
| | column | | | id | | | line | | | raw_trace | | string | agile.service.modelservice_cfc$cf.udfCall2(D:\Inetpub\wwwroot\ComV2\agile\service\ModelService.cfc:1169) |
| | template | | string | D:\Inetpub\wwwroot\ComV2\agile\service\ModelService.cfc |
| | type | |
|
| 3 | | Struct | | codePrintHTML | | string | 1163: <cfif not yesNoFormat(arguments.event.getArg("blnPreview"))><br>
1164: <cfif not structKeyExists(application.projectPages, pageCode) or listFindNoCase(cgi.path_info, "nocache", "/")><br>
<b>1165: <cfset objProjectPage = application.objModelService.getProjectPage(projectID=application.projectID, pageCode=pageCode, levels=100)></b><br>
1166: <cfset application.projectPages[pageCode] = duplicate(objProjectPage)><br>
1167: <cfelse><br>
|
| | codePrintPlain | | string | 1163: <cfif not yesNoFormat(arguments.event.getArg("blnPreview"))>
1164: <cfif not structKeyExists(application.projectPages, pageCode) or listFindNoCase(cgi.path_info, "nocache", "/")>
1165: <cfset objProjectPage = application.objModelService.getProjectPage(projectID=application.projectID, pageCode=pageCode, levels=100)>
1166: <cfset application.projectPages[pageCode] = duplicate(objProjectPage)>
1167: <cfelse>
|
| | column | | | id | | | line | | | raw_trace | | string | controller.listener.corelistener_cfc$cf._call000211(D:\Inetpub\wwwroot\AgileCore\controller\listener\CoreListener.cfc:1165) |
| | template | | string | D:\Inetpub\wwwroot\AgileCore\controller\listener\CoreListener.cfc |
| | type | |
|
| 4 | | Struct | | codePrintHTML | | string | 1147: <cfargument name="event" type="MachII.framework.Event" required="true"><br>
1148: <br>
<b>1149: <cfscript></b><br>
1150: var pageCode = "";<br>
1151: var objProjectPage = "";<br>
|
| | codePrintPlain | | string | 1147: <cfargument name="event" type="MachII.framework.Event" required="true">
1148:
1149: <cfscript>
1150: var pageCode = "";
1151: var objProjectPage = "";
|
| | column | | | id | | | line | | | raw_trace | | string | controller.listener.corelistener_cfc$cf.udfCall2(D:\Inetpub\wwwroot\AgileCore\controller\listener\CoreListener.cfc:1149) |
| | template | | string | D:\Inetpub\wwwroot\AgileCore\controller\listener\CoreListener.cfc |
| | type | |
|
| 5 | | Struct | | codePrintHTML | | string | 90: component="#arguments.listener#"<br>
91: method="#arguments.method#"<br>
<b>92: event="#arguments.event#"</b><br>
93: returnvariable="resultValue" /><cfsetting enablecfoutputonly="true" /><br>
94: <br>
|
| | codePrintPlain | | string | 90: component="#arguments.listener#"
91: method="#arguments.method#"
92: event="#arguments.event#"
93: returnvariable="resultValue" /><cfsetting enablecfoutputonly="true" />
94:
|
| | column | | | id | | | line | | | raw_trace | | string | framework.invokers.eventinvoker_cfc$cf.udfCall(D:\Inetpub\wwwroot\AgileCore\MachII\framework\invokers\EventInvoker.cfc:92) |
| | template | | string | D:\Inetpub\wwwroot\AgileCore\MachII\framework\invokers\EventInvoker.cfc |
| | type | |
|
| 6 | | Struct | | codePrintHTML | | string | 93: <cfset var invoker = listener.getInvoker() /><br>
94: <br>
<b>95: <cfset invoker.invokeListener(arguments.event, listener, getMethod(), getResultKey(), getResultArg()) /></b><br>
96: <br>
97: <cfreturn true /><br>
|
| | codePrintPlain | | string | 93: <cfset var invoker = listener.getInvoker() />
94:
95: <cfset invoker.invokeListener(arguments.event, listener, getMethod(), getResultKey(), getResultArg()) />
96:
97: <cfreturn true />
|
| | column | | | id | | | line | | | raw_trace | | string | framework.commands.notifycommand_cfc$cf.udfCall1(D:\Inetpub\wwwroot\AgileCore\MachII\framework\commands\NotifyCommand.cfc:95) |
| | template | | string | D:\Inetpub\wwwroot\AgileCore\MachII\framework\commands\NotifyCommand.cfc |
| | type | |
|
| 7 | | Struct | | codePrintHTML | | string | 89: <cfloop from="1" to="#ArrayLen(variables.commands)#" index="i"><br>
90: <cfset command = variables.commands[i] /><br>
<b>91: <cfset continue = command.execute(arguments.event, arguments.eventContext) /></b><br>
92: <cfif continue IS false><br>
93: <cfbreak /><br>
|
| | codePrintPlain | | string | 89: <cfloop from="1" to="#ArrayLen(variables.commands)#" index="i">
90: <cfset command = variables.commands[i] />
91: <cfset continue = command.execute(arguments.event, arguments.eventContext) />
92: <cfif continue IS false>
93: <cfbreak />
|
| | column | | | id | | | line | | | raw_trace | | string | framework.eventhandler_cfc$cf.udfCall(D:\Inetpub\wwwroot\AgileCore\MachII\framework\EventHandler.cfc:91) |
| | template | | string | D:\Inetpub\wwwroot\AgileCore\MachII\framework\EventHandler.cfc |
| | type | |
|
| 8 | | Struct | | codePrintHTML | | string | 453: <!--- Run commands ---><br>
454: <cfset eventHandler = thisEventAppManager.getEventManager().getEventHandler(arguments.event.getName(), arguments.event.getModuleName()) /><br>
<b>455: <cfset eventHandler.handleEvent(arguments.event, getEventContext()) /></b><br>
456: <br>
457: <!--- Post-Event ---><br>
|
| | codePrintPlain | | string | 453: <!--- Run commands --->
454: <cfset eventHandler = thisEventAppManager.getEventManager().getEventHandler(arguments.event.getName(), arguments.event.getModuleName()) />
455: <cfset eventHandler.handleEvent(arguments.event, getEventContext()) />
456:
457: <!--- Post-Event --->
|
| | column | | | id | | | line | | | raw_trace | | string | framework.requesthandler_cfc$cf.udfCall2(D:\Inetpub\wwwroot\AgileCore\MachII\framework\RequestHandler.cfc:455) |
| | template | | string | D:\Inetpub\wwwroot\AgileCore\MachII\framework\RequestHandler.cfc |
| | type | |
|
| 9 | | Struct | | codePrintHTML | | string | 403: <cftry><br>
404: <cfset incrementEventCount() /><br>
<b>405: <cfset handleEvent(getEventQueue().get()) /></b><br>
406: <br>
407: <cfcatch type="AbortEventException"><br>
|
| | codePrintPlain | | string | 403: <cftry>
404: <cfset incrementEventCount() />
405: <cfset handleEvent(getEventQueue().get()) />
406:
407: <cfcatch type="AbortEventException">
|
| | column | | | id | | | line | | | raw_trace | | string | framework.requesthandler_cfc$cf.udfCall2(D:\Inetpub\wwwroot\AgileCore\MachII\framework\RequestHandler.cfc:405) |
| | template | | string | D:\Inetpub\wwwroot\AgileCore\MachII\framework\RequestHandler.cfc |
| | type | |
|
| 10 | | Struct | | codePrintHTML | | string | 349: <br>
350: <cfloop condition="hasMoreEvents() AND getEventCount() LT getMaxEvents()"><br>
<b>351: <cfset handleNextEvent() /></b><br>
352: </cfloop><br>
353: <br>
|
| | codePrintPlain | | string | 349:
350: <cfloop condition="hasMoreEvents() AND getEventCount() LT getMaxEvents()">
351: <cfset handleNextEvent() />
352: </cfloop>
353:
|
| | column | | | id | | | line | | | raw_trace | | string | framework.requesthandler_cfc$cf.udfCall1(D:\Inetpub\wwwroot\AgileCore\MachII\framework\RequestHandler.cfc:351) |
| | template | | string | D:\Inetpub\wwwroot\AgileCore\MachII\framework\RequestHandler.cfc |
| | type | |
|
| 11 | | Struct | | codePrintHTML | | string | 255: <br>
256: <!--- Start the event processing ---><br>
<b>257: <cfset processEvents() /></b><br>
258: </cffunction><br>
259: <br>
|
| | codePrintPlain | | string | 255:
256: <!--- Start the event processing --->
257: <cfset processEvents() />
258: </cffunction>
259:
|
| | column | | | id | | | line | | | raw_trace | | string | framework.requesthandler_cfc$cf.udfCall1(D:\Inetpub\wwwroot\AgileCore\MachII\framework\RequestHandler.cfc:257) |
| | template | | string | D:\Inetpub\wwwroot\AgileCore\MachII\framework\RequestHandler.cfc |
| | type | |
|
| 12 | | Struct | | codePrintHTML | | string | 121: <cfset endpointManager.handleEndpointRequest(arguments.eventArgs) /><br>
122: <cfelse><br>
<b>123: <cfset handleEventRequest(arguments.eventArgs) /></b><br>
124: </cfif><br>
125: <br>
|
| | codePrintPlain | | string | 121: <cfset endpointManager.handleEndpointRequest(arguments.eventArgs) />
122: <cfelse>
123: <cfset handleEventRequest(arguments.eventArgs) />
124: </cfif>
125:
|
| | column | | | id | | | line | | | raw_trace | | string | framework.requesthandler_cfc$cf.udfCall1(D:\Inetpub\wwwroot\AgileCore\MachII\framework\RequestHandler.cfc:123) |
| | template | | string | D:\Inetpub\wwwroot\AgileCore\MachII\framework\RequestHandler.cfc |
| | type | |
|
| 13 | | Struct | | codePrintHTML | | string | 165: same line or additional whitespace may be introduced.<br>
166: ---><br>
<b>167: <cfprocessingdirective suppresswhitespace="true"><cfif MACHII_ONREQUESTSTART_CONTENT_RESET><cfcontent reset="true" /></cfif><cfsetting enablecfoutputonly="true" /><cfset getAppManager().getRequestHandler().handleRequest(argumentCollection=arguments) /><cfsetting enablecfoutputonly="true" /></cfprocessingdirective></b><br>
168: </cffunction><br>
169: <br>
|
| | codePrintPlain | | string | 165: same line or additional whitespace may be introduced.
166: --->
167: <cfprocessingdirective suppresswhitespace="true"><cfif MACHII_ONREQUESTSTART_CONTENT_RESET><cfcontent reset="true" /></cfif><cfsetting enablecfoutputonly="true" /><cfset getAppManager().getRequestHandler().handleRequest(argumentCollection=arguments) /><cfsetting enablecfoutputonly="true" /></cfprocessingdirective>
168: </cffunction>
169:
|
| | column | | | id | | | line | | | raw_trace | | string | bootstrapper.common_cfm$cf.udfCall1(D:\Inetpub\wwwroot\AgileCore\MachII\bootstrapper\common.cfm:167) |
| | template | | string | D:\Inetpub\wwwroot\AgileCore\MachII\bootstrapper\common.cfm |
| | type | |
|
| 14 | | Struct | | codePrintHTML | | string | 107: <!--- Handle Mach-II request ---><br>
108: <cfif FindNoCase("index.cfm", arguments.targetPage) or FindNoCase("index.jp", arguments.targetPage)><br>
<b>109: <cfset handleRequest() /></b><br>
110: </cfif><br>
111: </cffunction><br>
|
| | codePrintPlain | | string | 107: <!--- Handle Mach-II request --->
108: <cfif FindNoCase("index.cfm", arguments.targetPage) or FindNoCase("index.jp", arguments.targetPage)>
109: <cfset handleRequest() />
110: </cfif>
111: </cffunction>
|
| | column | | | id | | | line | | | raw_trace | | string | machii.mach_ii_cfc225$cf.udfCall(D:\Inetpub\wwwroot\AgileCore\MachII\mach-ii.cfc:109) |
| | template | | string | D:\Inetpub\wwwroot\AgileCore\MachII\mach-ii.cfc |
| | type | |
|
| 15 | | Struct | | codePrintHTML | | string | 65: </cfif><br>
66: <br>
<b>67: <cfset super.onRequestStart(arguments.targetPage)></b><br>
68: </cffunction><br>
69: <br>
|
| | codePrintPlain | | string | 65: </cfif>
66:
67: <cfset super.onRequestStart(arguments.targetPage)>
68: </cffunction>
69:
|
| | column | | | id | | | line | | | raw_trace | | string | application_cfc$cf.udfCall(D:\Inetpub\wwwroot\AgileCore\Application.cfc:67) |
| | template | | string | D:\Inetpub\wwwroot\AgileCore\Application.cfc |
| | type | |
|