Home
last modified time | relevance | path

Searched refs:implode (Results 176 – 200 of 989) sorted by path

12345678910>>...40

/plugin/combo/ComboStrap/
H A DHtml.php212 return implode(" ", $newValues);
H A DLocalPath.php413 $realPath .= implode($this->getDirectorySeparator(), $parts);
H A DMarkupPath.php1463 $parentNamespaceId = implode(WikiPath::NAMESPACE_SEPARATOR_DOUBLE_POINT, $parentNames) . WikiPath::NAMESPACE_SEPARATOR_DOUBLE_POINT;
H A DMessage.php106 return implode(DOKU_LF, $this->content[$mime]);
110 $contentAll .= implode(DOKU_LF, $contentArray);
122 return implode(DOKU_LF, $plainTextLines);
H A DPipelineUtility.php103 $charactersToTrimFromCommand = implode("", self::QUOTES_CHARACTERS);
H A DPluginUtility.php393 return implode('_', $names);
H A DResourceName.php44 return implode(" ", $wordsUc);
H A DSearch.php32 $sqlPredicates[] = "(" . implode(" or ", $sqlPatternPredicates) . ")";
34 $sqlPredicate = implode(" and ", $sqlPredicates);
H A DSkin.php111 $types = implode(", ", array_keys($skinColors));
H A DSlug.php45 return strtolower(implode(WikiPath::SLUG_SEPARATOR, $wordsPart));
48 $slug = implode(WikiPath::NAMESPACE_SEPARATOR_DOUBLE_POINT, $parts);
H A DSqlite.php168 $columnStatement = implode(", ", $columnsStatement);
H A DSqliteRequest.php144 $errorInfoAsString = implode(", ", $errorInfo);
H A DWikiPath.php1047 $path = implode(WikiPath::NAMESPACE_SEPARATOR_DOUBLE_POINT, $names);
/plugin/combo/ComboStrap/Meta/Api/
H A DMetadataMultiple.php94 return implode($this->getStringSeparator(), $this->array);
104 return implode($this->getStringSeparator(), $defaultValue);
129 throw new ExceptionBadArgument("The value ($value) for ($this) is not a possible value (" . implode(",", $possibleValues) . ")", $this->getCanonical());
H A DMetadataText.php68 throw new ExceptionBadArgument("The value ($value) for the metadata ({$this->getName()}) is not one of the possible following values: " . implode(", ", $possibleValues) . ".");
/plugin/combo/ComboStrap/Meta/Form/
H A DFormMeta.php173 $temp[] = implode(",", $subValue);
/plugin/combo/ComboStrap/Tag/
H A DBoxTag.php93 LogUtility::warning("The `children` align attribute ($align) on the box component was apply against more than one inline elements (ie " . implode(", ", $inlineTagFounds) . "). If you don't get what you want use a text align value such as `text-center`");
H A DWebCodeTag.php440 $externalResourcesInput = '<input type="hidden" name="resources" value="' . implode(",", $externalResources) . '"/>';
/plugin/combo/ComboStrap/Web/
H A DUrl.php157 return implode("/", $encodedParts);
682 $parentPath = implode(self::PATH_SEP, array_splice($names, 0, $count - 1));
/plugin/combo/ComboStrap/Xml/
H A DXmlElement.php92 $childNodes[] = implode('', XmlElement::create($childNode, $this->document)->getChildrenNodeTextValues());
376 return implode('', $this->getChildrenNodeTextValues());
417 $toString .= '.' . implode(".", $classes);
/plugin/combo/action/
H A Dcss.php211 $event->data->key .= implode('.', $foundKeys);
H A Dmetakeywords.php51 "content" => implode(",", $keywords)
H A Dstaticresource.php228 header("Cache-Control: " . implode(", ", $cacheControlDirective));
/plugin/combo/
H A Dcli.php343 fwrite($fileHandle, implode(",", $header) . PHP_EOL);
400 fwrite($fileHandle, implode(",", $row) . PHP_EOL);
/plugin/combo/syntax/
H A Diterator.php463 $parametersString = implode(", ", $parameters);

12345678910>>...40