Searched refs:rtype (Results 1 – 4 of 4) sorted by relevance
| /plugin/strata/helper/ |
| D | syntax.php | 575 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/ |
| D | Config.php | 337 $rtype = is_int($def) ? $def : $def->type; 338 if ($rtype < 0) { 339 $type = -$rtype; 342 $type = $rtype;
|
| /plugin/mikioplugin/inc/stemmechanics/lesserphp/ |
| H A D | lessc.inc.php | 1844 $rtype = $right[0]; 1860 $fname = "op_{$ltype}_{$rtype}";
|
| /plugin/jquery/ |
| D | jquery-1.4.2.js | 1210 rtype = /(button|input)/i, variable 1489 if ( name === "type" && rtype.test( elem.nodeName ) && elem.parentNode ) {
|