Lines Matching refs:false

209 …eturn (isset($image_type_to_mime_type[$imagetype]) ? $image_type_to_mime_type[$imagetype] : false);
237 …c static function ImageColorAllocateAlphaSafe(&$gdimg_hexcolorallocate, $R, $G, $B, $alpha=false) {
238 if (self::version_compare_replacement(PHP_VERSION, '4.3.2', '>=') && ($alpha !== false)) {
245 …ageHexColorAllocate(&$gdimg_hexcolorallocate, $HexColorString, $dieOnInvalid=false, $alpha=false) {
269 return false;
415 … static function ProportionalResize($old_width, $old_height, $new_width=false, $new_height=false) {
417 if (($new_width === false) && ($new_height === false)) {
418 return false;
419 } elseif ($new_width === false) {
421 } elseif ($new_height === false) {
474 $returnvalue = false;
498 return false;
515 return false;
523 $isbundled = (strpos($gd_info['GD Version'], 'bundled') !== false);
529 public static function gd_version($fullstring=false) {
546 $size = false;
567 $date = false;
601 return false;
634 return false;
646 return false;
652 return false;
680 $isHeader = false;
690 return false;
769 $tryagain = false;
787 if ($rawData === false) {
789 return false;
800 curl_setopt($ch, CURLOPT_HEADER, false);
845 return false;
861 $case_insensitive_pathname = false;
881 return false;
886 return false;
898 while (($file = readdir($dirhandle)) !== false) {
959 'FreeType Support' => false,
961 'T1Lib Support' => false,
962 'GIF Read Support' => false,
963 'GIF Create Support' => false,
964 'JPG Support' => false,
965 'PNG Support' => false,
966 'WBMP Support' => false,
967 'XBM Support' => false
1062 return false;
1075 return false;