Home
last modified time | relevance | path

Searched refs:rtype (Results 1 – 4 of 4) sorted by relevance

/plugin/strata/helper/
Dsyntax.php575 list(,$lhs, $ltype, $operator, $rhs, $rtype) = $match;
583 $rtype = $p->type($rtype);
591 if(!$rtype) {
595 if($rtype) {
597 $this->updateTypemap($typemap, $rhs['text'], $rtype->type, $rtype->hint);
601 $this->updateTypemap($typemap, $lhs['text'], $rtype->type, $rtype->hint);
648 list(, $lhs,$operator,$rhs,$rtype) = $match;
653 list($type, $hint) = $p->type($rtype);
/plugin/scrape/vendor/ezyang/htmlpurifier/library/HTMLPurifier/
DConfig.php337 $rtype = is_int($def) ? $def : $def->type;
338 if ($rtype < 0) {
339 $type = -$rtype;
342 $type = $rtype;
/plugin/mikioplugin/inc/stemmechanics/lesserphp/
H A Dlessc.inc.php1844 $rtype = $right[0];
1860 $fname = "op_{$ltype}_{$rtype}";
/plugin/jquery/
Djquery-1.4.2.js1210 rtype = /(button|input)/i, variable
1489 if ( name === "type" && rtype.test( elem.nodeName ) && elem.parentNode ) {