Home
last modified time | relevance | path

Searched refs:xhtml (Results 51 – 75 of 270) sorted by path

1234567891011

/plugin/creole/syntax/
H A Demptyline.php56 /*if($mode == 'xhtml') {
/plugin/darcs/
H A Dadmin.php86 echo $this->plugin_render($my_page, $format='xhtml') ;
/plugin/data-au/_test/
H A Dsyntax_plugin_data_entry.test.php334 $xhtml = new Doku_Renderer_xhtml();
339 $plugin->_showData($result, $xhtml);
340 $doc = phpQuery::newDocument($xhtml->doc);
/plugin/data-au/
H A Dhelper.php329 $outs[] = p_render('xhtml', $instructions, $byref_ignore);
/plugin/data/_test/
H A Dsyntax_plugin_data_entry.test.php
/plugin/data/
H A Dhelper.php340 $outs[] = p_render('xhtml', $instructions, $byref_ignore);
/plugin/date/
H A Dsyntax.php190 $xhtml = strftime($dformat);
196 $xhtml = strftime('%Y');
202 $xhtml = strftime('%m');
208 $xhtml = strftime('%W');
214 $xhtml = strftime('%d');
216 $xhtml = strftime('%e');
218 $xhtml = strftime('%j');
220 $xhtml = strftime('%w');
222 $xhtml = strftime('%T');
225 $xhtml = "{date={$cnst}}";
[all …]
/plugin/datepicker/_test/
H A Dajax.test.php22 $xhtml = p_wiki_xhtml('test:plugin_datepicker:ajax');
23 $doc = phpQuery::newDocument($xhtml);
39 $xhtml = p_wiki_xhtml('test:plugin_datepicker:ajax');
40 $doc = phpQuery::newDocument($xhtml);
64 $xhtml = p_wiki_xhtml('test:plugin_datepicker:ajax');
65 $doc = phpQuery::newDocument($xhtml);
H A Dsyntax.test.php27 $xhtml = p_wiki_xhtml($id);
28 $doc = phpQuery::newDocument($xhtml);
41 $xhtml = p_wiki_xhtml($id);
42 $doc = phpQuery::newDocument($xhtml);
61 $xhtml = p_wiki_xhtml($id);
62 $doc = phpQuery::newDocument($xhtml);
74 $xhtml = p_wiki_xhtml($id);
75 $doc = phpQuery::newDocument($xhtml);
94 $xhtml = p_wiki_xhtml($id);
95 $doc = phpQuery::newDocument($xhtml);
[all …]
/plugin/daummovie/
H A Dsyntax.php97 if($mode != 'xhtml') return false;
122 $renderer->doc.=p_render('xhtml',p_get_instructions($wdata),$info); */
/plugin/diagramsnet/lib/js/
H A Dextensions.min.js1705 …ar _t="http://www.w3.org/1999/xhtml",kt={svg:"http://www.w3.org/2000/svg",xhtml:_t,xlink:"http://w…
/plugin/diagramsnet/lib/js/mermaid/
H A Dmermaid.min.js6 …ar _t="http://www.w3.org/1999/xhtml",kt={svg:"http://www.w3.org/2000/svg",xhtml:_t,xlink:"http://w…
/plugin/diagramsnet/lib/math/extensions/a11y/
H A Dmathjax-sre.js130 sre.XpathUtil.nameSpaces_={xhtml:"http://www.w3.org/1999/xhtml",mathml:"http://www.w3.org/1998/Math… property in sre.XpathUtil.nameSpaces_
/plugin/dil/
H A Dsyntax.php69 if ($mode == 'xhtml') {
/plugin/dir/
H A Dsyntax.php156 case 'xhtml':
200 case 'xhtml':
/plugin/dirpictures/
H A Dsyntax.php88 if($mode == 'xhtml'){
/plugin/dirtylittlehelper/mermaid/editor/
H A Dbundle.js189xhtml:span").attr("class","branch-label").text(a.name+", ")),e.select("#node-"+o.id+" p").append("
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D3.3.js.map1 …L Namespace of the document. Default value is `\\\"http://www.w3.org/1999/xhtml\\\"`. This is requ…
H A Dbundle.js189xhtml:span").attr("class","branch-label").text(a.name+", ")),e.select("#node-"+o.id+" p").append("
H A Dbundle.js.map1xhtml} from \"./namespaces\";\n\nfunction creatorInherit(name) {\n return function() {\n var d…
/plugin/dirtylittlehelper/script/
H A Dmermaid.min.js1 …ar xt="http://www.w3.org/1999/xhtml",kt={svg:"http://www.w3.org/2000/svg",xhtml:xt,xlink:"http://w…
H A Dmermaid.min.js.map1xhtml","svg","xlink","xml","xmlns","prefix","namespaces","space","local","attrRemove","removeAttri…
/plugin/discussion/
H A Daction.php544 $xhtml = $this->_render($comment['raw']);
551 'xhtml' => $xhtml,
688 $xhtml = $this->_render($raw);
693 $data['comments'][$cid]['xhtml'] = $xhtml;
1402 $xhtml = $this->render_text($raw);
1404 $xhtml = hsc(trim($raw));
1405 $xhtml = str_replace("\n", '<br />', $xhtml);
1407 return $xhtml;
H A Dconvert.php131 $xhtml = p_render('xhtml', p_get_instructions($raw), $info);
141 'xhtml' => $xhtml,
/plugin/distribute/syntax/
H A Dsyntax.php40 if($mode == 'xhtml'){

1234567891011