Searched refs:implode (Results 1 - 7 of 7) sorted by relevance

/external/wpa_supplicant_8/hs20/server/www/
H A Dspp.php30 $keys = implode('|', array_keys($needed));
122 //error_log("spp.php: Response: " . implode($output));
126 echo implode($output);
H A Dest.php17 $keys = implode('|', array_keys($needed));
/external/ImageMagick/Magick++/demo/
H A Ddemo.cpp190 example.implode( -1 );
243 cout << " implode ..." << endl;
246 example.implode( 0.5 );
/external/ImageMagick/Magick++/lib/Magick++/
H A DImage.h1004 void implode(const double factor_);
/external/ImageMagick/Magick++/lib/
H A DSTL.cpp600 image_.implode( _factor );
H A DImage.cpp3321 void Magick::Image::implode(const double factor_) function in class:Magick::Image
/external/ImageMagick/www/api/
H A Dfx.php261 <p>ImplodeImage() creates a new image that is a copy of an existing one with the image pixels "implode" by the specified percentage. It allocates the memory necessary for the new Image structure and returns a pointer to the new image.</p>
278 <dd>Method ImplodeImage returns a pointer to the image after it is implode. A null image is returned if there is a memory shortage. </dd>

Completed in 186 milliseconds