Searched refs:optstr (Results 1 – 6 of 6) sorted by relevance
/plugin/csv/syntax/ |
H A D | value.php | 44 $optstr = substr($match, 7, -1); // <csvval ... > 45 $opt = helper_plugin_csv::parseOptions($optstr);
|
H A D | table.php | 47 list($optstr, $content) = explode('>', $match, 2); 48 $opt = helper_plugin_csv::parseOptions($optstr);
|
/plugin/docnavigation/syntax/ |
H A D | toc.php | 88 foreach ($optstrs as $optstr) { 89 list($key, $value) = array_pad(explode('=', $optstr, 2), 2, '');
|
/plugin/csv/ |
H A D | helper.php | 46 public static function parseOptions($optstr) argument 57 $optstr,
|
/plugin/patchpanel/ |
H A D | syntax.php | 76 list($optstr,$opt['content']) = explode('>',$match,2); 80 preg_match_all('/\w*?="(?:\\.|[^\\"])*"|\S+/', $optstr, $matches);
|
/plugin/photogallery/ |
H A D | syntax.php | 1022 function _setConfOptions(&$data, $optstr){ argument 1023 $opts = explode(',', $optstr);
|