Skip to content

Generate Markdown Docs #1713

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 9 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
801 changes: 801 additions & 0 deletions docs/categories/all.md

Large diffs are not rendered by default.

56 changes: 56 additions & 0 deletions docs/categories/array-functions.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,56 @@
# Array Functions

- arrayAppend [arrayAppend](../functions/arrayappend.md)
- arrayAvg [arrayAvg](../functions/arrayavg.md)
- arrayClear [arrayClear](../functions/arrayclear.md)
- arrayContains [arrayContains](../functions/arraycontains.md)
- arrayContainsNoCase [arrayContainsNoCase](../functions/arraycontainsnocase.md)
- arrayDelete [arrayDelete](../functions/arraydelete.md)
- arrayDeleteAt [arrayDeleteAt](../functions/arraydeleteat.md)
- arrayDeleteNoCase [arrayDeleteNoCase](../functions/arraydeletenocase.md)
- arrayEach [arrayEach](../functions/arrayeach.md)
- arrayEvery [arrayEvery](../functions/arrayevery.md)
- arrayFilter [arrayFilter](../functions/arrayfilter.md)
- arrayFind [arrayFind](../functions/arrayfind.md)
- arrayFindAll [arrayFindAll](../functions/arrayfindall.md)
- arrayFindAllNoCase [arrayFindAllNoCase](../functions/arrayfindallnocase.md)
- arrayFindNoCase [arrayFindNoCase](../functions/arrayfindnocase.md)
- arrayFirst [arrayFirst](../functions/arrayfirst.md)
- arrayGetMetadata [arrayGetMetadata](../functions/arraygetmetadata.md)
- arrayIndexExists [arrayIndexExists](../functions/arrayindexexists.md)
- arrayInsertAt [arrayInsertAt](../functions/arrayinsertat.md)
- arrayIsDefined [arrayIsDefined](../functions/arrayisdefined.md)
- arrayIsEmpty [arrayIsEmpty](../functions/arrayisempty.md)
- arrayLast [arrayLast](../functions/arraylast.md)
- arrayLen [arrayLen](../functions/arraylen.md)
- arrayMap [arrayMap](../functions/arraymap.md)
- arrayMax [arrayMax](../functions/arraymax.md)
- arrayMedian [arrayMedian](../functions/arraymedian.md)
- arrayMerge [arrayMerge](../functions/arraymerge.md)
- arrayMid [arrayMid](../functions/arraymid.md)
- arrayMin [arrayMin](../functions/arraymin.md)
- arrayNew [arrayNew](../functions/arraynew.md)
- arrayPop [arrayPop](../functions/arraypop.md)
- arrayPrepend [arrayPrepend](../functions/arrayprepend.md)
- arrayPush [arrayPush](../functions/arraypush.md)
- arrayReduce [arrayReduce](../functions/arrayreduce.md)
- arrayResize [arrayResize](../functions/arrayresize.md)
- arrayReverse [arrayReverse](../functions/arrayreverse.md)
- arraySet [arraySet](../functions/arrayset.md)
- arrayShift [arrayShift](../functions/arrayshift.md)
- arraySetMetadata [arraySetMetadata](../functions/arraysetmetadata.md)
- arraySlice [arraySlice](../functions/arrayslice.md)
- arraySome [arraySome](../functions/arraysome.md)
- arraySort [arraySort](../functions/arraysort.md)
- arraySplice [arraySplice](../functions/arraysplice.md)
- arraySum [arraySum](../functions/arraysum.md)
- arraySwap [arraySwap](../functions/arrayswap.md)
- arrayToList [arrayToList](../functions/arraytolist.md)
- arrayToStruct [arrayToStruct](../functions/arraytostruct.md)
- arrayUnshift [arrayUnshift](../functions/arrayunshift.md)
- isArray [isArray](../functions/isarray.md)
- javaCast [javacast](../functions/javacast.md)
- listToArray [listToArray](../functions/listtoarray.md)
- queryColumnArray [queryColumnArray](../functions/querycolumnarray.md)
- structKeyArray [structKeyArray](../functions/structkeyarray.md)
- valueArray [valueArray](../functions/valuearray.md)
21 changes: 21 additions & 0 deletions docs/categories/cache-functions.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# Cache Functions

- cacheClear [cacheClear](../functions/cacheclear.md)
- cacheCount [cacheCount](../functions/cachecount.md)
- cacheDelete [cacheDelete](../functions/cachedelete.md)
- cacheGet [cacheGet](../functions/cacheget.md)
- cacheGetAll [cacheGetAll](../functions/cachegetall.md)
- cacheGetAllIds [cacheGetAllIds](../functions/cachegetallids.md)
- cacheGetDefaultCacheName [cacheGetDefaultCacheName](../functions/cachegetdefaultcachename.md)
- cacheGetEngineProperties [cacheGetEngineProperties](../functions/cachegetengineproperties.md)
- cacheGetMetadata [cacheGetMetadata](../functions/cachegetmetadata.md)
- cacheGetProperties [cacheGetProperties](../functions/cachegetproperties.md)
- cacheGetSession [cacheGetSession](../functions/cachegetsession.md)
- cacheIdExists [cacheIdExists](../functions/cacheidexists.md)
- cachePut [cachePut](../functions/cacheput.md)
- cacheRegionExists [cacheRegionExists](../functions/cacheregionexists.md)
- cacheRegionNew [cacheRegionNew](../functions/cacheregionnew.md)
- cacheRegionRemove [cacheRegionRemove](../functions/cacheregionremove.md)
- cacheRemove [cacheRemove](../functions/cacheremove.md)
- cacheRemoveAll [cacheRemoveAll](../functions/cacheremoveall.md)
- cacheSetProperties [cacheSetProperties](../functions/cachesetproperties.md)
65 changes: 65 additions & 0 deletions docs/categories/cf10.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,65 @@
# ColdFusion 10 New Functions and Tags

- arrayEach [arrayEach](../functions/arrayeach.md)
- arrayFilter [arrayFilter](../functions/arrayfilter.md)
- arrayFindAll [arrayFindAll](../functions/arrayfindall.md)
- arrayFindAllNoCase [arrayFindAllNoCase](../functions/arrayfindallnocase.md)
- arraySlice [arraySlice](../functions/arrayslice.md)
- cacheIdExists [cacheIdExists](../functions/cacheidexists.md)
- cacheRegionExists [cacheRegionExists](../functions/cacheregionexists.md)
- cacheRegionNew [cacheRegionNew](../functions/cacheregionnew.md)
- cacheRegionRemove [cacheRegionRemove](../functions/cacheregionremove.md)
- cacheRemoveAll [cacheRemoveAll](../functions/cacheremoveall.md)
- callStackDump [callStackDump](../functions/callstackdump.md)
- callStackGet [callStackGet](../functions/callstackget.md)
- canonicalize [canonicalize](../functions/canonicalize.md)
- cfexchangeconversation [cfexchangeconversation](../tags/cfexchangeconversation.md)
- cfexchangefolder [cfexchangefolder](../tags/cfexchangefolder.md)
- cfwebsocket [cfwebsocket](../tags/cfwebsocket.md)
- csrfGenerateToken [csrfGenerateToken](../functions/csrfgeneratetoken.md)
- csrfVerifyToken [csrfVerifyToken](../functions/csrfverifytoken.md)
- dateTimeFormat [dateTimeFormat](../functions/datetimeformat.md)
- decodeForHTML [decodeForHTML](../functions/decodeforhtml.md)
- decodeFromURL [decodeFromURL](../functions/decodefromurl.md)
- directoryCopy [directoryCopy](../functions/directorycopy.md)
- encodeForCSS [encodeForCSS](../functions/encodeforcss.md)
- encodeForDN [encodeForDN](../functions/encodefordn.md)
- encodeForHTML [encodeForHTML](../functions/encodeforhtml.md)
- encodeForHTMLAttribute [encodeForHTMLAttribute](../functions/encodeforhtmlattribute.md)
- encodeForJavaScript [encodeForJavaScript](../functions/encodeforjavascript.md)
- encodeForURL [encodeForURL](../functions/encodeforurl.md)
- encodeForXML [encodeForXML](../functions/encodeforxml.md)
- fileGetMimeType [fileGetMimeType](../functions/filegetmimetype.md)
- getApplicationMetadata [getApplicationMetadata](../functions/getapplicationmetadata.md)
- getCpuUsage [getCpuUsage](../functions/getcpuusage.md)
- getFreeSpace [getFreeSpace](../functions/getfreespace.md)
- getSystemFreeMemory [getSystemFreeMemory](../functions/getsystemfreememory.md)
- getSystemTotalMemory [getSystemTotalMemory](../functions/getsystemtotalmemory.md)
- getTotalSpace [getTotalSpace](../functions/gettotalspace.md)
- hmac [hmac](../functions/hmac.md)
- imageCreateCaptcha [imageCreateCaptcha](../functions/imagecreatecaptcha.md)
- imageMakeColorTransparent [imageMakeColorTransparent](../functions/imagemakecolortransparent.md)
- imageMakeTranslucent [imageMakeTranslucent](../functions/imagemaketranslucent.md)
- invoke [invoke](../functions/invoke.md)
- isClosure [isClosure](../functions/isclosure.md)
- listFilter [listFilter](../functions/listfilter.md)
- listRemoveDuplicates [listRemoveDuplicates](../functions/listremoveduplicates.md)
- lsDateTimeFormat [lsDateTimeFormat](../functions/lsdatetimeformat.md)
- ormIndex [ormIndex](../functions/ormindex.md)
- ormIndexPurge [ormIndexPurge](../functions/ormindexpurge.md)
- ormSearch [ormSearch](../functions/ormsearch.md)
- ormSearchOffline [ormSearchOffline](../functions/ormsearchoffline.md)
- reEscape [reEscape](../functions/reescape.md)
- removeCachedQuery [removeCachedQuery](../functions/removecachedquery.md)
- restDeleteApplication [restDeleteApplication](../functions/restdeleteapplication.md)
- restInitApplication [restInitApplication](../functions/restinitapplication.md)
- restSetResponse [restSetResponse](../functions/restsetresponse.md)
- sessionGetMetadata [sessionGetMetadata](../functions/sessiongetmetadata.md)
- sessionInvalidate [sessionInvalidate](../functions/sessioninvalidate.md)
- sessionRotate [sessionRotate](../functions/sessionrotate.md)
- structEach [structEach](../functions/structeach.md)
- structFilter [structFilter](../functions/structfilter.md)
- wsGetAllChannels [wsGetAllChannels](../functions/wsgetallchannels.md)
- wsGetSubscribers [wsGetSubscribers](../functions/wsgetsubscribers.md)
- wsPublish [wsPublish](../functions/wspublish.md)
- wsSendMessage [wsSendMessage](../functions/wssendmessage.md)
34 changes: 34 additions & 0 deletions docs/categories/cf11.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
# ColdFusion 11 New Functions and Tags

- arrayMap [arrayMap](../functions/arraymap.md)
- arrayReduce [arrayReduce](../functions/arrayreduce.md)
- cf_socialplugin [cf_socialplugin](../tags/cf_socialplugin.md)
- cfclient [cfclient](../tags/cfclient.md)
- cfclientsettings [cfclientsettings](../tags/cfclientsettings.md)
- cfhtmltopdf [cfhtmltopdf](../tags/cfhtmltopdf.md)
- cfhtmltopdfitem [cfhtmltopdfitem](../tags/cfhtmltopdfitem.md)
- cfimapfilter [cfimapfilter](../tags/cfimapfilter.md)
- cfoauth [cfoauth](../tags/cfoauth.md)
- deserialize [deserialize](../functions/deserialize.md)
- deserializeXML [deserializeXML](../functions/deserializexml.md)
- encodeForLDAP [encodeForLDAP](../functions/encodeforldap.md)
- encodeForXMLAttribute [encodeForXMLAttribute](../functions/encodeforxmlattribute.md)
- encodeForXPath [encodeForXPath](../functions/encodeforxpath.md)
- generatePBKDFKey [generatePBKDFKey](../functions/generatepbkdfkey.md)
- getSafeHTML [getSafeHTML](../functions/getsafehtml.md)
- imageGetMetadata [imageGetMetadata](../functions/imagegetmetadata.md)
- invalidateOauthAccesstoken [invalidateOauthAccesstoken](../functions/invalidateoauthaccesstoken.md)
- isFileObject [isFileObject](../functions/isfileobject.md)
- isSafeHTML [isSafeHTML](../functions/issafehtml.md)
- isValidOauthAccesstoken [isValidOauthAccesstoken](../functions/isvalidoauthaccesstoken.md)
- listEach [listEach](../functions/listeach.md)
- listMap [listMap](../functions/listmap.md)
- listReduce [listReduce](../functions/listreduce.md)
- queryExecute [queryExecute](../functions/queryexecute.md)
- queryGetRow [queryGetRow](../functions/querygetrow.md)
- serialize [serialize](../functions/serialize.md)
- serializeXML [serializeXML](../functions/serializexml.md)
- spreadsheetAddAutoFilter [spreadsheetAddAutoFilter](../functions/spreadsheetaddautofilter.md)
- spreadsheetAddPagebreaks [spreadsheetAddPagebreaks](../functions/spreadsheetaddpagebreaks.md)
- structMap [structMap](../functions/structmap.md)
- structReduce [structReduce](../functions/structreduce.md)
25 changes: 25 additions & 0 deletions docs/categories/cf2016.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# ColdFusion 2016 New Functions and Tags

- arrayContainsNoCase [arrayContainsNoCase](../functions/arraycontainsnocase.md)
- arrayDeleteNoCase [arrayDeleteNoCase](../functions/arraydeletenocase.md)
- arrayGetMetadata [arrayGetMetadata](../functions/arraygetmetadata.md)
- arraySetMetadata [arraySetMetadata](../functions/arraysetmetadata.md)
- booleanFormat [booleanFormat](../functions/booleanformat.md)
- encodeFor [encodeFor](../functions/encodefor.md)
- exceptionKeyExists [exceptionKeyExists](../functions/exceptionkeyexists.md)
- floor [floor](../functions/floor.md)
- getCanonicalPath [getCanonicalPath](../functions/getcanonicalpath.md)
- isDateObject [isDateObject](../functions/isdateobject.md)
- isPDFArchive [isPDFArchive](../functions/ispdfarchive.md)
- queryEach [queryEach](../functions/queryeach.md)
- queryFilter [queryFilter](../functions/queryfilter.md)
- queryKeyExists [queryKeyExists](../functions/querykeyexists.md)
- queryMap [queryMap](../functions/querymap.md)
- queryReduce [queryReduce](../functions/queryreduce.md)
- querySort [querySort](../functions/querysort.md)
- replaceListNoCase [replaceListNoCase](../functions/replacelistnocase.md)
- spreadsheetGetColumnCount [spreadsheetGetColumnCount](../functions/spreadsheetgetcolumncount.md)
- structGetMetadata [structGetMetadata](../functions/structgetmetadata.md)
- structSetMetadata [structSetMetadata](../functions/structsetmetadata.md)
- structToSorted [structToSorted](../functions/structtosorted.md)
- valueArray [valueArray](../functions/valuearray.md)
24 changes: 24 additions & 0 deletions docs/categories/cf2018.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# ColdFusion 2018 New Functions and Tags

- arrayEvery [arrayEvery](../functions/arrayevery.md)
- arrayFirst [arrayFirst](../functions/arrayfirst.md)
- arrayLast [arrayLast](../functions/arraylast.md)
- arraySome [arraySome](../functions/arraysome.md)
- arraySplice [arraySplice](../functions/arraysplice.md)
- cacheGetEngineProperties [cacheGetEngineProperties](../functions/cachegetengineproperties.md)
- queryAppend [queryAppend](../functions/queryappend.md)
- queryClear [queryClear](../functions/queryclear.md)
- queryDeleteColumn [queryDeleteColumn](../functions/querydeletecolumn.md)
- queryDeleteRow [queryDeleteRow](../functions/querydeleterow.md)
- queryEvery [queryEvery](../functions/queryevery.md)
- queryInsertAt [queryInsertAt](../functions/queryinsertat.md)
- queryPrepend [queryPrepend](../functions/queryprepend.md)
- queryRecordCount [queryRecordCount](../functions/queryrecordcount.md)
- queryReverse [queryReverse](../functions/queryreverse.md)
- queryRowSwap [queryRowSwap](../functions/queryrowswap.md)
- querySlice [querySlice](../functions/queryslice.md)
- querySome [querySome](../functions/querysome.md)
- runAsync [runAsync](../functions/runasync.md)
- structEvery [structEvery](../functions/structevery.md)
- structIsOrdered [structIsOrdered](../functions/structisordered.md)
- structSome [structSome](../functions/structsome.md)
26 changes: 26 additions & 0 deletions docs/categories/cf2021.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# ColdFusion 2021 New Functions and Tags

- arrayPop [arrayPop](../functions/arraypop.md)
- arrayPush [arrayPush](../functions/arraypush.md)
- arrayReduceRight [arrayReduceRight](../functions/arrayreduceright.md)
- arrayShift [arrayShift](../functions/arrayshift.md)
- arrayUnshift [arrayUnshift](../functions/arrayunshift.md)
- cfjava [cfjava](../tags/cfjava.md)
- clearTimeZone [clearTimeZone](../functions/cleartimezone.md)
- generateBCryptHash [generateBCryptHash](../functions/generatebcrypthash.md)
- generateSCryptHash [generateSCryptHash](../functions/generatescrypthash.md)
- getTimeZone [getTimeZone](../functions/gettimezone.md)
- listReduceRight [listReduceRight](../functions/listreduceright.md)
- millisecond [millisecond](../functions/millisecond.md)
- setTimeZone [setTimeZone](../functions/settimezone.md)
- stringEach [stringEach](../functions/stringeach.md)
- stringEvery [stringEvery](../functions/stringevery.md)
- stringFilter [stringFilter](../functions/stringfilter.md)
- stringMap [stringMap](../functions/stringmap.md)
- stringReduce [stringReduce](../functions/stringreduce.md)
- stringReduceRight [stringReduceRight](../functions/stringreduceright.md)
- stringSome [stringSome](../functions/stringsome.md)
- stringSort [stringSort](../functions/stringsort.md)
- structIsCaseSensitive [structIsCaseSensitive](../functions/structiscasesensitive.md)
- verifyBCryptHash [verifyBCryptHash](../functions/verifybcrypthash.md)
- verifySCryptHash [verifySCryptHash](../functions/verifyscrypthash.md)
16 changes: 16 additions & 0 deletions docs/categories/cf2023.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# ColdFusion 2023 New Functions and Tags

- createEncryptedJWT [createEncryptedJWT](../functions/createencryptedjwt.md)
- createSignedJWT [createSignedJWT](../functions/createsignedjwt.md)
- deserializeAvro [deserializeAvro](../functions/deserializeavro.md)
- deserializeProtobuf [deserializeProtobuf](../functions/deserializeprotobuf.md)
- generateGraphQLModels [generateGraphQLModels](../functions/generategraphqlmodels.md)
- getGraphQLClient [getGraphQLClient](../functions/getgraphqlclient.md)
- serializeAvro [serializeAvro](../functions/serializeavro.md)
- serializeProtobuf [serializeProtobuf](../functions/serializeprotobuf.md)
- verifyEncryptedJWT [verifyEncryptedJWT](../functions/verifyencryptedjwt.md)
- verifySignedJWT [verifySignedJWT](../functions/verifysignedjwt.md)
- xmlClear [xmlClear](../functions/xmlclear.md)
- xmlDeleteAt [xmlDeleteAt](../functions/xmldeleteat.md)
- xmlHasChild [xmlHasChild](../functions/xmlhaschild.md)
- xmlUpdate [xmlUpdate](../functions/xmlupdate.md)
56 changes: 56 additions & 0 deletions docs/categories/cf4.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,56 @@
# ColdFusion 4 New Functions and Tags

- acos [acos](../functions/acos.md)
- asin [asin](../functions/asin.md)
- atn [atn](../functions/atn.md)
- cfassociate [cfassociate](../tags/cfassociate.md)
- cfcache [cfcache](../tags/cfcache.md)
- cfcase [cfcase](../tags/cfcase.md)
- cfcatch [cfcatch](../tags/cfcatch.md)
- cfcollection [cfcollection](../tags/cfcollection.md)
- cfdefaultcase [cfdefaultcase](../tags/cfdefaultcase.md)
- cfhttpparam [cfhttpparam](../tags/cfhttpparam.md)
- cflock [cflock](../tags/cflock.md)
- cfprocparam [cfprocparam](../tags/cfprocparam.md)
- cfprocresult [cfprocresult](../tags/cfprocresult.md)
- cfregistry [cfregistry](../tags/cfregistry.md)
- cfscript [cfscript](../tags/cfscript.md)
- cfstoredproc [cfstoredproc](../tags/cfstoredproc.md)
- cfswitch [cfswitch](../tags/cfswitch.md)
- cfthrow [cfthrow](../tags/cfthrow.md)
- cftry [cftry](../tags/cftry.md)
- cfwddx [cfwddx](../tags/cfwddx.md)
- createUUID [createUUID](../functions/createuuid.md)
- dateConvert [dateConvert](../functions/dateconvert.md)
- decrypt [decrypt](../functions/decrypt.md)
- directoryExists [directoryExists](../functions/directoryexists.md)
- encrypt [encrypt](../functions/encrypt.md)
- getBaseTagData [getBaseTagData](../functions/getbasetagdata.md)
- getBaseTemplatePath [getBaseTemplatePath](../functions/getbasetemplatepath.md)
- getCurrentTemplatePath [getCurrentTemplatePath](../functions/getcurrenttemplatepath.md)
- getProfileString [getProfileString](../functions/getprofilestring.md)
- getTickCount [getTickCount](../functions/gettickcount.md)
- getTimezoneInfo [getTimezoneInfo](../functions/gettimezoneinfo.md)
- isDebugMode [isDebugMode](../functions/isdebugmode.md)
- isStruct [isStruct](../functions/isstruct.md)
- listQualify [listQualify](../functions/listqualify.md)
- listSort [listSort](../functions/listsort.md)
- listToArray [listToArray](../functions/listtoarray.md)
- listValueCount [listValueCount](../functions/listvaluecount.md)
- listValueCountNoCase [listValueCountNoCase](../functions/listvaluecountnocase.md)
- lsEuroCurrencyFormat [lsEuroCurrencyFormat](../functions/lseurocurrencyformat.md)
- lsParseEuroCurrency [lsParseEuroCurrency](../functions/lsparseeurocurrency.md)
- queryAddColumn [queryAddColumn](../functions/queryaddcolumn.md)
- reFindNoCase [reFindNoCase](../functions/refindnocase.md)
- reReplaceNoCase [reReplaceNoCase](../functions/rereplacenocase.md)
- setProfileString [setProfileString](../functions/setprofilestring.md)
- structClear [structClear](../functions/structclear.md)
- structCopy [structCopy](../functions/structcopy.md)
- structCount [structCount](../functions/structcount.md)
- structDelete [structDelete](../functions/structdelete.md)
- structFind [structFind](../functions/structfind.md)
- structInsert [structInsert](../functions/structinsert.md)
- structIsEmpty [structIsEmpty](../functions/structisempty.md)
- structKeyArray [structKeyArray](../functions/structkeyarray.md)
- structKeyList [structKeyList](../functions/structkeylist.md)
- writeOutput [writeOutput](../functions/writeoutput.md)
Loading