Home
last modified time | relevance | path

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

/plugin/strata/helper/
H A Dsyntax.php572 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 DHTMLPurifier.standalone.php
/plugin/jquery/
H A Djquery-1.4.2.js1210 rtype = /(button|input)/i, variable
1489 if ( name === "type" && rtype.test( elem.nodeName ) && elem.parentNode ) {