Searched refs:optstr (Results 1 – 8 of 8) sorted by relevance
| /plugin/csv/syntax/ |
| D | value.php | 45 $optstr = substr($match, 7, -1); // <csvval ... > 46 $opt = helper_plugin_csv::parseOptions($optstr);
|
| D | table.php | 48 [$optstr, $content] = explode('>', $match, 2); 49 $opt = helper_plugin_csv::parseOptions($optstr);
|
| /plugin/addnewpage/ |
| H A D | syntax.php | 184 * @param string $optstr 188 protected function parseOptions($optstr, &$options) argument 190 $opts = preg_split('/[,&]/', $optstr);
|
| /plugin/rack/ |
| D | syntax.php | 98 list($optstr,$opt['content']) = explode('>',$match,2); 102 $optsin = explode(' ',$optstr);
|
| /plugin/docnavigation/syntax/ |
| D | toc.php | 88 foreach ($optstrs as $optstr) { 89 list($key, $value) = array_pad(explode('=', $optstr, 2), 2, '');
|
| /plugin/csv/ |
| D | helper.php | 50 public static function parseOptions($optstr) argument 61 $optstr,
|
| /plugin/patchpanel/ |
| D | syntax.php | 76 list($optstr,$opt['content']) = explode('>',$match,2); 80 preg_match_all('/\w*?="(?:\\.|[^\\"])*"|\S+/', $optstr, $matches);
|
| /plugin/photogallery/ |
| D | syntax.php | 1022 function _setConfOptions(&$data, $optstr){ argument 1023 $opts = explode(',', $optstr);
|