Home
last modified time | relevance | path

Searched refs:explode (Results 276 – 300 of 1634) sorted by relevance

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

/plugin/dtable/
H A Daction.php31 $lines = explode("\n", $event->data);
95 $JSINFO['disabled'] = explode(',', $this->getConf('disabled'));
130 list($dtable_start_line, $dtable_page_id) = explode('_', $_POST['table'], 2);
140 $page_lines = explode( "\n", io_readFile( $file ) );
/plugin/ryubin/syntax/
H A Dryubin.php42 list($img,$params) = explode('&',$match,2);
45 $data['mime'] = strtolower(explode('.',$img));
80 $params = explode('&',$params);
82 list($xml,$value)=explode('=',$param,2);
/plugin/apidoc/
H A Dsyntax.php240 $rData = new syntax_plugin_apidoc_data_class( explode( "|", $matches[++$i] ) );
244 $co = $rData->fields[] = new syntax_plugin_apidoc_data_field( explode( "|", $matches[++$i] ) );
248 … $co = $rData->methods[] = new syntax_plugin_apidoc_data_method( explode( "|", $matches[++$i] ) );
252 $co->parameters[] = new syntax_plugin_apidoc_data_parameter( explode( "|", $matches[++$i] ) );
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/
H A DLdapUrl.php21 use function explode;
295 $query = explode('?', $pieces['query'] ?? '');
297 $url->setAttributes(...($query[0] === '' ? [] : explode(',', $query[0])));
305 }, explode(',', $query[3]));
336 $parts = explode('?', $matches[2], 2);
/plugin/html2pdf/html2pdf/html2ps/classes/org/active-link/xml/
H A DXML.php64 $tags = explode($this->pathSeparator, $argument);
140 $tags = explode($this->pathSeparator, $tagPath);
183 $tags = explode($this->pathSeparator, $tagPath);
222 $tags = explode($this->pathSeparator, $tagPath);
251 $tags = explode($this->pathSeparator, $tagPath);
438 $tags = explode($this->pathSeparator, $tagPath);
506 $tags = explode($this->pathSeparator, $tagPath);
543 $tags = explode($this->pathSeparator, $tagPath);
/plugin/charter/
H A Dhelper.php196 list($fontname, $fontsize) = explode('@', $val, 2);
205 list($w, $h) = $this->_trimArray(explode('x', $val, 2));
227 $flags[$key] = $this->_trimArray(explode(',', $flags[$key]));
252 $flags[$key] = $this->_trimArray(explode(',', $flags[$key]));
254 $flags[$key][$i] = $this->_trimArray(explode('|', $flags[$key][$i]));
270 list($color, $shades) = $this->_trimArray(explode('@', $val, 2));
600 $data = explode("\n", $data);
604 $values = $this->_trimArray(explode(',', $row));
/plugin/pagetemplate/
H A Dsyntax.php187 function getPluginType() { list($t) = explode('_', get_class($this), 2); return $t; }
188 function getPluginName() { list($t, $p, $n) = explode('_', get_class($this), 4); return $n; }
189 …function getPluginComponent() { list($t, $p, $n, $c) = explode('_', get_class($this), 4); return (…
/plugin/nspages/printers/
H A DprinterTree.php100 $IdSplit = explode(':', $item['id']);
104 || count(explode(':', $item['ns'])) === count($IdSplit) -2){ // case 2
125 return explode(':', $item['ns']);
/plugin/authmantis/
H A Dauth.php147 $t_project_name = explode( ':', getNS( getID( "media", false ) ) );
151 $t_project_name = explode( ':', getNS( getID() ) );
/plugin/regex_template/
H A Daction.php49 $array_regex = (array)explode("\n",$conf['plugin']['regex_template']['reg_tpl_regex']);
52 list($pattern, $replacement) = explode(',', $regex);
/plugin/jplayer/vendor/kriswallsmith/assetic/src/
H A Dfunctions.php102 $inputs = array_filter(array_map('trim', explode(',', $inputs)));
106 $filters = array_filter(array_map('trim', explode(',', $filters)));
/plugin/acronymedit/
H A Dadmin.php25 $parts = explode('_',get_class($this));
33 $lang= explode(',', $info['lang']);
/plugin/barcode/
H A Dsyntax.php37 $paramsArr = explode('~', $match);
45 $param = explode('=', $currentParam);
/plugin/pagestat/syntax/
H A Dblock.php34 $arg_list = explode(" ",$match);
60 $tmp_arg=explode("=",$arg_list[$i]);
/plugin/amcharts/
H A Dsyntax.php52 list($opts, $amdata) = explode('>', $match, 2);
70 $amdata = explode("\n", $amdata);
/plugin/authfacebook/lib/Http/
H A DRequestBodyMultipart.php148 $params = explode('&', $query);
152 list($key, $value) = explode('=', $param, 2);
/plugin/abstract/
H A Dsyntax.php97 $flags = explode('&',trim($flags));
103 list($flag,$value) = explode('=',$flag,2);
/plugin/slacknotifier/
H A Daction.php
/plugin/siteexport/syntax/
H A Dsiteexport.php32 $options = explode(' ', trim(substr($match, 2, -2)?:""));
57 list($key, $value) = explode('=', $option);
/plugin/runcommand/
H A Dsyntax.php86 $lines = explode("\n",$match);
97 $objLine=explode("|",$line);
127 $argField=explode("=",$objLine[3]);
165 $fields = explode(";",$args);
169 $temp = explode(":",$field);
485 $cmdRows = explode(';',$cmd);
/plugin/siteexport/action/
H A Dajax.php201 list($path, $query) = explode('?', $combined, 2);
232 $zipFile = explode(":", ($this->getConf('zipfilename')));
535 $extension = explode('.', $fileName);
629 $extension = explode('/', $extension, 2);
670 $SRCSETS = array_map( 'trim', explode( ",", $DATA[2] ) );
675 list($url, $size) = explode( " ", $SRCSET, 2 );
820 $elements = explode('/', $DATA[2]);
905 $DATA2Name = explode('/', $fileName);
1236 $PARRAY = explode('&', str_replace('&amp;', '&', $PARAMS));
1240 list($key, $value) = explode('=', $item, 2);
[all …]
/plugin/schedule/
H A Dschedules.class.php118 $exclude_array = explode ('|', '.|..');
198 $exclude_array = explode('|', $exclude);
247 foreach (explode (',', $values) as $value) {
379 $exclude_array = explode('|', $exclude);
951 … foreach (array_combine (explode (',', $event->lat), explode (',', $event->lon)) as $lat => $lon) {
975 … foreach (array_combine (explode (',', $event->lat), explode (',', $event->lon)) as $lat => $lon) {
1160 $cities = explode (',', $schedule->where);
1161 $lats = explode (',', $schedule->lat);
1162 $lons = explode (',', $schedule->lon);
1163 $addrs = explode ('|', $schedule->addr);
[all …]
/plugin/dataloop/syntax/
H A Dloop.php81 $lines = explode("\n",$match);
105 $cols = explode(',',$line[1]);
123 $headlevelsplits = explode(';',$line[1]);
126 $cols = explode(',',$sCols);
228 $aParts = explode($sDataLoopSeperator, $renderer->doc);
/plugin/externalembed/
H A Dsyntax.php365 $items = explode("\n", $whitelist_string);
367 $data = explode(',', $domain_disclaimer);
449 $string_array = explode(' | ', $user_string);
451 …$parameter = explode(": ", $item); //creates key value pairs for parameters…
455 $fields = array_map("trim", explode(",", $query['fields']));
/plugin/indexmenu/
H A Dadmin.php

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