Home
last modified time | relevance | path

Searched refs:explode (Results 351 – 375 of 1634) sorted by last modified time

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

/plugin/archivegenerator/
H A Dadmin.php214 $list = array_map('trim', explode(',', $this->getConf('pluginsToIgnore')));
/plugin/elasticsearch/vendor/ruflin/elastica/src/Cluster/
H A DSettings.php85 $keys = \explode('.', $setting);
/plugin/elasticsearch/vendor/ruflin/elastica/src/Exception/
H A DElasticsearchException.php76 $errors = \explode(']; nested: ', $error);
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/
H A DAbstractEndpoint.php272 $this->options['client']['ignore'] = explode(",", $ignore);
/plugin/elasticsearch/vendor/ruflin/elastica/src/
H A DUtil.php221 $parts = \explode('\\', $class);
/plugin/elasticsearch/vendor/ezimuel/ringphp/src/Client/
H A DCurlFactory.php80 $startLine = explode(' ', array_shift($headers), 3);
H A DStreamHandler.php45 $parts = explode(' ', array_shift($hdrs), 3);
/plugin/elasticsearch/vendor/ezimuel/ringphp/src/
H A DCore.php133 $parts = explode(':', $line, 2);
/plugin/elasticsearch/helper/
H A Dclient.php70 $lines = explode("\n", $servers);
72 list($host, $proxy) = array_pad(explode(',', $line, 2),2, null);
73 list($host, $port) = explode(':', $host, 2);
/plugin/elasticsearch/vendor/ruflin/elastica/src/Index/
H A DSettings.php110 $keys = \explode('.', $setting);
/plugin/elasticsearch/vendor/ruflin/elastica/src/Node/
H A DInfo.php103 $data = \explode(':', $data);
118 $data = \explode(':', $data);
/plugin/latexcaption/syntax/
H A Dcaption.php87 $match_arr = explode('|', $match, 2);
92 $match_arr = explode(' ', trim($matches), 2);
96 $opts = (!empty($opts) ? explode(' ', $opts) : ['noalign',]);
182 list($type,$num) = explode('=',trim($match));
/plugin/structnotification/action/
H A Dnotification.php100 foreach (explode(',', $schema) as $table) {
152 list($schema, $field) = explode('.', trim($matches[1]));
182 $user_and_groups_set = array_map('trim', explode(',', $user_and_groups));
/plugin/color/
H A Dsyntax.php33 $m = explode('/', $str);
35 $m = explode(':', $str);
/plugin/achart/
H A Dsyntax.php52 list($opts, $adata) = explode('>', $match, 2);
71 $adata = explode("\n", $adata);
/plugin/snippets/
H A Daction.php100 array_map(function($v) { return explode(",",$v,2); },
101 explode(';',$_REQUEST['macros']));
/plugin/ckgedit/action/
H A Dedit.php44 $version = explode('.', phpversion());
69 $ns_choices = explode(',',$dwedit_ns);
462 $tmp = explode("\n", $matches[1]);
1077 list($name,$link_text) = explode('|',$matches[2]);
H A Dsave.php61 list($ext,$base) = explode(";",$matches[2]);
217 $link = explode('?',$matches[1]);
218 list($link_id,$linktext) = explode('|', $link[0]);
223 $link = explode('?',$matches[1]);
226 list($qs,$linktext) = explode('|', $link[1]);
228 else list($link_id,$linktext) = explode('|', $link[0]);
241 $tmp_ar = explode(':',$link_id);
257 $link = explode('?',$matches[2]);
258 list($link_id,$linktext) = explode('|', $link[0]);
436 $aLink=explode(':',$linkPath);
[all …]
H A Dmeta.php133 list($size,$ft) = explode(';',$size_tm);
223 list($name, $val) = explode('=',$data[$i]);
371 $ns_choices = explode(',',$dwedit_ns);
536 list($prefix,$mdir) = explode(trim(DOKU_BASE, '/'),$userfiles);
709 $elems = explode(':', $ID);
733 list($scayt_lang_title,$scayt_lang_code) = explode('/',$scayt_lang);
/plugin/ckgedit/fckeditor/editor/filemanager/connectors/php/
H A Dconfig.php250 $elems = explode(':', $_COOKIE['FCK_NmSp']);
H A Ddwfck_sessions.php71 list($dw,$str) = explode('|',$sstr,2);
H A Dcheck_acl.php322 return explode(';;', $str);
/plugin/ckgedit/
H A Dhelper.php31 return explode(',', $str);
119 list($name,$scayt_lang) = explode('/', $scayt_lang);
/plugin/ckgedit/syntax/
H A Dfont.php42 list($size,$weight) = explode(':',$size);
45 list($weight,$fstyle) = explode(',',$weight);
71 list($face,$fg,$bg) = explode(';;',$face);
/plugin/ckgedit/scripts/
H A Dcss6.php169 $lines = explode("\n", $css);

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