Lines Matching refs:fill
8 fill_files() : fill file with specified contents
44 "text_with_new_line" = similar to "text" fill type but writes with new line
46 Returns: true on success, false on invalid fill type
67 // invalid fill type;
89 "empty" = no fill operation performed, returns true
90 "text_with_new_line" = similar to "text" fill type but writes with new line
92 Returns: true on success, false on failure & invalid fill type
98 // no fill required, return true
117 // invalid fill type;
212 $content_type = Specify type of the content to fill in the file.
213 "numeric" = fill file with numeric values
214 "text" = fill file with regular text
216 "text_with_new_line" = similar to text fill type, but writes with new line char
217 "alphanumeric" = fill file with alpha numeric text
219 $size = size of the fill in terms of kilobyte, i.e size of the file.
282 // fill the file with specifiec type of data and size
292 // call fill_file() to fill the file
332 $link_file_content = Type of the content to fill in the file.
333 numeric = fill file with numeric values
334 text = fill file with regular text
336 alphanumeric = fill with alphanumeric text
338 $size = size of the fill in terms of kilobyte, i.e size of the file.
401 // fill the file with specific type of data and size
409 // call fill_file() to fill the file