Home
last modified time | relevance | path

Searched refs:implode (Results 301 – 325 of 989) sorted by relevance

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

/plugin/freechat/phpfreechat/src/commands/
H A Dnotice.class.php29 $cmdp["param"] = implode(",",$res);
/plugin/jplayer/vendor/symfony/process/
H A DPhpExecutableFinder.php39 $args = $includeArgs && $args ? ' '.implode(' ', $args) : '';
/plugin/webdav/vendor/sabre/dav/lib/DAV/Xml/Property/
H A DSupportedMethodSet.php114 return implode(
H A DResourceType.php121 return implode(
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Reports/
H A DGitblame.php69 $author = preg_replace('|\(|', '', implode($parts, ' '));
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Doubler/
H A DCachedDoubler.php66 return md5(implode('', $parts));
/plugin/quickstats/scripts/
H A Dget_useragent.php40 $ret_str = implode('::',$qs_agents);
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Watcher/
H A DAckWatch.php76 $action_id = implode(",", $action_id);
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/_files/
H A DDataProviderDebugTest.php44 …[chr(0) . chr(1) . chr(2) . chr(3) . chr(4) . chr(5), implode('', array_map('chr', range(0x0e, 0x1…
/plugin/gtime/gtlib/asn1/cmp/
H A DPKIStatusInfo.php169 return implode("\n", $this->statusString);
/plugin/textmodule/
H A Dadmin.php72 …echo '<textarea name="text'.$c.'" style="width:100%;height:10vw">'.implode("\n",array_slice($m[$c-…
/plugin/badbehaviour/bad-behavior/
H A Dbanned.inc.php21 $support_key = implode("-", str_split("$ip_hex$key", 4));
/plugin/pureldap/vendor/freedsx/socket/src/FreeDSx/Socket/
H A DSocketPool.php79 implode(',', $hosts)
/plugin/davcal/vendor/sabre/dav/lib/DAV/Xml/Property/
H A DSupportedMethodSet.php119 return implode(
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Indices/
H A DGetFieldMapping.php82 $fields = implode(",", $fields);
/plugin/pagequery/
H A Daction.php55 $newkey = implode('#', $INFO['userinfo']['grps']);
H A DPageQuery.php199 $value = implode(' ', $meta['contributor']);
211 $value = implode(' ', current($backlinks));
405 return implode('-', $dkey);
511 $regex = '/(' . implode('|', $regexes) . ')/';
764 $id = implode(':', array_slice($cur_ns, 0, $i + 1)) . ':' . $conf['start'];
1048 $result = implode(' ', array_slice($words, 0, $cnt));
1056 $result = implode("\n", array_slice($lines, 0, $cnt));
/plugin/statistics/inc/
H A DBrowscap.php330 $match_string = self::COMPRESSION_PATTERN_START . implode(self::COMPRESSION_PATTERN_DELIMITER, $matches);
648 $prepared_matches[self::COMPRESSION_PATTERN_START . implode(self::COMPRESSION_PATTERN_DELIMITER, array_diff_assoc($some_match, $identical))] = $i;
659 $pattern = implode('(\d)', $pattern_parts);
905 return "array(\n" . implode(",\n", $strings) . "\n)";
993 $file = implode("\n\n", $file);
/plugin/webdav/vendor/sabre/vobject/lib/Property/
H A DFloatValue.php52 return implode(
/plugin/highlightjs/highlight/
H A Dwp_highlight.js.php30 $languages_str = implode(', ', $languages);
/plugin/typography/helper/
H A Dodt.php30 $style = implode(' ', $css);
/plugin/mdpage/vendor/cebe/markdown/block/
H A DFencedCodeTrait.php51 'content' => implode("\n", $content),
/plugin/icalevents/vendor/sabre/vobject/lib/Property/
H A DFloatValue.php55 return implode(
/plugin/swiftmail/Swift/
H A DConnectionBase.php46 …$log->add("SMTP extension '" . $name . "' reported with attributes [" . implode(", ", $options) . …
/plugin/icalevents/vendor/sabre/vobject/tests/VObject/
H A DEmptyParameterTest.php66 $this->assertEquals(implode("\r\n", $expected), $result);

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