Home
last modified time | relevance | path

Searched refs:implode (Results 601 – 625 of 989) sorted by relevance

1...<<21222324252627282930>>...40

/plugin/davcard/vendor/sabre/vobject/lib/Property/VCard/
H A DDateAndOrTime.php276 return implode($this->delimiter, $this->getParts());
/plugin/tagsections/action/
H A Dajax.php140 $newTags = "\n\n".'{{tag>' . implode(' ', $tags) . '}}';
/plugin/osm/
H A Dsyntax.php153 …return ml(hsc($this->getConf('map_service_url'))."?".implode('&', $query_params), array('cache' =>…
/plugin/swiftmail/Swift/Connection/
H A DRotator.php99 $failure = implode("<br />", $fail_messages);
/plugin/icalevents/vendor/sabre/xml/lib/
H A DService.php162 …throw new ParseException('Expected ' . implode(' or ', (array)$rootElementName) . ' but received '…
/plugin/autotooltip/
H A Dhelper.php109 implode('<br><br>', $contentParts) .
/plugin/webdavclient/vendor/sabre/vobject/lib/Property/VCard/
H A DDateAndOrTime.php276 return implode($this->delimiter, $this->getParts());
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/Formats/Keys/
H A DOpenSSH.php189 …throw new \RuntimeException("The key type ($candidate) is not equal to: " . implode(',', static::$…
/plugin/davcal/vendor/sabre/vobject/lib/Property/VCard/
H A DDateAndOrTime.php276 return implode($this->delimiter, $this->getParts());
/plugin/combo/action/
H A Dcss.php211 $event->data->key .= implode('.', $foundKeys);
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Atn/
H A DLexerActionExecutor.php212 return \sprintf('LexerActionExecutor[%s]', \implode(', ', $this->lexerActions));
/plugin/combo/ComboStrap/
H A DSqliteRequest.php144 $errorInfoAsString = implode(", ", $errorInfo);
/plugin/translator/
H A Dhelper.php397 $keysIN = implode("\",\"", array_keys($translation));
1087 …tatus['KeysNotInMaster'])+$finalStatus['CountOfKeys'], $Lang, $FileName, implode(', ', $finalStatu…
1091 …'KeysMatchingExisting']), $finalStatus['CountOfKeys'], $Lang, $FileName, implode(', ', $finalStatu…
1193 …$JSCategories .= "'$version':['" . implode("','", $categories[$name]['Versions'][$version]) . "']"…
1241 $checkDate = implode('', file( dirname(__FILE__).'/.translationcheck' ) );
/plugin/toctweak/
H A Dhelper.php80 $tocClass = implode(' ', $classes);
/plugin/bbs/
H A Dsyntax.php109 $this->ret .= '<span class="' . implode(' ', $c) . '">';
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/Classes/
H A DSelfMemberReferenceSniff.php166 return implode('', $nameParts);
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Factory/
H A DLazyAssetManager.php153 … throw new \LogicException('The following loader(s) are not registered: '.implode(', ', $diff));
/plugin/vbsso/
H A Daction.php226 $error_message = implode(', ', $param);
/plugin/freechat/phpfreechat/src/
H A Dpfci18n.class.php125 $i18n_accepted_lang_str = "array('" . implode("','", $i18n_accepted_lang) . "');";
/plugin/findologicxmlexport/vendor/phpdocumentor/reflection-docblock/src/DocBlock/Tags/
H A DMethod.php207 . '(' . implode(', ', $arguments) . ')'
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Node/
H A DBuilder.php236 $files[implode('/', $paths[$i])] = $files[$original[$i]];
/plugin/watchcycle/
H A Dsyntax.php199 return sprintf($this->getLang('maintained by'), implode(', ', $flat)) . '<br />' . NL;
/plugin/geogebrembed/syntax/
H A Dggb.php120 $this->params = implode(', ', str_replace('=', ': ', $params));
/plugin/quickstats/scripts/php-inet6_1.0.2/
H A Dinet6.php63 $result = implode(':', $part);
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Entry/
H A DAttribute.php24 use function implode;
264 return implode(', ', $this->values);

1...<<21222324252627282930>>...40