Home
last modified time | relevance | path

Searched refs:optstr (Results 1 – 6 of 6) sorted by relevance

/plugin/csv/syntax/
H A Dvalue.php44 $optstr = substr($match, 7, -1); // <csvval ... >
45 $opt = helper_plugin_csv::parseOptions($optstr);
H A Dtable.php47 list($optstr, $content) = explode('>', $match, 2);
48 $opt = helper_plugin_csv::parseOptions($optstr);
/plugin/docnavigation/syntax/
H A Dtoc.php88 foreach ($optstrs as $optstr) {
89 list($key, $value) = array_pad(explode('=', $optstr, 2), 2, '');
/plugin/csv/
H A Dhelper.php46 public static function parseOptions($optstr) argument
57 $optstr,
/plugin/patchpanel/
H A Dsyntax.php76 list($optstr,$opt['content']) = explode('>',$match,2);
80 preg_match_all('/\w*?="(?:\\.|[^\\"])*"|\S+/', $optstr, $matches);
/plugin/photogallery/
H A Dsyntax.php1022 function _setConfOptions(&$data, $optstr){ argument
1023 $opts = explode(',', $optstr);