Home
last modified time | relevance | path

Searched refs:seletor (Results 1 – 1 of 1) sorted by relevance

/dokuwiki/_test/core/
H A DphpQuery-onefile.php3068 public function appendTo( $seletor) { argument
3069 return $this->insert($seletor, __FUNCTION__);
3093 public function prependTo( $seletor) { argument
3094 return $this->insert($seletor, __FUNCTION__);
3118 public function insertBefore( $seletor) { argument
3119 return $this->insert($seletor, __FUNCTION__);
3142 public function insertAfter( $seletor) { argument
3143 return $this->insert($seletor, __FUNCTION__);