Home
last modified time | relevance | path

Searched refs:implode (Results 251 – 275 of 989) sorted by relevance

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

/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Indices/
H A DGetSettings.php73 $name = implode(",", $name);
H A DDeleteAlias.php70 $name = implode(",", $name);
H A DExistsAlias.php70 $name = implode(",", $name);
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Nodes/
H A DReloadSecureSettings.php70 $node_id = implode(",", $node_id);
/plugin/badbehaviour/bad-behavior/
H A Dscreener.inc.php60 $cookie_value = implode(" ", $screener);
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Argument/Token/
H A DLogicalAndToken.php78 return sprintf('bool(%s)', implode(' AND ', $this->tokens));
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/
H A DClearScroll.php73 $scroll_id = implode(",", $scroll_id);
/plugin/prosemirror/parser/
H A DQuoteNode.php36 return $doc . implode("\n>", $subnodes);
/plugin/structodt/
H A Dhelper.php115 throw new \Exception("PDF conversion error($result_code): " . implode('<br>', $output), -1);
133 throw new \Exception("PDF concatenation error($result_code): " . implode('<br>', $output), -1);
291 return implode(',', $dvalue);
/plugin/fckg/fckeditor/
H A Dextensions.php31 echo implode("|",$image_extensions);
/plugin/findologicxmlexport/vendor/phpdocumentor/type-resolver/src/Types/
H A DCompound.php83 return implode('|', $this->types);
/plugin/dokugource/
H A Daction.php108 $strip = count($strip) ? strlen(implode(':', $strip)) : 0;
113 echo trim(implode("\n", $this->log)."\nDone\n");
/plugin/mdpage/vendor/cebe/markdown/block/
H A DListTrait.php154 $content = $this->parseInline(implode("\n", $firstPar));
195 return implode(' ', $attributes);
/plugin/icalevents/vendor/sabre/uri/lib/
H A Dfunctions.php85 $path = implode('/', $newPathParts);
136 $parts['path'] = '/' . implode('/', $newPathParts);
/plugin/webdav/vendor/sabre/uri/lib/
H A Dfunctions.php85 $path = implode('/', $newPathParts);
136 $parts['path'] = '/' . implode('/', $newPathParts);
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Asset/
H A DAssetCollection.php143 $this->content = implode("\n", $parts);
154 return implode("\n", $parts);
/plugin/pagetitle/
H A Dhelper.php46 $id = $id0 = implode(':', array_slice($nodes, 0, $i+1));
69 $out = implode(' ›&#x00A0;', $items);
/plugin/elasticsearch/vendor/ezimuel/ringphp/src/
H A DCore.php72 return $match ? implode(', ', $match) : null;
243 return implode('', iterator_to_array($message['body']));
/plugin/photogallery/
H A DpgFetch.php191 …echo 'Failed (size='.$thumbnail_width.'):<pre>'.implode("\n\n", $phpThumb->debugmessages).'</pre>';
201 …echo '<form><textarea rows="10" cols="60" wrap="off">'.htmlentities(implode("\n* ", $phpThumb->deb…
/plugin/siteexport/
H A Dpreload.php138 if (!strstr(implode("", $fileContent ?: array()), $CONTENT)) {
142 if (!strstr(implode("", $fileContent), "<?")) {
/plugin/components/lib/
H A Dajax_manager.php38 $call = implode('.', $components);
/plugin/freechat/phpfreechat/src/commands/
H A Dhelp.class.php33 $str .= implode("<br/>", $cmdlist);
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Doubler/Generator/
H A DClassCreator.php55 $class->getParentClass(), implode(', ', $class->getInterfaces())
/plugin/evesso/phpoauthlib/src/OAuth/Common/
H A DAutoLoader.php49 $path = $this->path . implode(DIRECTORY_SEPARATOR, $nsparts);
/plugin/bootswrapper/syntax/
H A Dcarousel.php66 …class="bs-wrap bs-wrap-carousel carousel slide" data-ride="carousel" ' . implode(' ', $html5_attri…

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