Home
last modified time | relevance | path

Searched refs:implode (Results 251 – 275 of 989) sorted by last modified time

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

/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Security/
H A DClearApiKeyCache.php61 $ids = implode(",", $ids);
H A DClearCachedPrivileges.php61 $application = implode(",", $application);
H A DClearCachedRealms.php61 $realms = implode(",", $realms);
H A DClearCachedServiceTokens.php85 $name = implode(",", $name);
H A DGetRoleMapping.php60 $name = implode(",", $name);
H A DGetUser.php60 $username = implode(",", $username);
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Watcher/
H A DAckWatch.php76 $action_id = implode(",", $action_id);
/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/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/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Indices/
H A DGetIndexTemplate.php62 $name = implode(",", $name);
H A DGetTemplate.php63 $name = implode(",", $name);
/plugin/latexcaption/syntax/
H A Dcaption.php233 $classes = implode(' plugin_latexcaption_', $opts);
/plugin/structnotification/
H A Dadmin.php74 $set = implode(',', array_map(function ($header) {
/plugin/structnotification/action/
H A Dnotification.php163 return implode(',', array_map(function ($rawValue) {
171 return implode(',', $value->getRawValue());
/plugin/achart/
H A Dsyntax.php72 $adata = implode("", array_map('trim', $adata));
/plugin/snippets/
H A Dadmin.php90 $snips =implode('<br />',$snips);
145 else $diff = implode('<br />',$diff);
/plugin/ckgedit/action/
H A Dedit.php468 return "~~START_HTML_BLOCK~~" . implode("\n",$tmp) . "CLOSE_HTML_BLOCK";
H A Dsave.php486 return implode(':', $aResult);
H A Dmeta.php271 $selects = implode ( ';;', $selects );
647 $links_created = implode(', ',$successes);
712 $_SESSION['dwfck_ns'] = implode(':',$elems);
713 $_SESSION['dwfck_top'] = implode('/',$elems);
/plugin/ckgedit/fckeditor/editor/filemanager/connectors/php/
H A Dconfig.php255 $ns_tmp = implode(':',$elems);
H A Dutil.php263 $path = implode('/', $folders) ;
/plugin/ckgedit/
H A Dhelper.php41 return '.(' . implode('|',$uploadImageTypes) .')$';
152 $user_groups = str_replace('"','\"',implode(";;",$user_groups));
/plugin/epub/
H A Dadmin.php44 $this->results .= implode('<br />', $epub_deletions);

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