Searched refs:fill (Results 1 – 25 of 32) sorted by relevance
12
21 function fill()39 $it->fill();44 MyCachingIterator::fill()
41 function fill()83 $it->fill();117 MyCachingIterator::fill()
8 fill_files() : fill file with specified contents67 // invalid fill type;98 // no fill required, return true117 // invalid fill type;213 "numeric" = fill file with numeric values214 "text" = fill file with regular text292 // call fill_file() to fill the file333 numeric = fill file with numeric values334 text = fill file with regular text336 alphanumeric = fill with alphanumeric text[all …]
17 // fill data into file
33 // fill data into file
35 // fill the fill with some data if mode is append mode
32 // create temp file and fill the data of type $file_content_type
32 // create temp file and fill it content of type $file_content_type
46 $fill = str_repeat('.', 8192);47 lib::$files['lib://test.php']= '<?php /* '.$fill.' */ function test() { echo "Works!\n"; }';
12 //create an ellipse and fill it with white color
21 // Uniform fill + n x 90degrees rotation , the color value does not change
2 Bug #27582 (ImageFillToBorder() on alphablending image looses alpha on fill color)
16 // Draw an ellipse to fill with a black border
21 //create an arc and fill it with white color
19 // fill polygon with blue
31 // fill polygon with green
10 echo str_repeat("0", 20); // fill in the buffer
2286 local fill = params[2]2287 if fill then2288 fill = tonumber(fill)2289 if not fill or fill < 0 or fill > 255 then werror("bad filler") end2291 wputxb(fill or 0)
481 case DASM_SPACE: { int fill = *p++; while (n--) *cp++ = fill; break; } in dasm_encode() local
50 * Create mailbox and fill with generic emails
98 * Create mailbox and fill with generic emails
Completed in 32 milliseconds