Custom Query (3927 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (25 - 27 of 3927)

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
Ticket Resolution Summary Owner Reporter
#1371 Completed _TempFile() update Jpm xrewndel <xrewndel@…>
Description

Add this in _TempFile() to accept "Default" keyword or -1 value

If $s_FilePrefix = -1 Or $s_FilePrefix = Default Then $s_FilePrefix = '~'
If $s_FileExtension = -1 Or $s_FileExtension = Default Then $s_FileExtension = ".tmp"
If $i_RandomLength = -1 Or $i_RandomLength = Default Then $i_RandomLength = 7
#1375 Rejected An array element alias xrewndel <xrewndel@…>
Description

Will be useful, if there will may create alias name for an array element, e.g. $arrayelem, or some kind of simple structure like $array.elem

#1376 Completed FileOpen() Jon xrewndel <xrewndel@…>
Description

Please make in FileOpen($Filename, $Mode) ‘mode’ parameter optional. FileOpen($Filename) will be equal to FileOpen($Filename, 0)

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.