Home
last modified time | relevance | path

Searched refs:explode (Results 176 – 200 of 1634) sorted by last modified time

12345678910>>...66

/plugin/combo/vendor/dragonmantank/cron-expression/src/Cron/
H A DAbstractField.php63 $parts = array_map('trim', explode('-', $value, 2));
78 $parts = array_map('trim', explode('/', $value, 2));
89 $range = explode('-', $parts[0], 2);
124 list ($offset, $to) = explode('-', $expression);
128 $range = array_map('trim', explode('/', $expression, 2));
131 $range = explode('-', $range, 2);
H A DCronExpression.php361 foreach (array_map('trim', explode(',', $part)) as $listPart) {
H A DDayOfMonthField.php128 $chunks = explode('-', $value);
145 $chunks = explode(',', $value);
157 $chunks = explode('/', $value);
H A DDayOfWeekField.php54 list($weekday, $nth) = explode('#', $value);
91 $parts = explode('-', $value);
124 foreach (explode(',', $value) as $expr) {
H A DHoursField.php37 $parts = strpos($parts, ',') !== false ? explode(',', $parts) : array($parts);
H A DMinutesField.php29 $parts = strpos($parts, ',') !== false ? explode(',', $parts) : array($parts);
/plugin/combo/vendor/salesforce/handlebars-php/src/Handlebars/
H A DHelpers.php770 list($slice_start, $slice_end) = explode(":", $m[2]);
787 $eles = explode(' ', $args);
H A DTokenizer.php102 list($otag, $ctag) = explode(' ', $delimiters);
172 $newBuffer = explode(' ', trim($this->buffer), 2);
328 list($otag, $ctag) = explode(
/plugin/combo/vendor/salesforce/handlebars-php/src/Handlebars/Loader/
H A DFilesystemLoader.php122 $fileParts = explode('/', $name);
/plugin/combo/ComboStrap/
H A DMime.php199 return explode("/", $this->mime)[0];
215 $secondPart = explode("/", $this->mime)[1];
217 return explode("+", $secondPart)[0];
H A DFetcherPdf.php18 $fragments = explode($fragment, "=");
H A DFetcherSvg.php744 $attributes = explode(" ", $viewBox);
750 $attributes = explode(",", $viewBox);
H A DFetcherVignette.php153 $words = explode(" ", $title);
H A DIso8601Date.php289 $normalFormat = explode(" ", $pattern);
H A DMarkupRef.php581 * explode to the first `=`
586 $tokens = explode("=", $token, 2);
H A DMediaMarkup.php444 $parts = explode('|', $match, 2);
/plugin/combo/vendor/symfony/polyfill-mbstring/
H A DMbstring.php425 $encodingList = array_map('trim', explode(',', $encodingList));
462 $encodingList = array_map('trim', explode(',', $encodingList));
/plugin/combo/ComboStrap/Tag/
H A DWebCodeTag.php331 $externalResources = explode(",", $resources);
/plugin/combo/ComboStrap/TagAttribute/
H A DAlign.php49 $alignValues = explode(" ", $alignAttributeValues);
H A DStyleAttribute.php86 $stylingDeclarationsAsString = explode(";", $htmlStyleValue);
H A DToggle.php47 $values = explode(" ", $value);
/plugin/combo/ComboStrap/Web/
H A DUrl.php153 $parts = explode($separator, $string);
664 $names = explode(self::PATH_SEP, $this->getPath());
/plugin/combo/ComboStrap/Xml/
H A DXmlDocument.php578 $explodeArray = explode(" ", $actualAttValue);
/plugin/combo/syntax/
H A Dlink.php114 $linkArray = explode('|', $linkString, 2);
648 $a = explode(':', getNS($ID));
649 $b = explode(':', getNS($id));
H A Dminimap.php159 $parts = explode(':', $nameSpacePath);
399 list(/* $t */, /* $p */, $c) = explode('_', $get_called_class, 3);

12345678910>>...66