search : list functions

select a category, or use search below
(searches all categories and all time range)

displaying top 100 results

Dictionary changes to list functions
Bug 84399:(Watson Migration Closure)List functions should allow arrays of delimitersCurrently list functions just allow strings as delimiters
StructEach not mentioned on list of struct functions
[ANeff] Bug for: some list member functions return incorrectly inside headless functions
Few Image functions are not shown in the Coldfusion image functions list
Comment on [ANeff] Bug for: some list member functions return incorrectly inside headless functions by Suchika S.
Comment on [ANeff] Bug for: some list member functions return incorrectly inside headless functions by Aaron N.
Comment on Few Image functions are not shown in the Coldfusion image functions list by External U.
Comment on Few Image functions are not shown in the Coldfusion image functions list by Frank J.
list iteration & member functions all need to expect both a "delimiters" and a "includeEmptyValues" argument.
Tracker Issue Wish list
with the Ortus guys a la Forgebox) ***Modularize ColdFusion*** - There's so much that I don't use. I'd so much prefer a lean mean install that has just the components that I use. Continue improving member functions and add more iteration functions - I've been using them in 11 and they are fantastic, except
Comment on List member functions should all be prefixed with "list" by External U.
Display and Formatting function list page incomplete
System Functions list is missing DirectoryCopy()
Comment on list iteration & member functions all need to expect both a "delimiters" and a "includeEmptyValues" argument. by S P.
Comment on list iteration & member functions all need to expect both a "delimiters" and a "includeEmptyValues" argument. by External U.
Comment on list iteration & member functions all need to expect both a "delimiters" and a "includeEmptyValues" argument. by External U.
Comment on List member functions should all be prefixed with "list" by External U.
[ANeff] Bug for: GetFunctionList() omits Invoke()
Comment on List member functions should all be prefixed with "list" by External U.
Bug 84934:(Watson Migration Closure)[ANeff] ER for: "multiCharacterDelimiter" added to other list functionsCurrently, ListToArray() accepts "multiCharacterDelimiter" parameter
Comment on List member functions should all be prefixed with "list" by External U.
List member function : ListRemoveDuplicates needs to added for list object
Bug 84359:(Watson Migration Closure)Summary: replaceListNoCase()There is a replaceList() function, but - unlike other replace functions - not replaceListNoCase()
Comment on List member functions should all be prefixed with "list" by External U.
isDate function assumes numeric list is a valid date
Comment on List member function : ListRemoveDuplicates needs to added for list object by External U.
Bug 84165:(Watson Migration Closure)Add function listRemoveDuplicates() to make elements inside a list uniqueIt would be nice to have a function, which removes double elements from a list
Comment on List member functions should all be prefixed with "list" by External U.
Comment on List member functions should all be prefixed with "list" by External U.
[ANeff] Doc Bug for: "Supported XML member functions" list issues
List member functions should all be prefixed with "list"
Comment on List member functions should all be prefixed with "list" by External U.
2612806 CF-3427695 Language Adam Cameron CFLOOP over a list should have includeEmptyValues attribute Over the last coupla releases of CF, a includeEmptyValues setting has been added to all (? I think all of them are covered now?) list functions. However it's still not been added to . Which
2612212 CF-3540467 External U. Just experienced this in DirectoryList function as mentioned here. Been using cf_directory action="list" all the time
CFFiddle for Spreadsheet, List, Struct, and Date/Time functions
Comment on [ANeff] Doc Bug for: "Supported XML member functions" list issues by Kama S.
Comment on Display and Formatting function list page incomplete by External U.
Comment on listChangeDelims() member function missing by External U.
Bug 75910:The Reference guide does not properly list CF9 changes in the tags and function lists
[ANeff] Bug for: getFunctionList() should return Spreadsheet* instead of SpreadSheet*
5405890 CF-4204053 Mukesh K. Hi Oliver, # We need to update the docs which states "If value = "", returns a copy of the list, unchanged." # If we return copy of list unchanged when empty value is appended, then it might break other list function where includeEmptyFields parameter is used. Example
Comment on toList() member function is missing for Arguments by Immanuel N.
2609208 CF-3911221 General Server Raymond Camden each not available for list funcs While listEach works, I could have sworn this worked - in fact, I'm pretty darn sure it did - I had it in a presentation: names = "Ray,Scott,Todd,Dave"; names.each(function(n,i) { writeOutput(n); if(i < n
2608386 CF-4104256 Language Aaron Neff [ANeff] ER for: getTagList() getFunctionList() is useful for determining what functions were added in each version/update. getTagList() would be useful for the same. It should return a list (not a struct like getFunctionList() does; and, of course, getFunctionList
?.getDesignation() ~~~~ There are missing # signs. The above code won't do anything Steps to Reproduce: Go to page Actual Result: The content is passed through unchanged Expected Result: Render of variables or functions Any Workarounds: Put in #'s ----------------------------- Additional Watson Details
Comment on listEach: arguments variable in UDF function (passed to listEach) should contain the information of delimiter and includeEmptyFields by External U.
2608288 CF-4137857 Awdhesh K. Hi Henry, There is .listFilter memberfunction for list. For list member functions, we have used list as prefix like: listAppend, listFind..
Comment on listEach: arguments variable in UDF function (passed to listEach) should contain the information of delimiter and includeEmptyFields by External U.
Comment on Bug 84359:(Watson Migration Closure)Summary: replaceListNoCase()There is a replaceList() function, but - unlike other replace functions - not replaceListNoCase() by Aaron N.
Comment on directoryList function fails when filename contains a % character by Suchika S.
Comment on [ANeff] Doc Bug for: "Supported XML member functions" list issues by Aaron N.
2609350 CF-3855211 Aaron N. Hi Adobe, You merely _copied_ the "Throws" section from ArrayInsertAt() doc to ListInsertAt() doc. *shakes head* This ticket needs re-opened/fixed. See: https://helpx.adobe.com/coldfusion/cfml-reference/coldfusion-functions/functions-l/listinsertat.html This
Comment on listChangeDelims() member function missing by Adobe D.
2612627 CF-3489021 External U. Yeah, it makes no sense for only *most* list functions to support empty elements. This should be done. -- Adam
In the next couple of weeks, we plan to include CFFidlle links for Spreadsheet, Struct, and List functions. In the next three to four months, we plan to link every tag and function, wherever possible, with CFFiddle links. As always, please use CFFiddle to test the samples. If there […] The post CFFiddle
Comment on Display and Formatting function list page incomplete by External U.
Comment on listChangeDelims() member function missing by External U.
Comment on listChangeDelims() member function missing by External U.
name type-prefixes are acceptable are in the case of list functions, because lists are not a type, they are just strings with implied context. Indeed, excusing the list functions, this date/time/dateTimeFormat debacle is the ONLY (documented: https://wikidocs.adobe.com/wiki/display/coldfusionen/Using+the+member+functions
Comment on listEach: arguments variable in UDF function (passed to listEach) should contain the information of delimiter and includeEmptyFields by External U.
2614189 CF-3126141 External U. Verified this is fixed in CF10 Final (build 10,282462). One issue: It fails when colors are specified as a list of three 0-255 numbers. The imageNew, imageSetBackgroundColor, and imageSetDrawingColor functions all accept "r,g,b" (list of three 0-255 numbers
[ANeff] Doc Bug for: ArrayContainsNoCase not listed on "Functions a-b" page
variables declared inside the function when tried as local. code assist doesn't list the variables.
Comment on listChangeDelims() member function missing by External U.
Bug 77254:(Watson Migration Closure)Is it was possible to configure CF to refuse to do administrative functions such as the Administrator unless the request comes from a list of pre-approved IP's / subnets
2601597 CF-3037792 External U. +1 Great Idea. And it simply makes sense to have it supported for all list functions.
2601597 CF-3037792 External U. +1 vote. Ran into a case the other day in CF 8 where this would have been useful. Definitely for all list*() functions
2601597 CF-3037792 External U. +1 for the original ER and +1 for having it apply to all list functions
2608386 CF-4104256 External U. Hi Vamsee, Thanks very much. Just FYI, CF-4104564 covers returning the tag list. It also covers returning the function list and member function list. As well as returning the reservedword list (as suggested by James below). Instead of having separate functions
2596972 CF-3288035 Chandan .. We bind import list inside function invocation which was overwriting parent cfc's import. For the fix we would internally cache this list before invoking the function and push it back on the current cfc object.
2982780 CF-4198483 Language : Closures Adam Cameron Add higher-order functions for strings Here's a usecase that came up today: http://trycf.com/gist/4aceb6cc13cc6f9a6e73ffbad9d83012/acf2016?theme=monokai ``` postcode = "E18 1ED"; nato = postcode.listToArray("").map(function(c){ var nato
2610287 CF-3713043 External U. This needs to be reopened. map() is fixed (and presume reduce() is), but you've not been very meticulous here... you've not fixed each(). Repro: list = "|2|4|"; list.each(function(){ writeDump(arguments); }, "|", true); Compare the output of that to what it should
listEach: arguments variable in UDF function (passed to listEach) should contain the information of delimiter and includeEmptyFields
2608716 CF-4018933 Milan C. member functions are now supported on ValueList and QuotedValueList
2608716 CF-4018933 External U. I hasten to point out that this bug, in spirit, is very likely _not_ "fixed" as the current status would indicate. You've said that string member functions are now supported on valueList and quotedValueList, but that does not mean that this bug -- "member functions
2610296 CF-3712186 External U. I note this has been marked "to fix". Can you pls list the functions you intend to add, and any you're not so sure about. Also note: my list above is not necessarily exhaustive. -- Adam
Comment on listEach: arguments variable in UDF function (passed to listEach) should contain the information of delimiter and includeEmptyFields by External U.
James Mohler The other thing that is not so good with the documentation is that they list functions that do not have any parameters as accepting parameters. Functions like isuserloggedin() now() pi()
Bug 84161:(Watson Migration Closure)Add listEquals() function to check for equality of two listsThe syntax would be:listEquals(list1, list2 [, delimiters1, delimiters2])The function would return TRUE, if both lists contain the same numb
3851606 CF-4200508 Language : Member Functions Eric Fxd toList() Does Not Work on getColumnList() Problem Description: Member function toList() doesn't work on the getColumnList() function of a query object. Steps to Reproduce: 1) Create a query {code:java} news = queryNew("id,title", "integer
Comment on CFFiddle for Spreadsheet, List, Struct, and Date/Time functions by Saurav Ghosh
4104790 CF-4201589 Aaron N. Hi Adobe, This needs fixed in Aether GM. As shown below, ListFilter()'s and ListMap()'s last 2 parameters are "delimiter,includeEmptyFields". So, ListSort()'s syntax must match and needs fixed. list1 = "b|a||c" list2 = list1.listFilter(function
Comment on listChangeDelims() member function missing by External U.
toList() member function is missing for Arguments
Comment on directoryList function fails when filename contains a % character by External U.
Comment on directoryList function fails when filename contains a % character by Akhila K.
5530805 CF-4204122 Language : Functions Feature regarding "listGetDuplicates" There is a one cool function which was having to remove the duplicate elements in the list which was "listRemoveDuplicates". But I need to get the element which one was duplicate from that list. Like "list
Comment on listChangeDelims() member function missing by Suchika S.
Comment on listChangeDelims() member function missing by External U.
2609350 CF-3855211 Documentation M Bean ListInsertAt() crashes for edge cases (index equals list length plus 1) Problem Description: ListInsertAt() crashes for some seemingly valid inputs. Documentation at http://help.adobe.com/livedocs/coldfusion/8/htmldocs/help.html?content=functions_l_13.html
5405890 CF-4204053 Language : Functions Listappend does not return the list unchanged when you add an empty string Problem Description: Documentation: Listappend returns A copy of the list_,_ with value appended. If value = "", returns a copy of the list, unchanged. Listappend does not return
2609671 CF-3810965 Nikhil S. Updated the callback function of ArrayFilter to 'function(item, [,index, array])' Updated the callback function of ListFIlter to 'function(item, [,index, list, delimiter, includeEmptyFields])' Updated the callback function of StructFilter to 'function(key, value
Comment on New function request: valueArray() to complement valueList() by External U.
. Array inside CFClient : Headless functions : arrayEach, arraySort, arrayMap, arrayReduce Member functions : each, sort, map, reduce List outside CFClient: Member Functions : ListchangeDelims(), Listeach(), Listfilter(), ListMap(), ListReduce(), ListSort(), ListValueCount() and List
are string, list and date. All list functions have "list" in their name, and there is no overlap between actual string and date member functions that I can see, so the code should always be clear in what manner the developer wants the variable to be treated.
2608385 CF-4104564 External U. Hi Vamsee, Thanks very much. One possible idea is to reduce the scope of this ticket for now. For now, it could simply return a struct w/ 2 lists: {functions="abs,cos,..", tags="cfabort,cfajaximport,.."}. Then, getFunctionList() could be deprecated and getTagList