Home
last modified time | relevance | path

Searched refs:implode (Results 201 – 225 of 989) sorted by last modified time

12345678910>>...40

/plugin/virtualgroup/
H A Dadmin.php53 $INPUT->set('groups', implode(
62 $INPUT->set('users', implode(
271 echo ' <td>' . hsc(implode(', ', $groups)) . '</td>';
315 echo ' <td>' . hsc(implode(', ', $users)) . '</td>';
/plugin/pubmed2020/classes/
H A Dpubmed2020.php170 $url .= "&".implode("&", array_slice($options, 1));
440 $vancouver = implode(', ',$authorsToUse);
457 $authors3 = implode(', ',$authorsToUse);
463 $authors3 = implode(', ',$authorsToUse).". ";
/plugin/pubmed2020/
H A Dsyntax.php106 return "<span class=\"$class\">".hsc(implode(", ",$refs[$id]))."</span>";
260 $lg .= implode(', ',$refs["authors"]);
279 $lg .= "<span class='mesh'>".implode(', ',$refs["mesh"])."</span> ";
281 $lg .= "<span class='keywords'>".implode(', ',$refs["keywords"])."</span>";
656 $hash = "&hashtags=".implode(",", $list); // Comma separated without #
/plugin/captcha/
H A DEasySVG.php256 return implode(' ', $def);
402 return implode(' ', $shapes);
475 $instruction = $i . implode(',', $new_coords);
481 return implode('', $instructions);
/plugin/statdisplay/pchart/
H A DTestCanvas.php88 $formattedArgs[] = 'array<' . implode(', ', $arg) . '>';
94 $this->actionLog .= $methodName.'('.implode(', ', $formattedArgs).")\n";
/plugin/archivegenerator/
H A Dadmin.php215 return '^' . $this->base . 'lib/plugins/(' . implode('|', $list) . ')$';
355 $this->log('info', implode(' ', $message));
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Slm/
H A DGetLifecycle.php60 $policy_id = implode(",", $policy_id);
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Snapshot/
H A DDeleteRepository.php62 $repository = implode(",", $repository);
H A DGet.php77 $snapshot = implode(",", $snapshot);
H A DGetRepository.php61 $repository = implode(",", $repository);
H A DStatus.php76 $snapshot = implode(",", $snapshot);
/plugin/elasticsearch/vendor/ruflin/elastica/src/
H A DIndex.php490 throw new InvalidException(\sprintf('"%s" is not a valid option. Allowed options are "%s".', \implode('", "', $invalidOptions), \implode('", "', $allowedOptions)));
494 throw new InvalidException(\sprintf('"%s" are not valid options. Allowed options are "%s".', \implode('", "', $invalidOptions), \implode('", "', $allowedOptions)));
H A DSearch.php319 return \implode(',', $this->getIndices()).'/_search';
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Watcher/
H A DStats.php61 $metric = implode(",", $metric);
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/
H A DAbstractEndpoint.php127 $index = implode(",", $index);
155 $type = implode(",", $type);
199 return '/' . implode('/', $uri);
243 implode('", "', $invalid),
244 implode('", "', $whitelist)
298 $value = implode(",", $value);
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Cat/
H A DAllocation.php67 $node_id = implode(",", $node_id);
H A DFielddata.php66 $fields = implode(",", $fields);
/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/tests/
H A DCachingStreamTest.php90 implode("\n", array_map(function ($n) {
/plugin/elasticsearch/action/
H A Dsearch.php113 $QUERY .= ' ' . implode(' ', $additions);
269 $langSubquery->setField('language', implode(',', $langFilter));
/plugin/elasticsearch/vendor/composer/
H A DInstalledVersions.php158 return implode(' || ', $ranges);
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Cluster/
H A DState.php71 $metric = implode(",", $metric);
H A DStats.php61 $node_id = implode(",", $node_id);
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Enrich/
H A DGetPolicy.php58 $name = implode(",", $name);
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Indices/
H A DDataStreamsStats.php58 $name = implode(",", $name);
H A DDeleteAlias.php70 $name = implode(",", $name);

12345678910>>...40