-
Notifications
You must be signed in to change notification settings - Fork 3.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
enh(arcade) - update list of keywords, functions, and profile variabl…
…es to match Arcade version 1.29 (#4181)
- Loading branch information
Showing
4 changed files
with
34 additions
and
3 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
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,7 +1,6 @@ | ||
/* | ||
Language: ArcGIS Arcade | ||
Category: scripting | ||
Author: John Foster <[email protected]> | ||
Website: https://developers.arcgis.com/arcade/ | ||
Description: ArcGIS Arcade is an expression language used in many Esri ArcGIS products such as Pro, Online, Server, Runtime, JavaScript, and Python | ||
*/ | ||
|
@@ -26,6 +25,7 @@ export default function(hljs) { | |
"import", | ||
"in", | ||
"new", | ||
"of", | ||
"return", | ||
"switch", | ||
"try", | ||
|
@@ -96,6 +96,7 @@ export default function(hljs) { | |
"Disjoint", | ||
"Distance", | ||
"DistanceGeodetic", | ||
"DistanceToCoordinate", | ||
"Distinct", | ||
"Domain", | ||
"DomainCode", | ||
|
@@ -107,6 +108,7 @@ export default function(hljs) { | |
"Expects", | ||
"Extent", | ||
"Feature", | ||
"FeatureInFilter", | ||
"FeatureSet", | ||
"FeatureSetByAssociation", | ||
"FeatureSetById", | ||
|
@@ -115,6 +117,7 @@ export default function(hljs) { | |
"FeatureSetByRelationshipClass", | ||
"FeatureSetByRelationshipName", | ||
"Filter", | ||
"FilterBySubtypeCode", | ||
"Find", | ||
"First|0", | ||
"Floor", | ||
|
@@ -149,6 +152,7 @@ export default function(hljs) { | |
"IsNan", | ||
"IsSelfIntersecting", | ||
"IsSimple", | ||
"KnowledgeGraphByPortalItem", | ||
"Left|0", | ||
"Length", | ||
"Length3D", | ||
|
@@ -158,6 +162,7 @@ export default function(hljs) { | |
"Map", | ||
"Max", | ||
"Mean", | ||
"MeasureToCoordinate", | ||
"Mid", | ||
"Millisecond", | ||
"Min", | ||
|
@@ -175,13 +180,15 @@ export default function(hljs) { | |
"OrderBy", | ||
"Overlaps", | ||
"Point", | ||
"PointToCoordinate", | ||
"Polygon", | ||
"Polyline", | ||
"Pop", | ||
"Portal", | ||
"Pow", | ||
"Proper", | ||
"Push", | ||
"QueryGraph", | ||
"Random", | ||
"Reduce", | ||
"Relate", | ||
|
@@ -202,6 +209,7 @@ export default function(hljs) { | |
"Splice", | ||
"Split", | ||
"Sqrt", | ||
"StandardizeFilename", | ||
"StandardizeGuid", | ||
"Stdev", | ||
"SubtypeCode", | ||
|
@@ -264,6 +272,7 @@ export default function(hljs) { | |
"feedfeature", | ||
"fencefeature", | ||
"fencenotificationtype", | ||
"graph", | ||
"join", | ||
"layer", | ||
"locationupdate", | ||
|
@@ -281,7 +290,9 @@ export default function(hljs) { | |
"targetdatastore", | ||
"targetfeature", | ||
"targetlayer", | ||
"userInput", | ||
"value", | ||
"variables", | ||
"view" | ||
]; | ||
const SYMBOL = { | ||
|
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