Skip to content

Commit 5c18fc9

Browse files
committed
cleanup / cross ref
1 parent 302e8fa commit 5c18fc9

File tree

22 files changed

+42
-38
lines changed

22 files changed

+42
-38
lines changed

docs/03.reference/01.functions/componentcacheclear/function.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ id: function-componentcacheclear
44
categories:
55
- cache
66
- component
7-
- system
7+
- server
88
---
99

1010
flush the component path cache

docs/03.reference/01.functions/decodeforhtml/function.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
title: DecodeForHtml
33
id: function-decodeforhtml
44
categories:
5-
- encode
65
- ESAPI
76
- HTML
87
---
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
```luceescript+trycf
2+
3+
dump(extensionExists("37C61C0A-5D7E-4256-8572639BE0CF5838")); // ESAPI
4+
5+
```

docs/03.reference/01.functions/getcontextroot/function.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: GetContextRoot
33
id: function-getcontextroot
44
categories:
55
- debugging
6-
- system
6+
- server
77
---
88

99
Returns path to the J2EE server context root for the current request.

docs/03.reference/01.functions/getvfsmetadata/function.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ id: function-getvfsmetadata
44
categories:
55
- files
66
- s3
7-
- system
7+
- server
88
description: Returns metadata about the Virtual File system (VFS)
99
---
1010

docs/03.reference/01.functions/isinthread/function.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ id: function-isinthread
44
related:
55
- tag-thread
66
categories:
7-
- system
7+
- server
88
- thread
99
---
1010

docs/03.reference/01.functions/logallthreads/function.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ id: function-logallthreads
44
categories:
55
- debugging
66
- server
7-
- system
87
- thread
98
---
109

docs/03.reference/01.functions/tobase64/function.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ related:
55
- function-imagereadbase64
66
- function-imagewritebase64
77
categories:
8-
- encode
8+
- esapi
99
- binary
1010
description: 'Calculates the Base64 representation of a string or binary object.'
1111
---

docs/03.reference/01.functions/tobinary/function.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ id: function-tobinary
44
related:
55
- function-tobase64
66
categories:
7-
- encode
7+
- esapi
88
- binary
99
---
1010

docs/03.reference/02.tags/processingdirective/tag.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ related:
66
- tag-setting
77
categories:
88
- debugging
9-
- system
9+
- server
1010
---
1111

1212
Sets compiler directives that affect the entire template. Unlike most CFML tags, cfprocessingdirective is processed at compile time and must be placed at the root level of your template.

0 commit comments

Comments
 (0)