This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!---<cfoutput> | |
<cfset matrix = ArrayNew(2)> | |
<cfset num = 0> | |
<ul> | |
<cfloop from="1" to="3" index="row"> | |
<li style="font-size:30px;"> | |
<cfloop from="#row#" to="9" step="3" index="step"> | |
<span style="margin-top:5px;font-size:40px;display:inline"> | |
#step# | |
</span> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!---<cfoutput> | |
<cfset matrix = ArrayNew(2)> | |
<cfset num = 0> | |
<ul> | |
<cfloop from="1" to="3" index="row"> | |
<li style="font-size:30px;"> | |
<cfloop from="#row#" to="9" step="3" index="step"> | |
<span style="margin-top:5px;font-size:40px;display:inline"> | |
#step# | |
</span> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!---<cfoutput> | |
<cfset matrix = ArrayNew(2)> | |
<cfset num = 0> | |
<ul> | |
<cfloop from="1" to="3" index="row"> | |
<li style="font-size:30px;"> | |
<cfloop from="#row#" to="9" step="3" index="step"> | |
<span style="margin-top:5px;font-size:40px;display:inline"> | |
#step# | |
</span> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!---<cfoutput> | |
<cfset matrix = ArrayNew(2)> | |
<cfset num = 0> | |
<ul> | |
<cfloop from="1" to="3" index="row"> | |
<li style="font-size:30px;"> | |
<cfloop from="#row#" to="9" step="3" index="step"> | |
<span style="margin-top:5px;font-size:40px;display:inline"> | |
#step# | |
</span> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<cfset ATTRIBUTES.HTMLMessage = "NetCommandoError - Fake Error 1: Login"> | |
<cfset variables.ignoreErrors = [ | |
["NetCommandoError", "Fake Error 1: Login"] | |
]> | |
<cfset variables.containsIgnoredError = variables.ignoreErrors.some(function(strings){ | |
return strings.every(function(str) { | |
return findNoCase(str, ATTRIBUTES.HTMLMessage) > 0; | |
}); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<cfset ATTRIBUTES.HTMLMessage = "NetCommandoError - Fake Error 1: Login"> | |
<cfset variables.ignoreErrors = [ | |
["NetCommandoError", "Fake Error 1: Login"] | |
]> | |
<cfset variables.containsIgnoredError = variables.ignoreErrors.some(function(strings){ | |
return strings.every(function(str) { | |
return findNoCase(str, ATTRIBUTES.HTMLMessage) > 0; | |
}); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<cfset ATTRIBUTES.HTMLMessage = "NetCommandoError - Fake Error 1: Login"> | |
<cfset variables.ignoreErrors = [ | |
["NetCommandoError", "Fake Error 1: Login"] | |
]> | |
<cfset variables.containsIgnoredError = variables.ignoreErrors.some(function(strings){ | |
return strings.every(function(str) { | |
return findNoCase(str, ATTRIBUTES.HTMLMessage) > 0; | |
}); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<cfset ATTRIBUTES.HTMLMessage = "NetCommandoError - Fake Error 1: Login"> | |
<cfset variables.ignoreErrors = [ | |
["NetCommandoError", "Fake Error 1: Login"] | |
]> | |
<cfset variables.containsIgnoredError = variables.ignoreErrors.some(function(strings){ | |
return strings.every(function(str) { | |
return findNoCase(str, ATTRIBUTES.HTMLMessage) > 0; | |
}); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<cfset ATTRIBUTES.HTMLMessage = "NetCommandoError - Fake Error 1: Login"> | |
<cfset variables.ignoreErrors = [ | |
["NetCommandoError", "Fake Error 1: Login"] | |
]> | |
<cfset variables.isMatchingIgnoreError = variables.ignoreErrors.some(function(strings){ | |
return strings.every(function(str) { | |
return findNoCase(str, ATTRIBUTES.HTMLMessage) > 0; | |
}); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<cfset ATTRIBUTES.HTMLMessage = "NetCommandoError - Fake Error 1: Login"> | |
<cfset variables.ignoreErrors = [ | |
["NetCommandoError", "Fake Error 1: Login"] | |
]> | |
<cfset variables.isMatchingIgnoreError = variables.ignoreErrors.some(function(strings){ | |
return strings.every(function(str) { | |
return findNoCase(str, ATTRIBUTES.HTMLMessage) > 0; | |
}); |
NewerOlder