Home
last modified time | relevance | path

Searched refs:implode (Results 701 – 725 of 989) sorted by last modified time

1...<<21222324252627282930>>...40

/plugin/ckgdoku/fckeditor/editor/filemanager/connectors/php/
H A Dutil.php263 $path = implode('/', $folders) ;
/plugin/ckgdoku/action/
H A Dmeta.php243 $selects = implode ( ';;', $selects );
610 $links_created = implode(', ',$successes);
675 $_SESSION['dwfck_ns'] = implode(':',$elems);
676 $_SESSION['dwfck_top'] = implode('/',$elems);
H A Dsave.php393 return implode(':', $aResult);
/plugin/rowmove/
H A Daction.php112 $data = implode("\n",$zeilen);
/plugin/autogroup/
H A Daction.php144 $msg = sprintf($this->getLang('update_ok'), $user, implode(',',$in), implode(',',$out));
/plugin/netlogo/inc/
H A Dsupport.php22 return str_pad("", count($arFrom) * 3, '..'.$ps).implode($ps, $arTo);
/plugin/pubmed/
H A Dsyntax.php68 $renderer->doc.= implode(', ',$authors).'<br/>';
/plugin/dwcommits/
H A Dhelper.php279 echo implode("\n",$this->repros);
307 echo implode("\n",$this->branches);
356 return $current_git . implode('<br />',$status);
/plugin/fullindex/
H A Daction.php230 return implode("",$this->sortIndex).$sortIdx;
/plugin/toolbuttondel/
H A Daction.php112 $ckeys = preg_quote(implode(';',$this->misc_icons));
130 $ckeys = preg_quote(implode(';',$this->key_type_chars));
/plugin/partialsearch/
H A Daction.php58 $event->data['query']= implode(' ', $arr);
/plugin/xml/
H A Dhelper.php48 …$renderer->doc .= '<topic namespace="'.$ns.'" tags="'.$tag.'" flags="'.implode(' ',$flags).'" />'.…
/plugin/cleanoldips/
H A Daction.php119 $cleanedLine = implode("\t", [$timestamp, str_pad('', strlen($ip)), $rest]);
/plugin/dlcount/
H A Daction.php86 $txt = ' (' . implode(', ', $txt) . ')';
H A Dadmin.php52 $dirs = glob(implode(DIRECTORY_SEPARATOR, $dirs) . '/*', GLOB_ONLYDIR);
/plugin/gtime/gtlib/asn1/cmp/
H A DPKIStatusInfo.php169 return implode("\n", $this->statusString);
/plugin/loadskin/
H A Daction.php201 $id = implode(':', $path);
/plugin/authfacebook/lib/
H A DFacebookApp.php96 return implode('|', [$this->id, $this->secret]);
H A DFacebookBatchRequest.php168 return implode(',', $fileNames);
/plugin/authfacebook/lib/HttpClients/
H A DFacebookCurlHttpClient.php159 $rawHeaders = implode("\r\n\r\n", $parts);
H A DFacebookGuzzleHttpClient.php92 $rawHeaders[] = $name . ": " . implode(", ", $values);
95 return implode("\r\n", $rawHeaders);
H A DFacebookStreamHttpClient.php73 $rawHeaders = implode("\r\n", $rawHeaders);
92 return implode("\r\n", $header);
/plugin/mdpage/vendor/cebe/markdown/block/
H A DCodeTrait.php53 'content' => implode("\n", $content),
H A DHtmlTrait.php107 'content' => implode("\n", $content),
H A DListTrait.php154 $content = $this->parseInline(implode("\n", $firstPar));
195 return implode(' ', $attributes);

1...<<21222324252627282930>>...40