At line 9 changed 15 lines |
{path} |
{name} |
{size} and {size} |
{size_formatted} human friendly version of {size} |
{error} |
{start} |
{end} |
{url} |
{display} |
{user_time} |
{path1} (piece #1 of the file's path) |
{path2} (piece #2) |
{path3} (piece #3, etc.) |
{path4} |
{path5} |
{name} - item's name |
{path} - item's path |
{url} - reference to the item in the VFS or where ever it is. file://some/path/etc/ |
{size} and {size_formatted} - raw bytes, or a pretty version |
{error} - if there was an error during the upload or download...the event is still triggered, but this variable will be non empty. |
{start} - from an event, the start of the transfer time. |
{end} - from an event, the end of the transfer time. |
{user_time} - time the user logged in |
{path1} (piece #1 of the item's path starting from the right side) |
{path2} (piece #2,3,4,5,6,7....... starting from the right side) |
{1path} (piece #1 of the item's path starting from the left side) |
{2path} (piece #2,3,4,5,6,7....... starting from the left side) |
{url1} (piece #1 of the item's url starting from the right side) |
{url2} (piece #2,3,4,5,6,7....... starting from the right side) |
{1url} (piece #1 of the item's url starting from the left side) |
{2url} (piece #2,3,4,5,6,7....... starting from the left side) |
At line 26 changed 26 lines |
---- |
Date time (time stamping) related: |
{{{ |
{G} Era designator Text AD |
{y} Year Year 1996; 96 |
{Y} Week year Year 2009; 09 |
{M} Month in year Month July; Jul; 07 |
{w} Week in year Number 27 |
{W} Week in month Number 2 |
{D} Day in year Number 189 |
{J} Today's Julian date |
{d} Day in month Number 10 |
{F} Day of week in month Number 2 |
{E} Day name in week Text Tuesday; Tue |
{u} Day number of week (1 = Monday, ..., 7 = Sunday) Number 1 |
{a} Am/pm marker Text PM |
{H} Hour in day (0-23) Number 0 |
{k} Hour in day (1-24) Number 24 |
{K} Hour in am/pm (0-11) Number 0 |
{h} Hour in am/pm (1-12) Number 12 |
{m} Minute in hour Number 30 |
{s} Second in minute Number 55 |
{S} Millisecond Number 978 |
{z} Time zone General time zone Pacific Standard Time; PST; GMT-08:00 |
{Z} Time zone RFC 822 time zone -0800 |
{X} Time zone ISO 8601 time zone -08; -0800; -08:00 |
Date information can also be referenced when using in a CrushTask / Job. See the [CrushTaskVariables] for more date information. |
At line 53 removed 6 lines |
{now} Current Java epoch date time (offset from 1970 Jan 1) in milliseconds |
{yesterday} Previous calendaristic day in Java epoch time in milliseconds |
|
}}} |
|
|
At line 214 changed one line |
Variables to manually encode special characters if an URL-unsafe characters combination needs to be used |
Variables to manually encode special characters if an URL-unsafe characters combination needs to be used. If you use the browse... button, we automatically do this for you. |