Home
last modified time | relevance | path

Searched refs:implode (Results 426 – 450 of 989) sorted by relevance

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

/plugin/sphinxsearch/
H A DSphinxSearch.php221 return implode(" ", $words);
230 return implode(" ", $words);
/plugin/webdav/vendor/sabre/dav/lib/DAVACL/PrincipalBackend/
H A DPDO.php101 … $result = $this->pdo->query('SELECT ' . implode(',', $fields) . ' FROM ' . $this->tableName);
145 …$stmt = $this->pdo->prepare('SELECT ' . implode(',', $fields) . ' FROM ' . $this->tableName . ' W…
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/
H A DLdapUrl.php22 use function implode;
369 $query[0] = implode(',', array_map(function ($v) {
381 $query[3] = implode(',', $this->extensions);
/plugin/fastwiki/
H A Daction.php324 print implode("\r\n", $headers) . "id={$newid}&partial=1&fastwiki_preload_proxy=1\n\n\n";
327 fwrite($remote, implode("\r\n", $headers) . $body);
/plugin/openid/Auth/OpenID/
H A DSReg.php439 $args['required'] = implode(',', $this->required);
443 $args['optional'] = implode(',', $this->optional);
/plugin/adfs/phpsaml/lib/Saml2/
H A DSettings.php116 array(implode(', ', $this->_errors))
125 array(implode(', ', $this->_errors))
132 array(implode(', ', $this->_errors))
139 array(implode(', ', $this->_errors))
/plugin/pubmed2020/classes/
H A Dpubmed2020.php170 $url .= "&".implode("&", array_slice($options, 1));
440 $vancouver = implode(', ',$authorsToUse);
457 $authors3 = implode(', ',$authorsToUse);
463 $authors3 = implode(', ',$authorsToUse).". ";
/plugin/fedauth/
H A Dcommon.php42 return implode($separator, $string);
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Factory/Resource/
H A DDirectoryResource.php65 return implode("\n", $content);
/plugin/swarmwebhook/
H A Dhelper.php55 … throw new StructException("Validation failed:\n%s", implode("\n", $validator->getErrors()));
/plugin/pagestat/syntax/
H A Dblock.php65 $xx_arg=implode(";",array_slice($arg_list,1));
/plugin/findologicxmlexport/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/
H A DAnnotationException.php173 implode(', ', $available),
/plugin/amcharts/
H A Dsyntax.php71 $amdata = implode("", array_map(trim, $amdata));
/plugin/include/syntax/
H A Dheader.php60 $renderer->doc .= ' class="'. implode(' ', $classes) . '"';
/plugin/commonmark/vendor/league/commonmark/src/Block/Element/
H A DHtmlBlock.php
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Dfa/
H A DDFASerializer.php76 return $baseStateStr . '=>[' . \implode(', ', $state->predicates) . ']';
/plugin/layeranimation/syntax/
H A Ditem.php103 $ClipOption = 'clip:rect(' . implode(',', $ClipOption) . ');';
/plugin/swiftmail/Swift/Message/
H A DHeaders.php467 $encoded_value[$key] = implode($this->LE, $lines);
472 $this->cached[$lname] = implode("," . $this->LE . " ", $encoded_value);
510 $encoded = implode($this->LE, $lines);
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/
H A DUri.php355 return $uri->withQuery(implode('&', $result));
379 return $uri->withQuery(implode('&', $result));
400 return $uri->withQuery(implode('&', $result));
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DOtlDump.php1362 $this->GSLuCoverage[$i][$c] = implode('|', $glyphs);
1808 $Lookup[$i]['Subtable'][$c]['CoverageInputGlyphs'][] = implode("|", $glyphs);
1923 $Lookup[$i]['Subtable'][$c]['CoverageBacktrackGlyphs'][] = implode("|", $glyphs);
1928 $Lookup[$i]['Subtable'][$c]['CoverageInputGlyphs'][] = implode("|", $glyphs);
1934 $Lookup[$i]['Subtable'][$c]['CoverageLookaheadGlyphs'][] = implode("|", $glyphs);
2229 $class0excl = implode('|', $Lookup[$i]['Subtable'][$c]['InputClasses']);
2297 $CoverageInputGlyphs = implode('|', $inputGlyphs);
2410 $exB .= '<span class="backtrack">' . implode('&#x200d;', $exampleB) . '</span>';
2430 $exL .= '<span class="lookahead">' . implode('&#x200d;', $exampleL) . '</span>';
2477 $class0excl = implode('|',
[all...]
/plugin/findologicxmlexport/vendor/twig/extensions/lib/Twig/Extensions/Extension/
H A DText.php75 return implode($separator, $sentences);
/plugin/freechat/phpfreechat/src/commands/
H A Dsend.class.php72 $cmdp["param"] = implode(",",$msgid);
/plugin/numberedheadings/
H A Dhelper.php111 $tieredNumbers = implode('.', $numbers);
/plugin/authgoogle/google/io/
H A DGoogle_REST.php123 $requestUrl .= '?' . implode($queryVars, '&');
/plugin/findologicxmlexport/vendor/jms/serializer/src/Handler/
H A DHandlerRegistry.php45 …"type" and "format" attribute must be given, but only got "%s" for %s.', implode('" and "', array_…

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