Home
last modified time | relevance | path

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

/plugin/csv/syntax/
Dvalue.php45 $optstr = substr($match, 7, -1); // <csvval ... >
46 $opt = helper_plugin_csv::parseOptions($optstr);
Dtable.php48 [$optstr, $content] = explode('>', $match, 2);
49 $opt = helper_plugin_csv::parseOptions($optstr);
/plugin/addnewpage/
H A Dsyntax.php184 * @param string $optstr
188 protected function parseOptions($optstr, &$options) argument
190 $opts = preg_split('/[,&]/', $optstr);
/plugin/rack/
Dsyntax.php98 list($optstr,$opt['content']) = explode('>',$match,2);
102 $optsin = explode(' ',$optstr);
/plugin/docnavigation/syntax/
Dtoc.php88 foreach ($optstrs as $optstr) {
89 list($key, $value) = array_pad(explode('=', $optstr, 2), 2, '');
/plugin/csv/
Dhelper.php50 public static function parseOptions($optstr) argument
61 $optstr,
/plugin/patchpanel/
Dsyntax.php76 list($optstr,$opt['content']) = explode('>',$match,2);
80 preg_match_all('/\w*?="(?:\\.|[^\\"])*"|\S+/', $optstr, $matches);
/plugin/photogallery/
Dsyntax.php1022 function _setConfOptions(&$data, $optstr){ argument
1023 $opts = explode(',', $optstr);