Home
last modified time | relevance | path

Searched refs:xhtml (Results 26 – 50 of 270) sorted by relevance

1234567891011

/plugin/format/
H A Dsyntax.php87 if(($mode == 'xhtml' || $mode == 'latex' )
152 case 'xhtml':
177 function createMedia($medianame, $outfilename, $multipart, &$text, $program, $mode='xhtml') {
/plugin/combo/ComboStrap/Xml/
H A DXhtmlUtility.php28 * @param bool $xhtml
34 public static function diffMarkup(string $left, string $right, $xhtml = true, $excludedAttributes = null): string argument
43 if (!$xhtml) {
/plugin/button/
H A Dsyntax.php239 if ($mode == 'xhtml') {
345 function dokuwiki_get_link(&$xhtml, $id, $name = NULL)
352 return $this->internallink($xhtml, $id, $name);
358 return $this->internalmedia($xhtml, $id, $name);
360 return $this->internallink($xhtml, $id, $name);
364 // Copied and adapted from inc/parser/xhtml.php, function internallink (see RPHACK)
366 function internallink(&$xhtml, $id, $name = NULL, $search = NULL, $returnonly = false, $linktype = 'content')
395 $default = $xhtml->_simpleTitle($id);
401 $name = $xhtml->_getLinkTitle($name, $default, $isImage, $id, $linktype);
418 $hash = $xhtml argument
310 dokuwiki_get_link(& $xhtml, $id, $name = NULL) global() argument
328 internallink(& $xhtml, $id, $name = NULL, $search = NULL, $returnonly = false, $linktype = 'content') global() argument
[all...]
/plugin/fckg/syntax/
H A Dspecials.php68 $xhtml = "";
90 list($state, $xhtml) = $data;
91 $renderer->doc .= DOKU_LF . $xhtml . DOKU_LF;
/plugin/epub/scripts/
H A Depub_utils.php528 function epub_check_for_ditaa(&$xhtml,$renderer) { argument
530 if(strpos($xhtml,"ditaa/img.php") === false) return;
533 if(!preg_match_all($regex,$xhtml,$matches,PREG_SET_ORDER)) return;
552 $xhtml = preg_replace($regex,$replace,$xhtml);
559 function epub_check_for_graphviz(&$xhtml,$renderer,$data,$graphviz) { argument
564 $xhtml = preg_replace('#' . $regex .'#',"src=\"../$name\"",$xhtml);
568 function epub_check_for_math(&$xhtml,$renderer) { argument
572 if(preg_match($regex,$xhtml,$matches)) {
579 $xhtml = preg_replace($regex, $name ,$xhtml );
/plugin/indexmenu/_test/
H A Dindexmenu_syntax_indexmenu.test.php
/plugin/bureaucracyau/_test/
H A Dsyntax.test.php12 $xhtml = p_render('xhtml', p_get_instructions($input), $info);
14 $doc = phpQuery::newDocument($xhtml);
52 $xhtml = p_render('xhtml', p_get_instructions($input), $info);
54 $doc = phpQuery::newDocument($xhtml);
H A Dfield_file.test.php17 $xhtml = p_render('xhtml', p_get_instructions($syntax), $info);
18 $doc = phpQuery::newDocument($xhtml);
20 $this->assertEquals(1, $result->length, "selector: \"$pqSelector\" not found in\n$xhtml\n");
/plugin/bureaucracy-au/_test/
H A Dsyntax.test.php12 $xhtml = p_render('xhtml', p_get_instructions($input), $info);
14 $doc = phpQuery::newDocument($xhtml);
52 $xhtml = p_render('xhtml', p_get_instructions($input), $info);
54 $doc = phpQuery::newDocument($xhtml);
H A Dfield_file.test.php17 $xhtml = p_render('xhtml', p_get_instructions($syntax), $info);
18 $doc = phpQuery::newDocument($xhtml);
20 $this->assertEquals(1, $result->length, "selector: \"$pqSelector\" not found in\n$xhtml\n");
/plugin/pageimage/_test/
H A Dsyntax.test.php14 $xhtml = p_render('xhtml', p_get_instructions('~~PAGEIMAGE:pageimage:png~~'), $info);
15 $this->assertEquals($xhtml,'');
/plugin/textrotate/_test/
H A Dsyntax.test.php18 $xhtml = p_wiki_xhtml('test:plugin_textrotate');
20 $this->assertContains("<span class='plugin_textrotate_rotated'>textrotate</span>", $xhtml);
/plugin/inlineedit/_test/
H A Dsyntax.test.php20 $xhtml = p_wiki_xhtml('test:plugin_inlineedit:syntax');
22 $doc = phpQuery::newDocument($xhtml);
/plugin/webcomponent/_test/
H A Dcite.test.php34 $xhtml = p_render('xhtml', $instructions, $info);
35 $this->assertEquals($expected, $xhtml);
H A Dcardcolumns.test.php40 $xhtml = p_render('xhtml', $instructions, $info);
52 $this->assertEquals($expected, $xhtml);
H A Dbutton.test.php37 $xhtml = p_render('xhtml', $instructions, $info);
38 $this->assertEquals($expected, $xhtml);
/plugin/stars/
H A Dsyntax.php95 if($mode == 'xhtml')
99 } // end if($mode == 'xhtml')
/plugin/rowmove/_test/
H A Dsyntax.test.php21 $xhtml = p_wiki_xhtml('test:plugin_rowmove:syntax');
22 $doc = phpQuery::newDocument($xhtml);
/plugin/aceeditor/
H A Dpreview.php30 $xhtml = $renderer->render($_GET['text']); variable
32 if (preg_match('/<img src="(.*?\?media=(.*?))"/', $xhtml, $matches)) {
/plugin/searchtablejs/
H A Dsyntax.php63 if ($mode == 'xhtml'){
71 $renderer->doc .= p_render('xhtml',p_get_instructions($match),$info);
/plugin/combo/ComboStrap/
H A DPanelTag.php231 $xhtml = "";
235 $xhtml .= '</div></div>';
239 $xhtml .= TabsTag::closeTabPanelsElement($aloneVariable);
246 $xhtml .= "</div>";
247 return $xhtml;
/plugin/commentsyntax/_test/
H A Dsyntax.test.php37 $xhtml = p_render('xhtml', $instructions, $info);
38 return $this->normalizeLineEndings($xhtml);
/plugin/ifauthex/_test/
H A Dgeneral.test.php234 $xhtml = p_render('xhtml', $instructions, $info);
235 $this->assertTrue(stristr($xhtml, 'showme') !== false);
236 $this->assertTrue(stristr($xhtml, 'hideme') === false);
239 $xhtml = p_render('xhtml', $instructions, $info);
240 $this->assertTrue(stristr($xhtml, 'showme') === false);
241 $this->assertTrue(stristr($xhtml, 'hideme') !== false);
/plugin/gnuplot/
H A Dsyntax.php82 if($mode == 'xhtml' && strlen($data[0]) > 1) {
122 function plugin_render($text, $format='xhtml') {
/plugin/embed/
H A Dsyntax.php82 if($mode == 'xhtml'){
98 $renderer->doc .= p_render('xhtml', $ins, $info); // ptype = 'normal'

1234567891011