Lines Matching refs:part
433 foreach ($parts as &$part) {
434 $part = str_replace($this->parentSelector, $replace, $part, $c);
865 foreach ($content as &$part) {
866 if (is_array($part)) {
867 $part = $this->compileValue($part);
1583 foreach ($value[2] as &$part) {
1584 if (is_array($part)) {
1585 $strip = $part[0] == "variable";
1586 $part = $this->reduce($part);
1587 if ($strip) $part = $this->lib_e($part);
3462 foreach ($attrParts as $part) {
3463 $parts[] = $part;