Array |
1 | Struct | codePrintHTML | string | 96: <cflock name="loadPluginsBlock#application.instanceID#" type="exclusive" timeout="200"><br>
97: <br>
<b>98: <cfquery attributeCollection="#variables.configBean.getReadOnlyQRYAttrs(name='variables.rsplugins')#"></b><br>
99: select * from tplugins<br>
100: <cfif arguments.safeMode><br>
|
| codePrintPlain | string | 96: <cflock name="loadPluginsBlock#application.instanceID#" type="exclusive" timeout="200">
97:
98: <cfquery attributeCollection="#variables.configBean.getReadOnlyQRYAttrs(name='variables.rsplugins')#">
99: select * from tplugins
100: <cfif arguments.safeMode>
|
| column | | id | | line | | Raw_Trace | string | plugin.pluginmanager_cfc$cf.udfCall1(/mura/plugin/pluginManager.cfc:98) |
| template | string | /efs/screamdigitalmedia.com/requirements/mura/plugin/pluginManager.cfc |
| type | |
|
2 | Struct | codePrintHTML | string | 81: <cfset loadPlugins(safeMode=true)><br>
82: <cfelse><br>
<b>83: <cfset loadPlugins(safeMode=false)></b><br>
84: </cfif><br>
85: <br>
|
| codePrintPlain | string | 81: <cfset loadPlugins(safeMode=true)>
82: <cfelse>
83: <cfset loadPlugins(safeMode=false)>
84: </cfif>
85:
|
| column | | id | | line | | Raw_Trace | string | plugin.pluginmanager_cfc$cf.udfCall1(/mura/plugin/pluginManager.cfc:83) |
| template | string | /efs/screamdigitalmedia.com/requirements/mura/plugin/pluginManager.cfc |
| type | |
|
3 | Struct | codePrintHTML | string | 738: }<br>
739: }<br>
<b>740: var __ioc_newBean = evaluate( 'bean.init( argumentCollection = args )' );</b><br>
741: // if the constructor returns anything, it becomes the bean<br>
742: // this allows for smart constructors that return things other<br>
|
| codePrintPlain | string | 738: }
739: }
740: var __ioc_newBean = evaluate( 'bean.init( argumentCollection = args )' );
741: // if the constructor returns anything, it becomes the bean
742: // this allows for smart constructors that return things other
|
| column | | id | | line | | Raw_Trace | string | bean.ioc_cfc$cf.udfCall4(/mura/bean/ioc.cfc:740) |
| template | string | /efs/screamdigitalmedia.com/requirements/mura/bean/ioc.cfc |
| type | |
|
4 | Struct | codePrintHTML | string | 618: // returns a struct of the bean and a struct of beans and setters still to run<br>
619: // construction phase:<br>
<b>620: var partialBean = resolveBeanCreate( beanName, { injection = { }, dependencies = { } } );</b><br>
621: if ( structKeyExists( variables.resolutionCache, beanName ) &&<br>
622: variables.resolutionCache[ beanName ] ) {<br>
|
| codePrintPlain | string | 618: // returns a struct of the bean and a struct of beans and setters still to run
619: // construction phase:
620: var partialBean = resolveBeanCreate( beanName, { injection = { }, dependencies = { } } );
621: if ( structKeyExists( variables.resolutionCache, beanName ) &&
622: variables.resolutionCache[ beanName ] ) {
|
| column | | id | | line | | Raw_Trace | string | bean.ioc_cfc$cf.udfCall4(/mura/bean/ioc.cfc:620) |
| template | string | /efs/screamdigitalmedia.com/requirements/mura/bean/ioc.cfc |
| type | |
|
5 | Struct | codePrintHTML | string | 130: discoverBeans();<br>
131: if ( structKeyExists( variables.beanInfo, beanName ) ) {<br>
<b>132: return resolveBean( beanName );</b><br>
133: } else if ( structKeyExists( variables, 'parent' ) ) {<br>
134: return variables.parent.getBean( beanName );<br>
|
| codePrintPlain | string | 130: discoverBeans();
131: if ( structKeyExists( variables.beanInfo, beanName ) ) {
132: return resolveBean( beanName );
133: } else if ( structKeyExists( variables, 'parent' ) ) {
134: return variables.parent.getBean( beanName );
|
| column | | id | | line | | Raw_Trace | string | bean.ioc_cfc$cf.udfCall1(/mura/bean/ioc.cfc:132) |
| template | string | /efs/screamdigitalmedia.com/requirements/mura/bean/ioc.cfc |
| type | |
|
6 | Struct | codePrintHTML | string | 346: variables.tracepoint=variables.tracer.initTracepoint("Instantiating #variables.i#");<br>
347: try {<br>
<b>348: application["#variables.i#"]=application.serviceFactory.getBean("#variables.i#");</b><br>
349: } catch (any cfcatch) {<br>
350: if ( application.configBean.getDebuggingEnabled() ) {<br>
|
| codePrintPlain | string | 346: variables.tracepoint=variables.tracer.initTracepoint("Instantiating #variables.i#");
347: try {
348: application["#variables.i#"]=application.serviceFactory.getBean("#variables.i#");
349: } catch (any cfcatch) {
350: if ( application.configBean.getDebuggingEnabled() ) {
|
| column | | id | | line | | Raw_Trace | string | config.appcfc.onapplicationstart_include_cfm$cf.call(/muraWRM/config/appcfc/onApplicationStart_include.cfm:348) |
| template | string | /efs/screamdigitalmedia.com/config/appcfc/onApplicationStart_include.cfm |
| type | |
|
7 | Struct | codePrintHTML | string | 102: // Since the request may have had to wait twice, this code still needs to run<br>
103: if ( (not application.appInitialized || structKeyExists(url,application.appReloadKey)) ) {<br>
<b>104: include "onApplicationStart_include.cfm";</b><br>
105: if ( isdefined("setupApplication") ) {<br>
106: setupApplication();<br>
|
| codePrintPlain | string | 102: // Since the request may have had to wait twice, this code still needs to run
103: if ( (not application.appInitialized || structKeyExists(url,application.appReloadKey)) ) {
104: include "onApplicationStart_include.cfm";
105: if ( isdefined("setupApplication") ) {
106: setupApplication();
|
| column | | id | | line | | Raw_Trace | string | config.appcfc.onrequeststart_include_cfm$cf.call(/muraWRM/config/appcfc/onRequestStart_include.cfm:104) |
| template | string | /efs/screamdigitalmedia.com/config/appcfc/onRequestStart_include.cfm |
| type | |
|
8 | Struct | codePrintHTML | string | 48: <br>
49: boolean function onRequestStart() output=false {<br>
<b>50: include "/muraWRM/config/appcfc/onRequestStart_include.cfm";</b><br>
51: include "/muraWRM/config/appcfc/scriptProtect_include.cfm";<br>
52: return true;<br>
|
| codePrintPlain | string | 48:
49: boolean function onRequestStart() output=false {
50: include "/muraWRM/config/appcfc/onRequestStart_include.cfm";
51: include "/muraWRM/config/appcfc/scriptProtect_include.cfm";
52: return true;
|
| column | | id | | line | | Raw_Trace | string | config.appcfc.onrequeststart_scriptprotect_method_cfm$cf.udfCall(/config/appcfc/onRequestStart_scriptProtect_method.cfm:50) |
| template | string | /efs/screamdigitalmedia.com/config/appcfc/onRequestStart_scriptProtect_method.cfm |
| type | |
|