Home
last modified time | relevance | path

Searched refs:implode (Results 376 – 400 of 989) sorted by relevance

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

/plugin/commonmark/vendor/league/commonmark/src/Block/Element/
H A DIndentedCode.php
/plugin/davcal/vendor/sabre/dav/lib/DAV/Xml/Property/
H A DSupportedReportSet.php147 return implode(
/plugin/elasticsearch/vendor/nyholm/dsn/src/Configuration/
H A DDsnFunction.php107 return sprintf('%s(%s)%s', $this->getName(), implode(' ', $this->getArguments()), empty($this->parameters) ? '' : '?'.http_build_query($this->parameters));
/plugin/combo/vendor/symfony/process/
H A DPhpExecutableFinder.php56 $args = $includeArgs && $args ? ' '.implode(' ', $args) : '';
/plugin/nspages/
H A DnamespaceFinder.php66 $this->wantedNs = implode(':', $ns);
/plugin/webdav/vendor/sabre/dav/lib/DAV/Xml/Property/
H A DHref.php124 return implode('<br />', $links);
/plugin/runcommand/
H A Dpostaction.php76 $parsedOutput=p_get_instructions(implode("\n", $outputValue));
/plugin/datatables/
H A Dsyntax.php104 $renderer->doc .= sprintf('<div class="dt-wrapper" %s>', implode(' ', $html5_data));
/plugin/structgroup/types/
H A DGroup.php33 '". Available groups: ' . implode(', ', $authgroup->getGroups()));
/plugin/odp/
H A Dsyntax.php67 $info_value = implode(array_slice($extinfo,1), ':');
/plugin/tagfilter/
H A Dremote.php79 $pages = $Htagfilter->getPagesByTags($ns, implode(' ', $tags_r));
H A Dhelper.php391 return implode("<br>", $images);
407 $tag_list = implode(' ', $tag_list_r);
511 return implode("<br>", $foundTags);
/plugin/fedauth/classes/
H A Dfa_providerlist.class.php311 $cfg .= "\$fa_order_large = array('" . implode("','", $this->order_large) . "');\n";
314 $cfg .= "\$fa_order_small = array('" . implode("','", $this->order_small) . "');\n";
/plugin/icalevents/vendor/sabre/vobject/tests/VObject/Component/
H A DVCalendarTest.php771 …als(0, count($input), 'No validation messages were expected. We got: ' . implode(', ', $messages));
773 …1, count($input), 'We expected exactly 1 validation message, We got: ' . implode(', ', $messages));
/plugin/webdav/vendor/sabre/vobject/lib/Parser/
H A DXML.php219 = implode(',', $propertyParameterValues);
273 $propertyValue[] = implode('/', $specialChild['value']);
/plugin/icalevents/vendor/sabre/vobject/lib/Parser/
H A DXML.php241 = implode(',', $propertyParameterValues);
299 $propertyValue[] = implode('/', $specialChild['value']);
/plugin/fedauth/Auth/OpenID/
H A DSReg.php394 $args['required'] = implode(',', $this->required);
398 $args['optional'] = implode(',', $this->optional);
/plugin/authucenter/lib/uc_client/model/
H A Dnote.php75 $extra = implode(',', $appadd);
79 $varextra = implode(', ', $varadd);
/plugin/pureldap/vendor/freedsx/sasl/src/FreeDSx/Sasl/Encoder/
H A DDigestMD5Encoder.php17 use function dechex, explode, implode, preg_match, sprintf, str_pad, strlen, substr; alias
232 $encoded = '"' . implode(',', (array) $value) . '"';
/plugin/keyboard/
H A Dsyntax.php112 $renderer->doc .= implode('</kbd>+<kbd>', $out);
114 $renderer->doc .= implode('</kbd>+<kbd class="'.$class.'">', $out);
/plugin/metadisplay/helper/
H A Dhtml.php378 return implode("",$a);
390 $str = implode('|',$references);
396 $val_str = implode('|',$vals);
H A Dplaintext.php376 return implode("",$a);
388 $str = implode('|',$references);
394 $val_str = implode('|',$vals);
/plugin/pagestat/syntax/
H A Dedit.php58 $pt_arg=implode(";",array_slice($arg_list,1));
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Runner/Filter/
H A DTest.php102 $name = implode('::', $tmp);
/plugin/socialshareprivacy2/
H A Daction.php103 $settings_order = implode($services, ', ');

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