Home
last modified time | relevance | path

Searched refs:implode (Results 226 – 250 of 989) sorted by path

12345678910>>...40

/plugin/commonmark/vendor/league/commonmark/src/Block/Element/
H A DHeading.php
H A DHtmlBlock.php
H A DIndentedCode.php
H A DParagraph.php
/plugin/commonmark/vendor/league/commonmark/src/Block/Parser/
H A DListParser.php
/plugin/commonmark/vendor/league/commonmark/src/
H A DEnvironment.php
H A DHtmlElement.php
H A DHtmlRenderer.php
/plugin/commonmark/vendor/league/commonmark/src/Extension/Attributes/Util/
H A DAttributesHelper.php94 $attributes['class'] = \implode(' ', (array) $attributes['class']);
132 $attributes['class'] = \implode(' ', $attributes['class']);
/plugin/commonmark/vendor/league/commonmark/src/Extension/Autolink/
H A DUrlAutolinkProcessor.php
/plugin/commonmark/vendor/league/commonmark/src/Extension/ExternalLink/
H A DExternalLinkProcessor.php
/plugin/components/lib/
H A Daction_manager.php95 $action = implode('.', $components);
H A Dajax_manager.php38 $call = implode('.', $components);
/plugin/condition/
H A Dsyntax.php136 return '('.implode('|', $choices).')';
209 $else = implode('', array_slice($i, 1));
243 $else = implode('', array_slice($i, 1));
/plugin/const/
H A Dclass.evalmath.php253 $output[] = $name . '( ' . implode( ', ', $data['args'] ) . ' )';
357 …$error_data = array( 'expected' => implode( '/', $this->calc_functions[ $function_name ] ), 'given…
700 $value = implode( ' or ', $value );
/plugin/countdown/
H A Dsyntax.php105 $msg= implode(' ', $TextArray);
/plugin/crossdbsqlclient/syntax/
H A Ddbwrapper.php228 $classes = implode ( ' ', $classes );
230 $rows [$nr] = '<tr class="' . $classes . '">' . implode ( '', $row ) . "</tr>\n";
234 $rows = implode ( '', $rows );
275 $headers = implode ( '', $headers );
430 $temp = is_array ( $value ) ? trim ( implode ( '', $value ) ) : '';
/plugin/daftdrafts/
H A Daction.php140 ptln(implode($htmlcode));
/plugin/darcs/
H A Ddarcs.php44 $stdoutStr=implode("\n",$this->stdout);
/plugin/darcspatch/
H A Dadmin.php175 $files[$fname] = implode('',$target_lines);
/plugin/data-au/admin/
H A Daliases.php82 $row['enum'] = implode(', ', $arr);
/plugin/data-au/syntax/
H A Dentry.php336 … $content = $vals['multi'] ? implode(', ', $dataau['dataau'][$key]) : $dataau['dataau'][$key];
H A Dtable.php388 …$text .= '<h4>' . sprintf($this->getLang('tablefilteredby'), hsc(implode(' & ', $fltrs))) . '</h4>…
/plugin/data/admin/
H A Daliases.php89 $row['enum'] = implode(', ', $arr);
/plugin/data/syntax/
H A Dentry.php380 $content = $vals['multi'] ? implode(', ', $data['data'][$key]) : $data['data'][$key];
536 $content = $vals['multi'] ? implode(', ', $data['data'][$key]) : $data['data'][$key];
667 $field['value'] = implode(', ', $field['value']);

12345678910>>...40