Home
last modified time | relevance | path

Searched refs:explode (Results 401 – 425 of 1634) sorted by relevance

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

/plugin/elasticsearch/vendor/ruflin/elastica/src/Node/
H A DInfo.php103 $data = \explode(':', $data);
118 $data = \explode(':', $data);
/plugin/notification/syntax/
H A Dlist.php37 $lines = explode("\n", $match);
48 $pair = explode(':', $line, 2);
/plugin/redirect2/
H A Daction.php80 list($page, $section) = explode('#', $dest, 2);
107 list($page, $section) = explode('#', $id, 2);
179 list($ns, $section) = explode('#', $dest, 2);
240 list($ns, $section) = explode('#', $dest, 2);
/plugin/fckg/action/
H A Dmeta.php52 $ns_choices = explode(',',$dwedit_ns);
188 list($prefix,$mdir) = explode(trim(DOKU_BASE, '/'),$userfiles);
348 $elems = explode(':', $ID);
372 list($scayt_lang_title,$scayt_lang_code) = explode('/',$scayt_lang);
/plugin/mytemplate/
H A Daction.php53 $lines = explode("\n", $block);
68 list($key, $value) = explode('=', $line, 2);
129 $list = explode(',', $this->maps[$mapname]);
241 $fields = explode(',', $tuple[1]);
/plugin/sidebarng/
H A Daction.php72 $sb_order = explode(',', $this->getConf('order'));
73 $sb_content = explode(',', $this->getConf('content'));
284 $path = explode(':', $id);
/plugin/exttab1/
H A Dsyntax.php110 $rawdata = explode("\n", $data[0]);
238 $subitems = explode('||', $linedata);
267 $subitems = explode('!!', $linedata);
/plugin/dataplot/
H A Dsyntax.php84 $lines = explode("\n", $match);
88 $lines = explode("\n", $lines);
91 $cols = explode(" ", preg_replace("!\s+!", " ", trim($lines[0])));
/plugin/repo/
H A Dsyntax.php44 list($base, $title) = explode('|', $match, 2);
45 list($base, $refresh) = explode(' ', $base, 2);
231 $dirs = explode('/', $path);
/plugin/displayfile/
H A Dsyntax.php49 list($language, $target) = explode(' ', $match, 2);
110 $deny_extensions = explode(' ', $this->getConf('deny_extensions'));//array('sh');
115 …$allow_extensions = explode(' ', $this->getConf('allow_extensions'));//array('txt', 'php', 'js', '…
/plugin/photogallery/phpThumb/
H A Dphpthumb.functions.php117 $parts1 = explode('.', $version1);
118 $parts2 = explode('.', $version1);
143 $phpinfo_array = explode("\n", $phpinfo);
444 $disable_functions_local = explode(',', strtolower(@ini_get('disable_functions')));
445 $disable_functions_global = explode(',', strtolower(@get_cfg_var('disable_functions')));
707 $pathelements = explode('/', $parsed_url['path']);
719 $queries = explode($queryseperator, $parsed_url['query']);
722 @list($param, $value) = explode('=', $query);
863 $open_basedirs = explode($delimiter, $config_open_basedir);
871 $directory_elements = explode(DIRECTORY_SEPARATOR, $dirname);
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/
H A DTest.php144 $element = explode(' ', $element);
243 $pieces = explode('::', $function);
353 if (strpos($message, '::') !== false && count(explode('::', $message)) == 2) {
422 $dataProviderMethodNameNamespace = explode('\\', $match);
423 … $leaf = explode('::', array_pop($dataProviderMethodNameNamespace));
485 foreach (explode("\n", $annotationContent) as $candidateRow) {
926 list($className, $methodName) = explode('::', $element);
/plugin/tools/
H A Daction.php90 $sp = join("|",explode(",",preg_quote($this->getConf('skip_ids'))));
95 $be = explode(",",$this->getConf('tools'));
/plugin/cleanoldips/
H A Daction.php77 list(, , , $mediaID,) = explode("\t", $mediaChangelogLine, 5);
110 list($timestamp, $ip, $rest) = explode("\t", $line, 3);
/plugin/webdav/vendor/sabre/dav/lib/DAV/Xml/Element/
H A DResponse.php237 list(, $status, ) = explode(' ', $status, 3);
242 list(, $statusCode, ) = explode(' ', $elem['value'], 3);
/plugin/webcomponent/syntax/
H A Ddropdown.php149 $link = explode('|', $link, 2);
244 list(/* $t */, /* $p */, /* $n */, $c) = explode('_', get_called_class(), 4);
/plugin/booking/
H A Dhelper.php55 list($start, $end, $user) = explode("\t", $line, 3);
156 list($start, ,$booker) = explode("\t", $line, 3);
/plugin/farm/install/
H A Dpreload.php55 foreach(explode("\n", @file_get_contents($vhf)) as $l) {
80 foreach(explode("\n", @file_get_contents($barn.$animal.'/animal.meta')) as $l) {
/plugin/webdav/vendor/sabre/http/lib/
H A DRequest.php202 list($uri) = explode('?', $uri);
303 list($v) = explode(' ', $v, 2);
/plugin/jplayer/vendor/james-heinrich/getid3/demos/
H A Ddemo.dirscan.php99 $e = explode(',', $search);
250 if (count(explode(',', $argv[2])) > 0) {
/plugin/zotero/
H A DTextZoteroRepository.php27 foreach (explode("\n", $fileContents) as $line)
50 $columns = explode("|", $line);
/plugin/gil/
H A Dsyntax.php136 $tc = explode(',', $tc);
213 $matches= explode (',', $hpool);
/plugin/gdpr/action/
H A Doldips.php77 list(, , , $mediaID,) = explode("\t", $mediaChangelogLine, 5);
109 list($timestamp, $ip, $rest) = explode("\t", $line, 3);
/plugin/block/
H A Dsyntax.php101 list($bg,$fg,$border,$font) = explode(';',$color);
106 list($face,$size) = explode('/',$font);
/plugin/davcal/vendor/sabre/http/lib/
H A DRequest.php202 list($uri) = explode('?', $uri);
303 list($v) = explode(' ', $v, 2);

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