Lines Matching refs:map
2044 $this->map(array($this, 'is'),
2047 $this->map(array($this, 'is'),
2058 $this->elements = $this->map(
2069 $this->elements = $this->map(
2075 $this->elements = $this->map(
2083 $this->elements = $this->map(
2093 $this->elements = $this->map(
2099 $this->elements = $this->map(
2106 $this->elements = $this->map(
2130 $this->elements = $this->map(
2137 $this->elements = $this->map(
2144 $this->elements = $this->map(
2159 $mapped = $this->map(
2172 $mapped = $this->map(
2213 $mapped = $this->map(
2625 ->map(array($this, '___wrapAllCallback'))
4021 public function map($callback, $param1 = null, $param2 = null, $param3 = null) { function in phpQueryObject
5403 public static function map($array, $callback, $param1 = null, $param2 = null, $param3 = null) { function in phpQuery