Home
last modified time | relevance | path

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

/dokuwiki/lib/scripts/
H A Dmedia.js229 insert: function (id) {
710 dw_mediamanager.insert(id);
717 dw_mediamanager.insert(id);
723 $sendbtn.off().on('click', bind(dw_mediamanager.insert, id));
H A Dtoolbar.js140 insertAtCarret(edid,fixtxt(props.insert));
/dokuwiki/_test/core/
H A DphpQuery-onefile.php3053 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__);
[all …]
/dokuwiki/lib/tpl/dokuwiki/css/
H A D_media_popup.css169 /* info how to insert media, if JS disabled */
/dokuwiki/inc/
H A Dmedia.php1695 $insert = false;
1709 $insert = true;
1715 if ($insert || $pos === count($data)) {