Home
last modified time | relevance | path

Searched refs:implode (Results 726 – 750 of 989) sorted by relevance

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

/plugin/dokubookmark/
H A Dhelper.php291 i0.value = '<?php echo implode('\n', explode("\n",str_replace("'","\\'",$wikitext)));?>';
/plugin/pureldap/vendor/freedsx/socket/src/FreeDSx/Socket/
H A DSocket.php109 implode(',', self::TRANSPORTS)
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/
H A DRedirectMiddleware.php246 implode(', ', $protocols)
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/
H A DMessageTrait.php65 return implode(', ', $this->getHeader($header));
/plugin/davcal/vendor/sabre/dav/lib/DAV/
H A DClient.php165 $this->addCurlSetting(CURLOPT_ENCODING, implode(',', $encodings));
/plugin/structnotification/
H A Dadmin.php74 $set = implode(',', array_map(function ($header) {
/plugin/upgrade/vendor/splitbrain/php-archive/src/
H A DFileInfo.php296 return trim(implode('/', $newpath), '/');
/plugin/recommend/
H A Daction.php207 $recipients = implode(',', $recipients);
/plugin/authwordpress/
H A Dauth.php263 $dsn = 'mysql:' . implode(';', $dsn);
/plugin/struct/helper/
H A Dfield.php150 return implode($delimiter, $value);
/plugin/issuelinks/services/
H A DGitHub.service.php107 $this->configError = 'Scopes "' . implode(', ', $missing_scopes) . '" are missing!';
199 $scopes = implode(', ', $this->scopes);
/plugin/findologicxmlexport/vendor/hoa/compiler/
H A DLl1.php947 implode('" "' . $e . '_', $this->_terminal[$e]) . '";' . "\n";
974 $label .= ' (' . implode(', ', $name) . ')';
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/
H A DFixer.php305 $diff = implode(PHP_EOL, $diff);
334 $contents = implode($this->_tokens);
/plugin/webdav/vendor/sabre/dav/lib/DAV/Browser/
H A DPlugin.php713 $info['string'] = implode(', ', $info['string']);
759 return "<pre>" . $html->h(implode("\n", $xml)) . "</pre>";
/plugin/quickstats/scripts/
H A Dextended_data.php192 $row .= cell(implode('<br />',$temp[$index]));
202 $uas = '&nbsp;&nbsp;' . implode('<br />&nbsp;&nbsp;',$data);
/plugin/dwcommits/
H A Dhelper.php279 echo implode("\n",$this->repros);
307 echo implode("\n",$this->branches);
356 return $current_git . implode('<br />',$status);
/plugin/freechat/phpfreechat/lib/csstidy-1.2/
H A Dclass.csstidy.php674 … case '@namespace': $this->namespace = implode(' ',$this->sub_value_arr); break;
675 … case '@import': $this->import[] = implode(' ',$this->sub_value_arr); break;
712 $this->value = implode(' ',$this->sub_value_arr);
/plugin/markdownextra/
H A Dmarkdown.php1191 $token_re = '{('. implode('|', $token_relist) .')}';
1422 return implode("\n\n", $grafs);
1537 $addr = implode('', $chars);
1538 $text = implode('', array_slice($chars, 7)); # text without `mailto:`
1846 $attr_str .= ' class="'.implode(" ", $classes).'"';
3035 $text = implode("\n\n", $grafs);
/plugin/findologicxmlexport/vendor/twig/twig/src/Extension/
H A DCoreExtension.php749 return implode($glue, $value);
756 return implode($glue, \array_slice($value, 0, -1)).$and.$value[\count($value) - 1];
895 $string = implode('', array_reverse($matches[0]));
1131 …$validStrategies = implode(', ', array_merge(['html', 'js', 'url', 'css', 'html_attr'], array_keys…
/plugin/strata/helper/
H A Dsyntax.php1020 $propertyList = implode(', ', array_map(function ($n, $p) use ($property_title_values) {
1021 $values = implode(', ', array_map(function ($c) {
1061 $title = sprintf($this->getLang('property_title_synonyms'), implode(', ', $c));
1076 $this->emitError($region, 'error_property_invalidchoice', hsc($group), hsc($variable), hsc($v), implode(', ', $choicesInfo));
/plugin/photogallery/phpThumb/
H A Dphpthumb.class.php1062 …$this->DebugMessage('Addding ImageMagick formats to $AvailableImageOutputFormats ('.implode(';', $…
1068 …$this->DebugMessage('$AvailableImageOutputFormats = array('.implode(';', $AvailableImageOutputForm…
1267 $thispart = implode(DIRECTORY_SEPARATOR, $parts);
1277 $path = implode(DIRECTORY_SEPARATOR, $parts);
1304 $path = $path.DIRECTORY_SEPARATOR.implode(DIRECTORY_SEPARATOR, array_slice($segments,$i + 1));
1642 …$this->DebugMessage('ImageMagickSwitchAvailable('.implode(';', $switchname).') = '. (int) $allOK .…
1839 if (!preg_match('#('.implode('|', $this->AlphaCapableFormats).')#i', $outputFormat)) {
2020 if (preg_match('#('.implode('|', $this->AlphaCapableFormats).')#i', $outputFormat)) {
3700 $ParametersString .= '_fltr'.implode('_fltr', $this->fltr);
4022 $this->ErrorImage(implode("\n", $errormessages));
[all …]
/plugin/pagestat/
H A Dremote.php85 return implode(",",$sql_w_arr);
/plugin/latex/
H A Dadmin.php206 echo htmlspecialchars(implode(PHP_EOL,$execout));
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dmodule.audio.dts.php71 …return $this->error('Expecting "'.implode('| ', array_map('getid3_lib::PrintHexBytes', self::$sync…
/plugin/farm/
H A Dinstall.class.php110 fwrite($fp, implode("\n", $conf));

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