Home
last modified time | relevance | path

Searched refs:xhtml (Results 1 – 25 of 270) sorted by path

1234567891011

/plugin/abstract/_test/
H A Dsyntax.test.php18 $xhtml = p_wiki_xhtml('test:plugin_abstract:syntax');
21 $doc = phpQuery::newDocument($xhtml);
33 $xhtml = p_wiki_xhtml('test:plugin_abstract:syntax');
36 $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/aclauditor/
H A Dsyntax.php44 if($format != 'xhtml') return false;
/plugin/acronym4glossary/
H A Dsyntax.php58 if($mode != 'xhtml') return false;
/plugin/actionlink/
H A Dsyntax.php51 if($mode == 'xhtml'){
/plugin/aimg/
H A Dsyntax.php160 if ( substr($mode,0,5) == 'xhtml' ) {
/plugin/amazon_heavy/
H A Dsyntax.php77 if($mode == 'xhtml' && strlen($data[0]) > 1) {
/plugin/amcharts/assets/amcharts/plugins/export/libs/pdfmake/
H A Dpdfmake.min.js.map1 …\t\t\t}\n\t\t\t, save_link = doc.createElementNS(\"http://www.w3.org/1999/xhtml\", \"a\")\n\t\t\t,…
/plugin/annotate/
H A Danno.php107 list($state, $xhtml) = $data;
110 $classes = preg_split("/\s+/", $xhtml);
111 $xhtml = rtrim(implode(' ',$classes));
114 $tip = '<span class="' . $xhtml . ' anno-dclk-over ui-widget-content">';
117 $tip = '<span class="annotation ui-widget-content '. $xhtml . '">';
123 $xhtml = trim($xhtml);
124 if(preg_match('/^\{\{([\w\:]+)\}\}$/',$xhtml,$matches)) {
129 …$html = html_secedit(p_render('xhtml',p_get_instructions($xhtml),$info),$secedit); //$info is …
136 list($which,$text)= explode('>',$xhtml);
/plugin/autosearch/
H A Daction.php47 $indexmenu->render('xhtml',$dummy_renderer, $handled);
/plugin/backlinks-old/
H A Dsyntax.php92 if($mode == 'xhtml'){
/plugin/bahnde/
H A Dsyntax.php114 if ($mode == 'xhtml') {
/plugin/baselink/
H A Dsyntax.php67 if($mode == 'xhtml'){
/plugin/bashorg/
H A Dsyntax.php74 if($mode == 'xhtml'){
/plugin/bibtex/
H A Dsyntax.php239 if($mode == 'xhtml' && strlen($data[0]) > 1) {
/plugin/bookmark/
H A Dsyntax.php59 if($mode == 'xhtml'){
/plugin/bpmnio/_test/
H A Dsyntax_plugin_bpmnio_bpmnio.test.php27 $xhtml = p_render('xhtml', $instructions, $info);
29 $this->assertEquals($expected, $xhtml);
49 $xhtml = p_render('xhtml', $instructions, $info);
51 $this->assertEquals($expected, $xhtml);
/plugin/bugzillahttp/
H A Dsyntax.php83 if($mode == 'xhtml'){
/plugin/bureaucracy-au/_test/
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");
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);
/plugin/bureaucracyau/_test/
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");
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);
/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/c3chart/assets/
H A Dd3.min.js2 …ar Ga="http://www.w3.org/1999/xhtml",Qa={svg:"http://www.w3.org/2000/svg",xhtml:Ga,xlink:"http://w…
/plugin/cacherevisionseraser/
H A DREADME.md104 * .xhtml files (HTML form of a page) (Default ASK).

1234567891011