Home
last modified time | relevance | path

Searched refs:implode (Results 151 – 175 of 989) sorted by relevance

12345678910>>...40

/plugin/authucenter/lib/uc_client/model/
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/owncloud/
H A Daction.php175 $desc = implode("|",$parts);
252 array_push($meta,trim(implode("\t", $line))."\n");
253 io_saveFile($file,implode("", $meta));
/plugin/txt2tags/
H A Dtxt2tags.class.php175 $this->headers = implode("\n", $this->R['header']);
176 $this->config = implode("\n", $this->R['config']);
177 $this->bodytext = implode("\n", $this->R['body']);
192 $body = implode("\n", $lines);
252 $body = implode("\n", $lines);
316 $prefix = implode(".", array_slice($tocnbs, 1, $level));
/plugin/autogroup/
H A Daction.php144 $msg = sprintf($this->getLang('update_ok'), $user, implode(',',$in), implode(',',$out));
/plugin/openid/Auth/Yadis/
H A DParseHTML.php63 sprintf("&(%s);", implode("|",
105 $tag_names = '(?:'.implode('|',$tag_names).')';
/plugin/siteexport/action/
H A Daggregate.php111 $ID = (string) cleanID($originalID . '-toc-' . implode('-', array_filter($thema)));
113 $meta['current']['thema'] = implode(' - ', array_filter($thema));
/plugin/davcard/vendor/sabre/vobject/tests/VObject/
H A DIssue40Test.php17 $expected = implode("\r\n", array(
/plugin/webdavclient/vendor/sabre/vobject/tests/VObject/
H A DIssue40Test.php17 $expected = implode("\r\n", array(
/plugin/authgooglesheets/vendor/google/auth/
H A Dautoload.php28 $filePath = dirname(__FILE__) . '/src/' . implode('/', $classPath) . '.php';
/plugin/davcal/vendor/sabre/vobject/tests/VObject/
H A DIssue40Test.php17 $expected = implode("\r\n", array(
/plugin/icalevents/vendor/sabre/vobject/tests/VObject/
H A DIssue40Test.php19 $expected = implode("\r\n", [
/plugin/webdav/vendor/sabre/dav/lib/DAV/Exception/
H A DMethodNotAllowed.php42 'Allow' => strtoupper(implode(', ', $methods)),
/plugin/davcal/vendor/sabre/dav/lib/DAV/Exception/
H A DMethodNotAllowed.php42 'Allow' => strtoupper(implode(', ', $methods)),
/plugin/bez/
H A Dcron-daily.php37 echo implode("\n", $errors);
/plugin/combo/vendor/carica/phpcss/src/PhpCss/Exception/
H A DUnexpectedEndOfFileException.php31 implode(", ", $expectedTokenStrings).' was expected.'
/plugin/davcard/vendor/sabre/vobject/tests/VObject/Component/
H A DVCardTest.php279 …als(0, count($input), 'No validation messages were expected. We got: ' . implode(', ', $messages));
281 …1, count($input), 'We expected exactly 1 validation message, We got: ' . implode(', ', $messages));
/plugin/fedauth/Auth/Yadis/
H A DParseHTML.php64 sprintf("&(%s);", implode("|",
129 $tag_names = '(?:'.implode('|',$tag_names).')';
/plugin/diff/
H A Dsyntax.php141 . implode('', $parts);
145 $aDoc .= implode('', $sections);
/plugin/watchcycle/
H A Dhelper.php48 $title = $this->getLang('maintained by') . implode(', ', array_keys($all)) . ' ';
61 $icon = '<span class="' . implode(' ', $class) . '" title="' . $title . '">';
/plugin/webdavclient/vendor/sabre/vobject/tests/VObject/Component/
H A DVCardTest.php279 …als(0, count($input), 'No validation messages were expected. We got: ' . implode(', ', $messages));
281 …1, count($input), 'We expected exactly 1 validation message, We got: ' . implode(', ', $messages));
/plugin/davcal/vendor/sabre/vobject/tests/VObject/Component/
H A DVCardTest.php279 …als(0, count($input), 'No validation messages were expected. We got: ' . implode(', ', $messages));
281 …1, count($input), 'We expected exactly 1 validation message, We got: ' . implode(', ', $messages));
/plugin/fckg/
H A Dadmin.php19 $list = implode ("<li>\n" , $list);
/plugin/prosemirror/parser/
H A DPreformattedNode.php20 $text = implode("\n ", $lines);
/plugin/geophp/vendor/funiq/geophp/src/Adapter/
H A DWKT.php330 return implode(', ', $parts);
342 return implode(', ', $parts);
360 return implode(', ', $parts);
/plugin/farm/
H A Dsoapconfig.class.php123 …$block .= 'allowed = '.implode(', ', $allowed).($allowedcomment != '' ? ' # '.$allowedcomment : ''…
153 fwrite($fp, implode("\n\n", $out));
190 …ptln(' '.$this->manager->getLang('soapconfig_field_name_allowedservices').' : '.implode(', ', arra…
235 $imp = implode(', ', $imp);

12345678910>>...40