Array |
1 | Struct | codePrintHTML | string | 271: local.sAttribute = local.oXml.config.XmlChildren[local.x].XmlName;<br>
272: if( IsDefined("local.oXml.config." & local.sAttribute & ".xmlText")) {<br>
<b>273: if( application.stConfig["http_host"] EQ 'https://' ) {</b><br>
274: local.sAttributeValue = ReplaceNoCase(local.oXml.config[local.sAttribute].xmlText,'http://','https://','ALL');<br>
275: } else {<br>
|
| codePrintPlain | string | 271: local.sAttribute = local.oXml.config.XmlChildren[local.x].XmlName;
272: if( IsDefined("local.oXml.config." & local.sAttribute & ".xmlText")) {
273: if( application.stConfig["http_host"] EQ 'https://' ) {
274: local.sAttributeValue = ReplaceNoCase(local.oXml.config[local.sAttribute].xmlText,'http://','https://','ALL');
275: } else {
|
| column | | id | | line | | Raw_Trace | string | nsmith.websites.application_cfc$cf.udfCall(/com/nsmith/websites/Application.cfc:273) |
| template | string | C:\wamp\www\com\nsmith\websites\Application.cfc |
| type | |
|
2 | Struct | codePrintHTML | string | 97: local.aEnvironments = ListToArray(local.lEnvironments);<br>
98: /* Setup Environment Variables */<br>
<b>99: setupEnvironment( aEnvironments = local.aEnvironments, sPath = local.CURRENT_PATH, sHost = local.httphost);</b><br>
100: /* Setup Applications Objects */<br>
101: application.com = StructNew();<br>
|
| codePrintPlain | string | 97: local.aEnvironments = ListToArray(local.lEnvironments);
98: /* Setup Environment Variables */
99: setupEnvironment( aEnvironments = local.aEnvironments, sPath = local.CURRENT_PATH, sHost = local.httphost);
100: /* Setup Applications Objects */
101: application.com = StructNew();
|
| column | | id | | line | | Raw_Trace | string | nsmith.websites.application_cfc$cf.udfCall(/com/nsmith/websites/Application.cfc:99) |
| template | string | C:\wamp\www\com\nsmith\websites\Application.cfc |
| type | |
|
3 | Struct | codePrintHTML | string | 16: application.blogSectionId = 583;<br>
17: application.newsSectionId = 0;<br>
<b>18: super.setupApplication();</b><br>
19: </cfscript><br>
20: </cffunction><br>
|
| codePrintPlain | string | 16: application.blogSectionId = 583;
17: application.newsSectionId = 0;
18: super.setupApplication();
19: </cfscript>
20: </cffunction>
|
| column | | id | | line | | Raw_Trace | string | application_cfc$cf.udfCall(/application.cfc:18) |
| template | string | C:\wamp\www\n-smith.com\www\www\application.cfc |
| type | |
|
4 | Struct | codePrintHTML | string | 1078: <br>
1079: <!--- this will recreate the main bean factory on a reload: ---><br>
<b>1080: <cfset setupApplication() /></b><br>
1081: <br>
1082: <cfif isReload><br>
|
| codePrintPlain | string | 1078:
1079: <!--- this will recreate the main bean factory on a reload: --->
1080: <cfset setupApplication() />
1081:
1082: <cfif isReload>
|
| column | | id | | line | | Raw_Trace | string | corfield.framework_cfc$cf.udfCall6(/org/corfield/framework.cfc:1080) |
| template | string | C:\wamp\www\org\corfield\framework.cfc |
| type | |
|
5 | Struct | codePrintHTML | string | 573: <br>
574: if ( not isFrameworkInitialized() or isFrameworkReloadRequest() ) {<br>
<b>575: setupApplicationWrapper();</b><br>
576: }<br>
577: <br>
|
| codePrintPlain | string | 573:
574: if ( not isFrameworkInitialized() or isFrameworkReloadRequest() ) {
575: setupApplicationWrapper();
576: }
577:
|
| column | | id | | line | | Raw_Trace | string | corfield.framework_cfc$cf.udfCall2(/org/corfield/framework.cfc:575) |
| template | string | C:\wamp\www\org\corfield\framework.cfc |
| type | |
|
6 | Struct | codePrintHTML | string | 162: <cfargument name="targetPath" /><br>
163: <cfscript><br>
<b>164: super.onRequestStart( arguments.targetPath );</b><br>
165: if(NOT IsDefined('application.com')) {<br>
166: setupApplication();<br>
|
| codePrintPlain | string | 162: <cfargument name="targetPath" />
163: <cfscript>
164: super.onRequestStart( arguments.targetPath );
165: if(NOT IsDefined('application.com')) {
166: setupApplication();
|
| column | | id | | line | | Raw_Trace | string | nsmith.websites.application_cfc$cf.udfCall(/com/nsmith/websites/Application.cfc:164) |
| template | string | C:\wamp\www\com\nsmith\websites\Application.cfc |
| type | |
|