website: Update functions section page titles

This commit is contained in:
Nick Fagerlund 2018-12-19 20:35:11 -08:00 committed by Nick Fagerlund
parent 9f85e6d5cc
commit 17873ae61b
68 changed files with 68 additions and 68 deletions

View File

@ -1,6 +1,6 @@
--- ---
layout: "functions" layout: "functions"
page_title: "abs function" page_title: "abs - Functions - Configuration Language"
sidebar_current: "docs-funcs-numeric-abs" sidebar_current: "docs-funcs-numeric-abs"
description: |- description: |-
The abs function returns the absolute value of the given number. The abs function returns the absolute value of the given number.

View File

@ -1,6 +1,6 @@
--- ---
layout: "functions" layout: "functions"
page_title: "base64decode function" page_title: "base64decode - Functions - Configuration Language"
sidebar_current: "docs-funcs-encoding-base64decode" sidebar_current: "docs-funcs-encoding-base64decode"
description: |- description: |-
The base64decode function decodes a string containing a base64 sequence. The base64decode function decodes a string containing a base64 sequence.

View File

@ -1,6 +1,6 @@
--- ---
layout: "functions" layout: "functions"
page_title: "base64encode function" page_title: "base64encode - Functions - Configuration Language"
sidebar_current: "docs-funcs-encoding-base64encode" sidebar_current: "docs-funcs-encoding-base64encode"
description: |- description: |-
The base64encode function applies Base64 encoding to a string. The base64encode function applies Base64 encoding to a string.

View File

@ -1,6 +1,6 @@
--- ---
layout: "functions" layout: "functions"
page_title: "base64gzip function" page_title: "base64gzip - Functions - Configuration Language"
sidebar_current: "docs-funcs-encoding-base64gzip" sidebar_current: "docs-funcs-encoding-base64gzip"
description: |- description: |-
The base64encode function compresses the given string with gzip and then The base64encode function compresses the given string with gzip and then

View File

@ -1,6 +1,6 @@
--- ---
layout: "functions" layout: "functions"
page_title: "base64sha256 function" page_title: "base64sha256 - Functions - Configuration Language"
sidebar_current: "docs-funcs-crypto-base64sha256" sidebar_current: "docs-funcs-crypto-base64sha256"
description: |- description: |-
The base64sha256 function computes the SHA256 hash of a given string and The base64sha256 function computes the SHA256 hash of a given string and

View File

@ -1,6 +1,6 @@
--- ---
layout: "functions" layout: "functions"
page_title: "base64sha512 function" page_title: "base64sha512 - Functions - Configuration Language"
sidebar_current: "docs-funcs-crypto-base64sha512" sidebar_current: "docs-funcs-crypto-base64sha512"
description: |- description: |-
The base64sha512 function computes the SHA512 hash of a given string and The base64sha512 function computes the SHA512 hash of a given string and

View File

@ -1,6 +1,6 @@
--- ---
layout: "functions" layout: "functions"
page_title: "basename function" page_title: "basename - Functions - Configuration Language"
sidebar_current: "docs-funcs-file-basename" sidebar_current: "docs-funcs-file-basename"
description: |- description: |-
The basename function removes all except the last portion from a filesystem The basename function removes all except the last portion from a filesystem

View File

@ -1,6 +1,6 @@
--- ---
layout: "functions" layout: "functions"
page_title: "bcrypt function" page_title: "bcrypt - Functions - Configuration Language"
sidebar_current: "docs-funcs-crypto-bcrypt" sidebar_current: "docs-funcs-crypto-bcrypt"
description: |- description: |-
The bcrypt function computes a hash of the given string using the Blowfish The bcrypt function computes a hash of the given string using the Blowfish

View File

@ -1,6 +1,6 @@
--- ---
layout: "functions" layout: "functions"
page_title: "ceil function" page_title: "ceil - Functions - Configuration Language"
sidebar_current: "docs-funcs-numeric-ceil" sidebar_current: "docs-funcs-numeric-ceil"
description: |- description: |-
The ceil function returns the closest whole number greater than or equal to The ceil function returns the closest whole number greater than or equal to

View File

@ -1,6 +1,6 @@
--- ---
layout: "functions" layout: "functions"
page_title: "chomp function" page_title: "chomp - Functions - Configuration Language"
sidebar_current: "docs-funcs-string-chomp" sidebar_current: "docs-funcs-string-chomp"
description: |- description: |-
The chomp function removes newline characters at the end of a string. The chomp function removes newline characters at the end of a string.

View File

@ -1,6 +1,6 @@
--- ---
layout: "functions" layout: "functions"
page_title: "chunklist function" page_title: "chunklist - Functions - Configuration Language"
sidebar_current: "docs-funcs-collection-chunklist" sidebar_current: "docs-funcs-collection-chunklist"
description: |- description: |-
The chunklist function splits a single list into fixed-size chunks, returning The chunklist function splits a single list into fixed-size chunks, returning

View File

@ -1,6 +1,6 @@
--- ---
layout: "functions" layout: "functions"
page_title: "cidrhost function" page_title: "cidrhost - Functions - Configuration Language"
sidebar_current: "docs-funcs-ipnet-cidrhost" sidebar_current: "docs-funcs-ipnet-cidrhost"
description: |- description: |-
The cidrhost function calculates a full host IP address within a given The cidrhost function calculates a full host IP address within a given

View File

@ -1,6 +1,6 @@
--- ---
layout: "functions" layout: "functions"
page_title: "cidrnetmask function" page_title: "cidrnetmask - Functions - Configuration Language"
sidebar_current: "docs-funcs-ipnet-cidrnetmask" sidebar_current: "docs-funcs-ipnet-cidrnetmask"
description: |- description: |-
The cidrnetmask function converts an IPv4 address prefix given in CIDR The cidrnetmask function converts an IPv4 address prefix given in CIDR

View File

@ -1,6 +1,6 @@
--- ---
layout: "functions" layout: "functions"
page_title: "cidrsubnet function" page_title: "cidrsubnet - Functions - Configuration Language"
sidebar_current: "docs-funcs-ipnet-cidrsubnet" sidebar_current: "docs-funcs-ipnet-cidrsubnet"
description: |- description: |-
The cidrsubnet function calculates a subnet address within a given IP network The cidrsubnet function calculates a subnet address within a given IP network

View File

@ -1,6 +1,6 @@
--- ---
layout: "functions" layout: "functions"
page_title: "coalesce function" page_title: "coalesce - Functions - Configuration Language"
sidebar_current: "docs-funcs-collection-coalesce-x" sidebar_current: "docs-funcs-collection-coalesce-x"
description: |- description: |-
The coalesce function takes any number of string arguments and returns the The coalesce function takes any number of string arguments and returns the

View File

@ -1,6 +1,6 @@
--- ---
layout: "functions" layout: "functions"
page_title: "coalescelist function" page_title: "coalescelist - Functions - Configuration Language"
sidebar_current: "docs-funcs-collection-coalescelist" sidebar_current: "docs-funcs-collection-coalescelist"
description: |- description: |-
The coalescelist function takes any number of list arguments and returns the The coalescelist function takes any number of list arguments and returns the

View File

@ -1,6 +1,6 @@
--- ---
layout: "functions" layout: "functions"
page_title: "compact function" page_title: "compact - Functions - Configuration Language"
sidebar_current: "docs-funcs-collection-compact" sidebar_current: "docs-funcs-collection-compact"
description: |- description: |-
The compact function removes empty string elements from a list. The compact function removes empty string elements from a list.

View File

@ -1,6 +1,6 @@
--- ---
layout: "functions" layout: "functions"
page_title: "contains function" page_title: "contains - Functions - Configuration Language"
sidebar_current: "docs-funcs-collection-contains" sidebar_current: "docs-funcs-collection-contains"
description: |- description: |-
The contains function determines whether a list contains a given value. The contains function determines whether a list contains a given value.

View File

@ -1,6 +1,6 @@
--- ---
layout: "functions" layout: "functions"
page_title: "csvdecode function" page_title: "csvdecode - Functions - Configuration Language"
sidebar_current: "docs-funcs-encoding-csvdecode" sidebar_current: "docs-funcs-encoding-csvdecode"
description: |- description: |-
The csvdecode function decodes CSV data into a list of maps. The csvdecode function decodes CSV data into a list of maps.

View File

@ -1,6 +1,6 @@
--- ---
layout: "functions" layout: "functions"
page_title: "dirname function" page_title: "dirname - Functions - Configuration Language"
sidebar_current: "docs-funcs-file-dirname" sidebar_current: "docs-funcs-file-dirname"
description: |- description: |-
The dirname function removes the last portion from a filesystem path. The dirname function removes the last portion from a filesystem path.

View File

@ -1,6 +1,6 @@
--- ---
layout: "functions" layout: "functions"
page_title: "distinct function" page_title: "distinct - Functions - Configuration Language"
sidebar_current: "docs-funcs-collection-distinct" sidebar_current: "docs-funcs-collection-distinct"
description: |- description: |-
The distinct function removes duplicate elements from a list. The distinct function removes duplicate elements from a list.

View File

@ -1,6 +1,6 @@
--- ---
layout: "functions" layout: "functions"
page_title: "element function" page_title: "element - Functions - Configuration Language"
sidebar_current: "docs-funcs-collection-element" sidebar_current: "docs-funcs-collection-element"
description: |- description: |-
The element function retrieves a single element from a list. The element function retrieves a single element from a list.

View File

@ -1,6 +1,6 @@
--- ---
layout: "functions" layout: "functions"
page_title: "file function" page_title: "file - Functions - Configuration Language"
sidebar_current: "docs-funcs-file-file-x" sidebar_current: "docs-funcs-file-file-x"
description: |- description: |-
The file function reads the contents of the file at the given path and The file function reads the contents of the file at the given path and

View File

@ -1,6 +1,6 @@
--- ---
layout: "functions" layout: "functions"
page_title: "filebase64 function" page_title: "filebase64 - Functions - Configuration Language"
sidebar_current: "docs-funcs-file-filebase64" sidebar_current: "docs-funcs-file-filebase64"
description: |- description: |-
The filebase64 function reads the contents of the file at the given path and The filebase64 function reads the contents of the file at the given path and

View File

@ -1,6 +1,6 @@
--- ---
layout: "functions" layout: "functions"
page_title: "fileexists function" page_title: "fileexists - Functions - Configuration Language"
sidebar_current: "docs-funcs-file-file-exists" sidebar_current: "docs-funcs-file-file-exists"
description: |- description: |-
The fileexists function determines whether a file exists at a given path. The fileexists function determines whether a file exists at a given path.

View File

@ -1,6 +1,6 @@
--- ---
layout: "functions" layout: "functions"
page_title: "flatten function" page_title: "flatten - Functions - Configuration Language"
sidebar_current: "docs-funcs-collection-flatten" sidebar_current: "docs-funcs-collection-flatten"
description: |- description: |-
The flatten function eliminates nested lists from a list. The flatten function eliminates nested lists from a list.

View File

@ -1,6 +1,6 @@
--- ---
layout: "functions" layout: "functions"
page_title: "floor function" page_title: "floor - Functions - Configuration Language"
sidebar_current: "docs-funcs-numeric-floor" sidebar_current: "docs-funcs-numeric-floor"
description: |- description: |-
The floor function returns the closest whole number less than or equal to The floor function returns the closest whole number less than or equal to

View File

@ -1,6 +1,6 @@
--- ---
layout: "functions" layout: "functions"
page_title: "format function" page_title: "format - Functions - Configuration Language"
sidebar_current: "docs-funcs-string-format-x" sidebar_current: "docs-funcs-string-format-x"
description: |- description: |-
The format function produces a string by formatting a number of other values The format function produces a string by formatting a number of other values

View File

@ -1,6 +1,6 @@
--- ---
layout: "functions" layout: "functions"
page_title: "formatlist function" page_title: "formatlist - Functions - Configuration Language"
sidebar_current: "docs-funcs-string-formatlist" sidebar_current: "docs-funcs-string-formatlist"
description: |- description: |-
The formatlist function produces a list of strings by formatting a number of The formatlist function produces a list of strings by formatting a number of

View File

@ -1,6 +1,6 @@
--- ---
layout: "functions" layout: "functions"
page_title: "indent function" page_title: "indent - Functions - Configuration Language"
sidebar_current: "docs-funcs-string-indent" sidebar_current: "docs-funcs-string-indent"
description: |- description: |-
The indent function adds a number of spaces to the beginnings of all but the The indent function adds a number of spaces to the beginnings of all but the

View File

@ -1,6 +1,6 @@
--- ---
layout: "functions" layout: "functions"
page_title: "index function" page_title: "index - Functions - Configuration Language"
sidebar_current: "docs-funcs-collection-index" sidebar_current: "docs-funcs-collection-index"
description: |- description: |-
The index function finds the element index for a given value in a list. The index function finds the element index for a given value in a list.

View File

@ -1,6 +1,6 @@
--- ---
layout: "functions" layout: "functions"
page_title: "join function" page_title: "join - Functions - Configuration Language"
sidebar_current: "docs-funcs-string-join" sidebar_current: "docs-funcs-string-join"
description: |- description: |-
The join function produces a string by concatenating the elements of a list The join function produces a string by concatenating the elements of a list

View File

@ -1,6 +1,6 @@
--- ---
layout: "functions" layout: "functions"
page_title: "jsondecode function" page_title: "jsondecode - Functions - Configuration Language"
sidebar_current: "docs-funcs-encoding-jsondecode" sidebar_current: "docs-funcs-encoding-jsondecode"
description: |- description: |-
The jsondecode function decodes a JSON string into a representation of its The jsondecode function decodes a JSON string into a representation of its

View File

@ -1,6 +1,6 @@
--- ---
layout: "functions" layout: "functions"
page_title: "jsonencode function" page_title: "jsonencode - Functions - Configuration Language"
sidebar_current: "docs-funcs-encoding-jsonencode" sidebar_current: "docs-funcs-encoding-jsonencode"
description: |- description: |-
The jsonencode function encodes a given value as a JSON string. The jsonencode function encodes a given value as a JSON string.

View File

@ -1,6 +1,6 @@
--- ---
layout: "functions" layout: "functions"
page_title: "keys function" page_title: "keys - Functions - Configuration Language"
sidebar_current: "docs-funcs-collection-keys" sidebar_current: "docs-funcs-collection-keys"
description: |- description: |-
The keys function returns a list of the keys in a given map. The keys function returns a list of the keys in a given map.

View File

@ -1,6 +1,6 @@
--- ---
layout: "functions" layout: "functions"
page_title: "length function" page_title: "length - Functions - Configuration Language"
sidebar_current: "docs-funcs-collection-length" sidebar_current: "docs-funcs-collection-length"
description: |- description: |-
The length function determines the length of a collection or string. The length function determines the length of a collection or string.

View File

@ -1,6 +1,6 @@
--- ---
layout: "functions" layout: "functions"
page_title: "list function" page_title: "list - Functions - Configuration Language"
sidebar_current: "docs-funcs-collection-list" sidebar_current: "docs-funcs-collection-list"
description: |- description: |-
The list function constructs a list from some given elements. The list function constructs a list from some given elements.

View File

@ -1,6 +1,6 @@
--- ---
layout: "functions" layout: "functions"
page_title: "log function" page_title: "log - Functions - Configuration Language"
sidebar_current: "docs-funcs-numeric-log" sidebar_current: "docs-funcs-numeric-log"
description: |- description: |-
The log function returns the logarithm of a given number in a given base. The log function returns the logarithm of a given number in a given base.

View File

@ -1,6 +1,6 @@
--- ---
layout: "functions" layout: "functions"
page_title: "lookup function" page_title: "lookup - Functions - Configuration Language"
sidebar_current: "docs-funcs-collection-lookup" sidebar_current: "docs-funcs-collection-lookup"
description: |- description: |-
The lookup function retrieves an element value from a map given its key. The lookup function retrieves an element value from a map given its key.

View File

@ -1,6 +1,6 @@
--- ---
layout: "functions" layout: "functions"
page_title: "lower function" page_title: "lower - Functions - Configuration Language"
sidebar_current: "docs-funcs-string-lower" sidebar_current: "docs-funcs-string-lower"
description: |- description: |-
The lower function converts all cased letters in the given string to lowercase. The lower function converts all cased letters in the given string to lowercase.

View File

@ -1,6 +1,6 @@
--- ---
layout: "functions" layout: "functions"
page_title: "map function" page_title: "map - Functions - Configuration Language"
sidebar_current: "docs-funcs-collection-map" sidebar_current: "docs-funcs-collection-map"
description: |- description: |-
The map function constructs a map from some given elements. The map function constructs a map from some given elements.

View File

@ -1,6 +1,6 @@
--- ---
layout: "functions" layout: "functions"
page_title: "list function" page_title: "list - Functions - Configuration Language"
sidebar_current: "docs-funcs-collection-matchkeys" sidebar_current: "docs-funcs-collection-matchkeys"
description: |- description: |-
The matchkeys function takes a subset of elements from one list by matching The matchkeys function takes a subset of elements from one list by matching

View File

@ -1,6 +1,6 @@
--- ---
layout: "functions" layout: "functions"
page_title: "max function" page_title: "max - Functions - Configuration Language"
sidebar_current: "docs-funcs-numeric-max" sidebar_current: "docs-funcs-numeric-max"
description: |- description: |-
The max function takes one or more numbers and returns the greatest number. The max function takes one or more numbers and returns the greatest number.

View File

@ -1,6 +1,6 @@
--- ---
layout: "functions" layout: "functions"
page_title: "md5 function" page_title: "md5 - Functions - Configuration Language"
sidebar_current: "docs-funcs-crypto-md5" sidebar_current: "docs-funcs-crypto-md5"
description: |- description: |-
The md5 function computes the MD5 hash of a given string and encodes it The md5 function computes the MD5 hash of a given string and encodes it

View File

@ -1,6 +1,6 @@
--- ---
layout: "functions" layout: "functions"
page_title: "merge function" page_title: "merge - Functions - Configuration Language"
sidebar_current: "docs-funcs-collection-merge" sidebar_current: "docs-funcs-collection-merge"
description: |- description: |-
The merge function takes an arbitrary number of maps and returns a single The merge function takes an arbitrary number of maps and returns a single

View File

@ -1,6 +1,6 @@
--- ---
layout: "functions" layout: "functions"
page_title: "min function" page_title: "min - Functions - Configuration Language"
sidebar_current: "docs-funcs-numeric-min" sidebar_current: "docs-funcs-numeric-min"
description: |- description: |-
The min function takes one or more numbers and returns the smallest number. The min function takes one or more numbers and returns the smallest number.

View File

@ -1,6 +1,6 @@
--- ---
layout: "functions" layout: "functions"
page_title: "pathexpand function" page_title: "pathexpand - Functions - Configuration Language"
sidebar_current: "docs-funcs-file-pathexpand" sidebar_current: "docs-funcs-file-pathexpand"
description: |- description: |-
The pathexpand function expands a leading ~ character to the current user's The pathexpand function expands a leading ~ character to the current user's

View File

@ -1,6 +1,6 @@
--- ---
layout: "functions" layout: "functions"
page_title: "pow function" page_title: "pow - Functions - Configuration Language"
sidebar_current: "docs-funcs-numeric-pow" sidebar_current: "docs-funcs-numeric-pow"
description: |- description: |-
The pow function raises a number to a power. The pow function raises a number to a power.

View File

@ -1,6 +1,6 @@
--- ---
layout: "functions" layout: "functions"
page_title: "replace function" page_title: "replace - Functions - Configuration Language"
sidebar_current: "docs-funcs-string-replace" sidebar_current: "docs-funcs-string-replace"
description: |- description: |-
The replace function searches a given string for another given substring, The replace function searches a given string for another given substring,

View File

@ -1,6 +1,6 @@
--- ---
layout: "functions" layout: "functions"
page_title: "rsadecrypt function" page_title: "rsadecrypt - Functions - Configuration Language"
sidebar_current: "docs-funcs-crypto-rsadecrypt" sidebar_current: "docs-funcs-crypto-rsadecrypt"
description: |- description: |-
The rsadecrypt function decrypts an RSA-encrypted message. The rsadecrypt function decrypts an RSA-encrypted message.

View File

@ -1,6 +1,6 @@
--- ---
layout: "functions" layout: "functions"
page_title: "sha1 function" page_title: "sha1 - Functions - Configuration Language"
sidebar_current: "docs-funcs-crypto-sha1" sidebar_current: "docs-funcs-crypto-sha1"
description: |- description: |-
The sha1 function computes the SHA1 hash of a given string and encodes it The sha1 function computes the SHA1 hash of a given string and encodes it

View File

@ -1,6 +1,6 @@
--- ---
layout: "functions" layout: "functions"
page_title: "sha256 function" page_title: "sha256 - Functions - Configuration Language"
sidebar_current: "docs-funcs-crypto-sha256" sidebar_current: "docs-funcs-crypto-sha256"
description: |- description: |-
The sha256 function computes the SHA256 hash of a given string and encodes it The sha256 function computes the SHA256 hash of a given string and encodes it

View File

@ -1,6 +1,6 @@
--- ---
layout: "functions" layout: "functions"
page_title: "sha512 function" page_title: "sha512 - Functions - Configuration Language"
sidebar_current: "docs-funcs-crypto-sha512" sidebar_current: "docs-funcs-crypto-sha512"
description: |- description: |-
The sha512 function computes the SHA512 hash of a given string and encodes it The sha512 function computes the SHA512 hash of a given string and encodes it

View File

@ -1,6 +1,6 @@
--- ---
layout: "functions" layout: "functions"
page_title: "signum function" page_title: "signum - Functions - Configuration Language"
sidebar_current: "docs-funcs-numeric-signum" sidebar_current: "docs-funcs-numeric-signum"
description: |- description: |-
The signum function determines the sign of a number. The signum function determines the sign of a number.

View File

@ -1,6 +1,6 @@
--- ---
layout: "functions" layout: "functions"
page_title: "slice function" page_title: "slice - Functions - Configuration Language"
sidebar_current: "docs-funcs-collection-slice" sidebar_current: "docs-funcs-collection-slice"
description: |- description: |-
The slice function extracts some consecutive elements from within a list. The slice function extracts some consecutive elements from within a list.

View File

@ -1,6 +1,6 @@
--- ---
layout: "functions" layout: "functions"
page_title: "sort function" page_title: "sort - Functions - Configuration Language"
sidebar_current: "docs-funcs-collection-sort" sidebar_current: "docs-funcs-collection-sort"
description: |- description: |-
The sort function takes a list of strings and returns a new list with those The sort function takes a list of strings and returns a new list with those

View File

@ -1,6 +1,6 @@
--- ---
layout: "functions" layout: "functions"
page_title: "split function" page_title: "split - Functions - Configuration Language"
sidebar_current: "docs-funcs-string-split" sidebar_current: "docs-funcs-string-split"
description: |- description: |-
The split function produces a list by dividing a given string at all The split function produces a list by dividing a given string at all

View File

@ -1,6 +1,6 @@
--- ---
layout: "functions" layout: "functions"
page_title: "substr function" page_title: "substr - Functions - Configuration Language"
sidebar_current: "docs-funcs-string-substr" sidebar_current: "docs-funcs-string-substr"
description: |- description: |-
The substr function extracts a substring from a given string by offset and The substr function extracts a substring from a given string by offset and

View File

@ -1,6 +1,6 @@
--- ---
layout: "functions" layout: "functions"
page_title: "timeadd function" page_title: "timeadd - Functions - Configuration Language"
sidebar_current: "docs-funcs-datetime-timeadd" sidebar_current: "docs-funcs-datetime-timeadd"
description: |- description: |-
The timeadd function adds a duration to a timestamp, returning a new The timeadd function adds a duration to a timestamp, returning a new

View File

@ -1,6 +1,6 @@
--- ---
layout: "functions" layout: "functions"
page_title: "timestamp function" page_title: "timestamp - Functions - Configuration Language"
sidebar_current: "docs-funcs-datetime-timestamp" sidebar_current: "docs-funcs-datetime-timestamp"
description: |- description: |-
The timestamp function returns a string representation of the current date The timestamp function returns a string representation of the current date

View File

@ -1,6 +1,6 @@
--- ---
layout: "functions" layout: "functions"
page_title: "title function" page_title: "title - Functions - Configuration Language"
sidebar_current: "docs-funcs-string-title" sidebar_current: "docs-funcs-string-title"
description: |- description: |-
The title function converts the first letter of each word in a given string The title function converts the first letter of each word in a given string

View File

@ -1,6 +1,6 @@
--- ---
layout: "functions" layout: "functions"
page_title: "transpose function" page_title: "transpose - Functions - Configuration Language"
sidebar_current: "docs-funcs-collection-transpose" sidebar_current: "docs-funcs-collection-transpose"
description: |- description: |-
The transpose function takes a map of lists of strings and swaps the keys The transpose function takes a map of lists of strings and swaps the keys

View File

@ -1,6 +1,6 @@
--- ---
layout: "functions" layout: "functions"
page_title: "trimspace function" page_title: "trimspace - Functions - Configuration Language"
sidebar_current: "docs-funcs-string-trimspace" sidebar_current: "docs-funcs-string-trimspace"
description: |- description: |-
The trimspace function removes space characters from the start and end of The trimspace function removes space characters from the start and end of

View File

@ -1,6 +1,6 @@
--- ---
layout: "functions" layout: "functions"
page_title: "upper function" page_title: "upper - Functions - Configuration Language"
sidebar_current: "docs-funcs-string-upper" sidebar_current: "docs-funcs-string-upper"
description: |- description: |-
The upper function converts all cased letters in the given string to uppercase. The upper function converts all cased letters in the given string to uppercase.

View File

@ -1,6 +1,6 @@
--- ---
layout: "functions" layout: "functions"
page_title: "urlencode function" page_title: "urlencode - Functions - Configuration Language"
sidebar_current: "docs-funcs-encoding-urlencode" sidebar_current: "docs-funcs-encoding-urlencode"
description: |- description: |-
The urlencode function applies URL encoding to a given string. The urlencode function applies URL encoding to a given string.

View File

@ -1,6 +1,6 @@
--- ---
layout: "functions" layout: "functions"
page_title: "uuid function" page_title: "uuid - Functions - Configuration Language"
sidebar_current: "docs-funcs-crypto-uuid" sidebar_current: "docs-funcs-crypto-uuid"
description: |- description: |-
The uuid function generates a unique id. The uuid function generates a unique id.

View File

@ -1,6 +1,6 @@
--- ---
layout: "functions" layout: "functions"
page_title: "values function" page_title: "values - Functions - Configuration Language"
sidebar_current: "docs-funcs-collection-values" sidebar_current: "docs-funcs-collection-values"
description: |- description: |-
The values function returns a list of the element values in a given map. The values function returns a list of the element values in a given map.

View File

@ -1,6 +1,6 @@
--- ---
layout: "functions" layout: "functions"
page_title: "zipmap function" page_title: "zipmap - Functions - Configuration Language"
sidebar_current: "docs-funcs-collection-zipmap" sidebar_current: "docs-funcs-collection-zipmap"
description: |- description: |-
The zipmap function constructs a map from a list of keys and a corresponding The zipmap function constructs a map from a list of keys and a corresponding