Lines Matching refs:text
42 "text" = fills with string of size $file_size
44 "text_with_new_line" = similar to "text" fill type but writes with new line
50 if ( $fill_type == "text" ) {
51 $data = "text ";
55 $data = "line\nline of text\n";
87 "text" = fills with string of size $file_size
90 "text_with_new_line" = similar to "text" fill type but writes with new line
100 } if ( $fill_type == "text" ) {
101 $data = "text ";
105 $data = "line\nline of text\n";
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
318 $link_file_content = "text",
334 text = fill file with regular text
335 text_with_new_line = same as text but new lines are written
336 alphanumeric = fill with alphanumeric text
357 $link_file_content = "text",