Home
last modified time | relevance | path

Searched refs:implode (Results 201 – 225 of 989) sorted by relevance

12345678910>>...40

/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Cat/
H A DAliases.php66 $name = implode(",", $name);
H A DSnapshots.php67 $repository = implode(",", $repository);
H A DThreadPool.php67 $thread_pool_patterns = implode(",", $thread_pool_patterns);
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Indices/
H A DGetIndexTemplate.php62 $name = implode(",", $name);
H A DGetTemplate.php63 $name = implode(",", $name);
H A DDeleteDataStream.php61 $name = implode(",", $name);
H A DResolveIndex.php61 $name = implode(",", $name);
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Filter/
H A DCompassFilter.php308 file_put_contents($configFile, implode("\n", $config)."\n");
381 $output = "{\n".implode(",\n", $output)."\n}";
386 $output = "[\n".implode(",\n", $output)."\n]";
/plugin/authgooglesheets/vendor/symfony/polyfill-intl-normalizer/
H A DNormalizer.php219 $result .= implode('', $c);
287 $result .= implode('', $c);
296 $result .= implode('', $c);
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/
H A DLogger.php405 …validArgumentException('Level "'.$level.'" is not defined, use one of: '.implode(', ', array_keys(…
435 …validArgumentException('Level "'.$level.'" is not defined, use one of: '.implode(', ', array_keys(…
439 …tion('Level "'.var_export($level, true).'" is not defined, use one of: '.implode(', ', array_keys(…
/plugin/struct/action/
H A Dmigration.php257 $s = 'SELECT pid, rid, rev, ' . implode(', ', $colnames) . " FROM data_$name";
266 SET " . implode(', ', $fixes) . "
286 SET " . implode(', ', $fixes) . "
/plugin/icalevents/vendor/sabre/vobject/lib/Property/ICalendar/
H A DDuration.php52 return implode($this->delimiter, $this->getParts());
/plugin/webdav/vendor/sabre/vobject/lib/Property/ICalendar/
H A DDuration.php49 return implode($this->delimiter, $this->getParts());
/plugin/projects/plugins/target/
H A Dlink.php30 $args = implode(" ", $deps);
/plugin/combo/action/
H A Dmetakeywords.php51 "content" => implode(",", $keywords)
/plugin/autotweet/
H A DOAuth.php114 $key = implode('&', $key_parts);
146 $key = implode('&', $key_parts);
366 return implode('&', $parts);
587 implode(", ", array_keys($this->signature_methods))
870 return implode('&', $pairs);
/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/davcard/vendor/sabre/vobject/lib/Property/
H A DFloatValue.php54 return implode(
/plugin/davcard/vendor/sabre/vobject/lib/Property/ICalendar/
H A DDuration.php53 return implode($this->delimiter, $this->getParts());
/plugin/webdavclient/vendor/sabre/vobject/lib/Property/
H A DFloatValue.php54 return implode(
/plugin/webdavclient/vendor/sabre/vobject/lib/Property/ICalendar/
H A DDuration.php53 return implode($this->delimiter, $this->getParts());
/plugin/davcal/vendor/sabre/vobject/lib/Property/
H A DFloat.php54 return implode(
/plugin/davcal/vendor/sabre/vobject/lib/Property/ICalendar/
H A DDuration.php53 return implode($this->delimiter, $this->getParts());
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Snapshot/
H A DDeleteRepository.php62 $repository = implode(",", $repository);
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Security/
H A DClearCachedRoles.php61 $name = implode(",", $name);

12345678910>>...40