Lines Matching refs:return

104             return $this->set_parameter($options);
106 return true;
122 * @return boolean true on success, false otherwise
141 return false;
152 return false;
155 return true;
162 * @return string Decoded Domain name (UTF-8 or UCS-4)
176 return false;
188 return false;
207 $return = $email_pref . '@' . $input;
212 return false;
222 $return =
236 $return = join('.', $arr);
239 $return = $this->_decode($input);
240 if (!$return) $return = $input;
246 return $return;
249 return $this->_ucs4_to_ucs4_string($this->_utf8_to_ucs4($return));
252 return $this->_utf8_to_ucs4($return);
256 return false;
264 * @return string Encoded Domain name (ACE string)
281 return false;
285 if (empty($decoded)) return '';
308 return false;
335 return $output;
339 return $output;
342 return $this->_ucs4_to_utf8($decoded);
348 * @return string The last error, that occured
353 return $this->_error;
365 return false;
371 return false;
412 return $this->_ucs4_to_utf8($decoded);
428 return false;
440 return false;
445 if (!$decoded || !is_array($decoded)) return false; // NAMEPREP failed
448 if (!$deco_len) return false; // Empty array
463 if ($codecount == $deco_len) return $encoded; // All codepoints were basic ones
510 return $encoded;
524 return intval($k + ($this->_base - $this->_tmin + 1) * $delta / ($delta + $this->_skew));
533 return chr($d + 22 + 75 * ($d < 26));
543 return ($cp - 48 < 10) ? $cp - 22 : (($cp - 65 < 26) ? $cp - 65 : (($cp - 97 < 26) ? $cp - 97 : $this->_base));
558 * @return string Unicode Characters, Nameprep'd
577 return false;
582 return false;
635 return $output;
642 * @return array Either Hangul Syllable decomposed or original 32bit value as one value array
649 return array($char);
656 return $result;
662 * @return array UCS4 sequence with syllables composed
668 if (!$inp_len) return array();
698 return $result;
704 * @return integer Combining class if found, else 0
709 return isset($this->NP['norm_combcls'][$char]) ? $this->NP['norm_combcls'][$char] : 0;
715 * @return array Ordered USC4 sequence
742 return $input;
748 * @return array Ordered USC4 sequence
766 if ($hit) return $np_src;
768 return false;
803 return false;
828 return false;
841 return false;
850 return false;
857 return $output;
891 return false;
894 return $output;
910 return $output;
925 return false;
927 // Empty input - return empty output
928 if (!$inp_len) return $output;
937 return $output;
960 * @return boolean true on success, false otherwise
965 return $this->IC->set_parameters($option, $param);