Skip to content
Merged
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
  •  
  •  
  •  
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ This makes the documentation super easy to edit and allows developers to run a l
The cfdocs.org site can run locally very easily thanks to CommandBox.

1. Go download [CommandBox](https://www.ortussolutions.com/products/commandbox) if you do not have it already.
2. Download this repository and extract it to a folder, or clone it from this repository.
2. Download this repository and extract it to a folder, or clone it from this repository.
3. Make a copy of `.env.example` and name it `.env`. This contains required environment variables. [learn more](https://github.com/commandbox-modules/commandbox-dotenv)
4. Run `box server start` from Command Prompt or Terminal in the root directory.

Expand All @@ -41,7 +41,7 @@ CFDocs.org is meant to be a quick reference so keep it short and sweet. E.g. att

1. Browse the [data/en/](https://github.com/foundeo/cfdocs/tree/master/data/en) folder of this repository on GitHub and find the tag or function you want to edit.
2. Click the edit button (pencil)
3. Commit
3. Commit
4. Send a pull request to merge your change with this repository.

#### The better way to edit the docs
Expand Down
7 changes: 7 additions & 0 deletions assets/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -222,6 +222,13 @@ footer { text-align: center; margin-top: 10px; font-size:smaller; }
.label-openbd:focus {
background-color: #1b6c8f;
}
.label-boxlang {
background-color: #04CD70;
}
.label-boxlang:hover,
.label-boxlang:focus {
background-color: #08834C;
}
.syntax-highlight {
color: #c7254e;
font-weight:bold;
Expand Down
6 changes: 6 additions & 0 deletions data/cfdocs.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,12 @@
"description": "Engine details for OpenBD",
"type": "object",
"$ref": "#/definitions/engineDetail"
},
"boxlang": {
"title": "BoxLang",
"description": "Engine details for BoxLang",
"type": "object",
"$ref": "#/definitions/engineDetail"
}
}
},
Expand Down
3 changes: 2 additions & 1 deletion data/en/abs.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
"coldfusion": {"minimum_version":"", "notes":"", "docs":"https://helpx.adobe.com/coldfusion/cfml-reference/coldfusion-functions/functions-a-b/abs.html"},
"lucee": {"minimum_version":"", "notes":"", "docs":"https://docs.lucee.org/reference/functions/abs.html"},
"railo": {"minimum_version":"", "notes":"", "docs":"http://railodocs.org/index.cfm/function/abs"},
"openbd": {"minimum_version":"", "notes":"", "docs":"http://openbd.org/manual/?/function/abs"}
"openbd": {"minimum_version":"", "notes":"", "docs":"http://openbd.org/manual/?/function/abs"},
"boxlang": {"minimum_version":"1.0.0", "notes":"", "docs":"https://boxlang.ortusbooks.com/boxlang-language/reference/built-in-functions/math/abs"}
},
"links": [],
"examples": [
Expand Down
3 changes: 2 additions & 1 deletion data/en/acos.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@
"coldfusion": {"minimum_version":"4", "notes":"", "docs":"https://helpx.adobe.com/coldfusion/cfml-reference/coldfusion-functions/functions-a-b/acos.html"},
"lucee": {"minimum_version":"", "notes":"", "docs":"https://docs.lucee.org/reference/functions/acos.html"},
"railo": {"minimum_version":"", "notes":"", "docs":"http://railodocs.org/index.cfm/function/acos"},
"openbd": {"minimum_version":"", "notes":"", "docs":"http://openbd.org/manual/?/function/acos"}
"openbd": {"minimum_version":"", "notes":"", "docs":"http://openbd.org/manual/?/function/acos"},
"boxlang": {"minimum_version":"1.0.0", "notes":"", "docs":"https://boxlang.ortusbooks.com/boxlang-language/reference/built-in-functions/math/acos"}
},
"links": [

Expand Down
3 changes: 2 additions & 1 deletion data/en/application-cfc.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,8 @@
"engines": {
"coldfusion": {"minimum_version":"7", "notes":"", "docs":"https://helpx.adobe.com/coldfusion/cfml-reference/application-cfc-reference.html"},
"lucee": {"minimum_version":"", "notes":"", "docs":"https://docs.lucee.org/reference/tags/application.html"},
"openbd": {"minimum_version":"", "notes":"", "docs":"http://openbd.org/manual/?/tag/cfapplication"}
"openbd": {"minimum_version":"", "notes":"", "docs":"http://openbd.org/manual/?/tag/cfapplication"},
"boxlang": {"minimum_version":"1.0.0", "notes":"", "docs":"https://boxlang.ortusbooks.com/boxlang-framework/applicationbx"}
},
"links": [
{
Expand Down
3 changes: 2 additions & 1 deletion data/en/applicationstarttime.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
"description": "Provides information about the time when the current application scope was created.",
"params": [],
"engines": {
"lucee": {"minimum_version": "", "notes": "", "docs": "https://docs.lucee.org/reference/functions/applicationstarttime.html"}
"lucee": {"minimum_version": "", "notes": "", "docs": "https://docs.lucee.org/reference/functions/applicationstarttime.html"},
"boxlang": {"minimum_version": "1.0.0", "notes": "", "docs": "https://boxlang.ortusbooks.com/boxlang-language/reference/built-in-functions/system/applicationstarttime"}
},
"examples": [],
"links": []
Expand Down
3 changes: 2 additions & 1 deletion data/en/applicationstop.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
"engines": {
"coldfusion": {"minimum_version":"9", "notes":"", "docs":"https://helpx.adobe.com/coldfusion/cfml-reference/coldfusion-functions/functions-a-b/applicationstop.html"},
"lucee": {"minimum_version":"", "notes":"", "docs":"https://docs.lucee.org/reference/functions/applicationstop.html"},
"railo": {"minimum_version":"", "notes":"", "docs":"http://railodocs.org/index.cfm/function/applicationstop"}
"railo": {"minimum_version":"", "notes":"", "docs":"http://railodocs.org/index.cfm/function/applicationstop"},
"boxlang": {"minimum_version":"1.0.0", "notes":"", "docs":"https://boxlang.ortusbooks.com/boxlang-language/reference/built-in-functions/system/applicationstop"}
},
"links": [
{
Expand Down
3 changes: 2 additions & 1 deletion data/en/argon2checkhash.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
{"name": "variant", "description": "", "required": false, "default": "Argon2i", "type": "string", "values": ["Argon2i", "Argon2d", "Argon2id"]}
],
"engines": {
"lucee": {"minimum_version": "5.3.8", "notes": "", "docs": "https://docs.lucee.org/reference/functions/argon2checkhash.html"}
"lucee": {"minimum_version": "5.3.8", "notes": "", "docs": "https://docs.lucee.org/reference/functions/argon2checkhash.html"},
"boxlang": {"minimum_version": "1.0.0", "notes": "Requires the bx-password-encrypt module", "docs": "https://github.com/ortus-boxlang/bx-password-encrypt"}
},
"examples": [{
"title":"Show a passing and failing Argon2 hash check",
Expand Down
3 changes: 2 additions & 1 deletion data/en/arrayappend.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@
"engines": {
"coldfusion": {"minimum_version":"3", "notes":"", "docs":"https://helpx.adobe.com/coldfusion/cfml-reference/coldfusion-functions/functions-a-b/arrayappend.html"},
"lucee": {"minimum_version":"", "notes":"When called as a member function array.append() returns the array instead of boolean.", "docs":"https://docs.lucee.org/reference/functions/arrayappend.html"},
"openbd": {"minimum_version":"", "notes":"", "docs":"http://openbd.org/manual/?/function/arrayappend"}
"openbd": {"minimum_version":"", "notes":"", "docs":"http://openbd.org/manual/?/function/arrayappend"},
"boxlang": {"minimum_version":"1.0.0", "notes":"", "docs":"https://boxlang.ortusbooks.com/boxlang-language/reference/built-in-functions/array/arrayappend"}
},
"links": [

Expand Down
3 changes: 2 additions & 1 deletion data/en/arrayavg.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
"engines": {
"coldfusion": {"minimum_version":"", "notes":"", "docs":"https://helpx.adobe.com/coldfusion/cfml-reference/coldfusion-functions/functions-a-b/arrayavg.html"},
"lucee": {"minimum_version":"", "notes":"", "docs":"https://docs.lucee.org/reference/functions/arrayavg.html"},
"openbd": {"minimum_version":"", "notes":"", "docs":"http://openbd.org/manual/?/function/arrayavg"}
"openbd": {"minimum_version":"", "notes":"", "docs":"http://openbd.org/manual/?/function/arrayavg"},
"boxlang": {"minimum_version":"1.0.0", "notes":"", "docs":"https://boxlang.ortusbooks.com/boxlang-language/reference/built-in-functions/array/arrayavg"}
},
"links": [],
"examples": [
Expand Down
3 changes: 2 additions & 1 deletion data/en/arrayclear.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@
"engines": {
"coldfusion": {"minimum_version":"3", "notes":"", "docs":"https://helpx.adobe.com/coldfusion/cfml-reference/coldfusion-functions/functions-a-b/arrayclear.html"},
"lucee": {"minimum_version":"", "notes":"", "docs":"https://docs.lucee.org/reference/functions/arrayclear.html"},
"openbd": {"minimum_version":"", "notes":"", "docs":"http://openbd.org/manual/?/function/arrayclear"}
"openbd": {"minimum_version":"", "notes":"", "docs":"http://openbd.org/manual/?/function/arrayclear"},
"boxlang": {"minimum_version":"1.0.0", "notes":"", "docs":"https://boxlang.ortusbooks.com/boxlang-language/reference/built-in-functions/array/arrayclear"}
},
"links": [

Expand Down
3 changes: 2 additions & 1 deletion data/en/arraycontains.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@
"engines": {
"coldfusion": {"minimum_version":"9", "notes":"", "docs":"https://helpx.adobe.com/coldfusion/cfml-reference/coldfusion-functions/functions-a-b/arraycontains.html"},
"lucee": {"minimum_version":"", "notes":"Returns the position of the array instead of boolean value.", "docs":"https://docs.lucee.org/reference/functions/arraycontains.html"},
"openbd": {"minimum_version":"", "notes":"", "docs":"http://openbd.org/manual/?/function/arraycontains"}
"openbd": {"minimum_version":"", "notes":"", "docs":"http://openbd.org/manual/?/function/arraycontains"},
"boxlang": {"minimum_version":"1.0.0", "notes":"", "docs":"https://boxlang.ortusbooks.com/boxlang-language/reference/built-in-functions/array/arraycontains"}
},
"links": [],
"examples": [
Expand Down
5 changes: 5 additions & 0 deletions data/en/arraycontainsnocase.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,11 @@
"minimum_version": "2016",
"notes": "Member function only available in CF2021+",
"docs": "https://helpx.adobe.com/coldfusion/cfml-reference/coldfusion-functions/functions-a-b/arraycontainsnocase.html"
},
"boxlang": {
"minimum_version": "1.0.0",
"notes": "",
"docs": "https://boxlang.ortusbooks.com/boxlang-language/reference/built-in-functions/array/arraycontainsnocase"
}
},
"links": [],
Expand Down
5 changes: 5 additions & 0 deletions data/en/arraydelete.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,11 @@
"minimum_version": "",
"notes": "",
"docs": "https://docs.lucee.org/reference/functions/arraydelete.html"
},
"boxlang": {
"minimum_version": "1.0.0",
"notes": "",
"docs": "https://boxlang.ortusbooks.com/boxlang-language/reference/built-in-functions/array/arraydelete"
}
},
"links": [],
Expand Down
5 changes: 5 additions & 0 deletions data/en/arraydeleteat.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,11 @@
"minimum_version": "",
"notes": "",
"docs": "http://openbd.org/manual/?/function/arraydeleteat"
},
"boxlang": {
"minimum_version": "1.0.0",
"notes": "",
"docs": "https://boxlang.ortusbooks.com/boxlang-language/reference/built-in-functions/array/arraydeleteat"
}
},
"links": [],
Expand Down
5 changes: 5 additions & 0 deletions data/en/arraydeletenocase.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,11 @@
"minimum_version": "5.1.0",
"notes": "",
"docs": "https://docs.lucee.org/reference/functions/arraydeletenocase.html"
},
"boxlang": {
"minimum_version": "1.0.0",
"notes": "",
"docs": "https://boxlang.ortusbooks.com/boxlang-language/reference/built-in-functions/array/arraydeletenocase"
}
},
"links": [],
Expand Down
3 changes: 2 additions & 1 deletion data/en/arrayeach.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@
"engines": {
"coldfusion": {"minimum_version":"10", "notes":"", "docs":"https://helpx.adobe.com/coldfusion/cfml-reference/coldfusion-functions/functions-a-b/arrayeach.html"},
"lucee": {"minimum_version":"", "notes":"", "docs":"https://docs.lucee.org/reference/functions/arrayeach.html"},
"openbd": {"minimum_version":"", "notes":"", "docs":"http://openbd.org/manual/?/function/arrayeach"}
"openbd": {"minimum_version":"", "notes":"", "docs":"http://openbd.org/manual/?/function/arrayeach"},
"boxlang": {"minimum_version":"1.0.0", "notes":"", "docs":"https://boxlang.ortusbooks.com/boxlang-language/reference/built-in-functions/array/arrayeach"}
},
"links":[{
"title":"Map, Reduce and other Higher Order Functions",
Expand Down
3 changes: 2 additions & 1 deletion data/en/arrayevery.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@
],
"engines": {
"coldfusion":{"minimum_version":"2018.0.5", "notes":"", "docs":"https://helpx.adobe.com/coldfusion/cfml-reference/coldfusion-functions/functions-a-b/arrayevery.html"},
"lucee": {"minimum_version":"4.5", "notes":"", "docs":"https://docs.lucee.org/reference/functions/arrayevery.html"}
"lucee": {"minimum_version":"4.5", "notes":"", "docs":"https://docs.lucee.org/reference/functions/arrayevery.html"},
"boxlang": {"minimum_version":"1.0.0", "notes":"", "docs":"https://boxlang.ortusbooks.com/boxlang-language/reference/built-in-functions/array/arrayevery"}
},
"links": [{
"title":"Map, Reduce and other Higher Order Functions",
Expand Down
3 changes: 2 additions & 1 deletion data/en/arrayfilter.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@
"engines": {
"coldfusion": {"minimum_version":"10", "notes":"", "docs":"https://helpx.adobe.com/coldfusion/cfml-reference/coldfusion-functions/functions-a-b/arrayfilter.html"},
"lucee": {"minimum_version":"", "notes":"", "docs":"https://docs.lucee.org/reference/functions/arrayfilter.html"},
"openbd": {"minimum_version":"", "notes":"", "docs":"http://openbd.org/manual/?/function/arrayfilter"}
"openbd": {"minimum_version":"", "notes":"", "docs":"http://openbd.org/manual/?/function/arrayfilter"},
"boxlang": {"minimum_version":"1.0.0", "notes":"", "docs":"https://boxlang.ortusbooks.com/boxlang-language/reference/built-in-functions/array/arrayfilter"}
},
"links":[{
"title":"Map, Reduce and other Higher Order Functions",
Expand Down
3 changes: 2 additions & 1 deletion data/en/arrayfind.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@
"coldfusion": {"minimum_version":"9", "notes":"CF10+ Added support for closure instead of value", "docs":"https://helpx.adobe.com/coldfusion/cfml-reference/coldfusion-functions/functions-a-b/arrayfind.html"},
"lucee": {"minimum_version":"", "notes":"Lucee4.5+ Added support for closure instead of value", "docs":"https://docs.lucee.org/reference/functions/arrayfind.html"},
"railo": {"minimum_version":"", "notes":"", "docs":"http://railodocs.org/index.cfm/function/arrayfind"},
"openbd": {"minimum_version":"", "notes":"", "docs":"http://openbd.org/manual/?/function/arrayfind"}
"openbd": {"minimum_version":"", "notes":"", "docs":"http://openbd.org/manual/?/function/arrayfind"},
"boxlang": {"minimum_version":"1.0.0", "notes":"", "docs":"https://boxlang.ortusbooks.com/boxlang-language/reference/built-in-functions/array/arrayfind"}
},
"links": [],
"examples": [
Expand Down
3 changes: 2 additions & 1 deletion data/en/arrayfindall.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@
"coldfusion": {"minimum_version":"10", "notes":"", "docs":"https://helpx.adobe.com/coldfusion/cfml-reference/coldfusion-functions/functions-a-b/arrayfindall.html"},
"lucee": {"minimum_version":"", "notes":"", "docs":"https://docs.lucee.org/reference/functions/arrayfindall.html"},
"railo": {"minimum_version":"", "notes":"", "docs":"http://railodocs.org/index.cfm/function/arrayfindall"},
"openbd": {"minimum_version":"", "notes":"", "docs":"http://openbd.org/manual/?/function/arrayfindall"}
"openbd": {"minimum_version":"", "notes":"", "docs":"http://openbd.org/manual/?/function/arrayfindall"},
"boxlang": {"minimum_version":"1.0.0", "notes":"", "docs":"https://boxlang.ortusbooks.com/boxlang-language/reference/built-in-functions/array/arrayfindall"}
},
"links": [],
"examples": [{
Expand Down
3 changes: 2 additions & 1 deletion data/en/arrayfindallnocase.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@
"engines": {
"coldfusion": {"minimum_version":"10", "notes":"", "docs":"https://helpx.adobe.com/coldfusion/cfml-reference/coldfusion-functions/functions-a-b/arrayfindallnocase.html"},
"lucee": {"minimum_version":"", "notes":"", "docs":"https://docs.lucee.org/reference/functions/arrayfindallnocase.html"},
"railo": {"minimum_version":"", "notes":"", "docs":"http://railodocs.org/index.cfm/function/arrayfindallnocase"}
"railo": {"minimum_version":"", "notes":"", "docs":"http://railodocs.org/index.cfm/function/arrayfindallnocase"},
"boxlang": {"minimum_version":"1.0.0", "notes":"", "docs":"https://boxlang.ortusbooks.com/boxlang-language/reference/built-in-functions/array/arrayfindallnocase"}
},
"links": [

Expand Down
4 changes: 2 additions & 2 deletions data/en/arrayfindnocase.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@
"params": [
{"name":"array","description":"The array to search","required":true,"default":"","type":"array","values":[]},
{"name":"value or callback","description":"The value you are looking for in the array.","required":true,"default":"","type":"any","values":[]}

],
"engines": {
"coldfusion": {"minimum_version":"9", "notes":"", "docs":"https://helpx.adobe.com/coldfusion/cfml-reference/coldfusion-functions/functions-a-b/arrayfindnocase.html"},
"lucee": {"minimum_version":"", "notes":"", "docs":"https://docs.lucee.org/reference/functions/arrayfindnocase.html"},
"railo": {"minimum_version":"", "notes":"", "docs":"http://railodocs.org/index.cfm/function/arrayfindnocase"},
"openbd": {"minimum_version":"", "notes":"", "docs":"http://openbd.org/manual/?/function/arrayfindnocase"}
"openbd": {"minimum_version":"", "notes":"", "docs":"http://openbd.org/manual/?/function/arrayfindnocase"},
"boxlang": {"minimum_version":"1.0.0", "notes":"", "docs":"https://boxlang.ortusbooks.com/boxlang-language/reference/built-in-functions/array/arrayfindnocase"}
},
"links": [

Expand Down
3 changes: 2 additions & 1 deletion data/en/arrayfirst.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
],
"engines": {
"lucee": {"minimum_version": "", "notes": "", "docs": "https://docs.lucee.org/reference/functions/arrayfirst.html"},
"coldfusion": {"minimum_version": "2018", "notes": "", "docs": "https://helpx.adobe.com/coldfusion/cfml-reference/coldfusion-functions/functions-a-b/arrayfirst.html"}
"coldfusion": {"minimum_version": "2018", "notes": "", "docs": "https://helpx.adobe.com/coldfusion/cfml-reference/coldfusion-functions/functions-a-b/arrayfirst.html"},
"boxlang": {"minimum_version": "1.0.0", "notes": "", "docs": "https://boxlang.ortusbooks.com/boxlang-language/reference/built-in-functions/array/arrayfirst"}
},
"examples": [
{
Expand Down
3 changes: 2 additions & 1 deletion data/en/arraygetmetadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@
{"name":"array","description":"The array for which to get the metadata.","required":true,"default":"","type":"array","values":[]}
],
"engines": {
"coldfusion": {"minimum_version":"2016.0.2", "notes":"", "docs":"https://helpx.adobe.com/coldfusion/cfml-reference/coldfusion-functions/functions-a-b/arraygetmetadata.html"}
"coldfusion": {"minimum_version":"2016.0.2", "notes":"", "docs":"https://helpx.adobe.com/coldfusion/cfml-reference/coldfusion-functions/functions-a-b/arraygetmetadata.html"},
"boxlang": {"minimum_version":"1.0.0", "notes":"", "docs":"https://boxlang.ortusbooks.com/boxlang-language/reference/built-in-functions/array/arraygetmetadata"}
},
"links": [],
"examples": [
Expand Down
3 changes: 2 additions & 1 deletion data/en/arrayindexexists.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
{"name": "index", "description": "", "required": true, "default": "", "type": "numeric", "values": []}
],
"engines": {
"lucee": {"minimum_version": "", "notes": "", "docs": "https://docs.lucee.org/reference/functions/arrayindexexists.html"}
"lucee": {"minimum_version": "", "notes": "", "docs": "https://docs.lucee.org/reference/functions/arrayindexexists.html"},
"boxlang": {"minimum_version": "1.0.0", "notes": "", "docs": "https://boxlang.ortusbooks.com/boxlang-language/reference/built-in-functions/array/arrayindexexists"}
},
"examples": [
{
Expand Down
4 changes: 2 additions & 2 deletions data/en/arrayinsertat.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@
{"name":"array","description":"The array which will have the new element inserted.","required":true,"default":"","type":"array","values":[]},
{"name":"position","description":"The numerical index in the array where the new element will be inserted.\n Must be less than or equal to the length of the array.\n Remember ColdFusion arrays start at 1 not 0.","required":true,"default":"","type":"numeric","values":[]},
{"name":"value","description":"The new element to insert.","required":true,"default":"","type":"any","values":[]}

],
"engines": {
"coldfusion": {"minimum_version":"3", "notes":"", "docs":"https://helpx.adobe.com/coldfusion/cfml-reference/coldfusion-functions/functions-a-b/arrayinsertat.html"},
"lucee": {"minimum_version":"", "notes":"", "docs":"https://docs.lucee.org/reference/functions/arrayinsertat.html"},
"openbd": {"minimum_version":"", "notes":"", "docs":"http://openbd.org/manual/?/function/arrayinsertat"}
"openbd": {"minimum_version":"", "notes":"", "docs":"http://openbd.org/manual/?/function/arrayinsertat"},
"boxlang": {"minimum_version":"1.0.0", "notes":"", "docs":"https://boxlang.ortusbooks.com/boxlang-language/reference/built-in-functions/array/arrayinsertat"}
},
"links": [

Expand Down
Loading