Home
last modified time | relevance | path

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

12345678910>>...40

/plugin/combo/action/
H A Dcss.php211 $event->data->key .= implode('.', $foundKeys);
H A Dmetakeywords.php51 "content" => implode(",", $keywords)
/plugin/combo/syntax/
H A Diterator.php463 $parametersString = implode(", ", $parameters);
/plugin/combo/ComboStrap/
H A DMarkupPath.php1463 $parentNamespaceId = implode(WikiPath::NAMESPACE_SEPARATOR_DOUBLE_POINT, $parentNames) . WikiPath::NAMESPACE_SEPARATOR_DOUBLE_POINT;
H A DCanonical.php146 $calculatedCanonical = implode(":", $names);
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 DMessage.php106 return implode(DOKU_LF, $this->content[$mime]);
110 $contentAll .= implode(DOKU_LF, $contentArray);
122 return implode(DOKU_LF, $plainTextLines);
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(",",
/plugin/combo/vendor/carica/phpcss/src/PhpCss/Exception/
H A DTokenMismatchException.php33 ' while one of '.implode(", ", $expectedTokenStrings).' was expected.'
H A DUnexpectedEndOfFileException.php31 implode(", ", $expectedTokenStrings).' was expected.'
/plugin/combo/vendor/dragonmantank/cron-expression/src/Cron/
H A DCronExpression.php253 return implode(' ', $this->cronParts);
H A DDayOfWeekField.php97 $value = implode('-', $parts);
/plugin/combo/vendor/salesforce/handlebars-php/src/Handlebars/Loader/
H A DFilesystemLoader.php130 $fileName .= implode('/', $fileParts);
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Atn/
H A DLexerActionExecutor.php212 return \sprintf('LexerActionExecutor[%s]', \implode(', ', $this->lexerActions));
H A DParserATNSimulator.php669 \implode(', ', $altSubSets),
805 \implode(',', $altSubSets),
1355 $altToPred === null ? '' : \implode(', ', $altToPred)
2082 \implode(', ', $this->parser->getRuleInvocationStack())
2142 \implode(', ', $this->parser->getRuleInvocationStack())
/plugin/combo/ComboStrap/Tag/
H A DWebCodeTag.php440 $externalResourcesInput = '<input type="hidden" name="resources" value="' . implode(",", $externalResources) . '"/>';
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Utils/
H A DBitSet.php72 return \sprintf('{%s}', \implode(', ', $this->values()));
/plugin/combo/vendor/php-webdriver/webdriver/lib/Remote/
H A DCustomWebDriverCommand.php69 implode(', ', $allowedMethods)
/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/ComboStrap/Api/
H A DMetaManagerHandler.php207 $responseMessages[] = implode(" - ", $responseMessage);
/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/vendor/php-webdriver/webdriver/lib/
H A DWebDriverKeys.php121 $key = implode('', $key) . self::NULL; // the NULL clears the input state (eg. previous modifiers)
130 return implode('', $encoded);

12345678910>>...40