Lines Matching full:dl
4 * <dl>
7 * </dl>
25 * classname The html class name to be given to the DL element.
87 … $this->_writeCall('dl',DOKU_LEXER_ENTER,$pos,$match,$handler); // open a new DL
97 … $this->_writeCall($newtag,DOKU_LEXER_ENTER,$pos,$match,$handler); // ...and open the new dl item
101 // clean up & close any dl items on the stack
106 // and finally close the surrounding DL
107 $this->_writeCall('dl',DOKU_LEXER_EXIT,$pos,$match,$handler);
122 * 0 => tag (string) 'dl','dt','dd'
145 …handle unknown formats generically - map both 'dt' & 'dd' to paragraphs; ingnore the 'dl' container
149 if ($tag != 'dl') $renderer->p_open();
156 if ($tag != 'dl') $renderer->p_close();
200 if ($tag == 'dl') {
211 if ($tag != 'dl') {
235 if ($tag == 'dl') {
276 if ($tag != 'dl') {
349 $stack->open('dl', 'class="plugin_definitionlist"', NULL, NULL);
400 * @param $tag (string) 'dl', 'dt' or 'dd'
404 if ($tag == 'dl') {
418 * @param $tag (string) 'dl', 'dt' or 'dd'