Home
last modified time | relevance | path

Searched refs:implode (Results 326 – 350 of 989) sorted by relevance

1...<<11121314151617181920>>...40

/plugin/davcard/vendor/sabre/vobject/tests/VObject/
H A DEmptyParameterTest.php66 $this->assertEquals(implode("\r\n", $expected), $result);
/plugin/webdavclient/vendor/sabre/vobject/tests/VObject/
H A DEmptyParameterTest.php66 $this->assertEquals(implode("\r\n", $expected), $result);
/plugin/commonmark/vendor/league/commonmark/src/Block/Element/
H A DHeading.php
/plugin/davcal/vendor/sabre/vobject/tests/VObject/
H A DEmptyParameterTest.php66 $this->assertEquals(implode("\r\n", $expected), $result);
/plugin/davcal/vendor/sabre/dav/lib/DAV/Xml/Property/
H A DResourceType.php121 return implode(
/plugin/letsencrypt/
H A DLescript.php218 file_put_contents($domainPath . '/fullchain.pem', implode("\n", $certificates));
224 file_put_contents($domainPath . "/chain.pem", implode("\n", $certificates));
267 $san = implode(",", array_map(function ($dns) {
/plugin/condition/
H A Dsyntax.php136 return '('.implode('|', $choices).')';
209 $else = implode('', array_slice($i, 1));
243 $else = implode('', array_slice($i, 1));
/plugin/swiftmail/Swift/Message/
H A DEncoder.php200 $string = implode($le, $lines);
275 if (count($next[0])) $cache->write("qp", $this->fixLE(implode("=" . $le, $next[0]), $le));
436 if (count($matches[0])) return implode($le, $matches[0]);
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/
H A DSalsa20.php336 return implode('', $blocks);
376 $encrypted = implode('', $blocks);
397 $ciphertext .= implode('', $blocks);
/plugin/combo/ComboStrap/Xml/
H A DXmlElement.php92 $childNodes[] = implode('', XmlElement::create($childNode, $this->document)->getChildrenNodeTextValues());
376 return implode('', $this->getChildrenNodeTextValues());
417 $toString .= '.' . implode(".", $classes);
/plugin/xml/
H A Dhelper.php48 …$renderer->doc .= '<topic namespace="'.$ns.'" tags="'.$tag.'" flags="'.implode(' ',$flags).'" />'.…
/plugin/bureaucracy-au/_test/
H A DBureaucracyTest.php33 $form_syntax = implode("\n", $form_syntax);
/plugin/mdpage/vendor/cebe/markdown/block/
H A DCodeTrait.php53 'content' => implode("\n", $content),
/plugin/bureaucracyau/helper/
H A Dfielduser.php69 return implode($delitmiter, $udata['grps']);
/plugin/bureaucracy-au/helper/
H A Dfielduser.php69 return implode($delitmiter, $udata['grps']);
/plugin/bureaucracyau/_test/
H A DBureaucracyauTest.php33 $form_syntax = implode("\n", $form_syntax);
/plugin/webdav/vendor/sabre/dav/lib/DAVACL/Exception/
H A DNeedPrivileges.php44 …parent::__construct('User did not have the required privileges (' . implode(',', $privileges) . ')…
/plugin/judge/helper/
H A Dnumbers.php22 return implode($digits);
/plugin/findologicxmlexport/vendor/phpdocumentor/type-resolver/src/
H A DFqsenResolver.php75 return new Fqsen(self::OPERATOR_NAMESPACE . implode(self::OPERATOR_NAMESPACE, $typeParts));
/plugin/alphalist2/
H A Dsyntax.php47 $renderer->doc .= '<div class="' . implode(' ', $classes) . '">';
/plugin/davcal/vendor/sabre/dav/lib/DAVACL/Exception/
H A DNeedPrivileges.php44 …parent::__construct('User did not have the required privileges (' . implode(',', $privileges) . ')…
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Security/
H A DClearCachedServiceTokens.php85 $name = implode(",", $name);
/plugin/bureaucracy/helper/
H A Dfielduser.php69 return implode($delitmiter, $udata['grps']);
/plugin/fedauth/Auth/OpenID/
H A DParse.php132 sprintf("&(%s);", implode("|",
145 $options = implode("|", array_merge(array($tag_name), $close_tags));
/plugin/prolog/
H A Dattribute_include.php178 return implode(':',$tailIDParts);
191 $joinedID = implode(':',$joinedIDParts);

1...<<11121314151617181920>>...40