Home
last modified time | relevance | path

Searched refs:implode (Results 126 – 150 of 989) sorted by path

12345678910>>...40

/plugin/botbouncer/lib/
H A Dbotbouncer.php363 $lookup = $this->honeyPotApiKey.'.'.implode('.', $rev) . '.dnsbl.httpbl.org';
H A Dmollom.php331 …if(!in_array($method, $aPossibleMethods)) throw new Exception('Invalid method. Only '. implode(', …
433 $body = implode('', $parts);
652 …if(!in_array($type, $aPossibleTypes)) throw new Exception('Invalid type. Only '. implode(', ', $aP…
691 …ack, $aPossibleFeedback)) throw new Exception('Invalid feedback. Only '. implode(', ', $aPossibleF…
/plugin/box2/
H A Dsyntax.php283 $style .= isset($styles['spacing']) ? implode(';', $styles['spacing']) : '';
/plugin/bureaucracy-au/_test/
H A DBureaucracyTest.php33 $form_syntax = implode("\n", $form_syntax);
/plugin/bureaucracy-au/helper/
H A Dactionmail.php68 $to = $this->replace(implode(',',$argv)); // get recipient address(es)
143 if(is_array($value)) $value = implode(', ', $value);
H A Dactiontemplate.php73 if (is_array($pname)) $pname = implode($sep, $pname);
H A Dfield.php255 return implode($delimiter, $value);
H A Dfielduser.php69 return implode($delitmiter, $udata['grps']);
H A Dfieldusers.php59 return implode($delimiter, $users);
62 return implode($delimiter, array_map(function ($user) use ($auth, $attribute) {
/plugin/bureaucracy-au/
H A Dsyntax.php359 $thanks = implode('', array_unique($thanks_array));
/plugin/bureaucracy/helper/
H A Dactionmail.php74 $to = $this->replace(implode(',',$argv)); // get recipient address(es)
152 if(is_array($value)) $value = implode(', ', $value);
H A Dactiontemplate.php87 if (is_array($pname)) $pname = implode($sep, $pname);
H A Dfield.php255 return implode($delimiter, $value);
H A Dfielduser.php69 return implode($delitmiter, $udata['grps']);
H A Dfieldusers.php59 return implode($delimiter, $users);
62 return implode($delimiter, array_map(function ($user) use ($auth, $attribute) {
/plugin/bureaucracy/
H A Dsyntax.php364 $thanks = implode('', array_unique($thanks_array));
/plugin/bureaucracyau/_test/
H A DBureaucracyauTest.php33 $form_syntax = implode("\n", $form_syntax);
/plugin/bureaucracyau/helper/
H A Dactionmail.php68 $to = $this->replace(implode(',',$argv)); // get recipient address(es)
143 if(is_array($value)) $value = implode(', ', $value);
H A Dactiontemplate.php73 if (is_array($pname)) $pname = implode($sep, $pname);
H A Dfield.php255 return implode($delimiter, $value);
H A Dfielduser.php69 return implode($delitmiter, $udata['grps']);
H A Dfieldusers.php59 return implode($delimiter, $users);
62 return implode($delimiter, array_map(function ($user) use ($auth, $attribute) {
/plugin/bureaucracyau/
H A Dsyntax.php359 $thanks = implode('', array_unique($thanks_array));
/plugin/button/
H A Daction.php80 $data['link'] = implode("#",$link_items);
/plugin/c3chart/
H A Dsyntax.php71 $c3data = implode("", array_map(trim, $c3data));

12345678910>>...40