Home
last modified time | relevance | path

Searched refs:implode (Results 76 – 100 of 989) sorted by path

12345678910>>...40

/plugin/authgooglesheets/vendor/symfony/polyfill-intl-normalizer/
H A DNormalizer.php219 $result .= implode('', $c);
287 $result .= implode('', $c);
296 $result .= implode('', $c);
/plugin/authhttp/
H A Daction.php57 $conf['disableactions'] = implode(',', $disableactions);
/plugin/authorstats/
H A Dsyntax.php155 …$url .= "&chxl=0:|" . implode("|", $labels) . "|1:|Yr-Mon|3:|Num_of_Contributions"; // Axis labels
156 …$url .= "&chd=t:" . implode(",", $totalpm); // Chart dat…
/plugin/authowncloud/
H A Dauth.php215 if(!empty($where)) $wheres = ' WHERE '.implode(' AND ', $where);
/plugin/authshibboleth/plugin/authshibboleth/
H A Daction.php108 return '?' . implode('amp;', $queryParams);
H A Dauth.php598 $this->log(sprintf("Resolved groups: %s", implode(', ', $groups)));
635 …f("Resolved groups from source '%s' (%s): %s", $sourceName, $sourceType, implode(', ', $sourceGrou…
/plugin/authucenter/lib/uc_client/lib/
H A Dsendmail.inc.php28 $mail['email_to'] = implode(',', $tousers);
/plugin/authucenter/lib/uc_client/model/
H A Dbase.php97 return gmdate(implode(' ', $format), $time + $this->settings['timeoffset']);
106 function implode($arr) { function in base
107 return "'".implode("','", (array)$arr)."'";
126 $sqladd = $k ? "WHERE k IN (".$this->implode($k).")" : '';
H A Ddomain.php45 $domainids = $this->base->implode($arr);
H A Dfriend.php43 $friendids = $this->base->implode($friendids);
88 $friendid_str = implode("', '", $friendids);
H A Dmail.php48 $ids = $this->base->implode($ids);
65 $sql .= implode(',', $values_arr);
86 $mail['email_to'] = implode(',', $mail['email_to']);
H A Dnote.php75 $extra = implode(',', $appadd);
79 $varextra = implode(', ', $varadd);
H A Dpm.php129 …ECT plid FROM ".UC_DBTABLEPRE."pm_lists WHERE min_max IN (".$this->base->implode($relationship).")…
281 $this->db->query("REPLACE INTO ".UC_DBTABLEPRE."newpm(uid) VALUES ".implode(',', $newpm));
351 $this->db->query("REPLACE INTO ".UC_DBTABLEPRE."newpm(uid) VALUES ".implode(',', $memberuid)."");
423 …$this->db->query("DELETE FROM ".UC_DBTABLEPRE."pm_members WHERE plid IN (".$this->base->implode($l…
424 … ".UC_DBTABLEPRE."pm_lists SET members=members-1 WHERE plid IN (".$this->base->implode($list).")");
562 $addsql = implode(' AND ', $addsql);
592 $addsql = implode(' AND ', $addsql);
745 $uids = $this->base->implode($uids);
764 $usernames = $this->base->implode($username);
785 $listnew = implode(',', $usernames);
[all …]
H A Dtag.php49 $datanew = addslashes($tmp[0]['type']."\t".implode("\t", $datanew));
H A Duser.php177 $uids = $this->base->implode($uidsarr);
183 $uids = $this->base->implode(array_diff($uidsarr, $puids));
209 $usernames = $this->base->implode($usernamesarr);
220 …ECT uid, username FROM ".UC_DBTABLEPRE."members WHERE uid IN (".$this->base->implode($uidarr).")");
/plugin/authwordpress/
H A Dauth.php263 $dsn = 'mysql:' . implode(';', $dsn);
/plugin/autogroup/
H A Daction.php144 $msg = sprintf($this->getLang('update_ok'), $user, implode(',',$in), implode(',',$out));
/plugin/autostartpage/
H A Daction.php51 …$parent=implode($ns_sepchar, array_splice(preg_split("/".preg_quote($ns_sepchar, "/")."/", $ns), 0…
/plugin/autotooltip/
H A Dhelper.php109 implode('<br><br>', $contentParts) .
/plugin/autotranslation/
H A Dhelper.php81 $tns = implode(":", $lang) . ':';
/plugin/autotweet/
H A DOAuth.php114 $key = implode('&', $key_parts);
146 $key = implode('&', $key_parts);
366 return implode('&', $parts);
587 implode(", ", array_keys($this->signature_methods))
870 return implode('&', $pairs);
/plugin/badbehaviour/bad-behavior/
H A Dbanned.inc.php21 $support_key = implode("-", str_split("$ip_hex$key", 4));
H A Dblackhole.inc.php36 $find = implode('.', array_reverse(explode('.', $ip)));
59 $find = implode('.', array_reverse(explode('.', $package['ip'])));
H A Dscreener.inc.php60 $cookie_value = implode(" ", $screener);
/plugin/barcodes/lib/
H A DBarcodesWrapper.php112 return implode('; ', $styles);

12345678910>>...40