Lines Matching refs:FileList
1 ## FileList section
3 A FileList is a lazy-evaluated list of files. When given a list
6 a FileList holds the pattern for latter use.
8 This allows you to define a FileList to match any number of
9 files, but only search out the actual files when then FileList
11 element of the FileList/Array is requested, the pending patterns
18 methods are invoked on the FileList, these items are resolved to argument
22 var fl = new FileList();
32 FileList has lazy-evaluated versions of most of the array argument
55 When you call one of these methods, the items in the FileList
61 `length`: FileList includes a length *method* (instead of a argument
65 ### FileList-specific methods argument
71 `resolve`: Resolve the items in the FileList to the full list of