Home
last modified time | relevance | path

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

1...<<31323334353637383940

/plugin/mailto/
H A Dsyntax.php55 $renderer->meta['plugin']['mailto']['cc'] = implode(',', array_slice($data,1));
60 . implode (', ',$data);
/plugin/hyphenation/phpHyphenation/
H A DphpHyphenation.class.php251 return implode('', array_slice($single_character, 1, -1));
H A Dhyphenation.php108 return implode('', array_slice($single_character, 1, -1));
/plugin/translation2/
H A Daction.php42 $this->conf['languages'] = implode(',', $supportedLanguages);
/plugin/prolog/
H A Dattribute_include.php178 return implode(':',$tailIDParts);
191 $joinedID = implode(':',$joinedIDParts);
/plugin/code2/
H A Dsyntax.php152 . implode('', $parts);
156 $aDoc .= implode('', $sections);
290 $aDoc .= implode("\n", $lines);
/plugin/darcspatch/
H A Dadmin.php175 $files[$fname] = implode('',$target_lines);
/plugin/darcs/
H A Ddarcs.php44 $stdoutStr=implode("\n",$this->stdout);
/plugin/gcalendar/inc/
H A Dgcal_show.php197 $cat_classes .= 'gCal_cell_cat_'.implode(' gCal_cell_cat_',$cat)." ";
298 $head = implode(' ',$titles);
H A Dgcal_read.php170 $cat_classes = 'gCal_cat_'.implode(' gCal_cat_',explode(' ',$cat))." ";
/plugin/bibtex/OSBib/format/
H A DBIBFORMAT.php817 $pString = implode('', $cArray) . $etAl;
819 $pString = implode('', $cArray);
928 $initials = implode('. ', $initialsArray) . '.';
930 $initials = implode('.', $initialsArray) . '.';
932 $initials = implode(' ', $initialsArray);
934 $initials = implode('', $initialsArray);
/plugin/googlesearch/
H A Dnusoap.php4397 …this->debug("msg " . $this->currentMessage . ": found part $attrs[name]: " . implode(',', $attrs));
4401 …this->debug("msg " . $this->currentMessage . ": found part $attrs[name]: " . implode(',', $attrs));
/plugin/zip/pear/
H A DPEAR.php1086 implode("|", $modes), $levels[$this->level],
/plugin/zip/pear/File/
H A DArchive.php1150 $currentFilename = implode(".", $extensions);

1...<<31323334353637383940