Home
last modified time | relevance | path

Searched refs:implode (Results 151 – 175 of 989) sorted by path

12345678910>>...40

/plugin/captcha/
H A DEasySVG.php256 return implode(' ', $def);
402 return implode(' ', $shapes);
475 $instruction = $i . implode(',', $new_coords);
481 return implode('', $instructions);
/plugin/catlist/
H A Dsyntax.php54 if (preg_match('/-'.$option.':('.implode('|',array_keys($varAssoc)).') /i', $match, $found)) {
220 $data['ns'] = implode(':', $split);
/plugin/changes/
H A Dsyntax.php246 $linesMedia[$key] = implode("\t", $value) . "\n";
/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/ckgdoku/fckeditor/editor/filemanager/connectors/php/
H A Dconfig.php253 $ns_tmp = implode(':',$elems);
H A Dutil.php263 $path = implode('/', $folders) ;
/plugin/ckgdoku/
H A Dhelper.php41 return '.(' . implode('|',$uploadImageTypes) .')$';
124 $user_groups = implode(";;",$user_groups);
/plugin/ckgedit/action/
H A Dedit.php468 return "~~START_HTML_BLOCK~~" . implode("\n",$tmp) . "CLOSE_HTML_BLOCK";
H A Dmeta.php271 $selects = implode ( ';;', $selects );
647 $links_created = implode(', ',$successes);
712 $_SESSION['dwfck_ns'] = implode(':',$elems);
713 $_SESSION['dwfck_top'] = implode('/',$elems);
H A Dsave.php486 return implode(':', $aResult);
/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/cleanoldips/
H A Daction.php119 $cleanedLine = implode("\t", [$timestamp, str_pad('', strlen($ip)), $rest]);
/plugin/code2/
H A Dsyntax.php152 . implode('', $parts);
156 $aDoc .= implode('', $sections);
290 $aDoc .= implode("\n", $lines);
/plugin/codemirror/dist/modes/
H A Dphp.min.js.map1 …epeat count_chars chunk_split trim ltrim strip_tags similar_text explode implode setlocale localec…
/plugin/codeprettify/syntax/
H A Dcode.php196 $params= implode(' ', $opts);
/plugin/columns/
H A Dsyntax.php265 $html = '<td class="' . implode(' ', array_filter($class)) . '"';
/plugin/combo/ComboStrap/Api/
H A DMetaManagerHandler.php207 $responseMessages[] = implode(" - ", $responseMessage);
/plugin/combo/ComboStrap/
H A DBrandButton.php141 throw new ExceptionCompile("The {$this->type} widget ($widget} is unknown. The possible widgets value are " . implode(",", self::WIDGETS));
157 throw new ExceptionCompile("The icon type ($iconType) is unknown. The possible icons value are " . implode(",", self::ICON_TYPES));
H A DCanonical.php146 $calculatedCanonical = implode(":", $names);
H A DConditionalValue.php65 $this->value = implode("-", $valueFromParts);
H A DDatabasePageRow.php584 throw new ExceptionRuntime("The attribute ($key) has value that is an array (" . implode(", ", $value) . ")");
605 $updateStatement = "update PAGES SET " . implode(", ", $columnClauses) . " where ROWID = ?";
934 $existingPages = implode(", ", $rows);
1011 $existingPages = implode(", ", $existingPages);
1114 $existingPages = implode(", ", $existingPageIds);
1171 $pages = implode(",",
H A DHorizontal.php43 LogUtility::warning("The $attributeName attribute is only meant to be used on the following component " . implode(", ", Vertical::COMPONENTS), self::CANONICAL);
58 LogUtility::error("The $attributeName attribute value ($valueWithoutBreakpoint) is not good. It should be one of: " . implode(", ", $possibleValues), self::CANONICAL);

12345678910>>...40