forked from lucee/lucee-docs
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* format paragraphs
- Loading branch information
Showing
113 changed files
with
415 additions
and
187 deletions.
There are no files selected for viewing
This file contains 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
4 changes: 3 additions & 1 deletion
4
docs/03.reference/01.functions/ajaxonload/_arguments/functionName.md
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,3 @@ | ||
The name of the function to run when the page loads. The specified function does not take a parameter. | ||
The name of the function to run when the page loads. | ||
|
||
The specified function does not take a parameter. |
4 changes: 3 additions & 1 deletion
4
docs/03.reference/01.functions/arraytolist/_arguments/delimiter.md
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,3 @@ | ||
Character or multicharacter string to separate list elements. The default value is comma. | ||
Character or multicharacter string to separate list elements. | ||
|
||
The default value is comma. |
4 changes: 3 additions & 1 deletion
4
docs/03.reference/01.functions/cachedelete/_arguments/throwOnError.md
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,3 @@ | ||
define if the functions throws an exception when the element does not exist (default is false). | ||
define if the functions throws an exception when the element does not exist. | ||
|
||
Default is false. |
4 changes: 3 additions & 1 deletion
4
docs/03.reference/01.functions/cacheget/_arguments/throwWhenNotExist.md
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,3 @@ | ||
define if the functions throws an exception when the element does not exist (default is false). | ||
define if the functions throws an exception when the element does not exist. | ||
|
||
Default is false. |
4 changes: 3 additions & 1 deletion
4
docs/03.reference/01.functions/cacheregionnew/_arguments/throwOnError.md
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,3 @@ | ||
specifies whether the function should throw an exception if a cache connection with that name already exists (default is true) | ||
specifies whether the function should throw an exception if a cache connection with that name already exists. | ||
|
||
Default is true. |
This file contains 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
4 changes: 3 additions & 1 deletion
4
docs/03.reference/01.functions/directorydelete/_arguments/recurse.md
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,3 @@ | ||
Delete content of the directory. Default is false. | ||
Delete content of the directory. | ||
|
||
Default is false. |
12 changes: 11 additions & 1 deletion
12
docs/03.reference/01.functions/encodeforurl/_arguments/canonicalize.md
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,11 @@ | ||
If set to true, canonicalization happens before encoding. If set to false, the given input string will just be encoded. The default value for canonicalize is false. When this parameter is not specified, canonicalization will not happen. By default, when canonicalization is performed, both mixed and multiple encodings will be allowed. To use any other combinations you should canonicalize using canonicalize method and then do encoding. | ||
If set to true, canonicalization happens before encoding. | ||
|
||
If set to false, the given input string will just be encoded. | ||
|
||
The default value for canonicalize is false. | ||
|
||
When this parameter is not specified, canonicalization will not happen. | ||
|
||
By default, when canonicalization is performed, both mixed and multiple encodings will be allowed. | ||
|
||
To use any other combinations you should canonicalize using canonicalize method and then do encoding. |
10 changes: 9 additions & 1 deletion
10
docs/03.reference/01.functions/encodeforxmlattribute/_arguments/canonicalize.md
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,9 @@ | ||
If set to true, canonicalization happens before encoding. If set to false, the given input string will just be encoded. The default value for canonicalize is false. When this parameter is not specified, canonicalization will not happen. By default, when canonicalization is performed, both mixed and multiple encodings will be allowed. To use any other combinations you should canonicalize using canonicalize method and then do encoding. | ||
If set to true, canonicalization happens before encoding. | ||
|
||
If set to false, the given input string will just be encoded. | ||
|
||
The default value for canonicalize is false. When this parameter is not specified, canonicalization will not happen. | ||
|
||
By default, when canonicalization is performed, both mixed and multiple encodings will be allowed. | ||
|
||
To use any other combinations you should canonicalize using canonicalize method and then do encoding. |
12 changes: 11 additions & 1 deletion
12
docs/03.reference/01.functions/encodeforxpath/_arguments/canonicalize.md
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,11 @@ | ||
If set to true, canonicalization happens before encoding. If set to false, the given input string will just be encoded. The default value for canonicalize is false. When this parameter is not specified, canonicalization will not happen. By default, when canonicalization is performed, both mixed and multiple encodings will be allowed. To use any other combinations you should canonicalize using canonicalize method and then do encoding. | ||
If set to true, canonicalization happens before encoding. | ||
|
||
If set to false, the given input string will just be encoded. | ||
|
||
The default value for canonicalize is false. | ||
|
||
When this parameter is not specified, canonicalization will not happen. | ||
|
||
By default, when canonicalization is performed, both mixed and multiple encodings will be allowed. | ||
|
||
To use any other combinations you should canonicalize using canonicalize method and then do encoding. |
10 changes: 8 additions & 2 deletions
10
docs/03.reference/01.functions/esapiencode/_arguments/canonicalize.md
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,11 @@ | ||
If set to true, canonicalization happens before encoding. If set to false, the given input string will just be encoded. The default value for canonicalize is false. | ||
If set to true, canonicalization happens before encoding. | ||
|
||
When this parameter is not specified, canonicalization will not happen. By default, when canonicalization is performed, both mixed and multiple encodings will be allowed. | ||
If set to false, the given input string will just be encoded. | ||
|
||
The default value for canonicalize is false. | ||
|
||
When this parameter is not specified, canonicalization will not happen. | ||
|
||
By default, when canonicalization is performed, both mixed and multiple encodings will be allowed. | ||
|
||
To use any other combinations you should canonicalize using canonicalize method and then do encoding. |
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
4 changes: 3 additions & 1 deletion
4
...03.reference/01.functions/getapplicationsettings/_arguments/suppressFunction.md
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,3 @@ | ||
If true then only data members from this scope are returned (no functions), default is false. Calling this function and passing `true` is equivalent to calling `getApplicationMetaData()` | ||
If true then only data members from this scope are returned (no functions), default is false. | ||
|
||
Calling this function and passing `true` is equivalent to calling `getApplicationMetaData()` |
4 changes: 3 additions & 1 deletion
4
docs/03.reference/01.functions/getbasetagdata/_arguments/instancenumber.md
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,3 @@ | ||
Number of ancestor levels to jump before returning data. The default value is 1 (closest ancestor). | ||
Number of ancestor levels to jump before returning data. | ||
|
||
The default value is 1 (closest ancestor). |
This file contains 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
4 changes: 3 additions & 1 deletion
4
docs/03.reference/01.functions/gethttprequestdata/_arguments/includeBody.md
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,3 @@ | ||
You would like to retrieve the body of the request as well (true or false). Default is true. | ||
You would like to retrieve the body of the request as well (true or false). | ||
|
||
Default is true. |
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,3 @@ | ||
The pathname of the file to be checked. The pathname can be absolute or relative to the CFM page and must be enclosed in quotation marks. | ||
The pathname of the file to be checked. | ||
|
||
The pathname can be absolute or relative to the CFM page and must be enclosed in quotation marks. |
This file contains 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
6 changes: 5 additions & 1 deletion
6
docs/03.reference/01.functions/listcompact/_arguments/multiCharacterDelimiter.md
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,5 @@ | ||
specifying whether the delimiters parameter specifies a multi-character delimiter. If this parameter is true, the delimiters parameter must specify a single delimiter consisting of multiple characters. This parameter enables the ListToArray function to convert a list such as the following to an array of color names: red:|orange:|yellow:|green:|blue:|indigo:|violet. | ||
specifying whether the delimiters parameter specifies a multi-character delimiter. | ||
|
||
If this parameter is true, the delimiters parameter must specify a single delimiter consisting of multiple characters. | ||
|
||
This parameter enables the ListToArray function to convert a list such as the following to an array of color names: red:|orange:|yellow:|green:|blue:|indigo:|violet. |
6 changes: 5 additions & 1 deletion
6
docs/03.reference/01.functions/listcontains/_arguments/multiCharacterDelimiter.md
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,5 @@ | ||
specifying whether the delimiters parameter specifies a multi-character delimiter. If this parameter is true, the delimiters parameter must specify a single delimiter consisting of multiple characters. This parameter enables the ListToArray function to convert a list such as the following to an array of color names: red:|orange:|yellow:|green:|blue:|indigo:|violet. | ||
specifying whether the delimiters parameter specifies a multi-character delimiter. | ||
|
||
If this parameter is true, the delimiters parameter must specify a single delimiter consisting of multiple characters. | ||
|
||
This parameter enables the ListToArray function to convert a list such as the following to an array of color names: red:|orange:|yellow:|green:|blue:|indigo:|violet. |
6 changes: 5 additions & 1 deletion
6
...reference/01.functions/listcontainsnocase/_arguments/multiCharacterDelimiter.md
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,5 @@ | ||
specifying whether the delimiters parameter specifies a multi-character delimiter. If this parameter is true, the delimiters parameter must specify a single delimiter consisting of multiple characters. This parameter enables the ListToArray function to convert a list such as the following to an array of color names: red:|orange:|yellow:|green:|blue:|indigo:|violet. | ||
specifying whether the delimiters parameter specifies a multi-character delimiter. | ||
|
||
If this parameter is true, the delimiters parameter must specify a single delimiter consisting of multiple characters. | ||
|
||
This parameter enables the ListToArray function to convert a list such as the following to an array of color names: red:|orange:|yellow:|green:|blue:|indigo:|violet. |
6 changes: 5 additions & 1 deletion
6
docs/03.reference/01.functions/listfilter/_arguments/multiCharacterDelimiter.md
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,5 @@ | ||
specifying whether the delimiters parameter specifies a multi-character delimiter. If this parameter is true, the delimiters parameter must specify a single delimiter consisting of multiple characters. This parameter enables the ListToArray function to convert a list such as the following to an array of color names: red:|orange:|yellow:|green:|blue:|indigo:|violet. | ||
specifying whether the delimiters parameter specifies a multi-character delimiter. | ||
|
||
If this parameter is true, the delimiters parameter must specify a single delimiter consisting of multiple characters. | ||
|
||
This parameter enables the ListToArray function to convert a list such as the following to an array of color names: red:|orange:|yellow:|green:|blue:|indigo:|violet. |
6 changes: 5 additions & 1 deletion
6
docs/03.reference/01.functions/listsome/_arguments/multiCharacterDelimiter.md
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,5 @@ | ||
specifying whether the delimiters parameter specifies a multi-character delimiter. If this parameter is true, the delimiters parameter must specify a single delimiter consisting of multiple characters. This parameter enables the ListToArray function to convert a list such as the following to an array of color names: red:|orange:|yellow:|green:|blue:|indigo:|violet. | ||
specifying whether the delimiters parameter specifies a multi-character delimiter. | ||
|
||
If this parameter is true, the delimiters parameter must specify a single delimiter consisting of multiple characters. | ||
|
||
This parameter enables the ListToArray function to convert a list such as the following to an array of color names: red:|orange:|yellow:|green:|blue:|indigo:|violet. |
4 changes: 3 additions & 1 deletion
4
docs/03.reference/01.functions/listtoarray/_arguments/includeEmptyFields.md
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,3 @@ | ||
If set to true, empty values are also included. Default is false. | ||
If set to true, empty values are also included. | ||
|
||
Default is false. |
This file contains 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
This file contains 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
6 changes: 5 additions & 1 deletion
6
docs/03.reference/01.functions/lstimeformat/_arguments/mask.md
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,5 @@ | ||
Mask that has to be used for formatting. The function follows Java date time mask. For details, see the Java documentation section [Date and Time Patterns](https://docs.oracle.com/javase/8/docs/api/java/text/SimpleDateFormat.html). | ||
Mask that has to be used for formatting. | ||
|
||
The function follows Java date time mask. | ||
|
||
For details, see the Java documentation section [Date and Time Patterns](https://docs.oracle.com/javase/8/docs/api/java/text/SimpleDateFormat.html). |
This file contains 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
Oops, something went wrong.