Home
last modified time | relevance | path

Searched refs:implode (Results 226 – 250 of 989) sorted by relevance

12345678910>>...40

/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Indices/
H A DExistsTemplate.php63 $name = implode(",", $name);
H A DStats.php76 $metric = implode(",", $metric);
H A DGetAlias.php70 $name = implode(",", $name);
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Nodes/
H A DGetRepositoriesMeteringInfo.php59 $node_id = implode(",", $node_id);
/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);
/plugin/fedauth/Auth/Yadis/
H A DPlainHTTPFetcher.php105 fputs($sock, implode("\r\n", $headers) . "\r\n\r\n");
177 $all_headers = implode("\r\n", $headers);
/plugin/fedauth/Auth/OpenID/
H A DURINorm.php77 return sprintf('[%s]', implode('', $parts));
139 return implode('', $result_segments);
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/
H A DUriResolver.php41 $newPath = implode('/', $results);
199 $relativePath = str_repeat('../', count($sourceSegments)) . implode('/', $targetSegments);
/plugin/ckgedit/
H A Dhelper.php41 return '.(' . implode('|',$uploadImageTypes) .')$';
152 $user_groups = str_replace('"','\"',implode(";;",$user_groups));
/plugin/publish/action/
H A Dbanner.php160 printf(' ' . $this->getLang('approved by'), implode(', ', $this->hlp->getApprovers()));
173 implode(', ', $this->hlp->getApprovers()));
/plugin/openid/Auth/OpenID/
H A DURINorm.php77 return sprintf('[%s]', implode('', $parts));
146 return implode('', $result_segments);
/plugin/openid/Auth/Yadis/
H A DPlainHTTPFetcher.php114 fputs($sock, implode("\r\n", $headers) . "\r\n\r\n");
186 $all_headers = implode("\r\n", $headers);
/plugin/projects/lib/
H A Dproject.php43 $project_file = DOKU_DATA . implode('/', explode(':', $project_ID))
84 $this->project_path = DOKU_DATA . implode('/', explode(":", $ID)) . '/';
319 $pages_path = DOKU_DATA . 'pages/' . implode('/',
341 $pages_path = DOKU_DATA . 'pages/' . implode('/',
/plugin/tplmod/
H A Daction.php335 $JSINFO['tmplft_mobile'] = implode('|',$mobile_ar);
343 $JSINFO['tmplft_actions'] = implode(',',$actions_ar);
344 $JSINFO['tmplft_mobile'] = implode('|',$actions_ar);
346 else $JSINFO['tmplft_actions'] = implode(',',$mobile_ar);
/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/swiftmail/Swift/Log/
H A DDefaultLog.php44 $ret = implode("\n", $this->entries);
/plugin/freechat/phpfreechat/src/
H A Dpfcresponse.class.php66 return implode("\n",$this->_commands);
/plugin/findologicxmlexport/vendor/twig/twig/src/Error/
H A DSyntaxError.php34 $this->appendMessage(sprintf(' Did you mean "%s"?', implode('", "', $alternatives)));
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/
H A DCompilerTest.php28 …$this->markTestSkipped('Could not set any of required locales: '.implode(', ', $required_locales));
/plugin/bootswrapper/syntax/
H A Dimage.php48 $markup = '<span class="bs-wrap bs-wrap-image" ' . implode(' ', $html5_data) . '>';
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Cluster/
H A DState.php71 $metric = implode(",", $metric);
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Runner/
H A DVersion.php51 return implode('.', array_slice(explode('.', $version), 0, 2));
/plugin/netlogo/inc/
H A Dsupport.php22 return str_pad("", count($arFrom) * 3, '..'.$ps).implode($ps, $arTo);

12345678910>>...40