Array Rows: 13 |
| 1 | | Struct | | codePrintHTML | | string | 15: </cfscript><br>
16: <!--- cfformat-ignore-start ---><br>
<b>17: <cfquery attributeCollection="#arguments.queryAttributes#"><cfset local.$wheels.pos = 0><cfloop array="#arguments.sql#" index="local.$wheels.i"><cfset local.$wheels.pos = local.$wheels.pos + 1><cfif IsStruct(local.$wheels.i)><cfset local.$wheels.queryParamAttributes = $queryParams(local.$wheels.i)><cfif NOT IsBinary(local.$wheels.i.value) AND local.$wheels.i.value IS "null" AND local.$wheels.pos GT 1 AND (Right(arguments.sql[local.$wheels.pos-1], 2) IS "IS" OR Right(arguments.sql[local.$wheels.pos-1], 6) IS "IS NOT")>NULL<cfelseif StructKeyExists(local.$wheels.queryParamAttributes, "list")><cfif arguments.parameterize>(<cfqueryparam attributeCollection="#local.$wheels.queryParamAttributes#">)<cfelse>(#PreserveSingleQuotes(local.$wheels.i.value)#)</cfif><cfelse><cfif arguments.parameterize><cfqueryparam attributeCollection="#local.$wheels.queryParamAttributes#"><cfelse>#$quoteValue(str=local.$wheels.i.value, sqlType=local.$wheels.i.type)#</cfif></cfif><cfelse><cfset local.$wheels.i = Replace(PreserveSingleQuotes(local.$wheels.i), "[[comma]]", ",", "all")>#PreserveSingleQuotes(local.$wheels.i)#</cfif>#chr(13)##chr(10)#</cfloop><cfif arguments.limit>LIMIT #arguments.limit#<cfif arguments.offset>#chr(13)##chr(10)#OFFSET #arguments.offset#</cfif></cfif><cfif Len(arguments.comment)>#arguments.comment#</cfif></cfquery></b><br>
18: <!--- cfformat-ignore-end ---><br>
19: <cfif StructKeyExists(local, arguments.debugName)><br>
|
| | codePrintPlain | | string | 15: </cfscript>
16: <!--- cfformat-ignore-start --->
17: <cfquery attributeCollection="#arguments.queryAttributes#"><cfset local.$wheels.pos = 0><cfloop array="#arguments.sql#" index="local.$wheels.i"><cfset local.$wheels.pos = local.$wheels.pos + 1><cfif IsStruct(local.$wheels.i)><cfset local.$wheels.queryParamAttributes = $queryParams(local.$wheels.i)><cfif NOT IsBinary(local.$wheels.i.value) AND local.$wheels.i.value IS "null" AND local.$wheels.pos GT 1 AND (Right(arguments.sql[local.$wheels.pos-1], 2) IS "IS" OR Right(arguments.sql[local.$wheels.pos-1], 6) IS "IS NOT")>NULL<cfelseif StructKeyExists(local.$wheels.queryParamAttributes, "list")><cfif arguments.parameterize>(<cfqueryparam attributeCollection="#local.$wheels.queryParamAttributes#">)<cfelse>(#PreserveSingleQuotes(local.$wheels.i.value)#)</cfif><cfelse><cfif arguments.parameterize><cfqueryparam attributeCollection="#local.$wheels.queryParamAttributes#"><cfelse>#$quoteValue(str=local.$wheels.i.value, sqlType=local.$wheels.i.type)#</cfif></cfif><cfelse><cfset local.$wheels.i = Replace(PreserveSingleQuotes(local.$wheels.i), "[[comma]]", ",", "all")>#PreserveSingleQuotes(local.$wheels.i)#</cfif>#chr(13)##chr(10)#</cfloop><cfif arguments.limit>LIMIT #arguments.limit#<cfif arguments.offset>#chr(13)##chr(10)#OFFSET #arguments.offset#</cfif></cfif><cfif Len(arguments.comment)>#arguments.comment#</cfif></cfquery>
18: <!--- cfformat-ignore-end --->
19: <cfif StructKeyExists(local, arguments.debugName)>
|
| | column | | | id | | | line | | | Raw_Trace | | string | model.adapters.cfquery_cfm$cf.udfCall(/wheels/model/adapters/cfquery.cfm:17) |
| | template | | string | /var/www/weplay/wheels/model/adapters/cfquery.cfm |
| | type | |
|
| 2 | | Struct | | codePrintHTML | | string | 452: comment = local.comment,<br>
453: debugName = arguments.$debugName,<br>
<b>454: primaryKey = arguments.$primaryKey</b><br>
455: );<br>
456: }<br>
|
| | codePrintPlain | | string | 452: comment = local.comment,
453: debugName = arguments.$debugName,
454: primaryKey = arguments.$primaryKey
455: );
456: }
|
| | column | | | id | | | line | | | Raw_Trace | | string | model.adapters.base_cfc$cf.udfCall3(/wheels/model/adapters/Base.cfc:454) |
| | template | | string | /var/www/weplay/wheels/model/adapters/Base.cfc |
| | type | |
|
| 3 | | Struct | | codePrintHTML | | string | 91: $addColumnsToSelectAndGroupBy(args = arguments);<br>
92: $moveAggregateToHaving(args = arguments);<br>
<b>93: return $performQuery(argumentCollection = arguments);</b><br>
94: }<br>
95: <br>
|
| | codePrintPlain | | string | 91: $addColumnsToSelectAndGroupBy(args = arguments);
92: $moveAggregateToHaving(args = arguments);
93: return $performQuery(argumentCollection = arguments);
94: }
95:
|
| | column | | | id | | | line | | | Raw_Trace | | string | model.adapters.postgresql_cfc$cf.udfCall(/wheels/model/adapters/PostgreSQL.cfc:93) |
| | template | | string | /var/www/weplay/wheels/model/adapters/PostgreSQL.cfc |
| | type | |
|
| 4 | | Struct | | codePrintHTML | | string | 325: }<br>
326: }<br>
<b>327: local.findAll = variables.wheels.class.adapter.$querySetup(argumentCollection = local.finderArgs);</b><br>
328: request.wheels[variables.wheels.class.modelName][local.queryKey] = local.findAll; // <- store in request cache so we never run the exact same query twice in the same request<br>
329: }<br>
|
| | codePrintPlain | | string | 325: }
326: }
327: local.findAll = variables.wheels.class.adapter.$querySetup(argumentCollection = local.finderArgs);
328: request.wheels[variables.wheels.class.modelName][local.queryKey] = local.findAll; // <- store in request cache so we never run the exact same query twice in the same request
329: }
|
| | column | | | id | | | line | | | Raw_Trace | | string | model.read_cfm$cf.udfCall(/wheels/model/read.cfm:327) |
| | template | | string | /var/www/weplay/wheels/model/read.cfm |
| | type | |
|
| 5 | | Struct | | codePrintHTML | | string | 467: arguments.count = 1;<br>
468: }<br>
<b>469: local.rv = findAll(argumentCollection = arguments);</b><br>
470: if (IsArray(local.rv)) {<br>
471: if (ArrayLen(local.rv)) {<br>
|
| | codePrintPlain | | string | 467: arguments.count = 1;
468: }
469: local.rv = findAll(argumentCollection = arguments);
470: if (IsArray(local.rv)) {
471: if (ArrayLen(local.rv)) {
|
| | column | | | id | | | line | | | Raw_Trace | | string | model.read_cfm$cf.udfCall(/wheels/model/read.cfm:469) |
| | template | | string | /var/www/weplay/wheels/model/read.cfm |
| | type | |
|
| 6 | | Struct | | codePrintHTML | | string | 51: }<br>
52: } else {<br>
<b>53: tournament = model("tournament").findOne(where="reference = '#params.key#' AND (status = 'online' OR status = 'info-online')", order="date_start DESC", callbacks="false");</b><br>
54: }<br>
55: <br>
|
| | codePrintPlain | | string | 51: }
52: } else {
53: tournament = model("tournament").findOne(where="reference = '#params.key#' AND (status = 'online' OR status = 'info-online')", order="date_start DESC", callbacks="false");
54: }
55:
|
| | column | | | id | | | line | | | Raw_Trace | | string | controllers.home_cfc$cf.udfCall(/controllers/Home.cfc:53) |
| | template | | string | /var/www/weplay/controllers/Home.cfc |
| | type | |
|
| 7 | | Struct | | codePrintHTML | | string | 154: <cfset StructDelete(arguments, "invokeArgs")><br>
155: </cfif><br>
<b>156: <cfinvoke attributeCollection="#arguments#"></b><br>
157: <cfif StructKeyExists(local, "rv")><br>
158: <cfreturn local.rv><br>
|
| | codePrintPlain | | string | 154: <cfset StructDelete(arguments, "invokeArgs")>
155: </cfif>
156: <cfinvoke attributeCollection="#arguments#">
157: <cfif StructKeyExists(local, "rv")>
158: <cfreturn local.rv>
|
| | column | | | id | | | line | | | Raw_Trace | | string | global.cfml_cfm$cf.udfCall2(/wheels/global/cfml.cfm:156) |
| | template | | string | /var/www/weplay/wheels/global/cfml.cfm |
| | type | |
|
| 8 | | Struct | | codePrintHTML | | string | 123: }<br>
124: if (StructKeyExists(this, arguments.action) && IsCustomFunction(this[arguments.action])) {<br>
<b>125: $invoke(method = arguments.action);</b><br>
126: } else if (StructKeyExists(this, "onMissingMethod")) {<br>
127: local.invokeArgs = {};<br>
|
| | codePrintPlain | | string | 123: }
124: if (StructKeyExists(this, arguments.action) && IsCustomFunction(this[arguments.action])) {
125: $invoke(method = arguments.action);
126: } else if (StructKeyExists(this, "onMissingMethod")) {
127: local.invokeArgs = {};
|
| | column | | | id | | | line | | | Raw_Trace | | string | controller.processing_cfm$cf.udfCall(/wheels/controller/processing.cfm:125) |
| | template | | string | /var/www/weplay/wheels/controller/processing.cfm |
| | type | |
|
| 9 | | Struct | | codePrintHTML | | string | 90: // If we didn't render anything from a cached action, we call the action here.<br>
91: if (!$performedRender()) {<br>
<b>92: $callAction(action = variables.params.action);</b><br>
93: }<br>
94: }<br>
|
| | codePrintPlain | | string | 90: // If we didn't render anything from a cached action, we call the action here.
91: if (!$performedRender()) {
92: $callAction(action = variables.params.action);
93: }
94: }
|
| | column | | | id | | | line | | | Raw_Trace | | string | controller.processing_cfm$cf.udfCall(/wheels/controller/processing.cfm:92) |
| | template | | string | /var/www/weplay/wheels/controller/processing.cfm |
| | type | |
|
| 10 | | Struct | | codePrintHTML | | string | 197: // Create the requested controller and call the action on it.<br>
198: local.controller = controller(name = local.params.controller, params = local.params);<br>
<b>199: local.controller.processAction();</b><br>
200: <br>
201: // If there is a delayed redirect pending we execute it here thus halting the rest of the request.<br>
|
| | codePrintPlain | | string | 197: // Create the requested controller and call the action on it.
198: local.controller = controller(name = local.params.controller, params = local.params);
199: local.controller.processAction();
200:
201: // If there is a delayed redirect pending we execute it here thus halting the rest of the request.
|
| | column | | | id | | | line | | | Raw_Trace | | string | wheels.dispatch.functions_cfm$cf.udfCall1(/wheels/dispatch/functions.cfm:199) |
| | template | | string | /var/www/weplay/wheels/dispatch/functions.cfm |
| | type | |
|
| 11 | | Struct | | codePrintHTML | | string | 4: Uses the Dispatch object, which has been created on app start, to render content.<br>
5: ---><br>
<b>6: </cfsilent><cfoutput>#application.wheels.dispatch.$request()#</cfoutput></b><br>
|
| | codePrintPlain | | string | 4: Uses the Dispatch object, which has been created on app start, to render content.
5: --->
6: </cfsilent><cfoutput>#application.wheels.dispatch.$request()#</cfoutput>
|
| | column | | | id | | | line | | | Raw_Trace | | string | wheels.index_cfm$cf.call(/wheels/index.cfm:6) |
| | template | | string | /var/www/weplay/wheels/index.cfm |
| | type | |
|
| 12 | | Struct | | codePrintHTML | | string | 1: <cfscript><br>
<b>2: include "wheels/index.cfm";</b><br>
3: </cfscript><br>
|
| | codePrintPlain | | string | 1: <cfscript>
2: include "wheels/index.cfm";
3: </cfscript>
|
| | column | | | id | | | line | | | Raw_Trace | | string | rewrite_cfm$cf.call(/rewrite.cfm:2) |
| | template | | string | /var/www/weplay/rewrite.cfm |
| | type | |
|
| 13 | | Struct | | codePrintHTML | | string | 2: public void function onRequest(required targetpage) {<br>
3: lock name="reloadLock#application.applicationName#" type="readOnly" timeout="180" {<br>
<b>4: include "#arguments.targetpage#";</b><br>
5: }<br>
6: }<br>
|
| | codePrintPlain | | string | 2: public void function onRequest(required targetpage) {
3: lock name="reloadLock#application.applicationName#" type="readOnly" timeout="180" {
4: include "#arguments.targetpage#";
5: }
6: }
|
| | column | | | id | | | line | | | Raw_Trace | | string | wheels.events.onrequest_cfm$cf.udfCall(/wheels/events/onrequest.cfm:4) |
| | template | | string | /var/www/weplay/wheels/events/onrequest.cfm |
| | type | |
|