Searched refs:is_numeric (Results 1 – 25 of 235) sorted by relevance
12345678910
72 if (!is_numeric($offset)) {81 if (!is_numeric($offset)) {91 if (!is_numeric($offset)) {100 if (!is_numeric($offset)) {
79 } elseif ($this->getExpires() && !is_numeric($this->getExpires())) {222 $this->data['Expires'] = is_numeric($timestamp)373 if (empty($name) && !is_numeric($name)) {389 if (empty($value) && !is_numeric($value)) {397 if (empty($domain) && !is_numeric($domain)) {
112 …$style = $map['width'] ? 'width: '.(is_numeric($map['width']) ? $map['width'].'px' : $map['width']…113 …$style .= $map['height'] ? 'height: '.(is_numeric($map['height']) ? $map['height'].'px' : $map['he…130 …$jsOptions .= is_numeric($val) ? "$key : $val," : (is_bool($val) ? "$key : ".(int)$val."," : "$key…240 $markers[$mark]['lat'] = is_numeric($marker['lat']) ? floatval($marker['lat']) : 0;241 $markers[$mark]['lng'] = is_numeric($marker['lng']) ? floatval($marker['lng']) : 0;
202 $evalcond = is_numeric($entry[$match[1]])203 && is_numeric($match[3])207 $evalcond = is_numeric($entry[$match[1]])208 && is_numeric($match[3])
79 $param .= is_numeric($val) ? " $key : $val," : "$key : '".hsc($val)."',";160 $lat = is_numeric($lat) ? $lat : 0;161 $lng = is_numeric($lng) ? $lng : 0;
49 if (is_numeric($matches[1])){52 else if(!is_numeric($matches[1]) && $is_extern) {53 if (is_numeric($matches[2])){
75 $param .= is_numeric($val) ? " $key : $val," : "$key : '".hsc($val)."',";159 $lat = is_numeric($lat) ? $lat : 0;160 $lon = is_numeric($lon) ? $lon : 0;
34 …return (is_double($expected) || is_double($actual)) && is_numeric($expected) && is_numeric($actual…
29 return is_numeric($expected) && is_numeric($actual) &&
49 if(is_numeric(trim($array[0])))53 if(is_numeric(trim($array[1])))
92 if (!is_numeric($range[0])) {100 if (!is_numeric($column)) continue 2;123 if (!$x_column || !is_numeric($x_column)) {
74 } elseif (is_numeric($argument) && is_numeric($this->value)) {
37 if (!is_numeric($x) || !is_numeric($y)) {48 if (!is_numeric($z)) {57 if (!is_numeric($m)) {
494 $evalcond = is_numeric($entry[$match[1]])495 && is_numeric($match[3])499 $evalcond = is_numeric($entry[$match[1]])500 && is_numeric($match[3])
96 if (!is_numeric($mainLat)) {99 if (!is_numeric($mainLon)) {167 $param .= is_numeric($val) ? "$key: $val, " : "$key: '" . hsc($val) . "', ";314 $lat = is_numeric($lat) ? $lat : 0;315 $lon = is_numeric($lon) ? $lon : 0;316 $angle = is_numeric($angle) ? $angle : 0;317 $opacity = is_numeric($opacity) ? $opacity : 0.8;
275 if (!is_numeric($v) || (int)$v < 1 || (int)$v > 12) {297 if (!is_numeric($v) || (int)$v < -53 || (int)$v == 0 || (int)$v > 53) {319 if (!is_numeric($v) || (int)$v < -366 || (int)$v == 0 || (int)$v > 366) {
257 if (!is_numeric($v) || (int) $v < 1 || (int) $v > 12) {279 if (!is_numeric($v) || (int) $v < -53 || 0 == (int) $v || (int) $v > 53) {301 if (!is_numeric($v) || (int) $v < -366 || 0 == (int) $v || (int) $v > 366) {
49 …$options['width'] = (int)(is_numeric($data['width']) ? $data['width'] : $this->getConf('width'));50 …$options['height'] = (int)(is_numeric($data['height']) ? $data['height'] : $this->getConf('height…55 …$options['speed'] = (int)(is_numeric($data['speed']) ? $data['speed'] : $this->getConf('speed'));57 … $options['max'] = (int)(is_numeric($data['max']) ? $data['max'] : $this->getConf('max'));
101 if(is_numeric($opts['width'])) $opts['width'] .= 'px';102 if(is_numeric($opts['height'])) $opts['height'] .= 'px';
35 if (!is_numeric($first)) $first = 0;37 if ((!$num) || (!is_numeric($num))) $num = $conf['recent'];
520 $evalcond = is_numeric($entry[$match[1]])521 && is_numeric($match[3])525 $evalcond = is_numeric($entry[$match[1]])526 && is_numeric($match[3])
515 $evalcond = is_numeric($entry[$match[1]])516 && is_numeric($match[3])520 $evalcond = is_numeric($entry[$match[1]])521 && is_numeric($match[3])
31 if (!is_numeric($num)) {32 if (is_numeric($ns)) {54 if (!is_numeric($first)) $first = 0;
94 if (!is_numeric($first)) {98 if ((!$num) || (!is_numeric($num))) {
17 if(!is_numeric($string[$i]))62 if(isset($data['limit']) && is_numeric($data['limit']))