Home
last modified time | relevance | path

Searched refs:explode (Results 226 – 250 of 1634) sorted by last modified time

12345678910>>...66

/plugin/structodt/
H A Daction.php51 $event->data['config'][$key] = array_map('trim', explode(',', $val));
H A Dhelper.php284 $dvalue = array_map('trim', explode('|', $dvalue));
346 $explode = explode('.', $matches[1], 2);
347 $label = $explode[0];
349 if (isset($explode[1]) && in_array($explode[1], $possibleValueTypes)) {
350 $valueType = $explode[1];
/plugin/data/syntax/
H A Dentry.php85 $lines = explode("\n", $match);
114 $vals = explode(',', $line[1]);
H A Dtable.php85 $lines = explode("\n", $match);
120 $cols = explode(',', $line[1]);
138 $cols = explode(',', $line[1]);
152 $cols = explode(',', $line[1]);
/plugin/adhoctags/syntax/
H A Dabstract.php24 $arr = explode(',', $this->getConf($this->configName));
/plugin/adhoctags/
H A Dhelper.php164 $cAttr = explode('=', trim($token,'[]'), 2);
182 $arr = explode('-', $attr['lang']);
/plugin/dwtimeline/syntax/
H A Ddwtimeline.php97 $opttitle = explode('=',$title,2);
/plugin/mobiletable/
H A Daction.php31 explode(',', $this->getConf('hideHeadings'))
75 foreach (explode('^', substr(trim($row), 1, -1)) as $th) {
93 foreach (explode("\n", $body) as $line) {
/plugin/slacknotifier/
H A Daction.php
/plugin/katex/action/
H A Dsetup.php59 …array=> json_decode( str_replace( "\\", "\\\\", trim( $line ) ), true ), explode( "\n", trim( $con…
87 …$value_option_ignored_tags = array_map( fn( $text ): string => trim( $text ), explode( ',', $conf_…
115 …ption_ignored_classes = array_map( fn( $text ): string => trim( $text ), explode( ',', $conf_optio…
183 …array=> json_decode( str_replace( "\\", "\\\\", trim( $line ) ), true ), explode( "\n", trim( $con…
/plugin/katex/syntax/
H A Dprotect.php90 $mathtags = explode( ',', $conf_mathtags );
114 $mathtags = explode( ',', $conf_mathtags );
/plugin/bbcodeextensions/syntax/
H A Dclassspan.php21 $match = explode('"',substr($match, 3, -1));
H A Dq.php18 $arr= explode(']', $match, 2);
H A Dclassdiv.php21 $match = explode('"',substr($match, 3, -1));
/plugin/randomtables/table-roller/src/Generator/
H A DBaseGenerator.php41 $parts = explode('|', $tableName);
/plugin/randomtables/table-roller/src/Table/
H A DBaseTable.php68 $options = explode('|', $match[1]);
/plugin/oauth/
H A DOAuthManager.php206 [$userdata['user']] = explode('@', $userdata['mail']);
H A Dhelper.php84 $validDomains = explode(',', trim($this->getConf('mailRestriction'), ','));
H A DSession.php151 [$servicename, $oauth, $storageId] = explode('|', $_COOKIE[DOKU_COOKIE]);
/plugin/oauth/vendor/lusitanian/oauth/src/OAuth/Common/Service/
H A DAbstractService.php64 $parts = explode('?', $path, 2);
/plugin/oauth/vendor/lusitanian/oauth/src/OAuth/Common/
H A DAutoLoader.php46 $nsparts = explode('\\', $class);
/plugin/upgrade/HTTP/
H A DHeaders.php21 if (!is_array($values)) $values = explode("\n", $values);
H A DHTTPClient.php344 list($cookie) = array_pad(explode(';', $cookie, 2), 2, '');
345 list($key, $val) = array_pad(explode('=', $cookie, 2), 2, '');
755 list($usec, $sec) = explode(" ", microtime());
771 $lines = explode("\n",$string);
774 list($key, $val) = array_pad(explode(':', $line, 2), 2, '');
/plugin/upgrade/
H A Dlegacy.php38 return array_map('trim', explode(' ', $item, 2));
/plugin/upgrade/vendor/splitbrain/php-archive/src/
H A DFileInfo.php284 $path = explode('/', $path);
316 $parts = explode('/', $filename);

12345678910>>...66