Array |
1 | Struct | codePrintHTML | string | 741: <cfset loc = trim("/#virtualDirectory#/farcryConstructor.#arguments.fileExtension#") /><br>
742: <br>
<b>743: <cfelseif fileExists(expandPath("/farcryConstructor.#arguments.fileExtension#"))></b><br>
744: <!--- Otherwise we check in the webroot ---><br>
745: <cfset loc = trim("/farcryConstructor.#arguments.fileExtension#") /><br>
|
| codePrintPlain | string | 741: <cfset loc = trim("/#virtualDirectory#/farcryConstructor.#arguments.fileExtension#") />
742:
743: <cfelseif fileExists(expandPath("/farcryConstructor.#arguments.fileExtension#"))>
744: <!--- Otherwise we check in the webroot --->
745: <cfset loc = trim("/farcryConstructor.#arguments.fileExtension#") />
|
| column | | id | | line | | Raw_Trace | string | core.application_cfc$cf.udfCall2(/farcry/core/Application.cfc:743) |
| template | string | /var/www/farcry/core/Application.cfc |
| type | |
|
2 | Struct | codePrintHTML | string | 31: <br>
32: <!--- run the active project's constructor ---><br>
<b>33: <cfset this.projectConstructorLocation = getProjectConstructorLocation(plugin="webtop") /></b><br>
34: <cfinclude template="#this.projectConstructorLocation#" /><br>
35: <br>
|
| codePrintPlain | string | 31:
32: <!--- run the active project's constructor --->
33: <cfset this.projectConstructorLocation = getProjectConstructorLocation(plugin="webtop") />
34: <cfinclude template="#this.projectConstructorLocation#" />
35:
|
| column | | id | | line | | Raw_Trace | string | core.application_cfc$cf.initComponent(/farcry/core/Application.cfc:33) |
| template | string | /var/www/farcry/core/Application.cfc |
| type | |
|
3 | Struct | codePrintHTML | string | 17: ---><br>
18: <!--- @@description: Application initialisation. ---><br>
<b>19: <cfcomponent displayname="Application" output="false" hint="Core Application.cfc."></b><br>
20: <br>
21: <br>
|
| codePrintPlain | string | 17: --->
18: <!--- @@description: Application initialisation. --->
19: <cfcomponent displayname="Application" output="false" hint="Core Application.cfc.">
20:
21:
|
| column | | id | | line | | Raw_Trace | string | core.application_cfc$cf.newInstance(/farcry/core/Application.cfc:19) |
| template | string | /var/www/farcry/core/Application.cfc |
| type | |
|
4 | Struct | codePrintHTML | string | <b>1: <cfcomponent extends="Application"></b><br>
2: <!--- <br>
3: WORKAROUND:<br>
|
| codePrintPlain | string | 1: <cfcomponent extends="Application">
2: <!---
3: WORKAROUND:
|
| column | | id | | line | | Raw_Trace | string | core.proxyapplication_cfc$cf.newInstance(/farcry/core/proxyApplication.cfc:1) |
| template | string | /var/www/farcry/core/proxyApplication.cfc |
| type | |
|
5 | Struct | codePrintHTML | string | 17: ---><br>
18: <br>
<b>19: <cfcomponent extends="farcry.core.proxyApplication" displayname="Application" output="true" hint="Handle the application."></b><br>
20: <br>
21: <br>
|
| codePrintPlain | string | 17: --->
18:
19: <cfcomponent extends="farcry.core.proxyApplication" displayname="Application" output="true" hint="Handle the application.">
20:
21:
|
| column | | id | | line | | Raw_Trace | string | application_cfc$cf.newInstance(/Application.cfc:19) |
| template | string | /var/www/farcry/projects/fandango/www/Application.cfc |
| type | |
|