Add new attachment

Only authorized users are allowed to upload new attachments.

This page (revision-48) was last changed on 08-Oct-2024 09:20 by krivacsz

This page was created on 05-Dec-2023 05:32 by Ben Spink

Only authorized users are allowed to rename pages.

Only authorized users are allowed to delete pages.

Difference between version and

At line 5 changed one line
They are also processed in this order of sequence as listed here.\\
The arguments can be text or numeric literals or server variables. Special case of optional arguments, when these contain the colon (:) character itself, that needs to be manually encoded as ~..~.
The functions are processed by the replacement engine in this very order of sequence as listed here.\\
At line 8 added one line
!General purpose
At line 154 changed one line
Use it like {json_parse_start}{myJson}{json_parse_end} with it's argument a variable referencing a JSON object. Can dereference a particular key value with the key name enclosed in curly brackets ( like {mykey1} ). Doesn't work with nested JSON structures.
Use it like {json_parse_start}{myJson}{json_parse_end} with it's argument a variable referencing a JSON object. Can dereference a particular key value with the key name enclosed in curly brackets ( like {mykey1} ). It doesn't work with nested JSON structures.\\
\\
__Parse in an XML file, explode to a list of key name - key value pairs__\\
\\
__!!!Restriction:__ Only works for XML attributes: __type="properties"__ or __type="vector"__.\\
\\
{{{
{xml_parse_start}{file_contents}{xml_parse_end}
}}}\\
\\
You can also convert the input XML into a parsable format:\\
{{{
{xml_parse_start}{replace_start:<mytag:<mytag type="properties"}{file_contents}{replace_end}{xml_parse_end}
}}}\\
{{{
{xml_parse_start}{replace_start:<mytag:<mytag type="vector"}{file_contents}{replace_end}{xml_parse_end}
}}}
\\
Version Date Modified Size Author Changes ... Change note
48 08-Oct-2024 09:20 6.74 kB krivacsz to previous
47 08-Oct-2024 09:15 6.623 kB krivacsz to previous | to last
46 08-Oct-2024 09:14 6.638 kB krivacsz to previous | to last
45 08-Oct-2024 09:11 6.615 kB krivacsz to previous | to last
44 08-Oct-2024 09:08 6.437 kB krivacsz to previous | to last
43 08-Oct-2024 09:05 6.435 kB krivacsz to previous | to last
42 08-Oct-2024 09:03 6.425 kB krivacsz to previous | to last
41 08-Oct-2024 09:01 6.409 kB krivacsz to previous | to last
« This page (revision-48) was last changed on 08-Oct-2024 09:20 by krivacsz
G’day (anonymous guest)
CrushFTP11 | What's New

Referenced by
CrushTask
LeftMenu

JSPWiki