Home
last modified time | relevance | path

Searched refs:explode (Results 251 – 275 of 1634) sorted by last modified time

1...<<11121314151617181920>>...66

/plugin/upgrade/
H A Dhelper.php110 $plugininfo = linesToHash(explode("\n", $pluginversion));
/plugin/upgrade/vendor/splitbrain/php-cli/src/
H A DOptions.php250 $arg = explode('=', substr($arg, 2), 2);
H A DTableFormatter.php197 $wrapped[$col] = explode("\n", $this->wordwrap($texts[$col], $width, "\n", true));
295 $lines = explode($break, $str);
301 $words = explode(' ', $line);
/plugin/smtp/classes/
H A DMessage.php52 $addresses = explode(',', $this->rcpt);
/plugin/sortablejs/
H A Dsyntax.php111 $oa = explode( " ", $opts );
113 $explodedOption = explode( "=", $opt );
/plugin/statistics/inc/
H A DBrowscap.php651 $pattern_parts = explode('(\d)', $pattern);
814 $browscap = explode("\n", $browscap);
990 $file = explode("\n\n", $file);
H A DStatisticsLogger.class.php158 $name = explode('.', $name);
177 $words = explode(' ', utf8_stripspecials($query, ' ', '\._\-:\*'));
405 list($mime1, $mime2) = explode('/', strtolower($mime));
/plugin/statistics/inc/pchart/
H A DCSVImporter.php68 $Values = explode($Delimiter, $buffer);
88 $Values = explode($Delimiter, $buffer);
H A DPalette.php81 $values = explode($delimiter, $buffer);
H A DpChart.php3137 $Value = explode("\?", $Values);
/plugin/farmer/admin/
H A Dnew.php306 $disableactions = implode(',', array_diff(explode(',', $conf['disableactions']), ['register']));
314 $disableactions = implode(',', array_merge(explode(',', $conf['disableactions']), ['register']));
335 $deactivatedPluginsList = explode(',', $this->getConf('deactivated plugins'));
/plugin/farmer/
H A DDokuWikiFarmCore.php207 $parts = explode('.', implode('.', explode(':', rtrim($host, '.'))));
/plugin/const/
H A Daction.php74 $item = explode("=", trim($entry), 2);
153 $item = explode(":", $entry);
174 $original = explode("\n", $original);
175 $wikified = explode("\n", $wikified);
H A Dclass.evalmath.php204 $args = explode( ',', $matches[2] );
/plugin/sql2wiki/syntax/
H A Dquery.php64 list($_, $col) = explode('_', $name);
77 $args = array_map('trim', explode(',', $attributes['args']));
/plugin/approve/syntax/
H A Dtable.php30 $lines = explode("\n", $match);
43 $pair = explode(':', $line, 2);
50 $value = array_map('trim', explode(',', $value));
/plugin/btable2/
H A Dsyntax.php110 $plugin_groups = explode(';', $conf_groups);
338 list($colg, $name) = explode(":", $row, 2);
/plugin/structacl/
H A Dhelper.php14 $lines = explode(PHP_EOL , $confValue);
23 list($schema, $field) = explode(self::STRUCTACL_SEPCHAR, $line, 2);
/plugin/htmlmetatags/syntax/
H A Dsyntax.php76 return explode ( "metatag-", $match );
104 $mt = explode ( "=", $data [$i] );
/plugin/notification/syntax/
H A Dlist.php33 $lines = explode("\n", $match);
44 $pair = explode(':', $line, 2);
/plugin/ireadit/syntax/
H A Dlist.php26 $lines = explode("\n", $match);
48 $pair = explode(':', $line, 2);
55 $states = array_map('trim', explode(',', strtolower($value)));
/plugin/autonumbering/
H A Dsyntax.php100 $dataTab = explode('.', $data);
/plugin/odt/ODT/
H A DODTIndex.php331 $params = explode (',', $item);
370 $params = explode (',', $item);
H A DODTSpan.php167 $parts = explode(' ', trim($tagged, '<> '), 2);
H A DODTUtility.php69 $params = explode (',', $item);
424 $values = explode(',', $value);
847 $parts = explode(' ', trim($tagged, '<> '), 2);

1...<<11121314151617181920>>...66