Home
last modified time | relevance | path

Searched refs:explode (Results 26 – 50 of 1634) sorted by last modified time

12345678910>>...66

/plugin/struct/meta/
H A DAccessTable.php471 $val = explode($sep, $val);
H A DCSVImporter.php193 $line[$i] = array_map('trim', explode(',', $line[$i]));
H A DCSVPageImporter.php56 $pageParts = explode(':', $pid);
H A DCSVSerialImporter.php47 $pageParts = explode(':', $pid);
H A DConfigParser.php198 $parts = explode(',', $val);
218 $cols = explode(',', $val);
245 $vals = explode(',', $val);
H A DInlineConfigParser.php36 $parts = explode('?', $inline, 2);
H A DSearch.php
H A DSearchConfig.php
H A DTranslationUtilities.php23 $langs = explode(' ', $lang);
/plugin/struct/
H A Dremote.php115 $class = explode('\\', get_class($column->getType()));
/plugin/struct/syntax/
H A Dcloud.php64 $lines = explode("\n", $match);
H A Dlist.php
H A Dtable.php72 $lines = explode("\n", $match);
/plugin/struct/types/
H A DAbstractBaseType.php250 return array_map('trim', explode(',', $value));
H A DCheckbox.php16 $options = explode(',', $this->config['values']);
H A DDate.php76 [$rawvalue] = explode(' ', $rawvalue, 2); // strip off time if there is any
78 [$year, $month, $day] = explode('-', $rawvalue, 3);
H A DDateTime.php78 [$year, $month, $day] = explode('-', $date, 3);
89 [$h, $m] = array_pad(explode(':', $time, 3), 2, ''); // drop seconds
H A DDecimal.php133 $tmp = explode('.', $number);
H A DDropdown.php18 $options = explode(',', $this->config['values']);
H A DMedia.php28 $allows = explode(',', $this->config['mime']);
H A DPage.php60 [$page, $fragment] = array_pad(explode('#', $rawvalue, 2), 2, '');
/plugin/struct/action/
H A Dajax.php69 [$schema, $colname] = explode('.', $col, 2);
H A Dinline.php216 [$table, $field] = explode('.', $INPUT->str('field'), 2);
/plugin/struct/helper/
H A Dfield.php227 [$table, $label] = explode('.', $colname, 2);
/plugin/mermaid/
H A Dsyntax.php19 $splitText = explode(self::DOKUWIKI_LINK_SPLITTER, $text);
85 $values = explode(" ", $match);
91 $explodedMatch = explode("\n", $match);

12345678910>>...66