Home
last modified time | relevance | path

Searched refs:explode (Results 201 – 225 of 1634) sorted by last modified time

12345678910>>...66

/plugin/combo/ComboStrap/Meta/Api/
H A DMetadataMultiple.php163 return explode($stringSeparator, $value);
/plugin/combo/ComboStrap/
H A DConditionalValue.php51 $parts = explode("-", $value);
H A DGridTag.php236 $maxCellsValues = explode(" ", $maxLineAttributeValue);
310 $conditionalWidthsLengths = explode(" ", $widthAttributeValue);
399 $widthValues = explode(" ", $widthAttributeValue);
480 $gutters = explode(" ", $gutterAttributeValue);
H A DPipelineUtility.php183 $words = explode(" ", $value);
H A DPluginUtility.php377 list(/* $t */, /* $p */, /* $n */, $c) = explode('_', $get_called_class, 4);
391 $names = explode('_', $get_called_class);
437 $properties = explode(";", $attributes->getValueAndRemove($styleAttributeName));
439 list($key, $value) = explode(":", $property);
H A DStringUtility.php231 return array_map('trim', explode($delimiter, $string));
270 return explode(" ", $string);
H A DWikiPath.php791 $actualNames = explode(self::NAMESPACE_SEPARATOR_DOUBLE_POINT, $this->absolutePath);
H A DPageImageTag.php303 $defaultOrderOfPreference = explode("|", $default);
H A DPageKeywords.php63 $keyWords = explode(" ", $resource->getNameOrDefault());
72 $parentKeyWords = explode(" ", $parentPage->getNameOrDefault());
H A DHtml.php129 $expectedSrcSets = explode(",", $expected);
130 $actualSrcSets = explode(",", $actual);
138 $expectedSrcSetExploded = explode(" ", $expectedSrcSet, 2);
146 $actualSrcSetExploded = explode(" ", $actualSrcSet, 2);
H A DSite.php444 $localeParts = explode("_", $locale, 2);
H A DSiteConfig.php151 [$plugin, $confKey] = explode(":", $guid);
H A DSlug.php38 $parts = explode(WikiPath::NAMESPACE_SEPARATOR_DOUBLE_POINT, $string);
H A DTagAttributes.php1451 return explode(" ", $value);
H A DInterWiki.php40 [$this->name, $this->urlWithoutFragment] = explode(">", $interWikiRef, 2);
/plugin/combo/vendor/carica/phpcss/src/PhpCss/Parser/
H A DPseudoClass.php172 [$prefix, $name] = explode('|', $token->content);
H A DSequence.php100 [$prefix, $name] = explode('|', $token->content);
/plugin/combo/action/
H A Drouter.php687 $pathNames = explode(':', $pageNameSpace);
862 $link = explode('#', $targetIdOrUrl, 2);
972 $wordsInPageSourceId = explode(':', $id);
/plugin/combo/ComboStrap/Meta/Field/
H A DPageImages.php85 $usage = explode(",", $usage);
97 $usage = explode(",", $usage);;
/plugin/combo/vendor/salesforce/handlebars-php/src/Handlebars/
H A DContext.php269 $chunks = explode('.', $variableName);
/plugin/combo/vendor/symfony/yaml/
H A DParser.php121 $this->lines = explode("\n", $value);
H A DDumper.php86 foreach (explode("\n", $value) as $row) {
106 foreach (explode("\n", $value->getValue()) as $row) {
153 foreach (explode("\n", $value->getValue()) as $row) {
/plugin/combo/vendor/symfony/process/
H A DExecutableFinder.php52 $searchPath = array_merge(explode(\PATH_SEPARATOR, ini_get('open_basedir')), $extraDirs);
66 explode(\PATH_SEPARATOR, getenv('PATH') ?: getenv('Path')),
74 $suffixes = array_merge($pathExt ? explode(\PATH_SEPARATOR, $pathExt) : $this->suffixes, $suffixes);
/plugin/oauthgeneric/
H A DDotAccess.php37 foreach (explode('.', $key) as $segment) {
H A Daction.php50 $grps = explode(',', $grps);
59 list($user) = explode('@', $mail);

12345678910>>...66