Lines Matching refs:insert
3053 return $this->insert($content, __FUNCTION__);
3061 return $this->insert("<php><!-- {$content} --></php>", 'append');
3069 return $this->insert($seletor, __FUNCTION__);
3077 return $this->insert($content, __FUNCTION__);
3086 return $this->insert("<php><!-- {$content} --></php>", 'prepend');
3094 return $this->insert($seletor, __FUNCTION__);
3102 return $this->insert($content, __FUNCTION__);
3110 return $this->insert("<php><!-- {$content} --></php>", 'before');
3119 return $this->insert($seletor, __FUNCTION__);
3127 return $this->insert($content, __FUNCTION__);
3135 return $this->insert("<php><!-- {$content} --></php>", 'after');
3143 return $this->insert($seletor, __FUNCTION__);
3153 public function insert($target, $type) { function in phpQueryObject
3260 $insert = $insertNumber
3270 $toNode->appendChild($insert);
3271 $eventTarget = $insert;
3276 $insert,
3286 $insert,
3296 $insert,
3303 'target' => $insert,
3307 $event->type, array($event), $insert