Home
last modified time | relevance | path

Searched refs:implode (Results 551 – 575 of 989) sorted by relevance

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

/plugin/include/syntax/
H A Dfooter.php115 $xhtml = implode(DOKU_LF . DOKU_TAB . '&middot; ', $xhtml);
/plugin/pureldap/vendor/freedsx/sasl/src/FreeDSx/Sasl/
H A DMechanismSelector.php174 implode($choices, ', ')
/plugin/commonmark/vendor/league/commonmark/src/Extension/ExternalLink/
H A DExternalLinkProcessor.php
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DLogglyHandler.php147 $headers[] = 'X-LOGGLY-TAG: '.implode(',', $this->tag);
H A DSyslogUdpHandler.php93 $message = implode("\n", $message);
/plugin/tablelayout/action/
H A Daction.php135 $event->data['newContent'] = implode("\n", $pretext) . "\n" . $tableAndSuffix;
/plugin/authgooglesheets/vendor/composer/
H A DInstalledVersions.php319 return implode(' || ', $ranges);
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/
H A DMessageFormatter.php180 $result .= $name . ': ' . implode(', ', $values) . "\r\n";
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/
H A DUriNormalizer.php156 $uri = $uri->withQuery(implode('&', $queryKeyValues));
/plugin/stlviewer/
H A Dsyntax.php166 $renderer->doc .= implode("\n", $buff);
/plugin/imapmarkers/syntax/
H A Dreference.php98 …ers.render::DOKU_LEXER_SPECIAL: [%d] DATA='%s'", $this->nr_imagemap_render, implode(", ", $data)));
/plugin/bez/action/
H A Dbase.php121 return implode(':', $elms);
/plugin/photogallery/
H A Dadmin.php79 $info = implode(', ',$info);
/plugin/freechat/phpfreechat/src/
H A Dpfctools.php136 return implode('/', $result);
374 $content = implode('', $content);
/plugin/fedauth/Auth/OpenID/
H A DSQLStore.php139 implode(", ", $missing),
146 implode(", ", $empty),
/plugin/scrape/HTMLPurifier/Printer/
H A DHTMLDefinition.php
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP/Reductions/
H A DEvalBarrett.php71 implode(',', array_map('self::float2string', $m->value)) . '];
112 implode(',', array_map('self::float2string', $m)) . '];
/plugin/ckgdoku/action/
H A Dmeta.php243 $selects = implode ( ';;', $selects );
610 $links_created = implode(', ',$successes);
675 $_SESSION['dwfck_ns'] = implode(':',$elems);
676 $_SESSION['dwfck_top'] = implode('/',$elems);
/plugin/ckgedit/action/
H A Dmeta.php271 $selects = implode ( ';;', $selects );
647 $links_created = implode(', ',$successes);
712 $_SESSION['dwfck_ns'] = implode(':',$elems);
713 $_SESSION['dwfck_top'] = implode('/',$elems);
/plugin/cleanoldips/
H A Daction.php119 $cleanedLine = implode("\t", [$timestamp, str_pad('', strlen($ip)), $rest]);
/plugin/listusergroup/
H A Dhelper.php132 $xhtml_renderer->doc .= hsc(implode( ", ", $info['grps']));
/plugin/toctweak/syntax/
H A Dmetatoc.php65 $tocClass = implode(' ', array($tocStyle, $tocClass));
/plugin/vbsso/
H A Dadmin.php89 … $this->make_html_from_tpl(__DIR__ . '/views/admin.htm1.tpl', array(implode(', ', $extensions)));
/plugin/gil/
H A Dsyntax.php235 $text= '( '. implode(' | ', $ctext). ' )';
/plugin/autostartpage/
H A Daction.php51 …$parent=implode($ns_sepchar, array_splice(preg_split("/".preg_quote($ns_sepchar, "/")."/", $ns), 0…

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