Searched refs:is_array (Results 1 – 25 of 1190) sorted by relevance
12345678910>>...48
| /plugin/icalevents/vendor/sabre/vobject/lib/Property/ICalendar/ |
| D | Recur.php | 43 if (is_array($value)) { 57 } elseif (is_array($v)) { 87 $out[] = $key . '=' . (is_array($value) ? implode(',', $value) : $value); 282 if (is_array($value)) { 291 if (is_array($value) && empty($values[$key])) { 304 if (is_array($value)) { 313 if (is_array($value) && empty($values[$key])) { 326 if (is_array($value)) { 335 if (is_array($value) && empty($values[$key])) {
|
| /plugin/webdav/vendor/sabre/vobject/lib/Property/ICalendar/ |
| D | Recur.php | 41 if (is_array($value)) { 54 } elseif (is_array($v)) { 83 $out[] = $key.'='.(is_array($value) ? implode(',', $value) : $value); 264 if (is_array($value)) { 273 if (is_array($value) && empty($values[$key])) { 286 if (is_array($value)) { 295 if (is_array($value) && empty($values[$key])) { 308 if (is_array($value)) { 317 if (is_array($value) && empty($values[$key])) {
|
| /plugin/json/ |
| D | helper.php | 264 if(is_array($pairs)) { 331 if(is_array($v) && isset($v[$tok])) { 379 if(is_array($row_inserts)) { 427 if(is_array($json_var)) { 452 if(is_array($json_var)) foreach($json_var as &$item) { 453 …if(is_array($item)) foreach($ext['row_inserts'] as $row_insert) { //if $item is not array, it's no… 474 if(!is_array($item_copy)) { 540 if(is_array($ret)) { 669 if(!is_array($json)) { 697 $log['src_path'] = is_array($src_path) ? implode('.', $src_path) : ''; [all …]
|
| /plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/File/ |
| D | X509.php | 476 if (is_array($cert) && isset($cert['tbsCertificate'])) { 550 if (!is_array($cert) || !isset($cert['tbsCertificate'])) { 690 if (is_array($extensions)) { 754 if (is_array($attributes)) { 760 if (is_array($attributes[$i]['value'])) { 794 if (is_array($attributes)) { 804 } elseif (is_array($attributes[$i]['value'])) { 836 if (is_array($dns)) { 865 if (is_array($dns)) { 1070 if (!is_array($this->currentCert) || !isset($this->currentCert['tbsCertificate'])) { [all …]
|
| /plugin/evesso/phpoauthlib/src/OAuth/Common/Storage/ |
| D | SymfonySession.php | 57 if (!is_array($tokens)) { 78 return is_array($tokens) 91 if (is_array($tokens) && array_key_exists($service, $tokens)) { 137 if (!is_array($states)) { 158 return is_array($states) 171 if (is_array($states) && array_key_exists($service, $states)) {
|
| /plugin/oauth/vendor/lusitanian/oauth/src/OAuth/Common/Storage/ |
| H A D | SymfonySession.php | 57 if (!is_array($tokens)) { 78 return is_array($tokens) 91 if (is_array($tokens) && array_key_exists($service, $tokens)) { 137 if (!is_array($states)) { 158 return is_array($states) 171 if (is_array($states) && array_key_exists($service, $states)) {
|
| /plugin/findologicxmlexport/vendor/sebastian/object-enumerator/src/ |
| D | Enumerator.php | 31 if (!is_array($variable) && !is_object($variable)) { 54 if (is_array($variable)) { 56 if (!is_array($element) && !is_object($element)) { 80 if (!is_array($value) && !is_object($value)) {
|
| /plugin/farm/ |
| D | admin.php | 148 …foreach($list as $e) ptln(' <li>'.$this->getLang(is_array($e) ? $e['code'] : $e, is_array($e) ? $… 170 …each($this->success as $s) ptln(' <li>'.$this->getLang(is_array($s) ? $s['code'] : $s, is_array($… 174 ptln(' '.$this->getLang(is_array($s) ? $s['code'] : $s, is_array($s) ? $s['data'] : null)); 255 if(is_array($_REQUEST['farm_cmd'])) { 258 while(is_array($t)) { 260 if(is_array($t[$k])) { 281 if(is_array($_REQUEST['farm_opt'])) {
|
| /plugin/freechat/phpfreechat/lib/pear/PHPUnit/ |
| D | Assert.php | 82 else if (is_array($haystack) && !is_object($needle)) { 105 else if (is_array($haystack) && !is_object($needle)) { 124 if ((is_array($actual) && is_array($expected)) || 126 if (is_array($actual) && is_array($expected)) { 389 if (is_array($v)) {
|
| /plugin/feedmod/ |
| D | action.php | 130 …if (is_array($entry) && $entry[0] == 'header' && count($entry) == 3 && is_array($entry[1]) && coun… 134 …if (is_array($entry) && $entry[0] == 'plugin' && is_array($entry[1]) && $entry[1][0] == 'include_h…
|
| /plugin/autolink2/ |
| D | helper.php | 40 if (is_array($autolink_index)){ 70 if (is_array($res)){ 114 if (is_array($pattern)) ksort($pattern); 115 if (is_array($replace)) ksort($replace); 131 if (!is_array($autolinks) || empty($autolinks)) return false; 152 if (!is_array($oldautolinks)) $oldautolinks = explode(' ', $oldautolinks); 191 if (!is_array($oldautolinks)) $oldautolinks = explode(' ', $oldautolinks); 257 if (!is_array($anchors)) $anchors = explode('|', $anchors); 268 if (is_array($nums)){
|
| /plugin/oauthgeneric/ |
| H A D | action.php | 39 if (is_array($grps) && $grpdots[1]) { 46 if (is_array($user)) $user = array_shift($user); 47 if (is_array($name)) $name = array_shift($name); 48 if (is_array($mail)) $mail = array_shift($mail); 49 if (!is_array($grps)) {
|
| /plugin/json/syntax/ |
| D | extract.php | 119 if(is_array($format_pairs)) { 139 if(is_array($format_pairs)) { 194 if(is_array($data['list_header'])) { 199 if(is_array($v) && isset($v[$tok])) { 217 if(is_array($var)) { 252 if(!is_array($var)) { 263 if(!is_array($set)) { 279 if(!is_array($var)) { 296 if(is_array($set)) { 317 if(is_array($v) && isset($v[$tok])) { [all …]
|
| /plugin/oauthosm/ |
| D | action.php | 38 if (is_array($user)) $user = array_shift($user); 39 if (is_array($name)) $name = array_shift($name); 40 if (is_array($mail)) $mail = array_shift($mail); 41 if (!is_array($grps)) {
|
| /plugin/authgoogle/google/service/ |
| D | Google_Model.php | 27 if (func_num_args() == 1 && is_array(func_get_arg(0))) { 56 } else if (is_array($val)) { 73 if (!is_array($array)) { 110 if ($obj && !is_array($obj)) {
|
| /plugin/tagentry/ |
| D | action.php | 63 if ( !is_array( $assigned ) ) { 117 if ( !is_array( $thlp->topic_idx ) ) 120 if ( !is_array( $v ) || empty( $v ) || ( !trim( $v[0] ) ) ) 159 if ( !is_array( $haystack ) ) 177 if ( !is_array( $alltags ) ){ return $rv; } 192 $hasBlacklist = is_array( $options['blacklist'] );
|
| /plugin/siteexport/inc/ |
| D | toc.php | 120 if ( is_array($elem['mapID']) && empty( $elem['mapID'] ) ) { 212 if (!is_array($CURRENTNODE) || empty($CURRENTNODE)) 290 if (empty($DATA) || !is_array($DATA)) { 298 if (is_array($PAGES[noNS($SITE)])) { 319 if (!is_array($PAGES[$NS])) $PAGES[$NS] = empty($PAGES[$NS]) ? array() : array($PAGES[$NS]); 333 if (!is_array($DATA)) { 392 if (is_array($REFS)) 422 if (!is_array($DATA)) { return; } 428 if (is_array($indexSearch)) { continue; } 458 if ( is_array($data) ) {
|
| /plugin/icalevents/vendor/sabre/xml/lib/Serializer/ |
| D | functions.php | 63 if (is_array($val)) { 190 } elseif (is_array($value) && array_key_exists('name', $value)) { 204 } elseif (is_array($value)) { 214 } elseif (is_string($name) && is_array($item) && isset($item['attributes'])) {
|
| /plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/ |
| D | NewRelicHandler.php | 98 if (isset($record['formatted']['context']) && is_array($record['formatted']['context'])) { 100 if (is_array($parameter) && $this->explodeArrays) { 110 if (isset($record['formatted']['extra']) && is_array($record['formatted']['extra'])) { 112 if (is_array($parameter) && $this->explodeArrays) {
|
| /plugin/webdav/vendor/sabre/xml/lib/Serializer/ |
| D | functions.php | 63 if (is_array($val)) { 190 } elseif (is_array($value) && array_key_exists('name', $value)) { 204 } elseif (is_array($value)) { 214 } elseif (is_string($name) && is_array($item) && isset($item['attributes'])) {
|
| /plugin/ckgedit/fckeditor/editor/filemanager/connectors/php/ |
| D | Input.class.php | 154 if(is_array($this->access[$name])) return $default; 172 if(is_array($this->access[$name])) return $default; 193 if(is_array($this->access[$name])) return $default; // we don't allow arrays 212 if(is_array($this->access[$name])) return $default; 230 if(!is_array($this->access[$name])) return $default; 253 if(!is_array($this->access[$name])) return $this;
|
| /plugin/struct/renderer/ |
| H A D | csv.php | 150 if (is_null($title) || is_array($title) || $title == '') { 158 if (is_null($title) || is_array($title) || $title == '') { 250 if (is_null($name) || is_array($name) || $name == '') { 258 if (is_array($title) || $title == '') { 266 if (is_null($title) || is_array($title) || $title == '') { 274 if (is_null($title) || is_array($title) || $title == '') {
|
| /plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/ |
| D | AbstractEndpoint.php | 125 if (is_array($index) === true) { 153 if (is_array($type) === true) { 273 } elseif (is_array($ignore)) { 296 if (!($key === 'client' || $key == 'custom') && is_array($value) === true) { 309 if (is_array($v)) {
|
| /plugin/multimage/ |
| H A D | syntax.php | 77 if (!is_array($parsed)) { 99 if (!is_array($baseImage)) { 106 if (!empty($baseImage['ontop']) && is_array($baseImage['ontop'])) { 108 if (is_array($ontopImage)) { 183 if (!is_array($styles)) {
|
| /plugin/emoji/emojione/ |
| D | Client.php | 182 if ((!is_array($m)) || (!isset($m[1])) || (empty($m[1]))) 213 if ((!is_array($m)) || (!isset($m[1])) || (empty($m[1]))) { 240 if ((!is_array($m)) || (!isset($m[1])) || (empty($m[1]))) { 297 if ((!is_array($m)) || (!isset($m[3])) || (empty($m[3]))) 318 if ((!is_array($m)) || (!isset($m[3])) || (empty($m[3]))) 340 if ((!is_array($m)) || (!isset($m[3])) || (empty($m[3]))) 392 if ((!is_array($m)) || (!isset($m[1])) || (empty($m[1]))) 428 if ((!is_array($m)) || (!isset($m[1])) || (empty($m[1])))
|
12345678910>>...48