Lines Matching refs:exp
558 list($tag, $key, $val, $exp, $no_key) = $selector;
617 …->debugLog(2, "testing node: " . $node->tag . " for attribute: " . $key . $exp . $val . " where no…
621 $check = $this->match($exp, strtolower($val), strtolower($nodeKeyValue));
623 $check = $this->match($exp, $val, $nodeKeyValue);
633 $check = $this->match($exp, strtolower($val), strtolower($k));
635 $check = $this->match($exp, $val, $k);
650 protected function match($exp, $pattern, $value) { argument
654 switch ($exp) {
697 list($tag, $key, $val, $exp, $no_key) = array($m[1], null, null, '=', false);
701 if (!empty($m[5])) {$exp=$m[5];}
709 $result[] = array($tag, $key, $val, $exp, $no_key);