Home
last modified time | relevance | path

Searched refs:tagOpen (Results 1 – 2 of 2) sorted by path

/dokuwiki/lib/scripts/
H A Dtextselection.js104 * Apply tagOpen/tagClose to selection in textarea, use sampleText instead
109 function insertTags(textAreaID, tagOpen, tagClose, sampleText){ argument
126 startofs: tagOpen.length,
137 text = tagOpen + text + tagClose;
/dokuwiki/vendor/kissifrot/php-ixr/src/Message/
H A DMessage.php69 xml_set_element_handler($this->_parser, 'tagOpen', 'tagClose');
102 public function tagOpen($parser, $tag, $attr) function in IXR\\Message\\Message