Array Rows: 18 |
| 1 | | Struct | | codePrintHTML | | string | 138: javacast( "long", arguments.delay ),<br>
139: javacast( "long", arguments.spacedDelay ),<br>
<b>140: this.$timeUnit.get( arguments.timeUnit )</b><br>
141: );<br>
142: <br>
|
| | codePrintPlain | | string | 138: javacast( "long", arguments.delay ),
139: javacast( "long", arguments.spacedDelay ),
140: this.$timeUnit.get( arguments.timeUnit )
141: );
142:
|
| | column | | | id | | | line | | | Raw_Trace | | string | system.async.executors.scheduledexecutor_cfc$cf$1iny.udfCall(/coldbox/system/async/executors/ScheduledExecutor.cfc:140) |
| | template | | string | C:\home\miraclens\iis-website\coldbox\system\async\executors\ScheduledExecutor.cfc |
| | type | |
|
| 2 | | Struct | | codePrintHTML | | string | 848: delay : variables.delay,<br>
849: timeUnit : variables.timeUnit,<br>
<b>850: method : "run"</b><br>
851: );<br>
852: }<br>
|
| | codePrintPlain | | string | 848: delay : variables.delay,
849: timeUnit : variables.timeUnit,
850: method : "run"
851: );
852: }
|
| | column | | | id | | | line | | | Raw_Trace | | string | system.async.tasks.scheduledtask_cfc$cf$1ipn.udfCall3(/coldbox/system/async/tasks/ScheduledTask.cfc:850) |
| | template | | string | C:\home\miraclens\iis-website\coldbox\system\async\tasks\ScheduledTask.cfc |
| | type | |
|
| 3 | | Struct | | codePrintHTML | | string | 144: )<br>
145: .delay( getConfiguration().reapFrequency ) // Don't start immediately, give it a breathing room<br>
<b>146: .spacedDelay( getConfiguration().reapFrequency ) // Runs again, after this spaced delay once each reap finalizes</b><br>
147: .inMinutes()<br>
148: .start();<br>
|
| | codePrintPlain | | string | 144: )
145: .delay( getConfiguration().reapFrequency ) // Don't start immediately, give it a breathing room
146: .spacedDelay( getConfiguration().reapFrequency ) // Runs again, after this spaced delay once each reap finalizes
147: .inMinutes()
148: .start();
|
| | column | | | id | | | line | | | Raw_Trace | | string | system.cache.providers.cacheboxprovider_cfc$cf$1ipa.udfCall1(/coldbox/system/cache/providers/CacheBoxProvider.cfc:146) |
| | template | | string | C:\home\miraclens\iis-website\coldbox\system\cache\providers\CacheBoxProvider.cfc |
| | type | |
|
| 4 | | Struct | | codePrintHTML | | string | 771: oCache.setEventManager( variables.eventManager );<br>
772: // Call Configure it to start the cache up<br>
<b>773: oCache.configure();</b><br>
774: // Store it<br>
775: variables.caches[ name ] = oCache;<br>
|
| | codePrintPlain | | string | 771: oCache.setEventManager( variables.eventManager );
772: // Call Configure it to start the cache up
773: oCache.configure();
774: // Store it
775: variables.caches[ name ] = oCache;
|
| | column | | | id | | | line | | | Raw_Trace | | string | system.cache.cachefactory_cfc$cf$1ioo.udfCall4(/coldbox/system/cache/CacheFactory.cfc:773) |
| | template | | string | C:\home\miraclens\iis-website\coldbox\system\cache\CacheFactory.cfc |
| | type | |
|
| 5 | | Struct | | codePrintHTML | | string | 722: oCache.setConfiguration( arguments.properties );<br>
723: // Register Cache<br>
<b>724: registerCache( oCache );</b><br>
725: <br>
726: return oCache;<br>
|
| | codePrintPlain | | string | 722: oCache.setConfiguration( arguments.properties );
723: // Register Cache
724: registerCache( oCache );
725:
726: return oCache;
|
| | column | | | id | | | line | | | Raw_Trace | | string | system.cache.cachefactory_cfc$cf$1ioo.udfCall3(/coldbox/system/cache/CacheFactory.cfc:724) |
| | template | | string | C:\home\miraclens\iis-website\coldbox\system\cache\CacheFactory.cfc |
| | type | |
|
| 6 | | Struct | | codePrintHTML | | string | 223: provider : defaultCacheConfig.provider,<br>
224: properties: defaultCacheConfig<br>
<b>225: );</b><br>
226: <br>
227: // Register named caches<br>
|
| | codePrintPlain | | string | 223: provider : defaultCacheConfig.provider,
224: properties: defaultCacheConfig
225: );
226:
227: // Register named caches
|
| | column | | | id | | | line | | | Raw_Trace | | string | system.cache.cachefactory_cfc$cf$1ioo.udfCall1(/coldbox/system/cache/CacheFactory.cfc:225) |
| | template | | string | C:\home\miraclens\iis-website\coldbox\system\cache\CacheFactory.cfc |
| | type | |
|
| 7 | | Struct | | codePrintHTML | | string | 176: <br>
177: // Configure the Cache Factory<br>
<b>178: configure( arguments.config );</b><br>
179: <br>
180: // Configure Logging for the Cache Factory<br>
|
| | codePrintPlain | | string | 176:
177: // Configure the Cache Factory
178: configure( arguments.config );
179:
180: // Configure Logging for the Cache Factory
|
| | column | | | id | | | line | | | Raw_Trace | | string | system.cache.cachefactory_cfc$cf$1ioo.udfCall1(/coldbox/system/cache/CacheFactory.cfc:178) |
| | template | | string | C:\home\miraclens\iis-website\coldbox\system\cache\CacheFactory.cfc |
| | type | |
|
| 8 | | Struct | | codePrintHTML | | string | 229: <br>
230: // Create CacheBox<br>
<b>231: variables.controller.getCacheBox().init( config, variables.controller );</b><br>
232: <br>
233: variables.log.info( "+ Application's CacheBox configured" );<br>
|
| | codePrintPlain | | string | 229:
230: // Create CacheBox
231: variables.controller.getCacheBox().init( config, variables.controller );
232:
233: variables.log.info( "+ Application's CacheBox configured" );
|
| | column | | | id | | | line | | | Raw_Trace | | string | system.web.services.loaderservice_cfc$cf$1io1.udfCall1(/coldbox/system/web/services/LoaderService.cfc:231) |
| | template | | string | C:\home\miraclens\iis-website\coldbox\system\web\services\LoaderService.cfc |
| | type | |
|
| 9 | | Struct | | codePrintHTML | | string | 65: createWireBox();<br>
66: // Create CacheBox<br>
<b>67: createCacheBox();</b><br>
68: <br>
69: // Execute onConfigurationLoad for coldbox internal services()<br>
|
| | codePrintPlain | | string | 65: createWireBox();
66: // Create CacheBox
67: createCacheBox();
68:
69: // Execute onConfigurationLoad for coldbox internal services()
|
| | column | | | id | | | line | | | Raw_Trace | | string | system.web.services.loaderservice_cfc$cf$1io1.udfCall1(/coldbox/system/web/services/LoaderService.cfc:67) |
| | template | | string | C:\home\miraclens\iis-website\coldbox\system\web\services\LoaderService.cfc |
| | type | |
|
| 10 | | Struct | | codePrintHTML | | string | 72: overrideConfigFile = variables.configPath,<br>
73: overrideAppMapping = variables.appMapping,<br>
<b>74: overrideWebMapping = variables.webMapping</b><br>
75: );<br>
76: // Load Module CF Mappings so modules can work properly<br>
|
| | codePrintPlain | | string | 72: overrideConfigFile = variables.configPath,
73: overrideAppMapping = variables.appMapping,
74: overrideWebMapping = variables.webMapping
75: );
76: // Load Module CF Mappings so modules can work properly
|
| | column | | | id | | | line | | | Raw_Trace | | string | system.testing.virtualapp_cfc$cf$2qb6.udfCall(/coldbox/system/testing/VirtualApp.cfc:74) |
| | template | | string | C:\home\miraclens\iis-website\coldbox\system\testing\VirtualApp.cfc |
| | type | |
|
| 11 | | Struct | | codePrintHTML | | string | 113: if ( this.loadColdbox ) {<br>
114: // Startit up!<br>
<b>115: variables.controller = getColdBoxVirtualApp().startup();</b><br>
116: // Auto registration of test as interceptor<br>
117: variables.controller.getInterceptorService().registerInterceptor( interceptorObject = this );<br>
|
| | codePrintPlain | | string | 113: if ( this.loadColdbox ) {
114: // Startit up!
115: variables.controller = getColdBoxVirtualApp().startup();
116: // Auto registration of test as interceptor
117: variables.controller.getInterceptorService().registerInterceptor( interceptorObject = this );
|
| | column | | | id | | | line | | | Raw_Trace | | string | system.testing.basetestcase_cfc$cf$2q7q.udfCall1(/coldbox/system/testing/BaseTestCase.cfc:115) |
| | template | | string | C:\home\miraclens\iis-website\coldbox\system\testing\BaseTestCase.cfc |
| | type | |
|
| 12 | | Struct | | codePrintHTML | | string | 161: function beforeAll(){<br>
162: if ( isNull( variables._ranBeforeAll ) ) {<br>
<b>163: beforeTests();</b><br>
164: variables._ranBeforeAll = true;<br>
165: }<br>
|
| | codePrintPlain | | string | 161: function beforeAll(){
162: if ( isNull( variables._ranBeforeAll ) ) {
163: beforeTests();
164: variables._ranBeforeAll = true;
165: }
|
| | column | | | id | | | line | | | Raw_Trace | | string | system.testing.basetestcase_cfc$cf$2q7q.udfCall1(/coldbox/system/testing/BaseTestCase.cfc:163) |
| | template | | string | C:\home\miraclens\iis-website\coldbox\system\testing\BaseTestCase.cfc |
| | type | |
|
| 13 | | Struct | | codePrintHTML | | string | 20: <br>
21: function beforeAll(){<br>
<b>22: super.beforeAll();</b><br>
23: // do your own stuff here<br>
24: }<br>
|
| | codePrintPlain | | string | 20:
21: function beforeAll(){
22: super.beforeAll();
23: // do your own stuff here
24: }
|
| | column | | | id | | | line | | | Raw_Trace | | string | specs.integration.mainspec_cfc$cf$2qbl.udfCall1(/tests/specs/integration/MainSpec.cfc:22) |
| | template | | string | C:\home\miraclens\iis-website\tests\specs\integration\MainSpec.cfc |
| | type | |
|
| 14 | | Struct | | codePrintHTML | | string | 66: // execute beforeAll() for this bundle, no matter how many suites they have.<br>
67: if ( structKeyExists( arguments.target, "beforeAll" ) ) {<br>
<b>68: arguments.target.beforeAll();</b><br>
69: }<br>
70: <br>
|
| | codePrintPlain | | string | 66: // execute beforeAll() for this bundle, no matter how many suites they have.
67: if ( structKeyExists( arguments.target, "beforeAll" ) ) {
68: arguments.target.beforeAll();
69: }
70:
|
| | column | | | id | | | line | | | Raw_Trace | | string | system.runners.bddrunner_cfc$cf$2qbm.udfCall(/testbox/system/runners/BDDRunner.cfc:68) |
| | template | | string | C:\home\miraclens\iis-website\testbox\system\runners\BDDRunner.cfc |
| | type | |
|
| 15 | | Struct | | codePrintHTML | | string | 764: target,<br>
765: arguments.testResults,<br>
<b>766: arguments.callbacks</b><br>
767: );<br>
768: } else {<br>
|
| | codePrintPlain | | string | 764: target,
765: arguments.testResults,
766: arguments.callbacks
767: );
768: } else {
|
| | column | | | id | | | line | | | Raw_Trace | | string | system.testbox_cfc$cf$2q5m.udfCall3(/testbox/system/TestBox.cfc:766) |
| | template | | string | C:\home\miraclens\iis-website\testbox\system\TestBox.cfc |
| | type | |
|
| 16 | | Struct | | codePrintHTML | | string | 463: bundlePath = thisBundlePath,<br>
464: testResults = results,<br>
<b>465: callbacks = arguments.callbacks</b><br>
466: );<br>
467: <br>
|
| | codePrintPlain | | string | 463: bundlePath = thisBundlePath,
464: testResults = results,
465: callbacks = arguments.callbacks
466: );
467:
|
| | column | | | id | | | line | | | Raw_Trace | | string | system.testbox_cfc$cf$2q5m.udfCall2(/testbox/system/TestBox.cfc:465) |
| | template | | string | C:\home\miraclens\iis-website\testbox\system\TestBox.cfc |
| | type | |
|
| 17 | | Struct | | codePrintHTML | | string | 349: }<br>
350: // run it and get results<br>
<b>351: var results = runRaw( argumentCollection = arguments );</b><br>
352: // store latest results<br>
353: variables.result = results;<br>
|
| | codePrintPlain | | string | 349: }
350: // run it and get results
351: var results = runRaw( argumentCollection = arguments );
352: // store latest results
353: variables.result = results;
|
| | column | | | id | | | line | | | Raw_Trace | | string | system.testbox_cfc$cf$2q5m.udfCall2(/testbox/system/TestBox.cfc:351) |
| | template | | string | C:\home\miraclens\iis-website\testbox\system\TestBox.cfc |
| | type | |
|
| 18 | | Struct | | codePrintHTML | | string | 27: if( !isNull( url.action ) ){<br>
28: if( directoryExists( targetPath ) ){<br>
<b>29: writeOutput( "#new testbox.system.TestBox( directory=executePath ).run()#" );</b><br>
30: } else {<br>
31: writeOutput( "<h2>Invalid Directory: #encodeForHTML( targetPath )#</h2>" );<br>
|
| | codePrintPlain | | string | 27: if( !isNull( url.action ) ){
28: if( directoryExists( targetPath ) ){
29: writeOutput( "#new testbox.system.TestBox( directory=executePath ).run()#" );
30: } else {
31: writeOutput( "<h2>Invalid Directory: #encodeForHTML( targetPath )#</h2>" );
|
| | column | | | id | | | line | | | Raw_Trace | | string | tests.index_cfm$cf$2qb7.call(/tests/index.cfm:29) |
| | template | | string | C:\home\miraclens\iis-website\tests\index.cfm |
| | type | |
|