Home
last modified time | relevance | path

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

12345678910>>...40

/plugin/farmer/
H A DDokuWikiFarmCore.php207 $parts = explode('.', implode('.', explode(':', rtrim($host, '.'))));
210 $animals[] = implode('.', array_slice($parts, 0, $j));
212 $animals[] = implode('.', array_slice($parts, 1, $j));
/plugin/combo/ComboStrap/
H A DMessage.php106 return implode(DOKU_LF, $this->content[$mime]);
110 $contentAll .= implode(DOKU_LF, $contentArray);
122 return implode(DOKU_LF, $plainTextLines);
/plugin/ipban/ip-lib/src/Address/
H A DIPv6.php135 $longAddress = implode(
207 $result = new static(implode(':', $chunks));
227 $this->shortAddress = '::ffff:'.implode('.', $lastBytes);
235 $shortAddress = implode(':', $chunks);
/plugin/datepicker/
H A Daction.php115 …$range_part=implode('<'.$mode,$found). (isset($range_delemiters[$range_index])?$range_delemiters[$…
123 $data = implode($ranges);
/plugin/webdav/vendor/sabre/vobject/lib/
H A DParameter.php196 return implode(',', $this->value);
280 return implode(';', $value);
/plugin/icalevents/vendor/sabre/vobject/lib/
H A DParameter.php200 return implode(',', $this->value);
294 return implode(';', $value);
/plugin/tipoftheday/syntax/
H A Dtotd.php83 …previous" onclick="totd_loadnew(\'' . $page . (count($flags)>0 ? '%26' . implode('%26', $flags) : …
84 …le="next" onclick="totd_loadnew(\'' . $page . (count($flags)>0 ? '%26' . implode('%26', $flags) : …
/plugin/authucenter/lib/uc_client/model/
H A Dfriend.php43 $friendids = $this->base->implode($friendids);
88 $friendid_str = implode("', '", $friendids);
/plugin/multiselect/
H A Dsyntax.php133 …$renderer->doc .= '<span id="multismiley_'.$htmlid.'" title="multiselect:['.implode(', ',array_map…
137 …$renderer->doc .= '<span title="multiselect:['.implode(', ',array_map('hsc',$smileys)).']" class="…
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DNativeMailerHandler.php122 $headers = ltrim(implode("\r\n", $this->headers) . "\r\n", "\r\n");
134 $parameters = implode(' ', $this->parameters);
/plugin/findologicxmlexport/vendor/twig/twig/src/Node/Expression/
H A DCallExpression.php162 …$name, $callType, $callName, implode(', ', $names), \count($missingArguments) > 1 ? 's' : '', impl…
217 …\count($parameters) > 1 ? 's' : '', implode('", "', array_keys($parameters)), $callType, $callName…
/plugin/mdpage/vendor/cebe/markdown/
H A DParser.php159 return [['text', implode("\n", $lines)]];
229 'content' => $this->parseInline(implode("\n", $content)),
327 $markers = implode('', array_keys($this->_inlineMarkers));
/plugin/authgooglesheets/vendor/google/apiclient/src/Utils/
H A DUriTemplate.php232 $value = implode($list_sep, $values);
249 $value = implode($list_sep, $values);
321 return implode($sep, $ret);
/plugin/html2pdf/html2pdf/html2ps/
H A Dstubs.file_get_contents.inc.php7 return implode('',$lines);
/plugin/scrape/HTMLPurifier/
H A DPrinter.php
/plugin/jplayer/vendor/james-heinrich/getid3/demos/
H A Ddemo.dirscan.php110 $b = $dir.'/*.{'.implode(',', $ext).'}';
255 echo ' * Using default media types: '.implode(',', $media)."\n";
/plugin/findologicxmlexport/vendor/doctrine/lexer/lib/Doctrine/Common/Lexer/
H A DAbstractLexer.php252 implode(')|(', $this->getCatchablePatterns()),
253 implode('|', $this->getNonCatchablePatterns()),
/plugin/icalevents/vendor/squizlabs/php_codesniffer/scripts/
H A Dphpcs-svn-pre-commit92 $command = PHP_CODESNIFFER_SVNLOOK.' changed '.implode(' ', $values['svnArgs']);
175 …$command = PHP_CODESNIFFER_SVNLOOK.' cat '.implode(' ', $values['svnArgs']).' '.escapeshellarg($pa…
/plugin/flattr/
H A Dhelper.php98 $params['tag'] = implode(',', $tags);
144 return '[n/a: ' . implode(', ', $failed) . ' not set]';
/plugin/findologicxmlexport/vendor/twig/extensions/lib/Twig/Extensions/Extension/
H A DIntl.php92 …ax(sprintf('The type "%s" does not exist. Known types are: "%s"', $type, implode('", "', array_key…
136 …sprintf('The style "%s" does not exist. Known styles are: "%s"', $style, implode('", "', array_key…
/plugin/davcal/vendor/sabre/uri/lib/
H A Dfunctions.php77 $path = implode('/', $newPathParts);
128 $parts['path'] = '/' . implode('/', $newPathParts);
/plugin/statdisplay/pchart/
H A DTestCanvas.php88 $formattedArgs[] = 'array<' . implode(', ', $arg) . '>';
94 $this->actionLog .= $methodName.'('.implode(', ', $formattedArgs).")\n";
/plugin/statistics/inc/pchart/
H A DTestCanvas.php86 $formattedArgs[] = 'array<'.implode(', ', $arg).'>';
91 $this->actionLog .= $methodName.'('.implode(', ', $formattedArgs).")\n";
/plugin/struct/
H A Dremote.php142 $schemaLine = 'schema: ' . implode(', ', $schemas);
143 $columnLine = 'cols: ' . implode(', ', $cols);
/plugin/structpublish/helper/
H A Dnotify.php52 $assignees = implode(',', array_values($assignees[$nextAction]));
61 $this->sendMail(implode(',', $recipients), $mailText);

12345678910>>...40