Searched refs:insert (Results 1 – 5 of 5) sorted by relevance
| /dokuwiki/lib/scripts/ |
| H A D | media.js | 229 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 D | toolbar.js | 140 insertAtCarret(edid,fixtxt(props.insert));
|
| /dokuwiki/_test/core/ |
| H A D | phpQuery-onefile.php | 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__); [all …]
|
| /dokuwiki/lib/tpl/dokuwiki/css/ |
| H A D | _media_popup.css | 169 /* info how to insert media, if JS disabled */
|
| /dokuwiki/inc/ |
| H A D | media.php | 1695 $insert = false; 1709 $insert = true; 1715 if ($insert || $pos === count($data)) {
|