Home
last modified time | relevance | path

Searched +full:parentheses +(+path:plugin +path:ruby) -(+path:plugin +path:ruby +path:lang) (Results 1 – 3 of 3) sorted by relevance

/plugin/ruby/
H A Dsyntax.php49 if (utf8_strlen($this->getConf('parentheses')) > 1) {
50 // get a pair of ruby parentheses
51 $rp[0] = utf8_substr($this->getConf('parentheses'), 0, 1);
52 $rp[1] = utf8_substr($this->getConf('parentheses'), 1, 1);
/plugin/ruby/conf/
H A Ddefault.php6 $conf['parentheses'] = '()';
H A Dmetadata.php6 $meta['parentheses'] = array('string');