Searched refs:rtype (Results 1 – 3 of 3) sorted by relevance
/plugin/strata/helper/ |
H A D | syntax.php | 572 list(,$lhs, $ltype, $operator, $rhs, $rtype) = $match; 580 $rtype = $p->type($rtype); 588 if(!$rtype) { 592 if($rtype) { 594 $this->updateTypemap($typemap, $rhs['text'], $rtype->type, $rtype->hint); 598 $this->updateTypemap($typemap, $lhs['text'], $rtype->type, $rtype->hint); 645 list(, $lhs,$operator,$rhs,$rtype) [all...] |
/plugin/scrape/ |
H A D | HTMLPurifier.standalone.php |
|
/plugin/jquery/ |
H A D | jquery-1.4.2.js | 1210 rtype = /(button|input)/i, variable 1489 if ( name === "type" && rtype.test( elem.nodeName ) && elem.parentNode ) {
|